@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/ :root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Old Mincho", serif;
  --en-font: "Cinzel", serif;
  --en-font2: "Cormorant Garamond", serif;
  --en-font3: "Roboto", sans-serif;
  --base-color: #303030;
  --main: #24ABC9;
  --main-light: #F2FCFF;
  --main-dark: #0B5693;
  --sub: #ffff32;
  --sub-light: #EBF3F3;
  --sub-dark: #546C6C;
  --gray: #D6D6D6;
  --gray-light: #F7F7F7;
  --gray-dark: #939393;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}
.top-scroll {
  margin-left: -0.4rem;
  position: absolute;
  z-index: 1;
  bottom: -5rem;
  left: 50%;
  width: 0.8rem;
}
.top-scroll__link {
  display: block;
  height: 10.4rem;
  background: url("../images/index/line.svg") no-repeat center top/0.9rem;
}
.top-scroll__link:hover {
  opacity: 0.4;
}
.probability {
  padding: 0rem 0 0rem;
  position: relative;
  background-blend-mode: multiply;
}
.probability-img {
  position: absolute;
  top: 0;
  left: 0;
}
.probability-box {
  margin: 0 auto;
  width: 85.6rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.probability-httl {
  margin-bottom: 4.8rem;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.probability-httl__red {
  color: var(--sub-color02);
  font-size: 6rem;
}
.probability-httl__txt {
  position: relative;
  display: inline-block;
  color: #09276A;
  font-size: 7rem;
  z-index: 2;
    line-height: 1.1;
}
.probability-httl__txt::before {
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background: #FAFAB4;
  content: "";
  z-index: -1;
}
.probability-text {
  margin-bottom: 3.1rem;
  font-size: 1.8rem;
  line-height: 2.22;
  text-align: center;
}
.probability-text__color {
  color: var(--sub-color01);
  font-weight: bold;
}
.probability-inner {
  margin-top: -18rem;
  padding: 7.4rem 4rem 6.7rem;
  position: relative;
  background: url("../images/index/webp/probability_img02.webp") no-repeat left top/100% 100%;
}
.probability-inner__ttl {
  margin-bottom: 3.6rem;
  color: var(--sub-color04);
  font-size: 4rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.probability-ttl_txt {
  padding: 0 12rem 1.6rem;
  border-bottom: 0.1rem solid var(--bg-color05);
}
.probability-inner__text {
  color: var(--sub-color03);
  line-height: 2.22;
  font-size: 1.8rem;
  text-align: center;
}
.probability-text__col {
  color: var(--sub-color04);
  font-weight: bold;
}
.reason {
  position: relative;
  padding: 12.4rem 0 10.9rem;
  background: url("../images/index/icon04.svg") no-repeat center top 4.1rem/8.1rem;
}


.reason__httl {
  margin-bottom: 1.4rem;
  position: relative;
}
.reason__httl::before {
  margin-top: 0.5rem;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #23819E;
}
.reason__imglist__sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason__httl--sub {
  padding-right: 1.5rem;
  display: inline-block;
  position: relative;
  background-color: var(--bg-color05);
}
.reason__textinner {
  width: calc(100% - 45rem);
}
.reason-imglist__inner {
  margin-left: -0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.reason-imglist__inner--right {
  margin-left: -1rem;
  width: 13rem;
  line-height: 1;
  font-size: 11rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-family: var(--sub-font01);
    color: var(--sub-color01);
}
.reason-imglist__inner--sm {
  display: block;
  color: var(--sub-color02);
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
}
.reason-imglist__inner--left {
  padding: 1rem 0 0 1.8rem;
  color: var(--sub-color01);
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  font-family: var(--sub-font);
  font-weight: 500;
}
.reason-imglist__text {
  margin-bottom: 3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.reason-imglist__text:last-child {
  margin-bottom: 0;
}
.reason-imglist__text--col {
  color: var(--sub-color01);
  font-weight: bold;
}
.reason-imglist__photo {
  margin-top: 0.6rem;
  width: 40rem;
}
.reason__imglist__item {
  margin-bottom: 4.7rem;
}
.reason__imglist__item:last-child {
  margin-bottom: 0;
}
.doctor {
  padding: 11rem 1.5rem 10rem;
  position: relative;
  background: url("../images/index/webp/doctor_imgtext01.webp") no-repeat left top/95rem;
}
.doctor::before {
  position: absolute;
  content: "";
  right: 0;
  top: -20rem;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 177vw 100vw 0 0;
  border-width: 212rem 100vw 0 0;
  box-sizing: border-box;
  border-color: transparent var(--bg-color02);
}
.doctor::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 192rem;
  background-color: var(--bg-color02);
}
.doctor-topbox {
  margin: 0 auto 4.5rem;
  position: relative;
  width: 80rem;
  align-items: flex-end;
}
.doctor-photo {
  width: 40rem;
}
.doctor-textinner {
  margin: 0 0 4.5rem -2rem;
  width: calc(100% - 39rem);
  text-align: right;
}
.doctor-textinner__text {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.doctor-textinner__name {
  font-size: 5rem;
  letter-spacing: 0.06em;
}
.doctor-textinner__name__en {
  display: block;
  color: var(--sub-color01);
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-family: var(--sub-font01);
}
.doctor-innerbox {
  margin: 0 auto;
  width: 82rem;
  padding: 0 1rem;
  position: relative;
}
.doctor-text {
  margin-bottom: 3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.doctor-text02{
	position: relative;
	z-index: 2;
}

.doctor-text:last-of-type {
  margin-bottom: 4.3rem;
}
.doctor-textlist__item {
  width: 47.5%;
}
.doctor-textlist__ttl {
  margin-bottom: 2.8rem;
  padding: 1rem 1rem 0.6rem;
  color: var(--sub-color03);
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: var(--bg-color03);
}
.doctor-textlist__left {
  float: left;
  letter-spacing: 0;
}
.doctor-textlist__left, .doctor-textlist__right {
  padding-bottom: 1.2rem;
}
.doctor-textlist__right {
  padding-left: 4.7em;
}
.doctor-textlist {
  margin-bottom: 5.5rem;
  position: relative;
  z-index: 1;
}
.doctor-photoinner {
  margin-bottom: 1.7rem;
  position: relative;
  z-index: 1;
}
.doctor-topbox02 {
  margin-bottom: 5.2rem;
  position: relative;
  z-index: 2;
}
.doctor-textinner02.mt {
  margin-top: 100px;
}
.doctor-textinner__txt {
  margin-top: 3.3rem;
  line-height: 2;
  text-align: right;
}
.doctor-photo02 {
  width: 38rem;
}
.doctor-textinner02 {
  width: calc(100% - 38rem);
}
.doctor-textinner__text02 {
  margin-bottom: 0;
}
.doctor-textlist__item02 {
  line-height: 2.26;
}
.doctor-textlist__ttl02 {
  margin-bottom: 2.2rem;
}
.treat {
  padding: 29rem 0 19.4rem;
  position: relative;
  background: #2C5279 url("../images/index/webp/treat_bg.webp") no-repeat left top/cover;
  background-blend-mode: multiply;
}
.treat::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 120rem;
  height: 28rem;
  background: url("../images/index/webp/treat_imgtext01.webp") no-repeat right top/100%;
}
.treat-line {
  margin-left: -0.4rem;
  position: absolute;
  top: -5.4rem;
  left: 50%;
  width: 0.9rem;
  height: 10.4rem;
}
.treat-line img {
  width: 100%;
  height: 100%;
}
.treat-list__item {
  margin-bottom: 8rem;
  position: relative;
  padding: 2.4rem 2.6rem 2.5rem 2.9rem;
  border: 0.1rem solid var(--sub-color03);
}
.treat-list__item:last-of-type {
  margin-bottom: 0;
}
.treat-imgbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.treat-imgbox__left {
  width: calc(100% - 47rem);
}
.treat-num {
  position: absolute;
  left: -8.8rem;
  top: -12.3rem;
  z-index: -1;
}
.treat-num--right {
  left: auto;
  right: -9.2rem;
}
.treat-heading02 {
  margin-bottom: 3rem;
  color: var(--sub-color04);
  font-size: 4rem;
  text-align: center;
  font-family: var(--sub-font);
  letter-spacing: 0.08em;
}
.treat-ttl {
  margin-bottom: 3rem;
  padding: 1.4rem 1rem 1.2rem;
  color: var(--sub-color04);
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--sub-font);
  border-top: 0.1rem solid var(--sub-color04);
  border-bottom: 0.1rem solid var(--sub-color04);
}
.treat-imgbox__right {
  margin-top: -0.6rem;
  width: 44.3rem;
}
.treat-text {
  margin-bottom: 3rem;
  color: var(--sub-color03);
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.treat-text:last-child {
  margin-bottom: 0;
}
.cases {
  padding: 10.5rem 0 15rem;
  position: relative;
  background: var(--bg-color04) url("../images/index/webp/cases_imgtext01.webp") no-repeat left top/50rem;
}
.cases::before, .cases::after {
  position: absolute;
  content: "";
}
.cases::before {
  right: 0;
  bottom: 0;
  width: 30rem;
  height: 70rem;
  z-index: 1;
  background: url("../images/index/webp/cases_img01.webp") no-repeat right bottom/100%;
}
.cases::after {
  right: 0;
  top: -24rem;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 212rem 100vw 0 0;
  box-sizing: border-box;
  border-color: transparent var(--bg-color05);
}
.cases-line {
  margin-left: -0.4rem;
  position: absolute;
  top: -5.3rem;
  left: 50%;
  width: 0.9rem;
  height: 10.4rem;
}
.cases-line img {
  width: 100%;
  height: 100%;
}
.cases-icon {
  margin: 0 auto 2rem;
  width: 8rem;
}
.cases-heading02.heading02 {
  margin-bottom: 8rem;
  color: var(--base-color);
}
.cases-innerbox {
  margin: 0 auto 5rem;
  padding: 5rem;
  width: 80rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  background-color: var(--bg-color05);
}
.cases-innerbox:last-child {
  margin-bottom: 0;
}
.cases-ttl {
  margin-bottom: 2.1rem;
  padding-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.11em;
  border-bottom: 0.1rem solid var(--sub-color01);
}
.cases-list {
  margin: 0 auto 4.5rem;
  width: 60rem;
}
.cases-list__item {
  width: 41.7%;
  position: relative;
}
.cases-list__item::before {
  position: absolute;
  content: "";
  right: -5.5rem;
  margin-top: 0.5rem;
  top: 50%;
  width: 1.2rem;
  height: 1.8rem;
  background: url("../images/index/icon05.svg") no-repeat center center/100%;
}
.cases-list__item:last-child::before {
  display: none;
}
.cases-txt {
  margin-bottom: 0.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.chosen {
  padding: 10rem 0 10.4rem;
  position: relative;
}
.chosen::before {
  margin-left: 1.8rem;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 110rem;
  height: 29.9rem;
  z-index: 2;
  background: url("../images/index/webp/chosen_img01.webp") no-repeat center bottom/100%;
}
.chosen_innerbox {
  margin: 0 auto;
  padding: 6.7rem 10rem 19.8rem;
  width: 100rem;
  box-sizing: border-box;
  position: relative;
  background-color: var(--bg-color04);
}
.chosen_innerbox::before, .chosen_innerbox::after {
  position: absolute;
  content: "";
}
.chosen_innerbox::before {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 17.9rem 10rem;
  border-color: transparent transparent var(--bg-color05);
  transform: rotate(180deg);
}
.chosen_innerbox::after {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 17.9rem 10rem;
  border-color: transparent transparent var(--bg-color05);
  transform: rotate(0);
}
.chosen-box {
  margin: 0 auto 4rem;
  width: 77rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.chosen-box:last-child {
  margin-bottom: 0;
}
.chosen-box__left {
  margin: -0.7rem 0 0 3.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0.8rem 0.8rem 1rem rgba(0, 0, 0, 0.15);
  background-color: var(--bg-color05);
}
.chosen-box__left::before {
  position: absolute;
  content: "";
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--bg-color03);
}
.chosen-box__right {
  margin-right: -1.4rem;
  width: calc(100% - 20rem);
}
.chosen-box__ttl {
  letter-spacing: 0;
  font-size: 2rem;
  text-align: center;
  font-family: var(--sub-font);
}
.chosen-box__ttl__txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--sub-color01);
}
.chosen__textlist__item {
  margin-bottom: 1rem;
  padding: 0.7rem 0 0.7rem 4.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  background: url("../images/index/icon08.svg") no-repeat left center/3.4rem;
}
.chosen__textlist {
  margin-top: 0.5rem;
}
.chosen-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.survey {
  padding: 13rem 0 12.9rem;
    background: var(--bg-color02);
}
.wrap.survey-wrap {
  width: 84rem;
}
.survey-ttl {
  padding: 1.4rem 1rem 1.6rem;
  margin-bottom: 4.4rem;
  color: var(--base-color);
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  border-top: 0.1rem solid #4DC1AB;
  border-bottom: 0.1rem solid #4DC1AB;
}
.survey-imgbox__textbox {
  width: calc(100% - 35.7rem);
}
.survey-imgbox__text {
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.survey-imgbox__photo {
  margin-top: 0.6rem;
  width: 30rem;
}

.probability {
  padding: 0rem 0 0rem;
  position: relative;
  background-blend-mode: multiply;
}
.probability-img {
  position: absolute;
  top: 0;
  left: 0;
}
.probability-box {
  margin: 0 auto;
  width: 85.6rem;
  padding: 6rem 1rem 0;
  box-sizing: border-box;
}
.probability-httl {
  margin-bottom: 4.8rem;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.probability-httl__red {
  /*    color:#ffff32;*/
  font-size: 6rem;
}
.probability-httl__txt {
  position: relative;
  display: inline-block;
  color: #09276A;
  font-size: 7rem;
  z-index: 2;
}
.probability-httl__txt::before {
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background: #FAFAB4;
  content: "";
  z-index: -1;
}
.probability-text {
  margin-bottom: 3.1rem;
  font-size: 1.8rem;
  line-height: 2.22;
  text-align: center;
}
.probability-text__color {
  color: #09276A;
  font-weight: bold;
}
.probability-inner {
  margin-top: -18rem;
  padding: 7.4rem 4rem 6.7rem;
  position: relative;
  background: url("../images/index/probability_img02.png") no-repeat left top/100% 100%;
}
.probability-inner__ttl {
  margin-bottom: 3.6rem;
  color: #fafab4;
  font-size: 4rem;
  letter-spacing: 0.08em;
  text-align: center;
}
.probability-ttl_txt {
  padding: 0 0rem 1.6rem;
}
.probability-inner__text {
  color: #fff;
  line-height: 2.22;
  font-size: 1.8rem;
  text-align: center;
}
.probability-text__col {
  color: #fafab4;
  font-weight: bold;
}
.reason {
  position: relative;
  padding: 12.4rem 0 10.9rem;
  background: url("../images/common/icon04.svg") no-repeat center top 4.1rem/8.1rem;
}
.reason__httl {
  margin-bottom: 1.4rem;
  position: relative;
}
.reason__httl::before {
  margin-top: 0.5rem;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #b48f47;
}
.reason__imglist__sub {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason__httl--sub {
  padding-right: 1.5rem;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.reason__textinner {
  width: calc(100% - 45rem);
}
.reason-imglist__inner {
  margin-left: -0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.reason-imglist__inner--right {
  margin-left: -1rem;
  width: 13rem;
  line-height: 1;
  font-size: 11rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝B", "MS Mincho", serif;
}
.reason-imglist__inner--sm {
  display: block;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
}
.reason-imglist__inner--left {
  padding: 1rem 0 0 1.8rem;
  color: #585053;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  font-family: var(--sub-font);
  font-weight: 500;
}
.reason-imglist__text {
  margin-bottom: 3rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.reason-imglist__text:last-child {
  margin-bottom: 0;
}
.reason-imglist__text--col {
  color: #585053;
  font-weight: bold;
}
.reason-imglist__photo {
  margin-top: 0.6rem;
  width: 40rem;
}
.reason__imglist__item {
  margin-bottom: 4.7rem;
}
.reason__imglist__item:last-child {
  margin-bottom: 0;
}
.reason:after {
  content: "";
  width: 20rem;
  height: 5rem;
  background-image: url("../images/common/sec-arrow02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 10rem);
  z-index: 1;
}
/*------------------------------------------------------------
	heading01
------------------------------------------------------------*/
.heading01 {
  margin-bottom: 5.8rem;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.heading01-txt {
  margin-top: 0rem;
  display: block;
}
.heading01-txt__sub {
  padding: 0 3.7rem;
  font-size: 5rem;
  background: url("../images/common/icon01.svg") left bottom 1rem, url("../images/common/icon02.svg") right bottom 1rem;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.heading01-txt__sub--col {
  color: #585053;
}
.heading01-txt__sub__num {
  margin-bottom: -0.4rem;
  padding: 0 0.5rem;
  display: inline-block;
  font-size: 9rem;
  font-family: var(--sub-font01);
  vertical-align: bottom;
  line-height: 1;
}
/* search ----------------- */
.search {
  padding: 8rem 0 7rem;
  position: relative;
  background:linear-gradient(272deg, #166BA5 24.93%, #1D95C0 34.36%, #1A9EC6 44.12%, #1B8DBC 49.85%, #1A71A9 56.74%, #0C5B98 66.67%, #0B497E 86.33%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: #fff;
}
.no-webp .search {
  background:linear-gradient(272deg, #166BA5 24.93%, #1D95C0 34.36%, #1A9EC6 44.12%, #1B8DBC 49.85%, #1A71A9 56.74%, #0C5B98 66.67%, #0B497E 86.33%);
}
.search section {
  width: 90rem;
  margin: 0 auto;
}
.search h2 {
  display: table;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 auto 3rem;
  padding: 0 4.5rem;
  background-image: url("../images/common/tit-ill01.png"), url("../images/common/tit-ill02.png");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 3.6rem;
}
.search h2 span {
  color: #ffff32;
}
.search h2 + p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 4.5rem;
}
.search a {
  display: table;
  text-align: center;
  width: 50rem;
  background: #ffff32;
  color: #585053;
  margin: auto;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1rem;
  position: relative;
    z-index: 999;
}
.search a:before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../images/common/ico-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -0.3rem;
  margin-right: .5rem;
}
.search a:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: solid #585053;
  border-width: 1px 1px 0 0;
  position: absolute;
  right: 4rem;
  top: 2.25rem;
  transform: rotate(45deg);
}
/* flow ----------------- */
.flow {
  padding: 13.5rem 0 10rem;
}
.no-webp .flow {
  background-image: url("../img/lp01/logo-ill.png");
}
.flow ul {
  padding: 0 5rem 0 20rem;
  position: relative;
  z-index: 0;
}
.flow ul:before {
  content: "";
  width: 1.1rem;
  height: 75.8rem;
  background-image: url("../images/common/flow-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 7.3rem;
  left: 7.5rem;
  z-index: -1;
}
.flow li {
  min-height: 17rem;
  background: #F2F2F2;
  padding: 2rem 18rem 2rem 1.8rem;
  position: relative;
  counter-increment: flow;
}
.flow li:not(:last-child) {
  margin-bottom: 4rem;
}
.flow li:before {
  content: "";
  width: 20rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 2rem;
  right: -5rem;
}
.flow li:nth-child(1):before {
  background-image: url("../images/index/flow_photo00.jpg");
}
.flow li:nth-child(2):before {
  background-image: url("../images/index/flow_photo01.jpg");
}
.flow li:nth-child(3):before {
  background-image: url("../images/index/flow_photo02.jpg");
}
.flow li:nth-child(4):before {
  background-image: url("../images/index/flow_photo03.jpg");
}
.flow li:nth-child(5):before {
  background-image: url("../images/index/flow_photo04.jpg");
}
.flow li h3 {
  width: 17rem;
  height: 17rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border: 1px solid;
  border-radius: 10rem;
  background: #fff;
  padding-top: 2.5rem;
  position: absolute;
  top: 0;
  left: -20rem;
}
.flow li h3:before {
  content: counter(flow);
  display: block;
  font-size: 5rem;
  font-family: "Times New Roman", Times, "serif";
  font-weight: 400;
  line-height: 1;
  margin-bottom: .5rem;
}
.flow li p {
  color: var(--base-color);
  text-align: justify;
  line-height: 2;
}
/* price ----------------- */
.price {
  border: 1px solid;
  margin-bottom: 14rem;
  position: relative;
}
.price:after {
  content: "";
  width: 20rem;
  height: 5rem;
  background-image: url("../images/common/sec-arrow02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -19rem;
  left: calc(50% - 10rem);
  z-index: 1;
}
.price h2 {
  background: #09276A;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
  padding: 1.4rem 0;
    font-weight: bold;
}
.price .in {
  padding: 3rem 3rem .5rem;
}
.price .in p:nth-child(1) {
  color: var(--base-color);
  line-height: 2;
  text-align: justify;
  margin-bottom: 1.5rem;
}
.price .in p:nth-child(2) {
  color: var(--sub-color05);
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #585053;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
.price .in p:nth-child(2) span {
  font-size: 3.4rem;
  font-weight: 600;
  vertical-align: -0.2rem;
}
.price .in p:nth-child(2) span:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3rem;
  background-image: url("../images/common/ico-first.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -0.1rem;
  margin-right: 1rem;
}
.price .in p:nth-child(2) small {
  font-weight: 300;
  font-size: 1.4rem;
}
.price .in p:nth-child(3) {
  line-height: 2;
}
.price .in p:nth-child(3) span {
  color: #FFF;
    font-size: 1.5rem;
    font-weight: 600;
    background: #09276A;
    padding: .3rem 1rem;
    margin-bottom: 1.2rem;
    display: inline-block;
}

.price  img{
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.price .price_text{
    font-size: 3rem;
    line-height: 1.8;
    margin: 2rem 0;
    font-weight: 600;
    text-align: center;
}
.price .price_text span.division{
    background: #FAFAB4;
    padding: 1rem;
    border-radius: 2rem;
    margin-right: .7rem;
    font-size: 75%;
}
.price .price_text span.total {
    border-bottom: #FAFAB4 .5rem solid;
    margin-left: 1.5rem;
}
.price .price_text span.small {
    font-size: 80%;
    margin: 0 .5rem;
}
.price .price_text span.big {
    font-size: 5rem;
    padding-left: .5rem;
    letter-spacing: .01rem;
    color: #09276A;
}

/*2025-11-14*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
img {
  vertical-align: middle;
}
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  cursor: pointer;
  z-index: 600;
  background: var(--base-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 1.4rem;
    width: 7rem;
    height: 7rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger__menu {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  color: var(--white);
  font-family: var(--en-font);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .hamburger__menu {
    bottom: 1.4rem;
    font-size: 1rem;
  }
}
.hamburger__line {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 1.9rem;
  }
}
.hamburger__line--2 {
  top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.5rem;
  }
}
.hamburger__line--3 {
  top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.1rem;
  }
}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.5rem;
  }
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.5rem;
  }
}
.sp-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--main-light);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
/*  transition: opacity*/ 0.5s, visibility 0s linear 0.5s;
  z-index: 501;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    background: var(--white);
  }
}
.sp-nav .logo {
  width: 100%;
  position: absolute;
  top: 3.4rem;
  left: 4rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    top: 1.4rem;
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav .logo img {
    max-width: 30rem;
    width: auto;
    height: 7rem;
  }
}
.sp-nav .logo a:hover {
  opacity: 0.7;
}
.black-bg {
  transition: all 0.5s;
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.open .black-bg {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
}
.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}
.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}
.lb-data .lb-number {
  color: var(--white) !important;
}
@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 1rem 0;
  max-width: 124rem;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0;
  }
}
.caseSwiper .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  scale: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
}
.caseSwiper .swiper-slide-active {
  scale: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover, .caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0;
  }
}
.caseSwiper .swiper-button-next:after, .caseSwiper .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
.caseSwiper .swiper-button-next, .caseSwiper .swiper-button-prev {
  top: 50% !important;
}
.blogSwiper .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 94.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next, .blogSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover, .blogSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.blogSwiper .swiper-button-next:after, .blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}
.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}
.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}
.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}
.l-qa {
  padding: 12rem 0;
  /* ----- アコーディオン ----- */
  /* ----- アコーディオンのなか ----- */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 3.6rem 2rem 6.4rem 2rem;
  }
}
.l-qa__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}
.l-qa__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 4.4rem;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents + .toggle_contents {
    margin-top: 2rem;
  }
}
.l-qa .toggle_title {
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 2rem 8.2rem 2rem 9.8rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 1.6rem 5rem 1.6rem 6rem;
    font-size: 1.6rem;
    line-height: 1.34;
    letter-spacing: 0.08em;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border-radius: 50%;
  color: var(--main-dark);
  font-family: var(--en-font2);
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 3.6rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    left: 1.6rem;
  }
}
.l-qa .toggle_title:hover {
  opacity: 0.7;
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.l-qa .toggle_btn:before, .l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--white);
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
}
.l-qa .toggle_contents dd .inner {
  background: var(--white);
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 2.4rem 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem 0;
  }
}
.l-qa__prof {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  text-align: center;
}
.l-qa__prof img {
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-qa__prof img {
    width: 7rem;
  }
}
.l-qa__prof p {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-qa__prof p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .l-qa__prof p span {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
}
.l-header {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    height: 8.5rem;
    display: flex;
    align-items: center;
  }
}
.l-header__logo {
  position: absolute;
  top: 3.4rem;
  left: 4rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    top: 1.4rem;
    left: 2rem;
	z-index: 99999;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    max-width: 30rem;
    width: auto;
    height: 7rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}
.l-header__fix {
  position: fixed;
  top: 0;
  right: 10rem;
  z-index: 9999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__fix {
    right: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__phone {
    display: none;
  }
}
.l-header__phone a {
  width: 27rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  background: var(--white);
  border: 1px solid #09276A;
  color: var(--main-dark);
  text-align: center;
}
.l-header__phone a:hover {
  opacity: 0.7;
}
.l-header__phone .small {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-header__phone .large {
  font-family: var(--sub-font);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}
.l-header__reserve a {
  width: 40rem;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem 0;
  background: #09276A;
  border: 1px solid #09276A;
  color: var(--white);
  text-align: center;
}
.l-header__reserve a:hover {
  opacity: 0.7;
}
.l-header__reserve .small {
  font-size: 1.6rem;
  line-height: 1.4;
}
.l-header__reserve .large {
  font-family: var(--sub-font);
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.l-sitemap {
  padding: 16.4rem 0 8.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 0;
  }
}
.l-sitemap__inner {
  width: 120rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 14.4rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__inner {
    width: 100%;
    background: var(--white);
    box-shadow: none;
    padding: 15.4rem 2rem 12rem 2rem;
  }
}
.l-sitemap__navs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__navs {
    gap: 2.4rem 0;
  }
}
.l-sitemap__nav01 {
  width: 44rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav01 li {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 li {
    width: calc((100% - 0.8rem) / 2);
  }
}
.l-sitemap__nav01 a {
  border-radius: 1.2rem;
  border: 1px solid transparent;
  background: url(../img/l-sitemap-navs-icon-white.svg) no-repeat center left 2rem/2.4rem auto, linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav01 a {
    font-size: 1.4rem;
  }
}
.l-sitemap__nav01 a:hover {
  opacity: 0.7;
}
.l-sitemap__nav02 {
  width: 24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav02 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav02 li {
  width: 100%;
}
.l-sitemap__nav02 a {
  border-radius: 1.2rem;
  border: 1px solid var(--main-dark);
  background: var(--white) url(../img/l-sitemap-navs-icon-maindark.svg) no-repeat center left 2rem/2.4rem auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav02 a {
    font-size: 1.4rem;
  }
}
.l-sitemap__nav02 a:hover {
  opacity: 0.7;
}
.l-sitemap__nav03 {
  width: 24rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav03 {
    width: 100%;
    gap: 0.8rem;
  }
}
.l-sitemap__nav03 li {
  width: 100%;
}
.l-sitemap__nav03 a {
  border-radius: 1.2rem;
  border: 1px solid var(--main-dark);
  background: var(--main-light) url(../img/l-sitemap-navs-icon-maindark.svg) no-repeat center left 2rem/2.4rem auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-dark);
  font-weight: 600;
  line-height: 2;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__nav03 a {
    font-size: 1.4rem;
  }
}
.l-sitemap__nav03 a:hover {
  opacity: 0.7;
}
.l-sitemap__bnrs {
  width: 85.2rem;
  margin: 6rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-sitemap__bnrs {
    width: 100%;
    margin: 5.6rem auto 0 auto;
    gap: 1.6rem;
  }
}
.l-sitemap__bnrs li {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-sitemap__bnrs li {
    width: 100%;
  }
}
.l-sitemap__bnrs img {
  width: 100%;
  height: auto;
}
.l-sitemap__bnrs a:hover {
  opacity: 0.7;
}
.l-hero {
  width: 100%;
  height: 88.8rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* ----- elements ----- */
}
@media screen and (max-width: 768px) {
  .l-hero {
    height: 53rem;
  }
}
.l-hero__imgbox {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-hero__imgbox {
    width: 100%;
    height: 100%;
  }
}
.l-hero__elements01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 4rem;
}
@media screen and (max-width: 768px) {
  .l-hero__elements01 {
    justify-content: flex-start;
    padding: 11.5rem 2rem 2rem 2rem;
  }
}
.l-hero__elements02 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-hero__elements02 {
    display: none;
  }
}
.l-hero__catch {
  background: linear-gradient(272deg, #166BA5 24.93%, #1D95C0 34.36%, #1A9EC6 44.12%, #1B8DBC 49.85%, #1A71A9 56.74%, #0C5B98 66.67%, #0B497E 86.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--sub-font);
  font-size: 8.3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .2rem;
  display: inline-block;
  width: fit-content;
  padding: 0 0 0 11.4rem;
}
.l-hero__catch.color-change {
    background: linear-gradient(90deg, #3B2416 0%, #6A3F1E 45%, #C9A24D 100%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .l-hero__catch {
    font-size: 3.6rem;
    font-weight: 700;
    padding: 0;
    width: 100%;
    line-height: 1.4;
    letter-spacing: .05rem;
      margin: 1rem 0 -2rem 0;
  }
}
.l-hero__catch span {
  font-size: 8.9rem;
  line-height: 1.3;
  letter-spacing: -.05em;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .l-hero__catch span {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.06em;
  }
}
/*
.l-hero__catch .adjust {
  margin-left: 1em;
}
*/
.l-hero__figure {
  padding: 0 0 0 8rem;
  margin-bottom: 1.2rem;
}
.l-hero__figure .mv_price{
    position: relative;
    width: 750px;
    height: 220px;
    padding: 1.5rem 100px 0;
}
.l-hero__figure .mv_price h3{
    font-size: 4rem;
    font-family: var(--sub-font);
    text-align: center;
    text-shadow:
    0 0 4px rgba(255,255,255,0.9),
    0 0 8px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.9),
    0 0 18px rgba(255,255,255,0.9);
}
.l-hero__figure .mv_price h3.small{
    font-size: 3.6rem;
}
.l-hero__figure .mv_price .price_text{
    font-size: 13rem;
    font-family: var(--sub-font);
    font-weight: bold;
    font-style: oblique;
    text-align: center;
    letter-spacing: -1rem;
    line-height: 1.05;
    background: linear-gradient(
      90deg,
      #b88900 0%,
      #d4a200 25%,
      #f2c94c 50%,
      #e1b200 70%,
      #b07a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.l-hero__figure .mv_price .price_text span.en{
    font-size: 6rem;
    font-style: oblique;
    padding-left: 1rem;
    letter-spacing: 0;
}

.l-hero__figure .mv_price .price_text span.colon{
    font-size: 10rem;
    letter-spacing: -1rem;
}
.l-hero__figure .mv_price:before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    background: url("../images/index/mv_icon1.png") no-repeat center/contain;
    width: 130px;
    height: 100%;
}
.l-hero__figure .mv_price:after{
    position: absolute;
    top:0;
    right: 0;
    content: "";
    background: url("../images/index/mv_icon2.png") no-repeat center/contain;
    width: 130px;
    height: 100%;
}

@media screen and (max-width: 768px) {
  .l-hero__figure {
    padding: 0;
/*    margin-bottom: 9.6rem;*/
    width: 100%;
      margin-bottom: 0;
  }
  .l-hero__figure img {
    width: 100%;
    height: auto;
  }
}
.l-hero-medals {
  display: flex;
  gap: 1rem;
  padding: 0 0 0 18.5rem;
}
@media screen and (max-width: 768px) {
  .l-hero-medals {
    order: 3;
    padding: 0;
    gap: 1rem;
    width: 100%;
  }
}
.l-hero-medals__item {
  filter: drop-shadow(1px 2px 15px rgba(0, 0, 0, 0.25));
  background: url("../images/common/l-hero-medal.png") no-repeat center center/18rem auto;
  width: 18rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item {
    filter: drop-shadow(1px 2px 15px rgba(0, 0, 0, 0));
    background: url(../images/common/l-hero-medal.png) no-repeat center center/100% auto;
    width: calc((100% - 1.2rem) / 3);
    gap: 0.4rem 0;
  }
}
.l-hero-medals__item .font-s {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .font-s {
    font-size: 1rem;
  }
}
.l-hero-medals__item .font-m {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .font-m {
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.l-hero-medals__item .font-l {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__item .font-l {
    font-size: 1.6rem;
  }
}
.l-hero-medals__flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox {
    align-items: center;
  }
}
.l-hero-medals__flexbox .left {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 0.05em;
  background: #968223;
  writing-mode: vertical-rl;
  padding: 0.4rem 0.2rem;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .left {
    font-size: 0.8rem;
    padding: 0.2rem;
  }
}
.l-hero-medals__flexbox .right {
  color: #968223;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .right {
    font-size: 1.1rem;
  }
}
.l-hero-medals__flexbox .right span {
  font-size: 4.8rem;
  line-height: 0.56;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .l-hero-medals__flexbox .right span {
    font-size: 4rem;
  }
}
.l-hero-price {
  bottom: 5.2rem;
  right: 3.4rem;
  border: 1px solid #326EB5;
  background: var(--white);
  width: 34.2rem;
  padding: 3.4rem 3rem 1.8rem 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero-price {
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 2.4rem 3rem 1.2rem 3rem;
  }
}
.l-hero-price__label {
  background: url("../images/common/l-hero-price-label.png") no-repeat center center/27.8rem 6rem;
  width: 27.8rem;
  height: 6rem;
  position: absolute;
  top: -3.8rem;
  left: 3.2rem;
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__label {
    background: url("../images/common/l-hero-price-label.png") no-repeat center center/28.2rem 4.5rem;
    width: 28.2rem;
    height: 4.5rem;
    top: -2.7rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.6rem;
    padding-top: 3.5px;
  }
}
.l-hero-price__label span {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  .l-hero-price__label span {
    font-size: 2.4rem;
  }
}
.l-hero-price__price01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__price01 {
    align-items: flex-end;
  }
}
.l-hero-price__price02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__price02 {
    align-items: flex-end;
  }
}
.l-hero-price__price02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-image: repeating-linear-gradient(to right, #166CA6 0%, #1C98C2 30%, #0B4A80 100%);
  mask-image: repeating-linear-gradient(to right, black 0 5px, transparent 5px 10px);
  -webkit-mask-image: repeating-linear-gradient(to right, black 0 5px, transparent 5px 10px);
}
.l-hero-price__flexitem01 {
  width: 5.4rem;
  display: flex;
  justify-content: center;
}
.l-hero-price__flexitem02 {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__flexitem02 {
    width: auto;
    flex: 1;
    padding-left: 1rem;
  }
}
.l-hero-price__flexitem03 {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .l-hero-price__flexitem03 {
    width: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.l-hero-price__circle01 {
  width: 5.4rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.l-hero-price__circle02 {
  width: 3.6rem;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--main);
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.l-hero-price__num01 {
  font-family: var(--sub-font);
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(176deg, #166BA5 20.83%, #1D95C0 32.5%, #1A9EC6 44.56%, #1B8DBC 51.66%, #1A71A9 60.18%, #0C5B98 72.46%, #0B497E 96.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .l-hero-price__num01 {
    font-size: 5rem;
  }
}
.l-hero-price__num02 {
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  background: linear-gradient(179deg, #166BA5 19.87%, #1D95C0 32.1%, #1A9EC6 44.74%, #1B8DBC 52.17%, #1A71A9 61.1%, #0C5B98 73.97%, #0B497E 99.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .l-hero-price__num02 {
    font-size: 3.1rem;
  }
}
.l-hero-price__ja {
  color: var(--main-dark);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.l-hero-price__ja span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-hero-price__ja span {
    display: inline;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .sp-price {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-price {
    padding: 5.6rem 2rem 2rem 2rem;
  }
}
/*cta*/
.l-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-cta__imgbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-cta__imgbox {
    width: 100%;
  }
}
.l-cta__imgbox img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-cta__imgbox img {
    height: auto;
  }
}
.l-cta__txtbox {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-cta__txtbox {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.l-cta__txtbox > * {
  width: 100%;
}
.l-cta__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 2rem;
    font-weight: 400;
    gap: 0.6rem;
  }
}
.l-cta__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: var(--white);
  padding: 2.4rem;
  margin-bottom: 1.6rem;
}
.l-cta__p {
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta__p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.l-cta.cta01 {
    padding: 7rem 0 10rem;
    z-index: 3;
    background-color: #fcfaf3;
}
.l-cta.cta01::before {
  content: "";
  display: inline-block;
  width: 10.4rem;
  height: 8rem;
  background-image: url(../img/l-worry-before-arrow.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translate(-50%, 0);
}
.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}
.l-cta-head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 2rem;
}
.l-cta-head h2 {
  font-family: var(--sub-font);
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.1em;
  display: inline-block;
}
.l-cta-head h2::before {
  content: "＼";
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-right: 2rem;
}
.l-cta-head h2::after {
  content: "／";
  font-size: 4.1rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0;
  margin-left: 2rem;
}
.l-cta-head h2 span {
  font-size: 6.4rem;
  line-height: 1;
  color: #FA6E78;
}
.l-cta-body {
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  padding: 3.5rem 5rem;
}
.l-cta-body-box01 {
  width: calc(100% - 10rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l-cta-body-box01__imgbox {
  width: 42rem;
}
.l-cta-body-box01__txtbox {
  width: 54rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
}
.l-cta-body-box01__dl {
  border-bottom: 1px solid var(--white);
  display: flex;
  align-items: stretch;
}
.l-cta-body-box01__dl dt {
  width: 9.8rem;
  height: 4.2rem;
  background: var(--white);
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-cta-body-box01__dl dt p {
  display: inline-block;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-cta-body-box01__dl dd {
  width: calc(100% - 9.8rem);
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
}
.l-cta-body-box01__dl dd span {
  font-size: 3.4rem;
  line-height: 1;
}
.l-cta-body-box02 {
  background: var(--white);
  width: 100%;
  margin: 7.4rem auto 0 auto;
  padding: 0 5rem 4.2rem 5rem;
}
.l-cta-body-box02__label {
  display: flex;
  justify-content: center;
  position: relative;
  top: -2.4rem;
  margin-bottom: -2.4rem;
}
.l-cta-body-box02__label h3 {
  color: var(--main-dark);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  letter-spacing: 0.05em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--sub);
  padding: 0 5rem;
  height: 4.8rem;
}
.l-cta-body-box02-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2.4rem;
}
.l-cta-body-box02-btns__phone {
  width: calc((100% - 3rem) / 2);
}
.l-cta-body-box02-btns__phone a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--white);
  color: var(--main-dark);
}
.l-cta-body-box02-btns__phone p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0;
}
.l-cta-body-box02-btns__phone h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-cta-body-box02-btns__reserve {
  width: calc((100% - 3rem) / 2);
}
.l-cta-body-box02-btns__reserve a {
  width: 100%;
  height: 11rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  color: var(--white);
}
.l-cta-body-box02-btns__reserve p {
  text-align: center;
  font-weight: 600;
  line-height: 2.13;
  letter-spacing: 0.08em;
}
.l-cta-body-box02-btns__reserve h4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.l-cta-body-box02__sup {
  text-align: center;
  margin-top: 2.4rem;
}
/*group*/
.l-group {
  padding: 10rem 0 11.4rem
}
@media screen and (max-width: 768px) {
  .l-group {
    padding: 8rem 0 0
  }
}
.l-group__inner {
  width: 115rem;
  margin: 0 auto
}
.l-group01 {
  background: var(--main-light);
  padding: 10rem
}
@media screen and (max-width: 768px) {
  .l-group__inner {
    width: 100%
  }
  .l-group__title {
    margin-bottom: 5rem
  }
  .l-group01 {
    padding: 6rem 2rem
  }
}
.l-group02 {
  background: var(--white);
  padding: 10rem;
  margin-top: 10rem
}
@media screen and (max-width: 768px) {
  .l-group02 {
    padding: 6rem 2rem;
    margin-top: 0
  }
}
/*information*/
.p-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5rem;
  margin: 0 auto
}
@media screen and (max-width: 768px) {
  .p-information {
    width: 100%;
    gap: 0
  }
}
.p-informationBlock02 {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    gap: 2rem 0
  }
}
.p-informationBlock03 {
  width: 45rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0
}
@media screen and (max-width: 768px) {
  .p-informationBlock03 {
    width: 100%;
    margin-top: 0;
  }
}
.p-informationBlock04 {
  width: 100%;
  margin-top: 5rem;
  background: #f4f4f4;
  padding: 2.4rem
}
@media screen and (max-width: 768px) {
  .p-informationBlock04 {
    margin-top: 4rem;
    padding: 2rem
  }
}
.p-informationBlock05 {
  width: 100%;
  margin-top: 0rem;
  background: var(--white);
  padding: 5rem
}
.p-information__logo {
  text-align: center
}
.p-information__logo a {
  transition: .5s
}
.p-information__logo a:hover {
  opacity: .7
}
.p-information__tagline h3 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.5rem;
  border-bottom: 1px solid black;
}
.p-information__tagline h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 1.6rem
}
.p-information__phone01 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4
}
@media screen and (max-width: 768px) {
  .p-informationBlock05 {
    margin-top: 4rem;
    background: 0 0;
    padding: 0
  }
  .p-information__logo .logo01 {
    width: 100%;
    height: auto
  }
  .p-information__logo .logo02 {
    width: 100%;
    height: auto
  }
  .p-information__tagline h4 {
    margin-top: 1rem
  }
  .p-information__phone01 a {
    font-size: 3.6rem;
    letter-spacing: .05em
  }
}
.p-information__phone01 a:hover {
  opacity: .7
}
.p-information__phone02 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4
}
.p-information__phone02 a:hover {
  opacity: .7
}
.p-information__cal p {
  margin-top: 2rem
}
.p-information__photo {
  width: 100%
}
.p-information__photo img {
  width: 100%;
  height: auto
}
.p-information__map {
  width: 100%
}
.p-information__map iframe {
  width: 100%;
  height: 25rem
}
@media screen and (max-width: 768px) {
  .p-information__phone02 a {
    font-size: 3.6rem;
    letter-spacing: .05em
  }
  .p-information__map iframe {
    height: 18rem
  }
}
.p-information__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
    margin-bottom: 4rem;
}
.p-information__address a:hover {
  opacity: .7
}
.p-information__btn a {
  border-radius: 1.2rem;
  border: .1rem solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center
}
.p-information__btn a:hover {
  opacity: .7
}
.p-information__voice .title {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem
}
.p-information__voice .title .ja {
  font-size: 2.4rem;
  font-weight: 700
}
.p-information__voice .title .en {
  font-size: 1.4rem;
  font-weight: 700;
  color: #aaa
}
.p-information__cta h3 {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: .05em;
  margin-bottom: 3.6rem
}
.p-information__cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5rem
}
.p-information__cta ul li {
  width: calc((100% - 5rem)/ 2)
}
.p-information__cta ul .phoneBtn {
  width: 100%
}
.p-information__cta ul .phoneBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: .1rem solid var(--main-dark);
  background: var(--white)
}
.p-information__cta ul .phoneBtn a:hover {
  opacity: .7
}
.p-information__cta ul .phoneBtn a .small {
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5
}
.p-information__cta ul .phoneBtn a .large {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem
}
.p-information__cta ul .reserveBtn {
  width: 100%
}
.p-information__cta ul .reserveBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: .1rem solid var(--main-dark);
  background: var(--main-dark)
}
.p-information__cta ul .reserveBtn a:hover {
  opacity: .7
}
.p-information__cta ul .reserveBtn a .small {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5
}
.p-information__cta ul .reserveBtn a .large {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem
}
.p-information__cta ul .doctorBtn {
  width: 100%
}
.p-information__cta ul .doctorBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 10rem;
  background: var(--base-color);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em
}
.p-information__cta ul .doctorBtn a:hover {
  opacity: .7
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.modal__content {
  background: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.modal__content {
  background: var(--white);
  position: fixed;   /* absoluteよりも画面固定に適した fixed に変更 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;      /* 100vh と同じ意味ですが、スマホで安定します */
  
  /* ここが重要：スクロールを強制的に「ON」にする */
  overflow-y: scroll !important; 
  display: block;    /* flexだとスクロールが効かない場合があるので、一旦基本のblockに */
}

/* もし中身を中央に寄せたい場合は、中身の要素にこれを追加 */
.modal__inner { 
  width: 90%;
  max-width: 100%;  /* お好みの幅 */
  margin: 40px auto; /* 上下に余白を作りつつ、左右中央に寄せる */
}


@media screen and (max-width: 768px) {
  .modal__content {
    height: 100%;
    padding: 8rem 2rem !important;
    display: block;
  }
}
.modal__inner {
  width: 97rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 0;
  padding: 5rem 0 !important;
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 100%;
    gap: 5rem 0;
    padding: 0 !important;
  }
}
.modal__title {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  border-bottom: 0.1rem solid var(--main-dark);
  padding-bottom: 3rem;
  width: 100%;
  max-width: 97rem;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 3rem;
    padding-bottom: 1rem;
	margin-bottom: 3rem;
  }
}
.modal__close {
  background: var(--main-dark);
  border: none;
  color: var(--white);
  cursor: pointer;
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
  }
}
.modal__close .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close .line--1 {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.modal__close .line--2 {
  opacity: 0;
}
.modal__close .line--3 {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--white);
  top: 3rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
.modal__box {
  /* width: 45rem; */
  width: 86%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .modal__box {
    width: 100%;
  }
}
.modal__box .photo {
  width: 100%;
}
.modal__box .photo img {
  width: 100%;
  height: auto;
}
.modal__box .cname {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid var(--gray);
}
.modal__box .btns {
  padding: 2.4rem 2.4rem 0 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .modal__box .btns {
    padding: 1.6rem 0 0 0;
  }
}
.modal__box .phoneBtn {
  width: 100%;
}
.modal__box .phoneBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--white);
}
.modal__box .phoneBtn a:hover {
  opacity: 0.7;
}
.modal__box .phoneBtn a .small {
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5;
}
.modal__box .phoneBtn a .large {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.modal__box .reserveBtn {
  width: 100%;
}
.modal__box .reserveBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--main-dark);
}
.modal__box .reserveBtn a:hover {
  opacity: 0.7;
}
.modal__box .reserveBtn a .large {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}



.p-information {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-information {
    width: 100%;
    gap: 0;
  }
}
.p-informationBlock02 {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-informationBlock02 {
    width: 100%;
    gap: 2rem 0;
  }
}
.p-informationBlock04 {
  width: 100%;
  margin-top: 5rem;
  background: #f4f4f4;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock04 {
    margin-top: 4rem;
    padding: 2rem;
  }
}
.p-informationBlock05 {
  width: 100%;
  margin-top: 0rem;
  background: var(--white);
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-informationBlock05 {
    margin-top: 4rem;
    background: none;
    padding: 0;
  }
}
.p-information__logo {
  text-align: center;
}
.p-information__logo a {
  transition: all 0.5s;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-information__logo .logo01 {
    width: 100%;
    height: auto;
  }
  .p-information__logo .logo02 {
    width: 12rem;
    height: auto;
  }
}
.p-information__tagline h3 {
  font-weight: 600;
  line-height: 1.5;
}
.p-information__tagline h4 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__tagline h4 {
    margin-top: 1rem;
  }
}
.p-information__phone01 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-information__phone01 a {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.p-information__phone01 a:hover {
  opacity: 0.7;
}
.p-information__phone02 a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  color: var(--sub);
  font-family: var(--sub-font);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-information__phone02 a {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.p-information__phone02 a:hover {
  opacity: 0.7;
}
.p-information__cal p {
  margin-top: 2rem;
}
.p-information__photo {
  width: 100%;
}
.p-information__photo img {
  width: 100%;
  height: auto;
}
.p-information__map {
  width: 100%;
}
.p-information__map iframe {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 18rem;
  }
}
.p-information__address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.78;
}
.p-information__address a:hover {
  opacity: 0.7;
}
.p-information__btn a {
  border-radius: 1.2rem;
  border: 0.1rem solid var(--gray);
  background: var(--white);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-information__btn a:hover {
  opacity: 0.7;
}
.p-information__voice .title {
  display: flex;
  align-items: center;
  gap: 0 2.4rem;
  margin-bottom: 2.4rem;
}
.p-information__voice .title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-information__voice .title .en {
  font-size: 1.4rem;
  font-weight: 700;
  color: #aaa;
}
.p-information__cta h3 {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.05em;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    margin-bottom: 3rem;
  }
}
.p-information__cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-information__cta ul {
    gap: 2.4rem 0;
  }
}
.p-information__cta ul li {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-information__cta ul li {
    width: 100%;
  }
}
.p-information__cta ul .phoneBtn {
  width: 100%;
}
.p-information__cta ul .phoneBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--white);
}
.p-information__cta ul .phoneBtn a:hover {
  opacity: 0.7;
}
.p-information__cta ul .phoneBtn a .small {
  color: var(--main-dark);
  font-weight: 600;
  line-height: 1.5;
}
.p-information__cta ul .phoneBtn a .large {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.p-information__cta ul .reserveBtn {
  width: 100%;
}
.p-information__cta ul .reserveBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 10rem;
  text-align: center;
  border: 0.1rem solid var(--main-dark);
  background: var(--main-dark);
}
.p-information__cta ul .reserveBtn a:hover {
  opacity: 0.7;
}
.p-information__cta ul .reserveBtn a .small {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
}
.p-information__cta ul .reserveBtn a .large {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
.p-information__cta ul .doctorBtn {
  width: 100%;
}
.p-information__cta ul .doctorBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 10rem;
  background: var(--base-color);
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-information__cta ul .doctorBtn a:hover {
  opacity: 0.7;
}

.c-calendar01 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (max-width: 768px) {

    .c-calendar01 {
        font-size: 1.4rem;
        letter-spacing: .02em
    }
}

.c-calendar01 th {
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding: .7rem;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 600;
    background: var(--main-dark);
    line-height: 1.6;
    letter-spacing: .08em
}

@media screen and (max-width: 768px) {
    .c-calendar01 th {
        padding:.4rem
    }
}

.c-calendar01 th.head {
    width: 30%;
    text-align: center
}

.c-calendar01 td {
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding: .7rem;
    border-bottom: .1rem solid var(--base-color);
    background: var(--white);
    color: #666
}

.c-calendar01 td.head {
    width: 30%;
    text-align: center;
    color: var(--base-color)
}

.c-calendar02 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

@media screen and (max-width: 768px) {
    .c-calendar01 td {
        padding:.4rem
    }

    .c-calendar02 {
        font-size: 1.4rem;
        letter-spacing: .02em
    }
}

.c-calendar02 th {
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding: .7rem;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 600;
    background: var(--sub);
    line-height: 1.6;
    letter-spacing: .08em
}

@media screen and (max-width: 768px) {
    .c-calendar02 th {
        padding:.4rem
    }
}

.c-calendar02 th.head {
    width: 30%;
    text-align: center
}

.c-calendar02 td {
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding: .7rem;
    border-bottom: .1rem solid var(--base-color);
    background: var(--white);
    color: #666
}

.c-calendar02 td.head {
    width: 30%;
    text-align: center;
    color: var(--base-color)
}

.modal__box .l-cta-body-box02-btns li{
	width: 100%!important;
}

@media screen and (max-width: 768px) {
	.p-information__phone01 a img, .p-information__phone02 a img{
		width: 5rem;
	}
}


            .sp-fix {
                display: none;
            }

            @media screen and (max-width: 768px) {
                .sp-fix {
                    bottom: 0;
                    display: block;
                    left: 0;
                    position: fixed;
                    width: 100%;
                    z-index: 9999;
                }

                .sp-fix p {
                    background: var(--base-color);
                    color: #fff;
                    font-size: 1rem;
                    letter-spacing: 0;
                    text-align: center
                }

                .sp-fix ul {
                    border-top: 1px solid;
                    display: flex
                }

                .sp-fix ul li {
                    flex-basis: 40%;
                }

                .sp-fix ul li:not(:last-child) {
                    border-right: 1px solid
                }

                .sp-fix ul li a {
                    align-items: center;
                    background: #fff;
                    display: flex;
                    flex-direction: column;
                    font-size: 1.3rem;
					font-weight: 900;
                    height: 5.95rem;
                    justify-content: flex-end;
                    padding-bottom: .5rem
                }

                .sp-fix ul li:first-child a {
                    background: var(--white);
                    color: var(--main-dark);;
                }

                .sp-fix ul li:last-child {
                    flex-basis: 60%;
                }

                .sp-fix ul li:last-child a {
                    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
                    color: #fff;
                }

                .sp-fix ul li a:before {
                    background-position: 50%;
                    background-repeat: no-repeat;
                    background-size: contain;
                    content: "";
                    display: block;
                    margin: 0 auto .5rem
                }

                .sp-fix ul li:first-child a:before {
                    background-image: url("../images/common/l-cta-body-box02-btns-phone.svg");
                    height: 1.85rem;
                    width: 1.85rem;
                }

/*
                .sp-fix ul li:nth-child(2) a:before {
                    background-image: url("../images/common/p-information-mail-sp.png");
                    height: 1.7rem;
                    width: 1.6rem;
                }
*/

                .sp-fix ul li:nth-child(2) a:before {
                    background-image: url("../images/common/p-information-reserve.svg");
                    height: 2rem;
                    width: 2rem;
                }
            }

.caseSwiper .swiper {
  padding: 1rem 0;
  max-width: 124rem;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0;
  }
}
.caseSwiper .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  scale: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
}
.caseSwiper .swiper-slide-active {
  scale: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0;
  }
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  top: 50% !important;
}
.blogSwiper .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 94.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.caseSwiper02 {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 {
    width: 100%;
    margin: 0 auto;
  }
}
.caseSwiper02 .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.caseSwiper02 .swiper-buttons {
  width: 90rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper02 .swiper-button-next,
.caseSwiper02 .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next,
  .caseSwiper02 .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.caseSwiper02 .swiper-button-next:hover,
.caseSwiper02 .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper02 .swiper-button-next {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next {
    right: -2rem;
  }
}
.caseSwiper02 .swiper-button-prev {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-prev {
    left: -2rem;
  }
}
.caseSwiper02 .swiper-button-next:after,
.caseSwiper02 .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-slide {
    opacity: 0.5;
  }
  .caseSwiper02 .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper02 .swiper-button-next,
.caseSwiper02 .swiper-button-prev {
  top: 12.8rem !important;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next,
  .caseSwiper02 .swiper-button-prev {
    top: 23% !important;
  }
}
.caseSwiper02 .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-next {
    right: -2.4rem;
  }
}
.caseSwiper02 .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  .caseSwiper02 .swiper-button-prev {
    left: -2.4rem;
  }
}


.c-card {
  background: var(--white);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__link:hover {
  opacity: 0.7;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
}
.c-card__title {
  font-weight: 600;
  margin-bottom: 1.6rem;
  color: var(--black);
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  background: var(--gray);
}

.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading01 .en {
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 6rem;
    font-weight: 300;
  }
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.c-heading02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-heading02 .en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 12rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-heading02 .en {
    font-size: 6rem;
    font-weight: 300;
  }
}
.c-heading02 .ja {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-heading02 .ja {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

.case-sec{
	width: 120rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.case-sec{
		width: 100%;
	}
}

.l-group01 {
    background: var(--main-light);
    padding: 5rem;
    margin-bottom: 3rem;
}

/* 20251221追加分 */
			 .check{
			  display: none;
			}

			/* 通常時表示されるテキスト */
			.label{
			  background: #0a5693;
			  display: block;
			  align-items: center;
			  margin-bottom: 10px;
			  height: 54px;
			  padding: 11px;
			  width: 100%;
			  text-align: center;
			  color: #ffff;
    		  font-weight: bold;
			  font-size: 2.3rem;
			}
			
			.label::after {
				  content: "+";           /* 表示する文字 */
				  position: absolute;     /* 自由に動かせるモード */
				  font-size: 23px;
    			right: 235px;
				}
			
			
			

			

			/* クリック時に表示されるテキスト */
			.text{
			  align-items: center;
			  margin-bottom: 10px;
			  overflow: hidden;
			  height: 0;
			  transition: 0.5s;
		      width: 100%;
			}

			/* クリック時のスタイル */
			.check:checked + .label + .text{
			  height: 50%;
			  padding: 0px;
			  margin-top: 3rem;
			}
			
			.area-flex {
				display: flex;
				justify-content: space-between;
				flex-direction: column;
			}
			
			.check:checked + .label::after {
			  content: "－";            /* 全角のマイナスにすると見栄えが良いです */
			  transform: translateY(-50%); /* 回転(rotate)を削除して真っ直ぐに */
			  font-weight: bold;        /* マイナスを少し太くして見やすく */
			  margin-top: 0rem;
			}

      /* ボタン全体の枠組みの設定 */
.area-flex {
  position: relative; /* 「＋」の位置を決める基準になります */
  display: block;      /* 横いっぱいに広がるようにします */
  width: 100%;         /* 幅を100%にします */
}

/* ラベル（青い背景の部分）の設定 */
.label {
  display: block;
  background-color: #005087; /* 元の青色に合わせてください */
  color: #fff;
  padding: 15px 20px;       /* 上下左右に隙間を作ります */
  text-align: center;       /* 文字を真ん中に寄せます */
  cursor: pointer;          /* マウスを乗せた時に指の形にします */
  position: relative;       /* これも重要です */
}

/* ★「＋」マークを右端に固定する命令 ★ */
.label::after {
  content: "+";            /* 表示したい文字（＋） */
  position: absolute;      /* 自由に動かせる状態にします */
  right: 20px;             /* 右端から20pxの位置に固定！ */
  top: 50%;                /* 上から50%の位置へ */
  transform: translateY(-50%); /* ちょうど真ん中にくるよう微調整 */
  font-size: 20px;         /* ＋の大きさ */
  font-weight: bold;       /* ＋を太くする */
}

		  div.l-header__logo h1 img.pc{
			  width: 300px
		  }


      .cs-btn {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 860px;
        margin: 0 auto;
          margin-bottom: 10rem;
      }
      .btn-link {
        display: inline-block;
        padding: 0.6em 1.2em;
        border-radius: 9999px;
        color: var(--main-dark);
        border: 2px solid var(--main-dark);
        text-align: center;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        margin: 0.5rem;
        width: calc(33.33% - 1rem);
        box-sizing: border-box;
      }
    
/*
        section.l-group {
          margin-bottom: 10rem;
        }
*/
    
      .doctor-span {
        font-weight: bold;
        font-size: 2.2rem;
      }

      /* 1. セクション全体からはみ出さないようにガードする */
.l-hero {
  overflow: hidden;    /* 枠からはみ出た部分を強制的に隠します */
  width: 100%;
  position: relative;
}

/* 2. Swiperの箱が広がらないように固定する */
.p-heroSwiper, .swiper {
  width: 100% !important; /* 親の幅（100%）より大きくならないようにします */
}

/* 3. 中の画像が親要素の幅を超えないようにする（一番重要！） */
.l-hero__imgbox img.mv {
  width: 100%;         /* 親の幅に合わせる */
  max-width: 100%;     /* 絶対に100%（親の幅）を超えない */
  height: auto;        /* 高さは比率を保って自動調整 */
  display: block;
}

.access_text{ 
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: var(--sub-font);
    margin-top: 2rem;
    }

.catch-wrap{
    width: 100%;
    margin: 0 auto 4rem;
    padding: 1.5rem 0 0;
    text-align: center;
}
.catch-wrap h2{
    font-size: 4.4rem;
    font-weight: 500;
    font-family: var(--sub-font);
    margin-bottom: 3.5rem;
    letter-spacing: .3rem;
    line-height: 1.8;
}
.catch-wrap h2 span.big{
    font-size: 8.5rem;
    font-weight: bold;
    letter-spacing: -.3rem;
    color: #09276A;
    padding: 0 1rem 0 .5rem;
    font-style: oblique;
}
.catch-wrap h2 span.border{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, rgba(250, 250, 180, 0.5) 0%) repeat scroll 0 0;
    padding: 0 1rem;
}
.catch-wrap p{
    font-size: 2rem;
    line-height: 2;
}
.catch-wrap p.catch-text{
    font-size: 2rem;
    background: #09276A;
    color: #FFF;
    padding: .2rem .5rem;
    width: 600px;
    margin: 0 auto;
    font-weight: 600;
}
.catch-wrap .list{
    margin: 2.5rem auto 0;
    width: 500px;
}
.catch-wrap .list li{
    background: #09276A;
    color: #FFF;
    border-radius: 20rem;
    padding: .8rem .5rem;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .15rem;
}
.catch-wrap_bg{
    background: url("../images/index/bg_01.jpg") no-repeat center/cover;
    padding: 5rem 0 9rem;
    margin: 0;
}
.qualified-person{
    margin: 3rem auto 1rem;
}
.qualified-person dt{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
    font-family: var(--sub-font);
}
.qualified-person dd ul{
    width: 55rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.qualified-person dd ul li{
    width: 160px;
    height: 150px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFF;
    background: linear-gradient(
    120deg,
    #3d2f00,
    #bfa03a,
    #e6d18a,
    #bfa03a,
    #3d2f00);
  background-size: 300% 300%;
  animation: goldShine 6s ease-in-out infinite;
    line-height: 1.7;
    text-align: center;
    font-family: var(--sub-font);
    box-sizing: border-box;
    padding-top: 2rem;
}
@keyframes goldShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.qualified-person dd ul li span.big{
    font-size: 6.6rem;
    letter-spacing: 0;
    line-height: 1;
    font-style: oblique;
    padding-right: .5rem;
}
.qualified-person dd ul li span.navy{
    color: #000;
    font-size: 2.5rem;
}

/* catch-img--------------------------- */
.catch-img{
    position: relative;
}
.catch-img .text-wrap{
    position: absolute;
    top: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 130rem;
    text-align: center;
    color: #FFF;
}
.catch-img .text-wrap .text-01{
    font-size: 3.2rem;
    font-weight: 700;
    padding: .5rem 0;
    width: 20rem;
    margin: 3rem auto 2.5rem;
    border-top: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
}
.catch-img .text-wrap .text-02{
    font-size: 7rem;
    font-weight: 700;
    font-family: var(--sub-font);
    letter-spacing: 0;
    margin-bottom: 2rem;
}
.catch-img .text-wrap .text-02 span{
    font-size: 70%;
}
.catch-img .text-wrap .text-03{
    font-size: 3.4rem;
    font-weight: 700;
    font-family: var(--sub-font);
    line-height: 1.7;
}

/* worries_wrap--------------------------- */

.worries_wrap{
    background: url("../images/index/bg_02.jpg") no-repeat center/cover;
}
.worries_wrap .inner{
    width: 1000px;
    margin: 0 auto;
    padding: 8rem 0 3rem;
    display: block;
}
.worries_wrap h2{
    font-size: 6.7rem;
    font-family: var(--sub-font);
    line-height: 1.5;
    margin: 0 0 4rem; 
    text-shadow:3px 3px 0 #FFF;
    text-align: center;
}
.worries_wrap h2 span{
    color: var(--sub-color02);
}
.worries_wrap h3{
    font-size: 3.5rem;
    font-family: var(--sub-font);
    text-align: center;
    line-height: 1.4;
    width: 700px;
    margin: 0 auto 8rem;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, rgba(248, 160, 162, 0.5) 0%) repeat scroll 0 0;
}
.worries_wrap h3 span{
    font-size: 180%;
}
.worries_wrap p{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
}
.worries_wrap p + p{
    margin-top: 1rem;
}
.worries_wrap p .big{
    font-size: 4rem;
    font-family: var(--sub-font);
    color: var(--sub-color02);
    text-shadow: 1px 1px 0 #FFF;
    line-height: 1.8;
}
.catch_bg{
    background: url("../images/index/bg_03.jpg") no-repeat 100% 100%/cover;
    padding: 5rem 5rem 18rem;
    margin-bottom: 5rem;
}
.worries_wrap p.catch_text{
    font-size: 5.2rem;
    font-family: var(--sub-font);
    line-height: 1.5;
    margin: 0 0 3rem;
    text-shadow:3px 3px 0 #FFF;
}
.worries_wrap ul.worries_list {
  padding: 0;
    margin: 1rem 0;
}
.worries_wrap ul.worries_list li {
  position: relative;
  list-style-type: none;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.5;
  background: #FFF;
  vertical-align: middle;
  color: #000;
  border-radius: 15px 0px 0px 15px;
    font-size: 2.1rem;
    font-weight: 700;
    box-shadow: 0 0 3px #CCC;
}
.worries_wrap ul.worries_list.yellow{
    margin:3rem 0;
}
.worries_wrap ul.worries_list li + li{
    margin-top: 1.7rem;
}
.worries_wrap ul.worries_list li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: var(--sub-color02);
  border-radius: 50%;
  margin-right: 10px;
    margin-bottom: .5rem;
}
.worries_wrap ul.worries_list.yellow li:before{
    background: #FAFAB4;
}
.worries_wrap .flex_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 0 6.5rem;
}
.worries_wrap .flex_box.border{
    padding: 0 0 7rem;
    border-bottom: #09276A 1px solid;
}
.worries_wrap .flex_box .img_box{
    width: 40%;
    height: auto;
    display: block;
}
.worries_wrap .flex_box .img_box.img01{
    background: url("../images/index/nayami_01.jpg") no-repeat center/cover;
}
.worries_wrap .flex_box .img_box.img02{
    background: url("../images/index/nayami_02.jpg") no-repeat center/cover;
}
.worries_wrap .flex_box .contents_box{
    width: 55%;
}
.worries_wrap .point_box{
    position: relative;
    background: #FFF;
    margin: 3rem 0 6rem;
    padding: 3rem 5rem 5rem;
}
.worries_wrap .point_box span.border{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #09276A 2px solid;
    width: 96.5%;
    height: 92%;
}
.worries_wrap .point_box ul{
    display: flex;
    justify-content: space-between;
}
.worries_wrap .point_box ul li{
    position: relative;
    width: 32%;
    background: #FAFAB4;
    padding: 3.5rem 1rem 2.8rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    box-shadow: 0 0 8px #AAA;
}
.worries_wrap .point_box ul li span{
    width: 60px;
    height: 60px;
    font-size: 4rem;
    color: #FFF;
    line-height: 1.3;
    font-family: var(--sub-font);
    position: absolute;
    top:-3.5rem;
    left: 50%;
    transform: translateX(-50%);
    border: #FFF 1px solid;
    border-radius: 90%;
    background: var(--sub-color02);
    padding-bottom: .2rem;
}

/* free-consultation--------------------------- */
.free-consultation{
    background: var(--bg-color02);
}
.free-consultation .inner{
    width: 1000px;
    margin: 0 auto;
    padding: 8rem 0;
}
.free-consultation h2{
    font-size: 4.4rem;
    font-family: var(--sub-font);
    text-align: center;
    margin-bottom: 2rem;
    color: #09276A;
    line-height: 1.6;
}
.free-consultation h3{ 
    font-size: 2rem;
    text-align: center; 
    font-weight: bold; 
    margin: 0;
    padding: 1.3rem 0;
    background: #FAFAB4;
}
.free-consultation .catch_text{ 
    font-size: 3rem;
    color: #FFF;
    text-align: center; 
    font-weight: bold; 
    margin: 0 0 3rem;
    padding: .8rem 0;
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    background-size: 300% 300%;
    animation: goldShine 3s ease-in-out infinite;
}

.free-consultation p{
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}
.free-consultation p.big{
    font-size: 3rem;
}
.free-consultation ul{ 
    display: flex; 
    justify-content: space-around; 
    flex-wrap: wrap;
    background: #F2F2F2; 
    padding: 6rem 3rem 0;
    margin: 3rem 0 5rem;
    box-sizing: border-box; 
    border-radius: 1rem; 
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2); 
}
.free-consultation ul li{ 
    position: relative;
    width: 270px;
    margin-bottom: 5rem;
}
.free-consultation ul li span{
    position: absolute;
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    font-size: 4rem;
    font-family: var(--sub-font);
    color: #FFF; 
    text-align: center; 
    display: block;
    background: var(--sub-color02);
    border-radius: 90%;
    border: #FFF 1px solid;
    padding-bottom: .2rem;
    line-height: 1.3;
}
.free-consultation ul li picture{ 
    position: relative; 
    height: 170px; 
    display: block;
}
.sub-font{
    font-family: var(--sub-font);
}

/* features--------------------------- */
.features{
    background: var(--bg-color02)  url("../images/index/bg_05.png") no-repeat 0 0/cover;
    padding: 10rem 0 18rem;
}
.features h2{
    font-size: 3.6rem;
    font-family: var(--sub-font);
    line-height: 1.7;
    margin-bottom: 2rem;
}
.features h2 + p{
    font-size: 1.6rem;
    line-height: 2;
}
.features h3{
    position: relative;
    color: var(--main-dark);
    font-size: 6.7rem;
    margin: 0 0 2rem;
    line-height: 1;
    text-align: center;
    font-family: var(--sub-font);
    z-index: 1;
}
.features .card01 h3 .big{
    font-size: 13rem;
    font-family: var(--sub-font);
    line-height: .2;
    color: var(--sub-color02);
}
.features .card02 h3{
    line-height: 1.2;
}
.features .card03 h3{
    margin-bottom: .7rem;
}
.features .card03 h3 img{
    margin: .8rem 0 0;
}
.features .card02 h3 .big{
    font-size: 7rem;
    font-family: var(--sub-font);
    line-height: 1;
    letter-spacing: -.1rem;
    color: var(--sub-color02);
}
.features h3 .small{
    font-size: 55%;
    letter-spacing: 0;
}
.features h3:after{
    position: absolute;
    content: "";
    border-bottom: 12px solid #FAFAB4;
    width: 96%;
    display: inline;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.features .card01 .h3_text{
    font-size: 3rem;
    font-weight: bold;
    font-family: var(--sub-font);
    padding-left: 1rem;
    line-height: 1;
}
.features .card02 .h3_text{
    font-size: 2.53rem;
    font-weight: bold;
    font-family: var(--sub-font);
    line-height: 1;
    letter-spacing: .1rem;
}
.features .card03 .h3_text{
    font-size: 2.53rem;
    font-weight: bold;
    font-family: var(--sub-font);
    line-height: 1;
    letter-spacing: .1rem;
    text-align: center;
}
.features .h3_text span{
    display: inline-block;
      vertical-align: middle;
      line-height: 1;
      width: .55em;
      height: 0.1em;
      background: currentColor;
      position: relative;
    margin: 0 0 .5rem .7rem;
}
.features .card02 .h3_text span{
    width: .4em;
    height: 0.08em;
    margin: 0 .5rem .3rem .5rem;
}
.features .h3_text span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.features p.supplement{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
    border-top: #EEE 1px solid; 
    padding-top: 1.5rem;
    margin-top: 2.5rem;
}
.features .card02 p.supplement{
    margin-top: 1.5rem;
}
.features .card02 p.supplement span.red{
    color: var(--sub-color02);
}
.features .card03 p.supplement{
    margin-top: 0;
}
.features p.catch-text{
    color: #09276A;
    font-size: 5.4rem;
    font-weight: bold;
    font-family: var(--sub-font);
    margin-bottom: 2rem;
    border-bottom: #000 1px solid;
    padding-bottom: 2rem;
    line-height: 1.3;
}
.features .dot-line{
    color: var(--sub-color02);
    display: block;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1.36em;
    line-height: 1;
    text-align: right;
    margin: 1rem 0 0;
}
.features .inner{
    width: 1000px;
    margin: 0 auto;
}
.features .flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features .title_box{
    width: 48%;
    padding: 2rem 0 2rem 1rem;
    margin: 0 0 4rem;
    display: flex;
    align-items: center;
}
.features .title_box .logo_img{
    width: 180px;
    margin: 2rem auto 2rem;
    display: block;
}
.features .contents_box{
    position: relative;
    width: 48%;
    background: #FFF;
    padding: 2rem;
    margin: 0 0 4rem;
}
.features .decoration_img01{
    position: absolute;
    bottom: 2rem;
    right: -5rem;
    background: url("../images/index/features_img01.png") no-repeat center/cover;
    width: 130px;
    height: 220px;
    z-index: 1;
}
.features .decoration_img02{
    position: absolute;
    bottom: 2rem;
    left: -4rem;
    background: url("../images/index/features_img02.png") no-repeat center/cover;
    width: 110px;
    height: 250px;
    z-index: 1;
}
.features .decoration_img02_2{
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    background: url("../images/index/features_img02_2.png") no-repeat center/cover;
    width: 130px;
    height: 118px;
    z-index: 1;
}
.features .img_box{
    position: relative;
    width: 100%;
    height: 210px;
}
.features .img01{
    background: url("../images/index/features_card_01.jpg") no-repeat center/cover;
}
.features .img02{
    background: url("../images/index/features_card_02.jpg") no-repeat center/cover;
}
.features .img03{
    background: url("../images/index/features_card_03.jpg") no-repeat center/cover;
}
.features .text_box{
    padding: 2rem  7rem .5rem 0;
}
.features .card02 .text_box{
    padding: 2rem  0 .5rem 7rem;
}
.features .card03 .text_box{
    padding: 2rem  0 .5rem;
}
.features .point_mark{
    position: absolute;
    top:0;
    left: 0;
    background: var(--sub);
    font-size: 2rem;
    font-family: var(--sub-font);
    line-height: 1;
    padding: .5rem 1rem 1rem;
    text-align: center;
    letter-spacing: 0;
}
.features .point_mark span{
    font-size: 200%;
    line-height: 1.6;
    letter-spacing: .2rem;
}

/* features_reason--------------------------- */
.features_reason{
    background:rgba(255,255,255,0.5);
    padding: 4rem 4rem 1rem;
}
.features_reason h4{
    background: #09276A;
    color: #FFF;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.3rem 1rem;
    margin: 0 0 3rem;
}
.features_reason h4 span{
    font-size: 3rem;
}
.features_reason h5{
    font-size: 2.4rem;
    font-weight: bold;
    font-family: var(--sub-font);
    margin: 0 0 1rem;
    line-height: 2;
    border-bottom: #09276A 1px solid;
    padding: 0 0 1rem;
    margin-bottom: 2rem;
}
.features_reason h5 span{
    width: 180px;
    display: inline-block;
    text-align: center;
    background: #FAFAB4;
    padding: 1rem 0;
    line-height: 1;
    font-size: 1.8rem;
    font-family: var(--base-font);
    margin-right: 1.5rem;
}
.features_reason p{
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
}
.features_reason p + p{
    margin-top: 1rem;
}
.features_reason .flex_box{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    margin: 0 0 3rem;
}
.features_reason .explanation_box{
    width: 60%;
    background: none;
}
.features_reason .img_box{
    width: 35%;
    height: auto;
}

/* entranc--------------------------- */
.entranc{
    position: relative;
    padding: 8rem 0 0;
    background: url("../images/index/bg_06.png") no-repeat 100% 100%/26vw auto;
}
.entranc::before {
    content: '';
    position: absolute;
    bottom: -8.9vh;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 9vh solid #FFF;
    z-index: 1;
}
.entranc .inner{
    width: 1000px;
    margin: 0 auto;
}
.entranc h2{
    font-size: 5rem;
    font-weight: 700;
    font-family: var(--sub-font);
    letter-spacing: .6rem;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
.entranc h2 span{
    color: var(--sub-color02);
    font-weight: bold;
}
.entranc h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #09276A;
}
.entranc h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 2px solid var(--main-dark);
}
.entranc h3{
    font-size: 3.5rem;
    font-family: var(--sub-font);
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    margin: 3rem auto 2.5rem;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, rgba(250, 250, 180, 0.5) 0%) repeat scroll 0 0;
    width: 800px;
}
.entranc p{
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.3;
    text-align: center;
}

/* corporation--------------------------- */
.corporation{
    background: url("../images/index/bg_07.jpg") no-repeat center/cover;
    padding: 12rem 0 0;
}
.corporation h2{
    color: #FFF;
    background: linear-gradient(272deg, #166BA5 24.93%, #1D95C0 34.36%, #1A9EC6 44.12%, #1B8DBC 49.85%, #1A71A9 56.74%, #0C5B98 66.67%, #0B497E 86.33%);
    font-size: 3.5rem;
    font-family: var(--sub-font);
    text-align: center;
    padding: 2.5rem 0;
    letter-spacing: .2rem;
}
.corporation .name{
    font-size: 3rem;
    font-family: var(--sub-font);
    margin-bottom: 2rem;
    text-align: center;
}
.corporation .name span{
    font-size: 2rem;
    letter-spacing: .8rem;
    border-bottom: var(--main-dark) 2px solid;
    padding: 0 0 .5rem 1rem;
    margin-bottom: 2rem;
    display: inline-block;
}
.corporation .inner{
    position: relative;
    width: 900px;
    margin: 6rem auto 0;
    background: #FFF;
    padding: 0 0 0;
}
.corporation .inner::before {
    content: '';
    position: absolute;
    bottom: -8.9vh;
    left: 0;
    width: 0;
    height: 0;
    border-left: 450px solid transparent;
    border-right: 450px solid transparent;
    border-top: 9vh solid #FFF;
    z-index: 1;
}
.corporation .inner p{
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.corporation .inner p + p{
    margin-top: 2rem;
}
.corporation .inner strong{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: var(--sub-font);
    line-height: 1.6;
}
.corporation .list{
    width: 50rem;
    margin: 4rem auto 3rem;
    padding-left: 0;
}
.corporation .list li{
    position: relative;
    font-size: 3.2rem;
    font-family: var(--sub-font);
    font-weight: bold;
    padding-left: 60px;
    margin-bottom: 1rem;
    line-height: 1.7;
}
.corporation .list li span{
    color: #09276A;
    font-size: 128%;
    font-family: var(--sub-font);
    font-style: oblique;
    line-height: 1;
    padding-left: .2rem;
    padding-right: .7rem;
}
.corporation .list li span.small{
    font-size: 3.2rem;
    font-style:normal;
    padding: 0;
}
.corporation .list li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;  
    height: 45px; 
    background: url("../images/index/icon-check.png") no-repeat center/contain;
}


/*oneday--------------------------- */
.oneday {
    z-index: 1;
    position: relative;
    padding:0 0 6rem;
}
.oneday .inner{
    width: 1000px;
    margin: 0 auto;
    display: block;
}
.oneday:before {
    content: "";
    width: calc(980px + ((100% - 980px) / 2));
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    height: 360px;
    position: absolute;
    top: -90px;
    left: calc((100% - 980px) / 2);
    z-index: -1;
}
.oneday h2{
    position: relative;
    top: -40px;
    color: #fff;
    font-size: 7rem;
    font-family: var(--sub-font);
    text-align: center;
}
.oneday h2 span{
    font-size: 3rem;
}
.oneday h3{
    position: relative;
    font-size: 3rem;
    font-family: var(--sub-font);
    color: #09276A;
    margin: 0 0 1.8rem;
}
.oneday h3:after{
    position: absolute;
    top:50%;
    right: 0;
    content: "";
    background: #09276A;
    width: 85px;
    height: 1.5px;
}
.oneday h4{
    position: relative;
    font-size: 2.6rem;
    font-family: var(--sub-font);
    padding-left: 4.5rem;
    margin: 2rem 0 2.5rem;
}
.oneday h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.3rem;
    width: 40px;
    height: 40px;
    background: url(../images/index/icon-check.png) no-repeat center / contain;
}
.oneday p.big{
    font-size: 2.1rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 3rem;
}

.oneday .contents_box{
    margin: 8rem 0 5.7rem;
}
.oneday .contents_box.single{
    padding-bottom: 5.5rem;
}
.oneday .contents_box:before {
    content: "";
    width: calc(980px + ((100% - 980px) / 2));
    background: url( "../images/index/bg_01.jpg") bottom / cover no-repeat;
    height: 665px;
    position: absolute;
    top: 18rem;
    right: calc((100% - 980px) / 2);
    z-index: -1;
}
.oneday .contents_box.single:before{
    height: 590px;
}
.oneday .list{
    padding-left: 0rem;
    width: 350px;
}
.oneday .list li{
    line-height: 2;
    font-size: 1.8rem;
    font-weight: 600;
    background: rgba(250, 250, 180, 0.5);
    margin: .5rem 0 1rem;
    padding-left: 2rem;
}
.oneday .flex_box{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.oneday .img_box{
    width: 445px;
    height: 450px;
    overflow: hidden;
    position: relative;
    border: #FFF 6px solid;
    box-sizing: border-box;
}
.oneday .text_box{
    width: 450px;
    padding: 0 5rem 0 0;
}
.oneday .loop_slider{
    width: 100%;
    height: 100%;
}
.oneday .loop_track{
    display: flex;
    width: max-content;
    height: 100%;
    animation: loopSlide 20s linear infinite; 
}
.oneday .loop_track img{
    height: 100%;
    width: auto;
    object-fit: cover;
    flex-shrink: 0;
}
@keyframes loopSlide{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

/*fullmouth--------------------------- */
.fullmouth{
    margin-bottom: 11rem;
    padding-bottom: 1rem;
}
.fullmouth:before {
    content: "";
    width: calc(980px + ((100% - 980px) / 2));
    background:#09276A;
    height: 360px;
    position: absolute;
    top: -90px;
    left: calc((100% - 980px) / 2);
    z-index: -1;
}
.fullmouth .contents_box:before{
    height: -webkit-fill-available;
}
.fullmouth .explanation{
    padding: 0 4rem 6rem;
}
.fullmouth .explanation p{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.3;
}
.fullmouth .text_box p{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
}
.fullmouth .text_box p.big{
    font-size: 2.1rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 1rem;
}
.fullmouth .img_box{
    height: auto;
}
.fullmouth h3.allon4:after{
    width: 210px;
}
.fullmouth h3.iod{
    line-height: 1.5;
}
.fullmouth h3.iod:after{
    top: 27%;
    width: 220px;
}
.fullmouth .flex_box + .flex_box{
    margin-top: 8rem;
}

.mv_img{
    background: url("../images/index/l-hero02.webp") no-repeat 50% 50%/cover;
}
.mv_img .l-hero__catch{
    padding-left: 11vw;
}
.mv_img .l-hero__figure{
    padding-left: 9vw;
    padding-top: 3rem;
}
@media(max-width: 768px) {
    .mv_img .l-hero__figure{
        padding-top: 2.8rem;
        padding-bottom: 1rem;
    }
}
.mv_img .l-hero-medals{
    padding-left: 14.5vw;
}

/*embarrassing--------------------------- */
.embarrassing{
    padding: 0 0 8rem;
}
.embarrassing .inner{
    width: 1100px;
    margin: 0 auto;
}
.embarrassing h2{
    font-size: 4rem;
    font-family: var(--sub-font);
    text-align: center;
    background: var(--main-light);
    padding: 2rem 0;
    line-height: 1.6;
    margin: 0 0 5rem;
    letter-spacing: .3rem;
}
.embarrassing h2 span{
    color: #09276A;
}
.embarrassing h3{
    position: relative;
    font-size: 1.8rem;
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    text-align: center;
    color: #FFF;
    padding: 1rem;
    width: 90%;
    margin: -2rem auto 2rem;
    border-right: #FFF 2px solid;
    border-left: #FFF 2px solid;
    z-index: 1;
}
.embarrassing img{
    z-index: -1;
}
.embarrassing .message{
    font-size: 1.8rem;
    font-family: var(--sub-font);
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
.embarrassing .flex_box{
    display: flex;
    justify-content: space-between;
}
.embarrassing .contents_box{
    width: 31%;
    background: #F2F2F2;
    padding: 0 0 1rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
.embarrassing .contents_box p{
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 1.5rem 0;
    letter-spacing: .1rem;
}
.embarrassing .list{
    width: 760px;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
}
.embarrassing .list li{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1;
    background: #EEE;
    padding: 1.5rem 2.5rem;
    width: auto;
    text-align: center;
    border-radius: 9rem;
    letter-spacing: .08rem;
    box-shadow: 2px 2px 4px #AAA;
}
.embarrassing .flex_box{
    margin: 3rem 0;
}

/*ver-fullmouth--------------------------- */
.ver-fullmouth{
    background: url("../images/index/l-hero06.webp") no-repeat 50% 50%/cover;
}
.ver-fullmouth .l-hero__catch{
    margin-bottom: 2rem;
}
.clinic_name{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 2rem 0 0;
}

/*second-opinion--------------------------- */
.second-opinion{
    background:
        url("../images/index/bg_09.png") no-repeat bottom center / cover,url("../images/index/bg_01.jpg") no-repeat top center / cover;
    padding: 8rem 0;
}
.second-opinion .inner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.second-opinion .img01{
    position: absolute;
    right: -4rem;
    top: -2rem;
    background: url("../images/index/second_002.png") no-repeat center / contain;
    width: 190px;
    height: 220px;
    z-index: 1;
}
.second-opinion h2{
    font-size: 4.4rem;
    font-family: var(--sub-font);
    color: #09276A;
    margin-bottom: 4rem;
    line-height: 1.8;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: #09276A 2px solid;
    }
.second-opinion h2 span{
    font-size: 120%;
    letter-spacing: .05rem;
}
.second-opinion h3{
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    color: #FFF;
    font-size: 3rem;
    text-align: center;
    padding: 1.3rem 1rem;
    margin: 0 0 3rem;
}
.second-opinion .explanation_box{
    width: 870px;
    margin: 0 auto;
}
.second-opinion .explanation_box p{
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2;
    }
.second-opinion .explanation_box p span{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, rgba(248, 160, 162, 0.5) 0%) repeat scroll 0 0;
    margin-right: .5rem;
}
.second-opinion .contents_box{
    width: 870px;
    background: #FFF;
    margin: 3.5rem auto 4rem;
    padding: 4rem 5rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
.second-opinion .list_01{
    margin: 2rem 0;
    display: flex;
}
.second-opinion .list_01 li{
    font-size: 1.8rem;
    font-weight: 700;
    background: #FAFAB4;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius: 90px;
}
.second-opinion .list_01 li + li{
    margin-left: 3rem;
}
.second-opinion .list_02{
    margin:1.5rem 0 0;
}
.second-opinion .list_02 li{
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 2.2rem;
    margin-top: 1rem;
}
.second-opinion .list_02 li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: .7rem;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    color: #09276A;
}
.second-opinion .flex_box{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.second-opinion .img_box{
    width: 50%;
    height: auto;
    background: url("../images/index/second_001.jpg") no-repeat center/cover;
}
.second-opinion .text_box{
    width: 45%;
}
.second-opinion .text_box p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.second-opinion .big{
    font-size: 3rem;
    font-family: var(--sub-font);
    font-weight: 700;
    text-align: center;
    line-height: 2;
}
.second-opinion .big span{
    color: #09276A;
    font-size: 140%;
    margin-left: .5rem;
    margin-right: .5rem;
}

/*price_wrap--------------------------- */
.price_wrap{
    position: relative;
    padding: 10rem 0 7rem;
    background: url("../images/index/bg_08.png") no-repeat center top/cover;
}
.price_wrap .wrap{
    width: 1000px;
}
.price_wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0rem;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 0 0 177vw 100vw;
    border-width: 0 0 212rem 100vw;
    box-sizing: border-box;
    border-color: transparent var(--bg-color02);
}
.price_wrap h2{
    font-size: 4.3rem;
    font-family: var(--sub-font);
    font-weight: 600;
    margin-bottom: 3rem;
    background: #09276A;
    color: #FFF;
    text-align: center;
    padding: .8rem 0;
    line-height: 2;
}
.price_wrap h3{
    font-size: 3.2rem;
    font-family: var(--sub-font);
    padding: 2rem 0;
    color: #FFF;
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    text-align: center;
    margin: 8rem 0 3.5rem;
}
.price_wrap h4{
    font-size: 2rem;
    margin: 3rem 0 2rem;
}
.price_wrap h5 {
    position: relative;
    font-size: 2rem;
    background: #09276A;
    text-align: center;
    color: #FFF;
    padding: .5rem 0;
    width: 90%;
    margin: -2.5rem auto 1.5rem;
}
.price_wrap h3 + p{
    margin-bottom: 0;
}
.price_wrap p{
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 3rem;
}
.price_wrap p.big{
    font-size: 3rem;
    font-family: var(--sub-font);
}
.price_wrap p.small{
    font-size: 14px;
    text-align: right;
}
.price_wrap .price_box{
    width: 86%;
    background: rgba(255,255,255,0.9);
    padding: 3rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
    margin: 6rem auto 7rem;
}
.price_wrap .price_box dt{
    font-size: 2.2rem;
    font-weight: 600;
    background: #FAFAB4;
    padding: 1rem 0;
    width: 30rem;
    text-align: center;
    margin: -5.6rem auto 0;
    border: #09276A 1px solid;
}
.price_wrap .price_box dd{
    position: relative;
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    line-height: 1;
}
.price_wrap .price_box dd span{
    font-size: 2.5rem;
    display: inline-block;
    color: #09276A;
}
.price_wrap .price_box dd span.ct{
    font-size: 5.5rem;
    margin-left: 2rem;
    background: linear-gradient(90deg, #166BA5 0.16%, #1D95C0 15.48%, #1A9EC6 31.32%, #1B8DBC 40.63%, #1A71A9 51.82%, #0C5B98 67.95%, #0B497E 99.86%);
    color: #FFF;
    line-height: 1;
    background-size: 300% 300%;
    animation: goldShine 3s ease-in-out infinite;
    padding: 1rem 2rem;
    border-radius: 90px;
    display: inline-block;
}
.price_wrap .price_box dd span.en{
    padding-left: .5rem;
    color: #000;
    letter-spacing: 0;
}
.price_wrap .price_box dd span.plus{
    font-size: 80%;
    padding: 0 .5rem;
}
.price_wrap .consultation dd:before{
    content: "";
    display: inline-block;
    width: 4rem;
    height: 5.5rem;
    background: url("../images/index/payment_001.png") no-repeat center/contain;
    margin-right: 1.5rem;
    margin-bottom: -.7rem;
}
.price_wrap .main_imp dd:before{
    position: absolute;
    top: -3rem;
    left: 0rem;
    content: "";
    display: inline-block;
    width: 90px;
    height: 200px;
    background: url("../images/index/features_img02.png") no-repeat center/contain;
}
.price_wrap .payment{
    padding-bottom: 1.8rem;
}
.price_wrap .payment dt{
    background: var(--main-light);
}
.price_wrap .payment dd{
    font-size: 3.8rem;
    line-height: 1.7;
    margin-top: 4rem;
}
.price_wrap .payment img{
    width: 500px;
    margin: auto;
}
.price_wrap .payment dd span.en{
    padding: 0 1rem;
}
.price_wrap .flex_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.price_wrap .choice2{
    justify-content: space-around;
}
.price_wrap .choice2 .contents_box{
    width: 42%;
}
.price_wrap .contents_box {
    width: 31%;
    background: #F2F2F2;
    padding: 0 0 1.5rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
    line-height: 2;
}
.price_wrap .contents_box p{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem;
    margin-bottom: 0;
    line-height: 1.6;
}
.price_wrap .contents_box p span.division{
    background: #FAFAB4;
    padding: 1rem;
    border-radius: 2rem;
    margin-right: .7rem;
    font-size: 75%;
}
.price_wrap .contents_box p span.big{
    font-size: 3rem;
    padding: 0 0 0 .5rem;
}

