@charset "utf-8";
/* ---------------- // reset ---------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  text-align: left;
  zoom: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  font-family: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
th,
td {
  border-collapse: collapse;
}
table th,
table td {
  white-space: nowrap;
}
ul,
ol {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: text-bottom;
  /*vertical-align: -webkit-baseline-middle;*/
}
/* ---------------- link ---------------- */
:where(a:link) {
  text-decoration: none;
  color: #333;
}
:where(a:visited) {
  text-decoration: none;
  color: #333;
}
:where(a:hover) {
  text-decoration: none;
  color: #333;
}
:where(a:active) {
  text-decoration: none;
  color: #333;
}

* {
  box-sizing: border-box;
}
/*
ローディング
*/
.cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ui-circle-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-circle-loading .animate {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
}
.ui-circle-loading .animate li {
  list-style: none;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: loading-item 4s linear infinite;
  background: rgba(140, 184, 8, 0);
}
.ui-circle-loading .animate li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
}
.ui-circle-loading .animate li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}
.ui-circle-loading .animate li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
}
.ui-circle-loading .animate li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
}
.ui-circle-loading .animate li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
}
.ui-circle-loading .animate li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
}
@-webkit-keyframes loading-item {
  0% {
    -webkit-transform: rotate(0) translateX(-100px) translateY(30px);
    -webkit-animation-timing-function: linear;
    background-color: rgba(140, 184, 8, 0);
  }
  5% {
    -webkit-transform: rotate(0deg) translateX(0) translateY(30px);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0.9, 0.5);
    background-color: rgba(140, 184, 8, 1);
  }

  40% {
    -webkit-transform: rotate(-360deg) translateX(0) translateY(30px);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.5, 0.9, 0.5);
    background-color: rgba(140, 184, 8, 1);
  }
  75% {
    -webkit-transform: rotate(-720deg) translateX(0) translateY(30px);
    /* ここを-720degに修正 */
    -webkit-animation-timing-function: linear;
    /* ここをlinearに修正 */
    background-color: rgba(140, 184, 8, 1);
  }
  80% {
    -webkit-transform: rotate(-720deg) translateX(100px) translateY(30px);
    /* ここを-720degに修正 */
    -webkit-animation-timing-function: linear;
    background-color: rgba(140, 184, 8, 0);
  }
  100% {
    -webkit-transform: rotate(0) translateX(-100px) translateY(30px);
    -webkit-animation-timing-function: linear;
    background-color: rgba(140, 184, 8, 0);
  }
}
/* ---------------- base ---------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  background: #eeece9;
  color: #462d26;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 20px;
  }
}
/* フォント */
.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-gothic-new-700 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/*
展開メニュー
*/
.flyout_gnav_wrap {
  width: 100%;
  overflow-x: hidden;
	position: relative;
}
.flyout_gnav {
  position: fixed;
  top: 0;
  z-index: 103;
  display: none;
  width: calc(100% + 17px);
  height: 100vh;
  background: #E5E5E0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.flyout_gnav_logo {
	position: absolute;
	top: 11px;
	left: 16px;
}
.flyout_gnav_inner {
  padding: 80px 0 45px;
}
.flyout_gnav_list_wrap {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}
.flyout_entry_box {
	background: #EFEFEC;
}
.flyout_entry_wrap {
	padding: 30px 31px;
}
.flyout_entry_txt {
  color: #222;
  line-height: 2;
  text-align: center;
}
.flyout_entry_btn {
	margin: 30px 0 0;
}
.flyout_links_wrap {
	margin: 40px 0 0;
}
.flyout_privacy_link {
	margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .flyout_gnav_inner {
    padding: 130px 0 100px;
  }
	.flyout_gnav_logo {
		top: 20px;
		left: 30px;
		width: 45%;
	}
	.flyout_gnav_list_wrap {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0 20px;
	}
	.flyout_submenu {
		padding: 0 0 10px 34px !important;
	}
	.flyout_entry_box {
		width: 40%;
	}
	.flyout_links_wrap {
		display: flex;
		justify-content: flex-end;
		gap: 0 20px;
		margin: 80px 0 0;
	}
	.flyout_privacy_link {
		margin: 0;
	}
}
@media only screen and (min-width: 1280px) {
  .flyout_gnav_inner {
    padding: 179px 0 224px;
  }
	.flyout_gnav_logo {
		top: 37px;
		left: 58px;
		width: unset;
	}
	.flyout_entry_wrap {
		padding: 50px 85px 80px;
	}
	.flyout_gnav_list_wrap {
		gap: 0 40px;
	}
	.flyout_submenu {
		padding: 0 0 26px 50px !important;
	}
	.flyout_links_wrap {
		margin: 147px 0 0;
	}
}
/*
ハンバーガーボタン
*/
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 50px;
  z-index: 104;
  cursor: pointer;
  transition: all 0.3s ease;
	background: #462D26;
}
.hamburger_bar {
  position: absolute;
  top: 19px;
  display: inline-block;
  width: 20px;
}
.hamburger_bar:after,
.hamburger_bar:before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #FFF;
}
.hamburger_bar:after {
  top: -5px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger_bar:before {
  bottom: -5px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger_bar.animate {
  width: 20px;
  background: rgba(0, 0, 0, 0);
}
.hamburger_bar.animate:after {
  top: -2px;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #FFF;
}
.hamburger_bar.animate:before {
  width: 100%;
  bottom: 1px;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #FFF;
}
.hamburger_txt {
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  bottom: 8px;
}
.gnav_open .hamburger_txt {
  bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/* SPメニュー */
.flyout_gnav_inner {
  background-color: #462d26;
}
.nav_list01 li {
  margin: 20px 0 0;
}
.nav_list01 a {
  color: #ffffff;
  font-size: 20px;
}
.nav_list01 li:first-of-type {
  margin: 0;
}
/* フローティングボタン */
.float_btn {
	position: fixed;
	top: 0;
	right: 71px;
	z-index: 104;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 50px;
	color: #FFF;
	background: #8CB808;
	border-radius: 0 0 0 5px;
}
@media only screen and (min-width: 768px) {
	.float_btn_wrap {
		overflow: hidden;
	}
	.float_btn {
    top: 200px;
		right: -1.5px;
		border: 1px solid #FFF;
		width: 70px;
		height: 70px;
		border-radius: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.float_btn {
		width: 90px;
		height: 90px;
		transition: all .3s ease-out;
	}
	.float_btn:hover {
		right: 3px;
		width: 85px;
		height: 85px;
		background: #9B9A99;
	}
}
@media only screen and (min-width: 1280px) {
	.float_btn {
    top: 340px;
		width: 100px;
		height: 100px;
	}
	.float_btn:hover {
		width: 95px;
		height: 95px;
	}
}
/* 背景色 */
.bg_white {
  background: #fff;
}
.bg_gray {
  background: #e5e5e5;
}
/* レイアウト */
.page_body_01,
.page_body_02 {
  width: 100%;
  padding: 0 37px;
}
@media screen and (min-width: 1260px) {
  .page_body_01 {
    width: 1200px;
    padding: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1660px) {
  .page_body_02 {
    width: 1600px;
    padding: 0;
    margin: auto;
  }
}
/* タイトル */
.sec_ttl {
  text-align: center;
}
.sec_ttl_en {
  color: #9b9a99;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
.sec_ttl_en::before {
  content: "";
  display: block;
  background: #8cb808;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: -10px;
}
.sec_ttl_jp {
  color: #462d26;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec_ttl_jp span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sec_ttl_en {
    font-size: clamp(24px, 2.34vw, 30px);
  }
  .sec_ttl_en::before {
    width: 10px;
    height: 10px;
    left: -12px;
  }
  .sec_ttl_jp {
    font-size: clamp(30px, 3.75vw, 48px);
  }
  .sec_ttl_jp span {
    font-size: clamp(16px, 1.87vw, 24px);
  }
  .sec_ttl_02,
  .sec_ttl_02 .sec_ttl_jp {
    text-align: left;
  }
  .sec_ttl_02 .sec_ttl_en {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .sec_ttl_en {
    font-size: 30px;
  }
  .sec_ttl_en::before {
    width: 12px;
    height: 12px;
    left: -15px;
  }
  .sec_ttl_jp {
    font-size: 48px;
  }
  .sec_ttl_jp span {
    font-size: 24px;
  }
}
/* ボタン */
.common_btn {
  background: #462d26;
  outline: 1px solid #462d26;
  border-radius: 40px;
  padding: 16px 0;
  max-width: 284px;
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  transition: all 0.3s ease-out;
}
.common_btn svg {
  fill: #fff;
  width: 8px;
  transition: all 0.3s ease-out;
}
.common_btn_txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .common_btn {
		max-width: unset;
    width: 45%;
    gap: 0 12px;
  }
  .common_btn:hover {
    background: #fff;
    outline: 2px solid #462d26;
  }
  .common_btn:hover .common_btn_txt {
    color: #462d26;
  }
  .common_btn svg {
    width: 10px;
  }
  .common_btn:hover svg {
    fill: #8cb808;
  }
  .common_btn_txt {
    font-size: clamp(16px, 1.87vw, 24px);
  }
}
@media screen and (min-width: 1280px) {
  .common_btn {
    width: 576px;
    padding: 22px 0;
  }
  .common_btn_txt {
    font-size: 24px;
  }
  .common_btn svg {
    width: unset;
  }
}
/* フェードイン */
.element_b {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein-up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* ヘッダー */

/* CTA */
.cta_wrap {
  width: 100%;
  background: #8cb808;
  padding: 40px 0;
}
.cta_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
.cta_btn_wrap .common_btn {
  max-width: 316px;
}
.cta_contact_wrap {
  width: 316px;
}
.cta_btn_contact .common_btn_txt {
  color: #462d26;
}
.cta_btn_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 9px;
  background: #fff;
  border: 2px solid #462d26;
  border-radius: 40px;
  padding: 12px 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.cta_btn_contact img {
  width: 19px;
}
.cta_contact_txt_01 {
  font-weight: 700;
  text-align: center;
  margin: 0 0 6px;
}
.cta_contact_txt_02 {
  font-weight: 500;
  text-align: center;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .cta_btn_wrap {
    flex-direction: row;
    justify-content: center;
    gap: 0 30px;
  }
  .cta_btn_wrap .common_btn {
		max-width: unset;
    width: 48%;
    height: 60px;
  }
  .cta_contact_wrap {
    width: 48%;
  }
  .cta_contact_wrap {
    padding: 8px 0 0;
  }
  .cta_btn_contact {
    height: 60px;
  }
  .cta_btn_contact:hover {
    background: #e5e5e5;
  }
}
@media screen and (min-width: 1280px) {
  .cta_btn_wrap {
    gap: 0 48px;
  }
  .cta_btn_wrap .common_btn,
  .cta_contact_wrap {
    width: 576px;
  }
  .cta_btn_wrap .common_btn,
  .cta_btn_contact {
    height: auto;
  }
  .cta_btn_contact {
    gap: 0 13px;
    padding: 20px 0;
  }
  .cta_btn_contact img {
    width: unset;
  }
}
/* ========================================
   MV
======================================== */
/* MV：エリア */
.mv_area {
  position: relative;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .mv_area {
    padding: 0;
  }
}
/* MV：スライド */
.mv_slide_wrap {
  position: relative;
  z-index: 2;
}
.mv_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mv_slide .swiper-slide img {
  width: 100%;
}
@media (min-width: 768px) {
  .mv_slide_wrap {
    padding: 0 0 0 100px;
  }
}
@media (min-width: 1280px) {
  .mv_slide_wrap {
    padding: 0 0 0 160px;
  }
}
/* MV：ページロゴ */
.mv_logo {
  position: absolute;
  top: 151px;
  left: 0;
  z-index: 3;
  width: 100%;
}
.mv_logo img {
  width: 90%;
}
@media (min-width: 768px) {
  .mv_logo {
    top: 78px;
  }
  .mv_logo img {
    width: 61.5%;
  }
}
/* MV：メニューと画像*/
.mv_bottom {
  margin: 62.3% 0 0;
  padding: 0 0 0 37px;
}
.mv_bottom::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 79px;
  background: #8CB808;
}
.mv_menu_list {
  position: relative;
  z-index: 2;
  display: none;
}
.mv_img {
  position: relative;
  z-index: 2;
}
.mv_img picture {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}
.mv_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-animation: 9s 0.2s ease-out forwards mvImg;
  animation: 9s 0.2s ease-out forwards mvImg;
}
@keyframes mvImg {
  0% {
      scale: 1
  }
  to {
      scale: 1.1
  }
}
@media (min-width: 640px) {
  .mv_bottom {
    margin: 50% 0 0;
  }
}
@media (min-width: 768px) {
  .mv_bottom {
    margin: 23% 0 0;
    padding: 0 0 0 100px;
  }
  .mv_bottom::before {
    height: 103px;
  }
  .mv_menu_list {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 0 0 0 20px;
  }
  .mv_menu_list_link {
    font-size: 10px;
    color: #462D26;
    transition: all 0.3s ease;
  }
  .mv_menu_list_link:hover {
    color: #9B9A99;
  }
  .mv_img {
    margin: 15px 0 0;
  }
}
@media (min-width: 980px) {
  .mv_bottom {
    margin: 20% 0 0;
  }
  .mv_menu_list {
    gap: 0 20px;
    padding: 0 0 0 30px;
  }
  .mv_menu_list_link {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .mv_bottom {
    margin: 17.2% 0 0;
    padding: 0 0 0 160px;
  }
  .mv_img {
    margin: 29px 0 0;
  }
  .mv_img picture {
    border-radius: 50px 0 50px 0;
  }
}
@media (min-width: 1440px) {
  .mv_menu_list {
    gap: 0 40px;
  }
  .mv_menu_list_link {
    font-size: 16px;
  }
}
@media (min-width: 1750px) {
  .mv_menu_list {
    gap: 0 48px;
  }
  .mv_menu_list_link {
    font-size: 20px;
  }
}
/* MV：応募フォーム*/
.mv_cta .cta_wrap {
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .mv_cta .cta_wrap {
    padding: 50px 0;
  }
}
@media (min-width: 1280px) {
  .mv_cta .cta_wrap {
    padding: 80px 0;
  }
}
/* MV：表示アニメーション*/
.mv_slide_wrap,
.mv_img,
.mv_logo,
.mv_menu_list,
.float_btn,
.hamburger {
  opacity: 0.01;
  transition: opacity 1s ease, transform 1s ease;
}
.mv_slide_wrap {
  transform: translateY(-10px);
}
.mv_img {
  transform: translateY(10px);
}
.mv_logo {
  transform: translateY(0);
}
.mv_menu_list {
  transform: translateY(10px);
}
.float_btn {
  transform: translateY(0);
}
.hamburger {
  transform: translateY(0);
}
.is-fadeIn {
  opacity: 1;
  transform: translateY(0);
}
.float_btn.is-fadeIn {
  transition: all .3s ease-out;
}
/* 働くメリット */
.merit_wrap {
  padding: 60px 0 80px;
}
.merit_box_wrap {
  padding: 91px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 84px 0;
}
.merit_box {
  background: #eeece9;
  border-radius: 10px;
  padding: 175px 16px 40px;
  position: relative;
  width: 100%;
  max-width: 400px;
}
.merit_box_img {
  width: 240px;
  height: auto;
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
}
.merit_free_txt_img {
  width: 87px;
  height: auto;
}
.merit_box_ttl {
  margin: 9px 0 0;
  padding: 0 0 0 17px;
  font-size: 18px;
  font-weight: 700;
}
.merit_box_ttl span {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
  text-decoration-color: #efd700;
}
.merit_list {
  margin: 30px 0 0;
}
.merit_item {
  display: flex;
  align-items: flex-start;
  gap: 0 7px;
}
.merit_item + .merit_item {
  margin: 10px 0 0;
}
.check_icon {
  width: 14px;
  height: auto;
  margin: 3px 0 0;
}
.merit_item_txt {
  width: calc(100% - 21px);
}
.merit_illust_wrap {
  margin: 30px 0 0;
  text-align: center;
}
.merit_illustration {
  width: 181px;
  height: auto;
}
.gym_links_wrap {
  border-top: 1px solid #9b9a99;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.gym_name {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.gym_links_list {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.gym_links_item {
  text-align: center;
}
.gym_links_item img {
  width: 56px;
  height: auto;
}
.gym_links_name {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .merit_box_wrap {
    padding: 64px 0 0;
    gap: 80px 0;
    align-items: flex-end;
  }
  .merit_box {
    padding: 26px 50px 30px 190px;
    max-width: unset;
    width: 90%;
  }
  .merit_box_img {
    width: 260px;
    top: -12px;
    left: -80px;
    transform: unset;
  }
  .merit_illust_wrap {
    position: absolute;
    top: -30px;
    right: 30px;
    margin: 0;
  }
  .merit_free_txt_img {
    width: 100px;
  }
  .merit_box_ttl {
    margin: 5px 0 0;
    font-size: clamp(18px, 2.34vw, 30px);
  }
  .merit_box_ttl span {
    font-size: clamp(20px, 2.81vw, 36px);
    text-underline-offset: 6px;
    text-decoration-thickness: 5px;
    margin: 0 8px 0 0;
  }
  .merit_item {
    gap: 0 10px;
  }
  .merit_item + .merit_item {
    margin: 15px 0 0;
  }
  .merit_item_txt {
    width: calc(100% - 27px);
  }
  .gym_links_wrap {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .gym_name {
    font-size: clamp(13px, 1.56vw, 20px);
  }
  .gym_links_item img {
    width: 65px;
  }
  .gym_links_name {
    font-size: clamp(12px, 1.1vw, 14px);
  }
}
@media screen and (min-width: 1024px) {
  .merit_box {
    padding: 26px 50px 50px 250px;
    max-width: 1020px;
  }
  .merit_box_img {
    width: 330px;
    top: -30px;
    left: -100px;
  }
  .check_icon {
    width: 17px;
  }
  .merit_illust_wrap {
    right: 40px;
  }
  .merit_illustration {
    width: 220px;
  }
  .gym_name {
    text-align: left;
  }
  .gym_links_list {
    justify-content: flex-start;
    margin: 0;
  }
  .gym_links_wrap {
    display: flex;
    align-items: center;
    gap: 0 44px;
  }
  .gym_links_item img {
    width: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .merit_wrap {
    padding: 120px 0 160px;
  }
  .merit_box {
    border-radius: 20px;
    padding: 26px 50px 79px 229px;
  }
  .merit_box_img {
    width: 400px;
    left: -180px;
  }
  .merit_illust_wrap {
    right: 67px;
  }
  .merit_illustration {
    width: unset;
  }
  .merit_free_txt_img {
    width: unset;
  }
  .merit_box_ttl {
    font-size: 30px;
    padding: 0 0 0 25px;
  }
  .merit_box_ttl span {
    font-size: 36px;
  }
  .merit_list {
    padding: 0 0 0 25px;
  }
  .merit_item + .merit_item {
    margin: 20px 0 0;
  }
  .check_icon {
    width: 20px;
    margin: 5px 0 0;
  }
  .gym_name {
    font-size: 20px;
  }
  .gym_links_item img {
    width: 80px;
  }
  .gym_links_name {
    font-size: 14px;
  }
}
/* 院長あいさつ */
.message_wrap {
  padding: 60px 0 80px;
  background: #462d26;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.message_wrap::before {
  content: "";
  display: block;
  background-image: url(../images/message_bg_sp.png);
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 45px;
}
.message_wrap .sec_ttl_jp {
  color: #fff;
}
.message_contents_wrap {
  padding: 363px 0 0;
  position: relative;
}
.message_img_wrap {
  position: absolute;
  top: 32px;
  right: -37px;
  width: 353px;
  height: auto;
}
.message_img_wrap img {
  width: 100%;
  height: 100%;
}
.message_lead_txt {
  font-size: 30px;
	font-weight: 500;
}
.message_txt_wrap {
  margin: 30px 0 0;
  font-size: 16px;
}
.message_txt {
  line-height: 2;
}
.message_txt p + p {
  margin: 10px 0 0;
}
.message_txt br {
  display: none;
}
.message_txt_name {
  margin: 25px 0 0;
}
.message_txt_name span {
  font-size: 20px;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
	.message_contents_wrap {
		padding: 117px 0 0;
	}
  .message_img_wrap {
    top: -70px;
    right: 20%;
    width: 230px;
  }
  .message_img_wrap img {
    aspect-ratio: 320 / 457;
  }
  .message_lead_txt {
    font-size: clamp(30px, 3.5vw, 45px);
  }
  .message_txt_wrap {
    font-size: clamp(16px, 1.87vw, 24px);
  }
	.message_txt br {
		display: block;
	}
  .message_txt_name span {
    font-size: clamp(20px, 2.81vw, 36px);
  }
}
@media screen and (min-width: 1024px) {
  .message_wrap {
    padding: 130px 0 200px;
  }
  .message_wrap::before {
    background-image: url(../images/message_bg_pc.png);
    background-position: left -60px top 0;
    background-size: contain;
    left: -24px;
    top: 50px;
  }
	.message_lead_txt {
		margin: 0 0 0 60px;
	}
  .message_img_wrap {
    right: 200px;
		width: 270px;
  }
  .message_txt_wrap {
    position: relative;
    top: 30px;
    left: 60px;
    margin: 0;
    width: 912px;
  }
}
@media screen and (min-width: 1280px) {
  .message_wrap {
    padding: 168px 0 250px;
  }
  .message_wrap::before {
    top: 116px;
    background-position: left -250px top 0;
  }
  .message_img_wrap {
    top: -70px;
		right: 230px;
    width: 320px;
  }
  .message_lead_txt {
    font-size: 45px;
		margin: 0 0 0 110px;
	}
  .message_txt_wrap {
    font-size: 24px;
    top: 40px;
    left: 106px;
  }
  .message_txt p + p {
    margin: 30px 0 0;
  }
  .message_txt_name {
    margin: 40px 0 0;
  }
  .message_txt_name span {
    font-size: 36px;
  }
}
/* 当院の魅力 */
.appeal_wrap {
  padding: 60px 0 80px;
}
.appeal_box_ttl {
  text-align: center;
  margin: 16px 0 0;
  font-size: 16px;
}
.appeal_box_txt {
  text-align: justify;
  margin: 20px 0 0;
  line-height: 1.6;
  position: relative;
  font-size: 14px;
}
.appeal_box_txt::before {
  display: block;
  content: "";
  position: absolute;
  top: -11px;
  background: url(../images/dots.svg) repeat-x;
  width: 100%;
  height: 3px;
}
.appeal_box {
  background-color: #ffffff;
  border-radius: 20px;
  margin: auto;
  padding: 16px;
  max-width: 400px;
}
.appeal_img {
  width: 100%;
  height: auto;
}
.appeal_box_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .appeal_box_wrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .appeal_box {
    margin: 0;
    width: calc((100% - 20px) / 2);
    max-width: unset;
  }
  .appeal_box_ttl {
    font-size: clamp(16px, 1.87vw, 24px);
    margin: 16px 0 0;
    text-align: center;
  }
  .appeal_box_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (min-width: 1024px) {
  .appeal_box_wrap {
    margin: 60px 0 0;
  }
  .appeal_box {
    width: calc((100% - 40px) / 3);
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .appeal_wrap {
    padding: 122px 0 160px;
  }
  .appeal_box {
    padding: 40px;
  }
  .appeal_box_ttl {
    font-size: 24px;
    margin: 28px 0 0;
    text-align: center;
  }
  .appeal_box_txt::before {
    top: -21px;
  }
  .appeal_box_txt {
    font-size: 20px;
    margin: 38px 0 0;
  }
}
/* 成長環境 */
.scroll-content {
  margin: 31px 0 0;
}
.growth_wrap {
  position: relative;
  padding: 60px 0 152px;
}
.growth_ttl_img {
  position: absolute;
  bottom: 2.3%;
  left: 8%;
  z-index: 1;
  width: 38%;
}
.growth_list_wrap {
  position: relative;
  padding: 54px 0 177px;
  overflow: hidden;
}
.growth_list_wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 100%;
  border-radius: 50%;
  background: url(../images/growth_bg_circle.svg) center/cover no-repeat;
  aspect-ratio: 1 / 1;
}
.growth_list_num {
  font-size: 53px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.growth_list {
  display: flex;
  gap: 0 20px;
  margin: 23px 0 0;
}
.growth_list_item {
  width: 319px;
  flex: 0 0 auto;
}
.growth_list_ttl {
  margin: 22px 0 0;
  font-size: 16px;
  text-align: center;
}
.growth_list_txt {
  margin: 11px 0 0;
  font-size: 14px;
}
.growth_list_pagination {
  position: absolute;
  bottom: 126px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.pagination_btn {
  width: 10px;
  height: 10px;
  background: #462d26;
  border-radius: 50%;
  cursor: pointer;
}
.pagination_btn.active {
  background: #8cb808;
}
@media only screen and (min-width: 768px) {
  .growth_ttl_img {
    top: -23px;
    bottom: auto;
    left: 19%;
    width: 19.15%;
  }
  .growth_list_wrap {
    padding: 75px 0 190px;
  }
  .growth_list_num {
    font-size: clamp(53px, 6vw, 77px);
  }
  .growth_list_item {
    width: 380px;
  }
  .growth_list_ttl {
    font-size: clamp(16px, 2.34vw, 30px);
  }
  .growth_list_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .growth_wrap {
    position: relative;
    padding: 120px 0 160px;
  }
  .scroll-content {
    margin: 60px 0 0;
  }
  .growth_list_wrap {
    padding: 112px 0 214px;
  }
  .growth_list_num {
    font-size: 77px;
  }
  .growth_list {
    gap: 0 40px;
    margin: 27px 0 0;
  }
  .growth_list_item {
    width: 464px;
  }
  .growth_list_ttl {
    margin: 20px 0 0;
    font-size: 30px;
  }
  .growth_list_txt {
    margin: 20px 0 0;
    font-size: 20px;
  }
  .growth_list_pagination {
    bottom: 124px;
  }
}
/* キャリアプラン */
.career_plan_wrap {
  padding: 60px 0 288px;
	position: relative;
}
.careerplan_ttl_img {
	position: absolute;
	bottom: 76px;
	right: 37px;
	width: 148px;
}
.career_plan_contents {
	margin: 30px 0 0;
}
.career_plan_tab_list {
	display: flex;
	justify-content: center;
	gap: 0 40px;
}
.career_plan_tab_item {
	font-size: 20px;
	font-weight: 500;
	color: #9B9A99;
	position: relative;
	cursor: pointer;
}
.career_plan_tab_item::after {
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: #9B9A99;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
}
.career_plan_tab_item:last-child::after {
	display: none;
}
.career_plan_tab_item.active {
	color: #462D26;
}
.career_plan_tab_item.active {
	text-decoration: underline #8CB808 3px solid;
  text-underline-offset: 10px;
}
.career_plan_detail_wrap {
	margin: 38px 0 0;
}
.career_plan_body {
	padding: 0 0 0 37px;
}
.career_plan_detail_wrap {
	display: none;
}
.career_plan_detail_wrap.active {
	display: block;
}
.check_txt_img {
	width: 74px;
}
.career_plan_lead_txt {
	margin: 9px 0 0;
	font-size: 18px;
	font-weight: 700;
}
.career_plan_sld_list_wrap {
	margin: 30px 0 0;
}
.career_plan_sld_item {
	margin: 0 33px 0 0;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slick-dots {
	padding: 0 37px 0 0 !important;
	bottom: -42px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
.slick-dots li {
	margin: 0 !important;
	width: 10px !important;
	height: 10px !important;
}
.slick-dots li button {
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: #462D26 !important;
	border-radius: 50%;
}
.slick-dots li.slick-active button {
	background: #8CB808 !important;
}
.slick-dots li button:before {
	line-height: 1 !important;
	font-size: 10px !important;
	width: 10px !important;
	height: 10px !important;
}
.slick-dots li.slick-active button:before {
	opacity: 0 !important;
}
.career_plan_sld_item img {
	width: 100%;
	height: auto;
}
.career_plan_sld_txt_01 {
	margin: 21px 0 0;
	font-size: 16px;
	text-align: center;
}
.career_plan_sld_txt_02 {
	margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .career_plan_wrap {
    padding: 60px 0 100px;
  }
	.careerplan_ttl_img {
		bottom: auto;
		top: -38px;
    right: 21%;
		width: 15.3%;
	}
	.career_plan_tab_list {
		gap: 0 70px;
	}
	.career_plan_tab_item {
		font-size: clamp(20px, 2.81vw, 36px);
	}
	.career_plan_tab_item::after {
		width: 1px;
		height: 21px;
		right: -35px;
	}
	.career_plan_tab_item.active {
		text-decoration: underline #8CB808 5px solid;
		text-underline-offset: 17px;
	}
	.career_plan_body {
		padding: 0 37px;
	}
	.check_txt_img {
		width: 90px;
	}
	.career_plan_lead_txt {
		font-size: clamp(18px, 2.34vw, 30px);
	}
	.career_plan_lead_txt br {
		display: none;
	}
	.career_plan_sld_list {
		display: flex;
		gap: 0 30px;
	}
	.career_plan_sld_item {
		width: calc((100% - 60px) /3);
		margin: 0;
	}
	.career_plan_sld_txt_01 {
		font-size: clamp(16px, 1.87vw, 24px);
	}
}
@media screen and (min-width: 1280px) {
  .career_plan_wrap {
    padding: 120px 0 200px;
  }
	.career_plan_contents {
		margin: 60px 0 0;
	}
	.career_plan_tab_list {
		gap: 0 100px;
	}
	.career_plan_tab_item {
		font-size: 36px;
	}
	.career_plan_tab_item::after {
		height: 25px;
		right: -50px;
		top: 35%;
		transform: unset;
	}
	.career_plan_detail_wrap {
		margin: 71px 0 0;
	}
	.career_plan_body {
		width: 1200px;
		padding: 0;
		margin: auto;
	}
	.check_txt_img {
		width: 106px;
	}
	.career_plan_lead_txt {
		font-size: 30px;
	}
	.career_plan_sld_list_wrap {
		margin: 40px 0 0;
	}
	.career_plan_sld_list {
		gap: 0 48px;
	}
	.career_plan_sld_item {
		width: calc((100% - 96px) /3);
	}
	.career_plan_sld_txt_01 {
		margin: 30px 0 0;
		font-size: 24px;
	}
	.career_plan_sld_txt_02 {
		margin: 20px 0 0;
	}
}
/* 育児について */
.childcare_wrap {
  padding: 60px 0;
}
.childcare_body {
  width: 100%;
  padding: 0 37px;
}
.childcare_img img {
  width: 100%;
  height: auto;
}
.childcare_contents {
  display: flex;
  flex-direction: column;
	gap: 25px 0;
}
.childcare_ttl {
  font-size: 20px;
  text-decoration: underline #efd700 3px solid;
  text-underline-offset: 10px;
  line-height: 2;
  display: inline-block;
}
.childcare_txt {
  line-height: 2;
	margin: 20px 0 0;
}
.childcare_txt p + p {
	margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .childcare_contents {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 43px;
  }
  .childcare_ttl {
    font-size: clamp(20px, 2.81vw, 36px);
    text-decoration: underline #efd700 3px solid;
    text-underline-offset: 12px;
  }
  .childcare_txt {
    max-width: 628px;
  }
}
@media screen and (min-width: 1280px) {
  .childcare_wrap {
    padding: 120px 0 130px 0;
  }
  .childcare_ttl {
    text-decoration: underline #efd700 3px solid;
    text-underline-offset: 16px;
  }
	.childcare_txt {
		margin: 40px 0 0;
	}
	.childcare_txt p + p {
		margin: 20px 0 0;
	}
}
@media screen and (min-width: 1550px) {
  .childcare_body {
    width: 1400px;
    padding: 0;
    margin: 0 0 0 160px;
  }
}
/* 先輩スタッフの声 */
.voice_wrap {
  padding: 60px 0 80px;
}
.voice_contents {
  margin: 30px 0 0;
}
.voice_list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 20px;
}
.voice_item {
	width: calc((100% - 20px) /2);
	text-align: center;
}
.voice_img_box {
	border: 5px solid #FFF;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	max-width: 250px;
}
.voice_img_box img {
	width: 100%;
	height: auto;
  vertical-align: bottom;
}
.voice_post {
	display: inline-block;
	background: #462D26;
	border-radius: 17px;
	padding: 1.5px 21px;
	text-align: center;
	color: #FFF !important;
	margin: 10px 0 0;
}
#lightcase-content p.voice_post {
	display: inline-block;
	background: #462D26;
	border-radius: 17px;
	padding: 1.5px 21px;
	text-align: center;
	color: #FFF !important;
	margin: 10px 0 0;
}
.voice_txt {
	margin: 10px 0 0;
	font-size: 16px;
	text-align: center;
}
.voice_txt br {
	display: none;
}
.voice_more_btn_wrap {
	margin: 20px 0 0;
	text-align: right;
}
.voice_more_btn {
	display: inline-block;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	font-size: 12px;
  color: #462D26;
	transition: all .3s ease-out;
}
@media screen and (min-width: 768px) {
  .voice_contents {
    margin: 40px 0 0;
    border-top: 1px solid #9b9a99;
    border-bottom: 1px solid #9b9a99;
  }
	.voice_list {
		gap: 0;
	}
	.voice_item {
		border-right: 1px solid #9B9A99;
		width: calc(100% / 3);
		padding: 20px 30px 40px;
		cursor: pointer;
		transition: all .3s ease-out;
	}
	.voice_item:hover {
		background: #E5E5E5;
	}
	.voice_item:first-child,
	.voice_item:nth-of-type(4) {
		border-left: 1px solid #9B9A99;
	}
	.voice_item:nth-of-type(-n+3) {
		border-bottom: 1px solid #9B9A99;
	}
	.voice_img_box {
		background: #EEECE9;
	}
	.voice_img_box img {
		transition: all .3s ease-out;
	}
	.voice_item:hover .voice_img_box img {
		transform: scale(1.2)
	}
	.voice_post {
		padding: 2px 30px;
		margin: 12px 0 0;
	}
	#lightcase-content p.voice_post {
		padding: 2px 30px;
		margin: 12px 0 0;
	}
	.voice_txt {
		font-size: clamp(16px, 1.87vw, 24px);
	}
	.voice_txt br {
		display: block;
	}
	.voice_more_btn_wrap {
		text-align: center;
	}
	.voice_more_btn {
		text-underline-offset: 7px;
		font-size: clamp(12px, 1.4vw, 18px);
		transition: all .3s ease-out;
	}
	.voice_item:hover .voice_more_btn {
		color: #9B9A99;
		text-decoration: none;
	}
}
@media screen and (min-width: 1024px) {
	.voice_item {
		width: calc(100% / 4);
	}
	.voice_item:nth-of-type(4) {
		border-left: none;
	}
	.voice_item:nth-of-type(5) {
		border-left: 1px solid #9B9A99;
	}
	.voice_item:nth-of-type(-n+4) {
		border-bottom: 1px solid #9B9A99;
	}
}
@media screen and (min-width: 1280px) {
  .voice_wrap {
    padding: 120px 0 160px;
  }
	.voice_item {
		padding: 40px 50px 58px;
	}
	.voice_img_box {
		border: 10px solid #FFF;
		max-width: 285px;
	}
	.voice_txt {
		margin: 19px 0 0;
		font-size: 24px;
	}
	.voice_more_btn_wrap {
		margin: 30px 0 0;
	}
	.voice_more_btn {
		font-size: 18px;
	}
}
/* インタビューポップ */
#lightcase-case {
	padding: 0 !important;
  text-shadow: none !important;
}
.pop_box {
  width: 100%;
  height: 100vh;
}
.pop_box_contents_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;;
}
.pop_box_ttl_wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 0;
  align-items: center;
  width: 100%;
  padding: 6px 0 4px 37px;
  background: #fff;
  border-bottom: solid #E9E9E7 1px;
}
#lightcase-content p.pop_box_ttl_en {
  font-size: 25px;
  font-weight: bold;
  color: #BFBFBD;
  white-space: nowrap;
}
#lightcase-content p.pop_box_ttl_ja {
  font-size: 12px;
  font-weight: bold;
  color: #BFBFBD;
  white-space: nowrap;
}
.pop_box_contents {
  margin: 50px 0 0;
}
.pop_box_img {
  padding: 40px 37px 0;
  text-align: center;
}
.pop_box_img img {
  width: 100%;
  max-width: 300px;
  border-radius: 29px;
  border: solid #E9E9E7 5px;
  object-fit: cover;
  aspect-ratio: 300 / 435;
}
.pop_box_message {
  margin: 20px 0 0;
  padding: 0 37px 60px;
}
.pop_box_message_scroll_wrap {
  width: 100%;
  max-width: 784px;
  height: 100%;
  overflow: hidden;
}
.pop_box_message_inner {
  width: calc(100% + 17px);
  height: 85%;
  padding: 25px 17px 40px 0;
  overflow-y: scroll;
}
.pop_box_message .message_faculty {
  margin: 12px 0 0;
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}
.pop_box_bubble {
  position: relative;
  margin: 59px 0 0;
  padding: 20px;
  border-radius: 10px;
  background: #F0F0EB;
  font-size: 13px;
  line-height: 2;
}
.pop_box_message .pop_box_bubble {
  line-height: 1.5;
}
.bubble {
  display: none;
}
.pop_box_message_txt_wrap {
  margin: 32px 0 0;
}
#lightcase-content p.pop_box_message_ttl {
  font-size: 15px;
  color: #222;
}
#lightcase-content p.pop_box_message_txt {
  font-size: 13px;
  font-weight: normal;
  color: #222;
  line-height: 2;
}
p.pop_box_message_txt {
  margin: 30px 0 0;
}
.interview_nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 2004;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: auto;
  height: 70px;
  text-align: center;
  cursor: pointer;
}
.interview_nav_back {
  color: #222;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.page-template-page-recruit #lightcase-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2003;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 37px;
  border-top: solid #9B9A99 1px;
  background: #EEECE9;
}
.page-template-page-recruit a[class*='lightcase-icon-'] {
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  color: #222 !important;
}
.page-template-page-recruit a[class*='lightcase-icon-'].lightcase-icon-prev {
  position: relative;
  left: auto;
  right: 0;
  bottom: 0;
}
.page-template-page-recruit #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev span {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 28px;
  background: url('../images/lightcase-icon-prev.svg') left center/28px 28px no-repeat;
}
.page-template-page-recruit a[class*='lightcase-icon-']:hover {
  color: #222;
  text-shadow: none;
}
.page-template-page-recruit a[class*='lightcase-icon-'].lightcase-icon-next {
  position: relative;
  right: 0;
  bottom: 0;
}
.page-template-page-recruit #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next span {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 28px;
  background: url('../images/lightcase-icon-next.svg') right center/28px 28px no-repeat;
}
.page-template-page-recruit #lightcase-overlay {
  background: rgba(70,45,38,.4);
}
@media only screen and (min-width: 576px) {
  .pop_box_message {
    width: 400px;
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .pop_box_ttl_wrap {
    position: unset;
    width: auto;
    border-bottom: none;
  }
  #lightcase-content p.pop_box_ttl_en {
    font-size: calc(25px, 3.82vw, 49px);
  }
  #lightcase-content p.pop_box_ttl_ja {
    font-size: calc(12px, 1.875vw, 24px);
  }
  .pop_box_contents_wrap {
    flex-direction: row;
    height: 100vh;
  }
  .pop_box_contents {
    margin: 0;
    border-top: solid #E9E9E7 1px;
  }
  .pop_box_contents_inner {
    display: flex;
    height: calc(100vh - 48px);
    border-right: solid #E9E9E7 1px;
  }
  .pop_box_img {
    max-width: 693px;
    width: calc(100% - 400px);
    padding: 57px 20px 40px 37px;
    border-right: solid #E9E9E7 1px;
  }
  .pop_box_img img {
    max-width: 551px;
    max-height: 800px;
    height: calc(100vh - 150px);
  }
  .pop_box_message {
    width: 400px;
    margin: 0;
    padding: 57px 20px 0 25px;
  }
  .pop_box_message .message_faculty {
    font-size: calc(11px, 1.3vw, 17px);
  }
  .pop_box_bubble {
    margin: 59px 0 0 20px;
  }
  .bubble {
    position: absolute;
    top: 13px;
    left: -21px;
    display: block;
  }
  .page-template-page-recruit #lightcase-nav {
    width: 56.2%;
    padding: 0 70px;
  }
  .interview_nav {
    left: 75%;
  }
}
@media only screen and (min-width: 950px) {
  .pop_box_img {
    width: calc(100% - 560px);
  }
  .pop_box_message {
    width: 560px;
  }
}
@media only screen and (min-width: 1280px) {
  #lightcase-content p.pop_box_ttl_en {
    font-size: 49px;
  }
  #lightcase-content p.pop_box_ttl_ja {
    font-size: 24px;
  }
  .pop_box_contents_inner {
    height: calc(100vh - 101px);
  }
  .pop_box_img {
    width: calc(100% - 600px);
    padding: 57px 41px 40px 100px;
  }
  .pop_box_img img {
    height: calc(100vh - 210px);
  }
  .pop_box_message {
    width: 600px;
    padding: 57px 36px 0 42px;
  }
  .pop_box_message_inner {
    padding: 45px 0 60px;
  }
  .pop_box_message .message_faculty {
    font-size: 17px;
  }
  .pop_box_ttl_wrap {
    gap: 0 27px;
    padding: 0 0 4px 110px;
  }
  .pop_box_bubble {
    padding: 25px 38px 27px 42px;
    font-size: 30px;
  }
  .pop_box_message_txt_wrap {
    margin: 40px 0 0;
  }
  #lightcase-content p.pop_box_message_ttl {
    font-size: 20px;
  }
  #lightcase-content p.pop_box_message_txt {
    font-size: 18px;
  }
  .page-template-page-recruit a[class*='lightcase-icon-'] {
    width: 40px;
    height: 40px;
  }
  .page-template-page-recruit #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev span {
    width: 40px;
    height: 40px;
    background: url('../images/lightcase-icon-prev.svg') left center/40px 40px no-repeat;
  }
  .page-template-page-recruit #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next span {
    width: 40px;
    height: 40px;
    background: url('../images//lightcase-icon-next.svg') right center/40px 40px no-repeat;
  }
  .interview_nav_back {
    font-size: 18px;
  }
  .page-template-page-recruit #lightcase-nav {
    width: 50%;
  }
}
@media only screen and (min-width: 1550px) {
  .pop_box_img {
    width: calc(100% - 785px);
  }
  .pop_box_message {
    width: 785px;
  }
  .page-template-page-recruit #lightcase-nav {
    width: 50%;
    height: 100px;
  }
  .interview_nav {
    height: 100px;
  }
}
/* lightcase打消し */
html[data-lc-type=inline] .page-template-page-recruit #lightcase-content, html[data-lc-type=ajax] .page-template-page-recruit #lightcase-content, html[data-lc-type=error] .page-template-page-recruit #lightcase-content {
  background: #EEECE9 !important;
}
html[data-lc-type="inline"] #lightcase-content .lightcase-contentInner, html[data-lc-type="ajax"] #lightcase-content .lightcase-contentInner, html[data-lc-type="error"] #lightcase-content .lightcase-contentInner {
  padding: 0 !important;
}
#lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
  color: #462D26 !important;
  text-shadow: none;
}
.page-template-page-recruit a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url('../images/pop_close.svg') center center/50px no-repeat;
}
.page-template-page-recruit #lightcase-case {
  top: 0;
  left: auto;
  right: 0;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  background: #EEECE9;
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
  width: 100% !important;
  height: 100% !important;
}
html:not([data-lc-type=error]) .page-template-page-recruit #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  overflow: unset;
}
@media only screen and (min-width: 768px) {
  .page-template-page-recruit #lightcase-case {
    width: 89% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .page-template-page-recruit #lightcase-case {
    width: 79.17% !important;
  }
  .page-template-page-recruit a[class*='lightcase-icon-'].lightcase-icon-close {
    width: 100px;
    height: 100px;
    background: url('../images/pop_close.svg') center center/100px no-repeat;
  }
}
/*
先輩スタッフの声　モーダル内
左側
*/
.modal_voice_img_wrap {
  padding: 50px 0 40px;
  border-bottom: 1px solid #9B9A99;
  text-align: center;
}
.modal_voice_img_box {
  max-width: 286px;
  margin: auto;
}
.modal_voice_qa_wrap {
  padding: 40px 37px 100px;
}
#lightcase-content p.modal_voice_post {
  border-radius: 26px;
  font-size: 21px;
  padding: 3px 47px;
  margin: 27px 0 0;
}
.modal_voice_txt {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
  color: #462D26 !important;
}
@media screen and (min-width: 768px) {
  .modal_voice_img_wrap {
    width: 36.84%;
    padding: 80px 30px 0;
    border-right: 1px solid #9B9A99;
    border-bottom: none;
  }
  .modal_voice_qa_wrap {
    width: 63.16%;
    padding: 130px 30px 150px 80px;
    overflow-y: scroll;
  }
  #lightcase-content p.modal_voice_post {
    padding: 4px 40px;
    font-size: clamp(21px, 2.34vw, 30px);
  }
  .modal_voice_q_01 br {
    display: inline;
  }
  .modal_voice_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (min-width: 1280px) {
  .modal_voice_img_box {
    max-width: 350px;
  }
  #lightcase-content p.modal_voice_post {
    font-size: 30px;
    padding: 4px 67px;
    margin: 38px 0 0;
  }
  .modal_voice_txt {
    margin: 21px 0 0;
    font-size: 20px;
  }
}
@media screen and (min-width: 1550px) {
  .modal_voice_img_wrap {
    padding: 100px 52px 0 100px;
  }
  .modal_voice_qa_wrap {
    padding: 151px 50px 200px 127px;
    overflow-y: scroll;
  }
  .modal_voice_img_box {
    max-width: 408px;
  }
}
/* 右側 */
.modal_voice_ttl {
  font-size: 20px;
}
.modal_voice_qa_list {
	margin: 40px 0 0;
	max-width: 576px;
}
.modal_voice_qa_item + .modal_voice_qa_item {
  margin: 29px 0 0;
}
.modal_voice_q {
  background: #FFF;
  border-radius: 20px;
  padding: 11px 7px 11px 57px;
  position: relative;
  z-index: 0;
}
.modal_voice_q_mark {
	font-size: 21px;
	line-height: 1;
	color: #FFF;
	background: #8CB808;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
	width: 42px;
	height: 42px;
}
.modal_voice_a {
  display: flex;
  gap: 0 9px;
  margin: 17px 0 0;
  padding: 0 0 0 16px;
}
#lightcase-content p.modal_voice_a_mark {
  color: #8cb808 !important;
  font-size: 20px;
}
.modal_voice_q_txt {
  font-size: 14px;
}
.modal_voice_a_txt {
  padding: 2px 0 0;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .modal_voice_ttl {
    font-size: clamp(24px, 2.81vw, 36px);
  }
	.modal_voice_q {
		border-radius: 30px;
	}
	.modal_voice_q_mark {
		font-size: clamp(21px, 2.34vw, 30px);
	}
	.modal_voice_q_txt br {
		display: none;
	}
  #lightcase-content p.modal_voice_a_mark {
    font-size: clamp(20px, 2.34vw, 30px);
  }
  .modal_voice_q_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .modal_voice_a_txt {
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
@media screen and (min-width: 1024px) {
	.modal_voice_q_mark {
		width: 46px;
		height: 46px;
	}
}
@media screen and (min-width: 1280px) {
  .modal_voice_ttl {
    font-size: 36px;
  }
	.modal_voice_qa_list {
		margin: 47px 0 0;
	}
	.modal_voice_qa_item + .modal_voice_qa_item {
		margin: 40px 0 0;
	}
	.modal_voice_q {
		padding: 15px 50px 15px 81px;
	}
	.modal_voice_q_mark {
		font-size: 30px;
		width: 60px;
		height: 60px;
	}
	.modal_voice_a {
		gap: 0 15px;
		margin: 22px 0 0;
		padding: 0 0 0 19px;
	}
	#lightcase-content p.modal_voice_a_mark {
		font-size: 30px;
	}
  .modal_voice_q_txt {
    font-size: 20px;
  }
  .modal_voice_a_txt {
    padding: 3px 0 0;
    font-size: 20px;
  }
}
/* データで見る松尾歯科矯正歯科 */
.figure_wrap {
  padding: 60px 0 80px;
}
.figure_list {
  margin: 30px 0 0;
  border-radius: 10px;
  background: #fff;
}
.figure_item {
  display: grid;
  grid-template-columns: 1fr 182px;
  align-items: center;
  height: 130px;
  padding: 21px 11px 22px 23px;
  border-bottom: 2px solid #eeece9;
}
.figure_item:last-child {
  border-bottom: none;
}
.figure_item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.figure_img_01 {
  width: 59px;
}
.figure_img_02 {
  width: 60px;
}
.figure_img_03 {
  width: 95px;
}
.figure_img_04 {
  width: 95px;
}
.figure_img_05 {
  width: 88px;
}
.figure_img_06 {
  width: 83px;
}
.figure_img_07 {
  width: 73px;
}
.figure_img_08 {
  width: 80px;
}
.figure_img_09 {
  width: 70px;
}
.figure_item_ttl_wrap {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
.figure_item_ttl {
  display: inline-block;
  padding: 1px 20px;
  border-radius: 17px;
  background: #8cb808;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.01em;
}
.figure_note {
  margin: 5px 0 0;
  font-size: 9px;
  text-align: center;
}
.figure_num_wrap {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 8px;
  height: 100%;
  padding: 9px 0 0;
  line-height: 1;
}
.figure_num_inner {
  display: flex;
  align-items: flex-end;
  gap: 0 9px;
}
.figure_num {
  font-size: 33px;
  color: #8cb808;
  line-height: 0.8;
}
.figure_num_unit {
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 1;
}
.figure_num_01 .odometer-formatting-mark {
  display: none;
}
.figure_num .odometer-value {
  text-align: center;
}
.figure_num .odometer-inside {
  display: flex;
  gap: 0;
}
@media only screen and (min-width: 576px) {
  .figure_list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .figure_note {
    font-size: clamp(9px, 1vw, 14px);
  }
  .figure_item {
    width: 33.333%;
    height: 300px;
    grid-template-rows: 60px 1fr 58px;
    grid-template-columns: none;
    padding: 20px 10px;
    border-right: 2px solid #eeece9;
    border-bottom: 2px solid #eeece9;
  }
  .figure_item:nth-child(3n) {
    border-right: none;
  }
  .figure_item:last-child {
    border-right: none;
  }
  .figure_num_inner {
    gap: 0 10px;
  }
  .figure_item_img {
    grid-column: 1 / 1;
    grid-row: 2 / 3;
  }
  .figure_item_ttl_wrap {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    justify-content: flex-start;
  }
  .figure_img_01 {
    width: auto;
  }
  .figure_img_02 {
    width: auto;
  }
  .figure_img_03 {
    width: auto;
  }
  .figure_img_04 {
    width: auto;
  }
  .figure_img_05 {
    width: auto;
  }
  .figure_img_06 {
    width: auto;
  }
  .figure_img_07 {
    width: auto;
  }
  .figure_img_08 {
    width: auto;
  }
  .figure_img_09 {
    width: auto;
  }
  .figure_item_ttl {
    font-size: clamp(14px, 1.56vw, 20px);
  }
  .figure_num_wrap {
    grid-column: 1 / 1;
    grid-row: 3 / 4;
    gap: 0 10px;
    height: auto;
    padding: 0;
  }
  .figure_num {
    font-size: clamp(33px, 3.75vw, 48px);
  }
  .figure_num_unit {
    font-size: clamp(16px, 1.87vw, 24px);
  }
}
@media only screen and (min-width: 768px) {
  .figure_wrap .sec_ttl_jp_br {
    display: none;
  }
  .figure_item {
    height: 321px;
    padding: 42px 10px 22px;
  }
}
@media only screen and (min-width: 1280px) {
	.figure_wrap {
		padding: 108px 0 166px;
	}
  .figure_list {
    margin: 60px 0 0;
  }
  .figure_item_ttl {
    padding: 1px 30px;
    font-size: 20px;
  }
  .figure_note {
    margin: 7px 0 0;
    font-size: 14px;
  }
  .figure_num {
    font-size: 48px;
  }
  .figure_num_unit {
    font-size: 24px;
  }
}
/* 医院見学会 */
.clinic_tour_wrap {
  padding: 60px 0 80px;
}
.clinic_tour_lead_wrap {
  margin: 20px 0 0;
  position: relative;
  border-bottom: 1px solid #9b9a99;
  padding: 0 0 30px;
}
.clinic_tour_txt {
  font-size: 16px;
  line-height: 2;
}
.clinic_tour_txt p {
  text-align: center;
}
.clinic_tour_lead_img {
  margin: 40px auto 0;
  max-width: 400px;
}
.clinic_tour_lead_img img {
  width: 100%;
  height: 100%;
}
.clinic_tour_flow_wrap {
  margin: 30px 0 0;
  text-align: center;
}
.clinic_tour_flow_check {
  width: 74px;
  height: auto;
}
.clinic_tour_flow_check img {
  width: 100%;
  height: 100%;
}
.clinic_tour_flow_ttl {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 6px 0 0;
}
.clinic_tour_flow_contents {
  margin: 30px 0 0;
  text-align: center;
}
.clinic_tour_flow_list {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px 0;
}
.clinic_tour_flow_item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.clinic_tour_flow_img {
  position: relative;
  width: 148px;
  height: auto;
}
.clinic_tour_flow_img img {
  width: 100%;
  height: 100%;
}
.clinic_tour_flow_img::after {
  content: "";
  position: absolute;
  background: #8cb808;
  width: 5px;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease, height 0.8s ease;
  z-index: -1;
}
.clinic_tour_flow_item.show .clinic_tour_flow_img::after {
  height: 30px;
  transform: translateX(-50%) scaleY(1);
}
.clinic_tour_flow_item:last-child .clinic_tour_flow_img::after {
  display: none;
}
.clinic_tour_flow_txt {
  width: calc(100% - 168px);
}
.clinic_tour_flow_txt br {
  display: none;
}
.fadein-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.fadein-up.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .clinic_tour_lead_wrap {
    padding: 0 0 50px;
  }
  .clinic_tour_txt {
    font-size: clamp(16px, 1.87vw, 24px);
  }
  .clinic_tour_txt p {
    text-align: left;
  }
  .clinic_tour_txt br {
    display: none;
  }
  .clinic_tour_lead_img {
    position: absolute;
    top: -130px;
    right: 0;
    margin: 0;
    width: 40%;
    max-width: 567px;
  }
  .clinic_tour_flow_check {
    width: 85px;
  }
  .clinic_tour_flow_ttl {
    font-size: clamp(21px, 2.34vw, 30px);
  }
  .clinic_tour_flow_list {
    flex-direction: row;
    gap: 0 20px;
  }
  .clinic_tour_flow_item {
    flex-direction: column;
    align-content: center;
    gap: 20px 0;
    width: calc((100% - 80px) / 5);
  }
  .clinic_tour_flow_img {
    width: 100%;
  }
  .clinic_tour_flow_img::after {
    width: 0;
    left: 100%;
    top: 50%;
    transform: translateX(0) scaleY(-50%);
    transform-origin: left;
  }
  .clinic_tour_flow_item.show .clinic_tour_flow_img::after {
    height: 5px;
    width: 40px;
    transform: scaleX(1) translateY(-50%) !important;
    transition: transform 0.8s ease, width 0.8s ease;
  }
  .clinic_tour_flow_txt {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .clinic_tour_wrap {
    padding: 120px 0 160px;
  }
  .clinic_tour_lead_wrap {
    margin: 50px 0 0;
    padding: 0 0 100px;
  }
  .clinic_tour_txt {
    font-size: 24px;
  }
  .clinic_tour_lead_img {
    top: -150px;
  }
  .clinic_tour_flow_wrap {
    margin: 60px 0 0;
  }
  .clinic_tour_flow_check {
    width: 106px;
  }
  .clinic_tour_flow_ttl {
    font-size: 30px;
    margin: 9px 0 0;
  }
  .clinic_tour_flow_contents {
    margin: 58px 0 0;
  }
  .clinic_tour_flow_list {
    gap: 0 25px;
  }
  .clinic_tour_flow_item {
    gap: 24px 0;
    width: calc((100% - 100px) / 5);
    max-width: 300px;
  }
  .clinic_tour_flow_txt br {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .clinic_tour_wrap .sec_ttl {
    padding: 0 0 0 100px;
  }
  .clinic_tour_lead_wrap {
    padding: 0 0 100px 100px;
  }
}
@media screen and (min-width: 1700px) {
  .clinic_tour_wrap .sec_ttl {
    padding: 0 0 0 200px;
  }
  .clinic_tour_lead_wrap {
    padding: 0 0 100px 200px;
  }
}
/* 募集要項 */
.guideline_wrap {
  padding: 60px 0 80px;
}
.guideline_lead_wrap {
  margin: 30px 0 0;
}
.guideline_lead_ttl {
  font-size: 21px;
  font-weight: 700;
}
.guideline_lead_txt {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 2;
}
.guideline_lead_txt p + p {
  margin: 10px 0 0;
}
.guideline_detail_contents {
  margin: 30px 0 0;
}
.guideline_tab_list {
  display: flex;
  align-items: flex-end;
  gap: 0 21px;
}
.guideline_tab_item {
  cursor: pointer;
  width: 47%;
  max-width: 147px;
  background: #9b9a99;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 4px 0;
}
.guideline_tab_item.active {
  background: #462d26;
  padding: 11px 0;
}
.guideline_list_wrap {
  background: #fff;
  padding: 20px 16px 50px;
  display: none;
}
.guideline_list_wrap.active {
  display: block;
}
.guideline_list_item {
  border-bottom: 1px solid #9b9a99;
  padding: 10px 0;
}
.guideline_list_item:first-child {
  padding: 0 0 10px;
}
.guideline_list_item dt {
  font-weight: 700;
}
.guideline_list_item dd {
  padding: 6px 0 0 9px;
}
.guideline_btn_wrap {
  justify-items: center;
  margin: 30px 0 0;
}
.guideline_btn_wrap .common_btn {
	margin: auto;
}
@media screen and (min-width: 768px) {
  .guideline_lead_ttl {
    font-size: clamp(21px, 2.34vw, 30px);
  }
  .guideline_box_txt {
    font-size: clamp(16px, 1.87vw, 24px);
  }
  .guideline_detail_contents {
    margin: 60px 0 0;
  }
  .guideline_tab_list {
    gap: 0 30px;
  }
  .guideline_tab_item {
    font-size: clamp(16px, 1.87vw, 24px);
    width: 30%;
    max-width: unset;
    padding: 14px 0;
  }
  .guideline_tab_item.active {
    padding: 20px 0;
  }
  .guideline_tab_item br {
    display: none;
  }
  .guideline_list_wrap {
    padding: 40px 20px 80px;
  }
  .guideline_list_item {
    display: flex;
    padding: 18px 0;
  }
  .guideline_list_item:first-child {
    padding: 0 0 18px;
  }
  .guideline_list_item dt {
    width: 23.5%;
  }
  .guideline_list_item dd {
    padding: 0;
    width: 76.5%;
    max-width: 840px;
  }
}
@media screen and (min-width: 1280px) {
  .guideline_wrap {
    padding: 108px 0 200px;
  }
  .guideline_lead_wrap {
    margin: 60px 0 0;
  }
  .guideline_lead_ttl {
    font-size: 30px;
    font-weight: 700;
  }
  .guideline_lead_txt {
    font-size: 24px;
  }
  .guideline_lead_txt p + p {
    margin: 20px 0 0;
  }
  .guideline_detail_contents {
    margin: 100px 0 0;
  }
  .guideline_tab_list {
    gap: 0 48px;
  }
  .guideline_tab_item {
    font-size: 24px;
    width: 368px;
    padding: 22px 0;
  }
  .guideline_tab_item.active {
    padding: 32px 0;
  }
  .guideline_list_wrap {
    padding: 80px 48px 100px;
  }
  .guideline_list_item {
    display: flex;
    padding: 26px 0;
  }
  .guideline_list_item:first-child {
    padding: 0 0 26px;
  }
  .guideline_btn_wrap {
    margin: 60px 0 0;
  }
}
/* フッター */
.footer_wrap {
  background: #462d26;
  border-radius: 50px 50px 0 0;
  padding: 21px 9px 37px;
  color: #fff;
}
.footer_logo {
  width: 88.5%;
}
.footer_logo img {
  width: 100%;
}
.footer_address {
  margin: 10px 0 0;
}
.footer_address p {
  text-align: center;
}
.footer_btn_wrap {
  margin: 21px 0 0;
}
.footer_btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 17px 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin: auto;
}
.footer_btn svg {
  width: 7px;
	fill: #FFF;
}
.footer_copy {
  margin: 60px 0 0;
  font-size: 9px;
  text-align: center;
}
.footer_nav_wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: 70%;
    margin: auto;
  }
  .footer_address_br {
    display: none;
  }
  .footer_btn {
    width: 35%;
    max-width: 372px;
  }
  .footer_btn svg {
    width: 8px;
  }
  .footer_copy {
    font-size: clamp(9px, 1.1vw, 14px);
  }
}
@media screen and (min-width: 1024px) {
  .footer_wrap {
    padding: 50px 60px;
  }
  .footer_contents {
    display: flex;
    gap: 0 100px;
  }
  .footer_info_wrap {
    width: 60%;
  }
  .footer_logo {
    width: 100%;
    max-width: 756px;
    margin: unset;
  }
  .footer_address p {
    text-align: left;
  }
  .footer_btn {
    margin: unset;
    width: 70%;
    transition: all 0.3s ease-out;
  }
  .footer_btn:hover {
    background: #fff;
    border: 1px solid #462d26;
  }
  .footer_btn:hover .common_btn_txt {
    color: #462d26;
  }
  .footer_btn:hover svg {
    fill: #8cb808;
  }
  .footer_copy {
    text-align: left;
  }
  .footer_nav_wrap {
    display: flex;
    justify-content: flex-end;
    gap: 0 35px;
    width: 45%;
    padding: 63px 0 0;
  }
  .footer_nav_item + .footer_nav_item {
    margin: 20px 0 0;
  }
  .footer_nav_item a {
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .footer_nav_item a:hover {
    color: #a89e8f;
  }
}
@media screen and (min-width: 1280px) {
  .footer_wrap {
    border-radius: 100px 100px 0 0;
    padding: 100px 50px 97px;
  }
  .footer_contents {
    max-width: 1352px;
  }
  .footer_address {
    margin: 39px 0 0 100px;
  }
  .footer_btn_wrap {
    margin: 30px 0 0 100px;
  }
  .footer_btn svg {
    width: 10px;
  }
  .footer_copy {
    margin: 86px 0 0 100px;
  }
  .footer_nav_wrap {
    gap: 0 76px;
  }
  .footer_nav_item + .footer_nav_item {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer_wrap {
    padding: 100px 50px 97px 100px;
  }
  .footer_address {
    margin: 39px 0 0 152px;
  }
  .footer_btn_wrap {
    margin: 30px 0 0 152px;
  }
  .footer_copy {
    margin: 86px 0 0 152px;
  }
}
@media screen and (min-width: 1650px) {
  .footer_wrap {
    padding: 100px 50px 97px 208px;
  }
  .footer_contents {
    gap: 0 140px;
  }
  .footer_info_wrap {
    width: unset;
  }
  .footer_copy {
    font-size: 14px;
  }
  .footer_nav_wrap {
    width: 456px;
  }
}
