@charset "UTF-8";
/* CSS Document */
/* base
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  color: #555555;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #ffffff;
  text-align: justify;
  letter-spacing: 0.088em;
  line-height: 200%;
  position: relative;
  text-justify: inter-ideograph; /* Edge */
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}

@font-face {
  font-family: "Retroica";
  src: url("../font/Retroica.woff2") format("woff2"), url("../font/Retroica.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* 表示のチラつき防止 */
}
h1 {
  font-size: 2.6rem;
  font-weight: 400;
} /* 800 */
h2 {
  font-size: 2.4rem;
  font-weight: bold;
} /* 700 */
h3 {
  font-size: 1.8rem;
  font-weight: 400;
} /* 500 */
p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
} /* 400 */
.font-bold {
  font-weight: bold;
}

img {
  width: 100%;
  height: auto;
}

.mb_unset {
  margin-bottom: unset !important;
}

.pd-b-unset {
  padding-bottom: unset !important;
}

.bg_gray {
  background-color: #f5f5f5;
}

* {
  transition: all 0.3s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.t_center {
  text-align: center;
}

.br {
  display: none;
}

@media screen and (max-width: 767px) {
  .br {
    display: block;
  }
}
.breadcrumb {
  color: #808080;
}

.mb_l {
  margin-bottom: 100px !important;
}

.mb_m {
  margin-bottom: 50px !important;
}

.mb_s {
  margin-bottom: 25px !important;
}

.mb_ss {
  margin-bottom: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_90 {
  padding-top: 90px;
}

.cp-red {
  color: #9f331e;
}

.header__group {
  width: 100%;
  height: 90px;
  position: fixed;
  background-color: #fff;
  z-index: 10;
}

.header__inner-group {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.header__title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
  height: 90px;
  gap: 10px;
}

.header__title_wrap img {
  width: 56px;
  height: 60px;
}

.logo-m-right {
  margin-right: 10px;
}

.header__title {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.header__sub-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.header__sub-title span {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.hamburger-btn {
  display: none;
}

.header__inner_right {
  max-width: 700px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__navWrap {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 30px;
}

.header__navList a {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #555;
}

.header__navList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 7px;
  background-color: #efefef;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  z-index: -1;
}

.header__navList a:hover::after {
  transform: scaleX(1);
}

.header__navList a:hover {
  color: #9f331e;
}

.header__buttonWrap {
  display: flex;
  gap: 10px;
}

.navList_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background-color: #9f331e;
  border-radius: 4.3px;
}

.navList_button a {
  color: #fff;
}

.navList_button:hover {
  border-radius: 20px;
  cursor: pointer;
}

.navList_button a:hover {
  color: #fff;
}

.categoryList_wrap {
  width: 100%;
  background-color: #f5f5f5;
  padding: 50px;
}

.categoryList_innerWrap {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.categoryList_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.categoryList_group_list {
  max-width: 320px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.categoryList_group_list img {
  width: 105px;
  height: 100px;
  margin-bottom: 40px;
}

.categoryList_group_list_des {
  width: 100%;
  height: 170px;
  margin-bottom: 40px;
  line-height: 150%;
}

.categoryList_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 7.6px;
  background-color: #9f331e;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.categoryList_button span {
  font-size: 1.6rem;
}

.categoryList_button::after {
  content: url(../img/icon_next.svg);
  width: 5px;
  position: absolute;
  top: 8px;
  right: 20px;
}

.categoryList_button:hover {
  border-radius: 25px;
}

.online_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  background-color: #555555;
  border-radius: 3px;
  color: #fff;
  margin-top: 15px;
  font-size: 1.4rem;
}

.categoryList_icon04 {
  width: 160px !important;
}

.about_wrap {
  width: 100%;
  padding: 100px 30px 50px 30px;
}

.about_innerWrap {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about_inner__title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  color: #999;
  line-height: 200%;
}

.about_inner__flexWrap {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.about_inner__flexWrap_leftImg {
  max-width: 388px;
  width: 100%;
}

.about_inner__listWrap {
  width: calc(100% - 388px);
}

.about_inner__list {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.about_inner__list-number {
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.about_inner__list p {
  padding-left: 15px;
  background-color: #f6f6f6;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.button_l {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #9f331e;
  margin-left: auto;
  margin-right: auto;
}

.button_l::after {
  content: url(../img/icon_next.svg);
  width: 5px;
  position: absolute;
  top: 8px;
  right: 20px;
}

.button_l:hover {
  border-radius: 25px;
}

.news_wrap {
  width: 100%;
  padding: 50px 30px 100px 30px;
}

.news_innerWrap {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news_inner-title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.news_list-group {
  width: 100%;
}

.news_list {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.news_list p {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  height: 60px;
  padding-left: 20px;
}

.border-top-gray {
  border-top: 1px solid #e3e3e3;
}

.border-top-red {
  border-top: 1px solid #9f331e;
}

.news_list p::after {
  content: url(../img/icon_news_next.svg);
  width: 7px;
  height: 8px;
  position: absolute;
  top: 14px;
  right: 20px;
}

.news_list_date {
  display: flex;
  align-items: center;
  padding-left: 20px;
  width: 120px;
  height: 60px;
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
  color: #999;
  border-bottom: 1.2px solid #9f331e;
}

.news_list p:hover {
  cursor: pointer;
  border-bottom: 1.2px solid #9f331e;
}

.pageTop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
}

.pageTop::before {
  content: "";
  background-image: url(../img/icon_pageTop.svg);
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 15px;
}

.pageTop:hover {
  background-color: #9f331e;
  color: #fff;
}

.access_wrap {
  width: 100%;
  padding: 50px 30px;
  background-color: #9f331e;
}

.access_innerWrap {
  max-width: 1300px;
  width: 100%;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.access_innerWrap_left {
  max-width: 500px;
  width: 100%;
  height: 390px;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
}

.access_innerWrap_right {
  max-width: 780px;
  width: 100%;
  height: 390px;
  background-color: #fff;
  padding: 0px;
}

.access_innerWrap_left h2 {
  margin-bottom: 20px;
}

table.access_table {
  width: 100%;
  margin-bottom: 20px;
}

.access_table tbody {
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 1.6rem;
}

th.access_table_time {
  width: 140px;
  text-align: center;
  table-layout: fixed;
}

td.access_table_time {
  width: 140px;
  text-align: center;
  table-layout: fixed;
}

.access_table tbody th {
  padding: 5px 0px;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.access_table tbody td {
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.access_innerWrap_left p {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 150%;
}

.access_button_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.access_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9f331e;
  color: #fff;
  width: 200px;
  height: 50px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.access_button::after {
  content: url(../img/icon_next.svg);
  width: 6px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.access_button:hover {
  border-radius: 25px;
  cursor: pointer;
}

.access_innerWrap_right {
  display: flex;
  font-family: "Figtree", sans-serif;
}

.access_flex-left {
  max-width: 290px;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
}

.access_flex-left h2 {
  margin-bottom: 10px;
}

.access_flex-left address p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.access_flex-left address ul {
  margin-bottom: 82px;
}

.access_flex-right {
  width: calc(100% - 290px);
  position: relative;
}

.access_flex-right iframe {
  position: absolute;
  width: 100%;
  height: 390px;
  top: 0px;
  left: 0px;
}

.important-notice_Wrap {
  max-width: 1300px;
  height: 220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.important-notice_Wrap__left {
  max-width: 510px;
  width: 100%;
  background-color: #fcee21;
  padding-left: 50px;
  padding-top: 50px;
}

.important-notice_Wrap__right {
  width: calc(100% - 510px);
  background-color: #ffffff;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 20px;
}

.important-notice_listGroup {
  width: 100%;
}

.important-notice_list::before {
  content: url(../img/icon_important-notice_list.svg);
  display: inline-block;
  width: 18px;
  height: 20px;
}

.important-notice_list {
  font-size: 1.6rem;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
}

.important-notice_list-des {
  width: calc(100% - 18px);
  text-align: left;
}

.y-marker {
  font-weight: bold;
  background-color: #fcee21;
  display: inline;
  line-height: 1;
}

.y-marker-nomal {
  background-color: #fcee21;
  display: inline;
  line-height: 1;
}

.footer_wrap {
  width: 100%;
  height: 420px;
  padding: 70px 40px 0px 40px;
  display: flex;
  justify-content: space-between;
}

.footer_innerWrap {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.footer_wrap_left {
  max-width: 430px;
  width: 100%;
  font-size: 1.2rem;
  font-family: "Figtree", sans-serif;
}

.logo_footer {
  margin-bottom: 20px;
}

.footer_wrap_left_Flex {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.footer_wrap_left_Flex p {
  margin-right: 15px;
}

.footer_wrap_left_snsFlex {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: -10px;
}

.footer_sns_line {
  width: 23px;
  height: 22px;
}

.footer_sns_x {
  width: 18px;
}

.footer_sns_instagram {
  width: 20px;
  height: 20px;
}

.footer_wrap_left > address > p {
  margin-bottom: 10px;
}

.footer_kiyaku {
  font-size: 1.2rem;
}

.footer_kiyaku:hover {
  color: #9f331e;
}

.footer_wrap_right {
  max-width: 620px;
  width: 100%;
}

.footer_wrap_right_innerGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer_wrap_right_inner-navGroup {
  display: flex;
}

.footer_wrap_right_innerGroup_title {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer_wrap_right_inner-navGroup nav {
  display: block;
  width: 240px;
  height: -moz-fit-content;
  height: fit-content;
  border-left: 1px solid #e3e3e3;
  padding-left: 20px;
}

.footer_wrap_right_inner-navGroup h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_navGroup {
  line-height: 150%;
}

.footer_navGroup li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #555;
}

.footer_navGroup li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 7px;
  background-color: #efefef;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  z-index: -1;
}

.footer_navGroup li a:hover::after {
  transform: scaleX(1);
}

.footer_navChild a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #555;
}

.footer_navChild a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 7px;
  background-color: #efefef;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
  z-index: -1;
}

.footer_navChild a:hover::after {
  transform: scaleX(1);
}

.footer_navGroup li::before {
  content: "-";
  margin-right: 10px;
}

.footer_wrap_right_inner-navGroup div:last-child {
  border-right: 1px solid #e3e3e3;
}

.footer_navChild {
  padding-left: 16px;
  line-height: 150%;
}

.footer_navChild::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #555;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.footer__title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 330px;
  width: 100%;
  height: 90px;
}

.footer__title_wrap img {
  width: 70px;
  height: 60px;
}

.footer__title {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

.footer__sub-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

.footer__sub-title span {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.child_page__titleWrap {
  width: 100%;
  height: 130px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.child_page__title {
  font-size: 3rem;
  color: #999;
  font-weight: bold;
}

.greeting__wrap {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
}

.greeting__wrap_left {
  max-width: 400px;
  width: 100%;
}

.greeting__wrap_left_profile-image {
  margin-bottom: 20px;
}

.greeting__wrap_left_profile-sp-image {
  display: none;
}

@media screen and (max-width: 768px) {
  .greeting__wrap_left_profile-image {
    display: none;
  }
  .greeting__wrap_left_profile-sp-image {
    display: block;
  }
}
.greeting__wrap_left h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 35px;
}

.greeting__wrap_left p {
  margin-bottom: 30px;
}

.greeting__wrap_left ul {
  margin-bottom: 30px;
  font-size: 1.6rem;
  padding-left: 1.7rem;
}

.greeting__wrap_left ul li {
  text-indent: -1.6rem;
}

.greeting__wrap_left ul li::before {
  content: "-";
  margin-right: 10px;
}

.greeting__wrap_right {
  max-width: 550px;
  width: 100%;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.greeting__wrap_right h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 35px;
}

.greeting__wrap_right p {
  margin-bottom: 30px;
}

.t_right {
  text-align: right;
}

.features__wrap {
  max-width: 1040px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.features__title {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.features__des {
  width: 100%;
  margin-bottom: 30px;
}

.features__initials {
  width: 100%;
  margin-bottom: 30px;
}

.initials_flexWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.initials_flex-left {
  max-width: 590px;
  width: 100%;
}

.initials_flex-left-list p span {
  font-family: "Retroica", sans-serif;
  font-weight: 600;
  margin-right: 5px;
}

.initials_flex-right-image {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.initials_flex-left-list-alphabet {
  background-color: #9f331e;
  color: #fff;
}

.initials_underWrap {
  margin-bottom: 30px;
}

.initials_underWrap_attGroup {
  width: 100%;
  margin-bottom: 100px;
}

.initials_underWrap_attList {
  font-size: 1.6rem;
}

.initials_underWrap_attList::before {
  content: "-";
  margin-right: 10px;
}

.features__image-gridWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.serviceListWrap {
  background-color: #fff;
  padding: 0 30px 100px 30px;
}

.serviceList {
  border: 0.5px solid #555;
}

.service_desWrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.service_desWrap_title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.service_desWrap_des {
  margin-bottom: 30px;
}

.service_prepareGroup {
  width: 100%;
  display: flex;
}

.service_prepareGroup_left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e3e3e3;
  font-size: 1.6rem;
  font-weight: bold;
}

.service_prepareGroup_right {
  display: flex;
  align-items: center;
  justify-content: baseline;
  padding-left: 30px;
  width: calc(100% - 280px);
  background-color: #f6f6f6;
  height: 50px;
}

.service_flowWrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.service_flowWrap_title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.service_flow_listWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.service_flow_list {
  max-width: 300px;
  width: 100%;
  height: 360px;
  border: 0.5px solid #555;
  border-radius: 5px;
  padding: 30px 30px 0px 30px;
}

.service_flow_list h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.service_flow_list_img-a {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.service_flow_list p {
  line-height: 150%;
}

.consultationWrap {
  width: 100%;
  padding: 30px 0px 20px 30px;
  border: 0.5px solid #555;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}

.consultationWrap_title {
  font-weight: bold;
  margin-bottom: 30px;
}

.consultation_listWrap {
  max-width: 740px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 150%;
}

.consultation_listWrap li {
  margin-bottom: 10px;
  text-indent: -20px;
  padding-left: 20px;
}

.consultation_listWrap li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #555555;
  margin-right: 5px;
}

.consultation_list_image01 {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 10px;
  right: 30px;
}

.consultation_list_image02 {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 140px;
  right: 30px;
}

.consultation_list_image03 {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 20px;
  right: 30px;
}

.reserve_btnWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.reserve_btnWrap_btn {
  max-width: 450px;
  width: 100%;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  background-color: #9f331e;
  border-radius: 5px;
  color: #fff;
}

.reserve_btnWrap_btn:hover {
  border-radius: 40px;
}

.reserve_btnWrap_btn::after {
  content: url(../img/icon_next.svg);
  width: 6px;
  position: absolute;
  right: 30px;
}

.reserve_btnWrap_btn-l {
  max-width: unset;
}

.btn_line_logo {
  width: 28px;
}

/* ===== FAQ (BEM) ===== */
.faq {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.faq__title {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.faq__item {
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.faq__item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

/* summary 行 */
.faq__question {
  list-style: none;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 12px;
  padding: 18px 8px;
  cursor: pointer;
  outline: none;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq__qmark {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #999;
}

.faq__question-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.faq__toggle {
  justify-self: end;
  position: relative;
  width: 15px;
  height: 15px;
}

.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #555;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
} /* 縦棒＝＋ */
/* 回答部分（ゆっくり下にふわっと開く） */
.faq__answer {
  padding: 20px 60px 20px 20px;
  color: #555;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

/* 開いたときの動き */
.faq__item[open] .faq__question {
  background: #fafafa;
}

.faq__item[open] .faq__toggle::after {
  opacity: 0;
} /* 縦棒消す→マイナス */
.faq__item[open] .faq__answer {
  max-height: 900px;
  opacity: 1;
  transform: translateY(0);
  padding: 20px 60px 20px 20px;
}

/* ホバー・フォーカス */
.faq__question:hover {
  background: #fbfbfb;
}

.faq__question:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 120, 255, 0.25);
  border-radius: 6px;
}

.faq_btnWrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

/* レスポンシブ */
@media (min-width: 960px) {
  .faq__question-text {
    font-size: 17px;
  }
  .faq__answer {
    font-size: 16px;
  }
}
.beauty-aga_wrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.beauty-aga__question {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.faq__item[open] .beauty-aga__answer {
  color: #555;
  padding-top: 12px;
  padding-right: 20px;
}

.faq__item[open] .beauty-aga__question {
  background-color: #fff;
  padding-bottom: 20px;
}

.beauty-aga_wrap_title {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}

.beauty-aga_wrap_des {
  line-height: 150%;
  margin-bottom: 40px;
}

.beauty-aga__item_title {
  font-size: 1.6rem;
  font-weight: bold;
}

.beauty-aga__group_left {
  width: 140px;
}

.beauty-aga__group_right {
  width: calc(100% - 140px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.beauty-aga__group_left-check {
  width: 50px;
  background-color: #9f331e;
}

.beauty-aga__group_right-check {
  width: calc(100% - 50px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
}

.beauty-aga__group_left-check img {
  width: 22px;
}

.beauty-aga__group_table {
  width: 100%;
}

.beauty-aga__group_table_tr {
  width: 100%;
  height: 50px;
  border-collapse: collapse;
  border: 0.5px solid #e3e3e3;
}

.beauty-aga__group_table_td-a {
  width: 150px;
  padding-left: 20px;
  vertical-align: middle;
  border-right: 0.5px solid #e3e3e3;
}

.beauty-aga__group_table_td-b {
  padding-left: 20px;
  vertical-align: middle;
}

.beauty-aga__group_table_td-c {
  width: 270px;
  padding-left: 20px;
  vertical-align: middle;
  border-left: 0.5px solid #e3e3e3;
  text-align: right;
  padding-right: 20px;
}

.beauty-aga__item_title_online {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  border-radius: 3px;
  width: 120px;
  height: 30px;
  background-color: #555;
  color: #fff;
  font-weight: 400;
}

.vaccination_wrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.vaccination_wrap_title {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.vaccination_wrap_des {
  line-height: 150%;
  margin-bottom: 40px;
}

.btn_vaccination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.088em;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background-color: #9f331e;
  margin-bottom: 50px;
}

.btn_vaccination:hover {
  border-radius: 40px;
}

.btn_vaccination::after {
  content: url(../img/icon_pdf.svg);
  display: inline-block;
  width: 17px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(540%, -44%);
}

.internal_medicine_wrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.internal_medicine_wrap_title {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.internal_medicine_wrap_des {
  line-height: 150%;
  margin-bottom: 40px;
}

.internal_medicine_table {
  width: 100%;
}

.internal_medicine_table_tr {
  width: 100%;
  height: 50px;
  border-collapse: collapse;
  border: 0.5px solid #e3e3e3;
}

.internal_medicine_table_td-a {
  width: 150px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  border-right: 0.5px solid #e3e3e3;
}

.internal_medicine_table_td-b {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

.internal_medicine_table_td-c {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  border-left: 0.5px solid #e3e3e3;
  padding-right: 20px;
}

.diet_wrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 100px;
}

.diet_wrap_title {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.diet_wrap_des {
  line-height: 150%;
  margin-bottom: 40px;
}

.diet_flexWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.diet_flex-list {
  max-width: 270px;
  width: 100%;
}

.img_diet_flex-list-01 {
  width: 64px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.img_diet_flex-list-02 {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.img_diet_flex-list-03 {
  width: 77px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.diet_flex-list_des {
  line-height: 150%;
}

.contactWrap {
  max-width: 660px;
  width: 100%;
  padding: 50px 30px 100px 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact__reserveList-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.contact__reserveList {
  width: 180px;
  height: 180px;
  position: relative;
  background-color: #9f331e;
  font-size: 1.8rem;
  color: #fff;
  padding: 30px 10px 0px 10px;
  text-align: center;
  font-weight: 100;
  line-height: 180%;
}

.contact__reserve-arrow {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 1.6rem;
}

.contact__reserve-tel {
  font-size: 1.4rem;
}

.line__qr {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  display: block;
}

.contact-formWrap_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.contact-formWrap_des {
  line-height: 150%;
  margin-bottom: 60px;
}

.formWrap {
  max-width: 600px;
  width: 100%;
}

.formTable {
  width: 100%;
}

.formTable th {
  color: #355a75;
  font-weight: 400;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}

.formTable td {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

input[type=text] {
  padding: 10px 20px;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  background-color: #efefef;
  color: #355a75;
}

select {
  padding: 10px 20px;
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  background-color: #efefef;
  position: relative;
  color: #355a75;
}

.selectWrap {
  position: relative;
}

.selectWrap::after {
  content: url(../img/icon_form_select.svg);
  width: 12px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
}

input[type=radio] {
  margin-bottom: 5px;
}

textarea {
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
  background-color: #efefef;
  color: #355a75;
}

.require {
  color: red;
}

input::-moz-placeholder {
  color: #c6c6c6;
}

input::placeholder {
  color: #c6c6c6;
}

textarea::-moz-placeholder {
  color: #c6c6c6;
}

textarea::placeholder {
  color: #c6c6c6;
}

.formDes {
  line-height: 200%;
}

.formBtn-wrap {
  width: 100%;
  position: relative;
}

.formBtn-wrap::after {
  content: url(../img/icon_next.svg);
  width: 8px;
  position: absolute;
  right: 30px;
  display: inline-block;
  top: 27px;
}

/* post */
.postWrap {
  max-width: 810px;
  min-height: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 50px 30px;
}

.breadcrumb {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 25px;
}

.postWrap h1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #555555;
  line-height: 180%;
  margin-bottom: 25px;
}

.postWrap h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #555555;
  position: relative;
  margin-bottom: 40px;
  line-height: 150%;
}

.postWrap h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 150%;
}

.postWrap h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 150%;
}

.postWrap p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 30px;
}

.postWrap ul, .postWrap ol {
  margin-left: 3.2rem;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 50px;
}

.postWrap ul > li, .postWrap ol > li {
  font-size: 1.6rem;
  line-height: 150%;
  color: #333333;
  margin-bottom: 20px;
}

.postWrap img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.postWrap table {
  margin-bottom: 30px;
}

.postWrap table th {
  width: 190px;
  table-layout: fixed;
  padding: 20px;
  border: 1px solid #666666;
  font-weight: 400;
}

.postWrap table td {
  padding: 20px;
  border: 1px solid #666666;
}

figcaption.wp-element-caption {
  margin-top: -20px;
}

.wp-block-table {
  margin-bottom: 60px !important;
}

.wp-block-table table {
  width: 100%;
}

:where(figure) {
  margin: unset !important;
}

.postTitle {
  text-align: left;
}

.postWrap > p.post-upDate {
  color: #666666 !important;
}

.wpsbc-container {
  visibility: unset !important;
}

.post-meta {
  color: #666;
  margin-bottom: 30px;
}

.policy {
  letter-spacing: 0.088em;
  line-height: 200%;
}

.privacy-policy__list {
  list-style: none;
  padding-left: 0;
}

.privacy-policy__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
  letter-spacing: 0.088em;
  line-height: 200%;
  font-size: 1.6rem;
}

.privacy-policy__item::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #555;
  margin-top: 11px; /* 調整してリストマーカーの位置を合わせる */
}

.p-policy__subTitle {
  color: #9f331e;
  margin-bottom: 15px;
  font-size: 2rem;
}

.p-policy__text, .privacy-policy__intro {
  color: #555;
  letter-spacing: 0.088em;
  line-height: 200%;
}

.p-policy_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  background-color: #fff;
}

.p-policy_table th, .p-policy_table td {
  border: 0.5px solid #666;
  padding: 15px 30px;
  letter-spacing: 0.088em;
}

.p-policy_table th {
  width: 200px;
  table-layout: fixed;
  font-size: 1.6rem;
  letter-spacing: 0.088em;
}/*# sourceMappingURL=style.css.map */

/* ========================================
   Hero Section - First View
   ======================================== */
.hero_wrap {
  background: linear-gradient(135deg, #8B2500 0%, #a83a10 50%, #c44d1a 100%);
  padding: 48px 20px;
  text-align: center;
}
.hero_inner {
  max-width: 800px;
  margin: 0 auto;
}
.hero_subtitle {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.hero_title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
.hero_lead {
  color: rgba(255,255,255,0.9);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.hero_buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.hero_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.hero_btn--red {
  background: #D4380D;
  color: #fff;
  border: 2px solid #D4380D;
}
.hero_btn--green {
  background: #06C755;
  color: #fff;
}
.hero_btn_icon {
  font-size: 14px;
  font-weight: 700;
}
.hero_note {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  margin-top: 4px;
}


/* ========================================
   Online Consultation 3-Step Section
   ======================================== */
.online-steps_wrap {
  padding: 60px 20px;
  background: #fff;
}
.online-steps_innerWrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.online-steps_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
.online-steps_subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 36px;
}
.online-steps_grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.online-steps_card {
  background: #faf6f2;
  border-radius: 12px;
  padding: 28px 24px;
  width: 240px;
  text-align: center;
}
.online-steps_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8B2500;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.online-steps_card_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.online-steps_card_desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.online-steps_arrow {
  color: #8B2500;
  font-size: 20px;
}
.online-steps_buttons {
  margin-top: 8px;
}
.online-steps_buttons .hero_btn {
  padding: 12px 28px;
}
.online-steps_buttons .hero_btn--red {
  background: #8B2500;
  color: #fff;
}


.hero_btn--white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.hero_btn--white:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
}
