@charset "utf-8";

/******
フォント

Noto Sans JP
font-family: "Noto Sans JP", sans-serif;

Zen Kaku Gothic New　Medium
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;

Century Gothic Regular,Bold
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-weight: 700;

Posterama 2001 Black
font-family: "Posterama2001-Black";

*******/

body {
  color: #4d4d4d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
}

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

.hover--opacity {
  transition: opacity 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}

.inner-972 {
  width: calc(100% - 40px);
  max-width: 972px;
  margin: 0 auto;
}
.inner-956 {
  width: calc(100% - 40px);
  max-width: 956px;
  margin: 0 auto;
}
.inner-900 {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.ilblk {
  display: inline-block;
}

.vertical {
  writing-mode: vertical-rl; /* 標準の縦書き指定（右→左） */
  -webkit-writing-mode: vertical-rl; /* Safari旧バージョン対応 */
}

.ilblk {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
}

/*===================
共通
===================*/
.section-title {
  margin-bottom: 35px;
}
.section-title__icon {
  width: 147px;
  margin: 0 auto 21px;
  display: block;
}
.section-title__wrap {
}
.section-title__ja,
.section-title__en {
  color: #0f66a3;
}
.section-title__ja {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}
.section-title__en {
  font-size: 20px;
  font-family: "Posterama2001-Black";
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.section-title__ja--sml {
  color: #0f66a3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .section-title {
    margin-bottom: 3.571vw;
  }
  .section-title__icon {
    width: 15vw;
    margin: 0 auto 2.142vw;
  }
  .section-title__ja {
    font-size: 3.061vw;
  }
  .section-title__en {
    font-size: 2.04vw;
  }
  .section-title__ja--sml {
    font-size: 1.836vw;
    padding-top: 0.408vw;
  }
}

@media (max-width: 750px) {
  .section-title__icon {
    width: 80px;
    margin: 0 auto 10px;
  }
  .section-title__ja {
    font-size: 19px;
  }
  .section-title__ja--sml {
    font-size: 13px;
    padding-top: 0px;
  }
  .section-title__en {
    font-size: 13px;
  }
}

.speech-bubble {
  width: 100%;
  max-width: 700px;
  padding-top: 32px;
  padding-bottom: 26px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 73px;
}
.speech-bubbleWrap {
  position: relative;
}
.speech-bubbleWrap::after {
  content: "";
  display: block;
  width: 4px;
  height: 44px;
  position: absolute;
  bottom: -69px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 50px;
}
.speech-bubble__title {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}
.speech-bubble__title--sml {
  font-size: 24px;
  display: block;
}

@media (max-width: 980px) {
  .speech-bubble {
    max-width: 71.428vw;
    padding-top: 3.265vw;
    padding-bottom: 2.653vw;
  }
  .speech-bubbleWrap::after {
    width: 0.408vw;
    height: 4.489vw;
    bottom: -7.04vw;
  }
  .speech-bubble__title {
    font-size: 3.775vw;
  }
  .speech-bubble__title--sml {
    font-size: 2.448vw;
  }
}

@media (max-width: 750px) {
  .speech-bubbleWrap::after {
    width: 2px;
    height: 23px;
    bottom: -34px;
  }
  .speech-bubble {
    width: calc(100% - 50px);
    max-width: 435px;
    padding-top: 19px;
    padding-bottom: 14px;
  }
  .speech-bubble__title {
    font-size: 22px;
  }
  .speech-bubble__title--sml {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .speech-bubble {
    padding-top: 14px;
    padding-bottom: -9px;
  }
  .speech-bubbleWrap::after {
    bottom: -30px;
  }
  .speech-bubble__title {
    font-size: 19px;
  }
  .speech-bubble__title--sml {
    font-size: 13px;
  }
}

/*===================
page_nav
===================*/
.page_nav {
  width: fit-content;
  height: auto;
  position: fixed;
  top: 257px;
  right: 16px;
  z-index: 2;
}
.page_nav-wrap {
}
.page_nav-side {
  position: relative;
  height: 100%;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.page_nav-side::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2px;
  background-color: #0f66a3;
}
.page_nav-list {
  position: relative;
}
.page_nav-list::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #0f66a3;
  border-radius: 50%;
  transition: 0.3s;
}
.page_navlink {
  color: #0f66a3;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-left: 1em;
  line-height: 1.75;
  transition: 0.3s;
  border-radius: 0 25px 25px 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 1);
}
.page_navlink:hover {
  color: #da3146;
}
.page_navlink-active {
  color: #da3146;
}
.page_nav-list.navList-active::before {
  background-color: #da3146;
}
.page_nav-list:hover::before {
  background-color: #da3146;
}

@media (max-width: 750px) {
  .page_nav {
    display: none;
  }
}

/*===================
sodan
===================*/
.sodan {
  display: none;
}
.sodan__box {
  width: 100%;
  max-width: 441px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 5;
  background-color: #0f66a3;
  border-radius: 31px;
}
.sodan__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-left: 35px;
  line-height: 1.75;
}

@media screen and (max-width: 750px) {
  .sodan__box {
    max-width: 380px;
    padding: 5px;
    bottom: 30px;
  }
  .sodan__text {
    font-size: 13px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .sodan__box {
    max-width: 335px;
  }
}

@media screen and (max-width: 480px) {
  .sodan {
    display: block !important;
    opacity: 1 !important;
  }
  .sodan__box {
    max-width: 100%;
    padding: 5px 10px 3px;
    bottom: 0;
    right: 0;
    border-radius: 0;
    justify-content: center;
    gap: 0 5vw;
  }
  .sodan__text {
    font-size: 13px;
    padding-left: 0;
  }
}

/*===================
fv
===================*/
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  /* min-height: 748px; */
  background-color: #ccc;
}
.fv__img {
  width: 100%;
  height: 100vh;
  /* min-height: 748px; */
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  display: block;
}
.fv__img--sp,
.fv__img--sp640 {
  display: none;
}
.fv__contents {
  width: fit-content;
  position: absolute;
  top: 52%;
  left: 168px;
  z-index: 1;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -o-transform: translateY(-52%);
}
.fv__title {
  margin-bottom: 30px;
}
.fv__title--en {
  color: #fff;
  font-size: 20px;
  font-family: "Posterama2001-Black";
  margin-bottom: 21px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.fv__title--en::after {
  content: "";
  display: block;
  width: 29px;
  height: 3px;
  margin-top: 7px;
  background-color: #fff;
}
.fv__title--ja {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
}
.fv__title--ja .clr--yel {
  color: #ffec00;
}
.fv__text {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .fv__contents {
    left: 8vw;
  }
  .fv__title {
    margin-bottom: 3.061vw;
  }
  .fv__title--en {
    font-size: 2.04vw;
    margin-bottom: 2.142vw;
  }
  .fv__title--en::after {
    width: 2.959vw;
    height: 0.306vw;
    margin-top: 0.714vw;
  }
  .fv__title--ja {
    font-size: 5.102vw;
  }
  .fv__text {
    font-size: 2.142vw;
  }
}

@media screen and (max-width: 750px) {
  .fv__img--pc {
    display: none;
  }
  .fv__img--sp {
    display: block;
  }

  .fv__contents {
    top: 120px;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
  }
  .fv__title {
    margin-bottom: 15px;
  }
  .fv__title--en {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .fv__title--en::after {
    width: 18px;
    height: 2px;
    margin-top: 6px;
  }
  .fv__title--ja {
    font-size: 29px;
  }
  .fv__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .fv__img--sp {
    display: none;
  }
  .fv__img--sp640 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .fv__title--ja {
    font-size: 24px;
  }
}

/*===================
recommend
===================*/
.recommend {
  padding-top: 99px;
}
.recommend__list {
  display: flex;
  gap: 20px 9.4%;
}
.recommend__listItem {
  width: calc(100% / 3);
  max-width: 263px;
}
.recommend__listItem img {
  max-width: 263px;
  display: block;
  margin: 0 auto 22px;
}
.recommend__listText {
  color: #0f66a3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.52;
}
.recommend__decoration {
  width: 51px;
  margin: 50px auto;
}
.recommend__text {
  color: #0f66a3;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .recommend {
    padding-top: 10.102vw;
  }
  .recommend__list {
    display: flex;
    gap: 2.04vw 9.4%;
  }
  .recommend__listItem {
    max-width: 26.836vw;
  }
  .recommend__listItem img {
    max-width: 26.836vw;
    margin: 0 auto 2.244vw;
  }
  .recommend__listText {
    font-size: 1.836vw;
  }
  .recommend__decoration {
    width: 5.204vw;
    margin: 5.102vw auto;
  }
  .recommend__text {
    font-size: 3.877vw;
  }
}

@media (max-width: 750px) {
  .recommend {
    padding-top: 75px;
  }
  .recommend__listText {
    font-size: 14px;
  }
  .recommend__decoration {
    width: 30px;
    margin: 30px auto;
  }
  .recommend__text {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .recommend__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 3%;
  }
  .recommend__listItem {
    width: calc(94% / 2);
    max-width: 100%;
  }
  .recommend__listItem img {
    max-width: 170px;
    margin: 0 auto 15px;
  }

  .recommend__decoration {
    width: 25px;
    margin: 20px auto;
  }
  .recommend__text {
    font-size: 20px;
  }
}

/*===================
reason
===================*/
.reason {
  padding-top: 170px;
  position: relative;
}
.reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0; /* top, right, bottom, leftをすべて0に */
  height: 115.208vw; /* 背景画像の高さを固定 */
  background: url("../imgs/common/reason_bg.png") center center / cover no-repeat;
  z-index: -1; /* 背景として配置 */
}
.reason__wrap {
  padding-top: 70px;
  position: relative;
}

.reason .speech-bubble {
  background-color: #85cfd1;
}
.reason .speech-bubbleWrap::after {
  background-color: #85cfd1;
}
.reason__box {
  width: 100%;
  padding-top: 173px;
  padding-bottom: 120px;
  background-color: #fff;
  border: 6px solid #85cfd1;
  border-radius: 160px;
}
.reason__list {
  width: calc(100% - 70px);
  max-width: 605px;
  margin: 0 auto;
}
.reason__listItem {
  display: flex;
  justify-content: space-between;
}
.reason__listItem:not(:last-child) {
  margin-bottom: 62px;
}
.reason__listNum {
  color: #9abfd8;
  font-size: 259px;
  font-family: "century-gothic", sans-serif;
  width: 144px;
  line-height: 1;
}
.reason__listContents {
  width: calc(100% - 174px);
  padding-top: 32px;
}
.reason__listHeading {
  color: #0f66a3;
  font-weight: 700;
  margin-bottom: 16px;
}
.reason__listHeading--sml {
  font-size: 30px;
  line-height: 1.35;
}
.reason__listHeading--sml.block {
  display: block;
}
.reason__listHeading--lrg {
  font-size: 50px;
  line-height: 1.15;
}
.reason__listText {
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .reason {
    padding-top: 17.346vw;
  }
  /* .reason::before {
    height: 100%;
  } */
  .reason__wrap {
    padding-top: 7.142vw;
  }
  .reason__box {
    padding-top: 17.653vw;
    padding-bottom: 12.244vw;
    border-radius: 16.326vw;
  }
  .reason__list {
    max-width: 61.734vw;
  }
  .reason__listItem:not(:last-child) {
    margin-bottom: 6.326vw;
  }
  .reason__listNum {
    font-size: 26.428vw;
    width: 14.693vw;
  }
  .reason__listContents {
    width: calc(100% - 17.755vw);
    padding-top: 3.265vw;
  }
  .reason__listHeading {
    margin-bottom: 1.632vw;
  }
  .reason__listHeading--sml {
    font-size: 3.061vw;
  }
  .reason__listHeading--lrg {
    font-size: 5.102vw;
  }
  .reason__listText {
    font-size: 1.632vw;
  }
}

@media (max-width: 750px) {
  .reason__wrap {
    padding-top: 40px;
  }
  .reason__box {
    padding-top: 90px;
    padding-bottom: 70px;
    border: 4px solid #85cfd1;
    border-radius: 110px;
  }
  .reason__list {
    max-width: 463px;
  }
  .reason__listItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .reason__listNum {
    font-size: 140px;
    width: 80px;
  }
  .reason__listContents {
    width: calc(100% - 100px);
    padding-top: 16px;
  }
  .reason__listHeading {
    margin-bottom: 8px;
  }
  .reason__listHeading--sml {
    font-size: 16px;
  }
  .reason__listHeading--lrg {
    font-size: 26px;
  }
  .reason__listText {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .reason__box {
    border-radius: 70px;
  }
}

@media (max-width: 480px) {
  .reason::before {
    height: auto;
  }
  .reason__wrap {
    padding-top: 23px;
  }
  .reason__listItem {
    display: block;
  }
  .reason__listItem:not(:last-child) {
    margin-bottom: 20px;
  }
  .reason__listNum {
    font-size: 120px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .reason__listContents {
    width: 100%;
    padding-top: 10px;
  }
  .reason__listHeading {
    text-align: center;
  }
  .reason__listHeading--lrg {
    font-size: 24px;
  }
  .reason__listHeading--sml {
    font-size: 15px;
  }
}

/*===================
plan
===================*/
.plan {
  padding-top: 199px;
}
.plan .section-title {
  margin-bottom: 66px;
}
.plan .reason__wrap {
  padding-top: 46px;
}
.plan .speech-bubble {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #da3146;
}
.plan .speech-bubbleWrap::after {
  height: 34px;
  bottom: -44px;
  background-color: #da3146;
}
.plan .speech-bubble__title {
  font-size: 32px;
  line-height: 1.75;
}
.plan__box {
  width: 100%;
  padding-top: 111px;
  padding-bottom: 77px;
  background-color: #f9e0e3;
  border: 2px solid #ff4885;
  border-radius: 160px;
}
.plan__wrap {
  width: calc(100% - 30px);
  max-width: 700px;
  margin: 0 auto;
}
.plan__text {
  color: #da3146;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 62px;
  line-height: 1.75;
}
.plan__priceWrap {
  margin-bottom: 30px;
}
.plan__priceText01 {
  color: #da3146;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding: 0px 5px 3px 18px;
  margin-bottom: 7px;
  line-height: 1.75;
  background-color: #fff;
}
.plan__priceContents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px 0;
}
.plan__priceLft {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 22px;
}
.plan__priceText02 {
  color: #da3146;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.plan__priceText03 {
  color: #da3146;
  font-weight: 700;
}
.plan__priceText03--num {
  font-size: 87px;
  font-family: "century-gothic", sans-serif;
  line-height: 1;
}
.plan__priceText03--ja {
  font-size: 50px;
  line-height: 1;
}
.plan__priceRgt {
  width: 267px;
  padding: 10px 5px;
  background-color: #da3146;
}
.plan__priceRgt p {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.75;
}
.plan__exampleWrap {
  width: 100%;
  padding: 37px 0 39px;
  margin-bottom: 22px;
  background-color: #fff;
}
.plan__exampleList {
  width: calc(100% - 30px);
  max-width: 590px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
}
.plan__exampleItem {
  font-size: 14px;
  line-height: 1.75;
  position: relative;
}
.plan__exampleItem:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #da3146;
  border-radius: 50%;
}
.plan__exampleItem span {
  display: block;
  padding-left: 9px;
}
.plan__noteList {
  width: 100%;
}
.plan__noteItem {
  font-size: 13px;
  line-height: 1.75;
  position: relative;
}
.plan__noteItem:not(:last-child) {
  margin-bottom: 4px;
}
.plan__noteItem:before {
  content: "◯";
  display: block;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.plan__noteItem span {
  display: block;
  padding-left: 1.2em;
}

@media (max-width: 980px) {
  .plan {
    padding-top: 20.306vw;
  }
  .plan .section-title {
    margin-bottom: 6.734vw;
  }
  .plan .reason__wrap {
    padding-top: 4.693vw;
  }
  .plan .speech-bubble {
    padding-top: 1.734vw;
    padding-bottom: 1.734vw;
  }
  .plan .speech-bubbleWrap::after {
    height: 3.469vw;
    bottom: -4.489vw;
  }
  .plan .speech-bubble__title {
    font-size: 3.265vw;
  }
  .plan__box {
    padding-top: 11.326vw;
    padding-bottom: 7.857vw;
    border-radius: 16.326vw;
  }
  .plan__wrap {
    max-width: 71.428vw;
  }
  .plan__text {
    font-size: 2.04vw;
    margin-bottom: 6.326vw;
  }
  .plan__priceWrap {
    margin-bottom: 3.061vw;
  }
  .plan__priceText01 {
    font-size: 2.346vw;
    padding: 0 0.51vw 0.306vw 1.836vw;
    margin-bottom: 0.714vw;
  }
  .plan__priceLft {
    gap: 0 2.244vw;
  }
  .plan__priceText02 {
    font-size: 2.346vw;
  }
  .plan__priceText03--num {
    font-size: 8.877vw;
  }
  .plan__priceText03--ja {
    font-size: 5.102vw;
  }
  .plan__priceRgt {
    width: 27.244vw;
    padding: 1.02vw 0.51vw;
  }
  .plan__priceRgt p {
    font-size: 2.142vw;
  }
  .plan__exampleWrap {
    padding: 3.775vw 0 3.979vw;
    margin-bottom: 2.244vw;
  }
  .plan__exampleList {
    max-width: 60.204vw;
    gap: 0 0.306vw;
  }
  .plan__exampleItem {
    font-size: 1.428vw;
  }
  .plan__exampleItem:before {
    width: 0.714vw;
    height: 0.714vw;
    top: 0.918vw;
  }
  .plan__exampleItem span {
    padding-left: 0.918vw;
  }
  .plan__noteItem {
    font-size: 1.326vw;
  }
  .plan__noteItem:not(:last-child) {
    margin-bottom: 0.408vw;
  }
  .plan__noteItem:before {
    font-size: 1.326vw;
  }
}

@media (max-width: 750px) {
  .plan {
    padding-top: 100px;
  }
  .plan__wrap {
    width: calc(100% - 50px);
    max-width: 500px;
  }
  .plan .reason__wrap {
    padding-top: 26px;
  }
  .plan .speech-bubbleWrap::after {
    height: 22px;
    bottom: -23px;
  }
  .plan .speech-bubble {
    max-width: 360px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .plan .speech-bubble__title {
    font-size: 17px;
  }
  .plan__box {
    padding-top: 60px;
    padding-bottom: 55px;
    border-radius: 75px;
  }
  .plan__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .plan__priceWrap {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 15px;
  }
  .plan__priceText01 {
    font-size: 14px;
    padding: 2px 5px 1px 13px;
    margin-bottom: 5px;
  }
  .plan__priceLft {
    gap: 0 10px;
  }
  .plan__priceText02 {
    font-size: 15px;
  }
  .plan__priceText03--num {
    font-size: 50px;
  }
  .plan__priceText03--ja {
    font-size: 29px;
  }
  .plan__priceRgt {
    width: 170px;
    padding: 6px 5px;
  }
  .plan__priceRgt p {
    font-size: 13px;
  }
  .plan__exampleWrap {
    max-width: 420px;
    padding: 15px 0 16px;
    margin: 0 auto 15px;
  }
  .plan__exampleList {
    max-width: 394px;
    gap: 0 4px;
  }
  .plan__exampleItem {
    font-size: 12px;
  }
  .plan__exampleItem:before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .plan__exampleItem span {
    padding-left: 7px;
  }
  .plan__noteList {
    max-width: 420px;
    margin: 0 auto;
  }
  .plan__noteItem:not(:last-child) {
    margin-bottom: 3px;
  }
  .plan__noteItem {
    font-size: 12px;
  }
  .plan__noteItem:before {
    font-size: 12px;
  }
}

@media (max-width: 510px) {
  .plan__priceWrap {
    max-width: 254px;
    margin: 0 auto 15px;
  }
  .plan__priceContents {
    justify-content: center;
    gap: 10px 9px;
  }
  .plan__priceText01 {
    font-size: 14px;
    margin: 0 auto 9px 10px;
  }
}

@media (max-width: 480px) {
  .plan__box {
    border-radius: 45px;
  }
  .plan .reason__wrap {
    padding-top: 30px;
  }
  .plan .speech-bubble {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .plan .speech-bubble__title {
    font-size: 16px;
  }

  .plan__priceWrap {
    max-width: 236px;
  }
  .plan__priceText01 {
    margin: 0 auto 9px 7px;
  }
  .plan__priceLft {
    gap: 0 5px;
  }
  .plan__priceText03--num {
    font-size: 47px;
  }
  .plan__priceText03--ja {
    font-size: 27px;
  }
}

@media (max-width: 366px) {
  .plan__box {
    padding-top: 75px;
  }
}

/*===================
case-study
===================*/
.case-study {
  padding-top: 170px;
  padding-bottom: 200px;
  position: relative;
}
.case-study::before {
  content: "";
  position: absolute;
  top: -250px;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto; /* 背景画像の高さを固定 */
  background: url("../imgs/common/case-study_bg.png") center center / cover no-repeat;
  z-index: -1; /* 背景として配置 */
}
.case-study .section-title {
  margin-bottom: 105px;
}
.case-study__list {
  width: 100%;
}
.case-study__item:not(:last-child) {
  margin-bottom: 87px;
}
.case-study__wrap {
  position: relative;
  padding-top: 27px;
}
.case-study__heading {
  width: calc(100% - 50px);
  max-width: 485px;
  padding: 13px 25px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}
.case-study__item01 .case-study__heading {
  background-color: #0f66a3;
}
.case-study__item02 .case-study__heading {
  background-color: #0f66c2;
}
.case-study__item03 .case-study__heading {
  background-color: #0495f2;
}
.case-study__headingEn {
  color: #fff;
  font-size: 23px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  line-height: 1;
}
.case-study__headingEn::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
}
.case-study__headingJa {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.75;
}
.case-study__headingJa--sml {
  font-size: 18px;
}
.case-study__whBox {
  padding-top: 69px;
  padding-bottom: 47px;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.case-study__whBox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 31px solid #fff;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.case-study__whBox .inner-740 {
  width: calc(100% - 40px);
  max-width: 740px;
  margin: 0 auto;
}
.case-study__text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 43px;
  line-height: 1.75;
}
.case-study__item01 .case-study__text {
  color: #0f66a3;
}
.case-study__item02 .case-study__text {
  color: #0f66c2;
}
.case-study__item03 .case-study__text {
  color: #0495f2;
}
.case-study__contents {
  display: flex;
  justify-content: space-between;
}
.case-study__lft,
.case-study__rgt {
  width: 48.5%;
  max-width: 310px;
}
.case-study__contentsHeading {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 108px;
  padding: 4px 5px 5px;
  margin-bottom: 17px;
  line-height: 1.75;
  letter-spacing: 0.16em;
}
.case-study__item01 .case-study__contentsHeading {
  background-color: #0f66a3;
}
.case-study__item02 .case-study__contentsHeading {
  background-color: #0f66c2;
}
.case-study__item03 .case-study__contentsHeading {
  background-color: #0495f2;
}
.case-study__lftText {
  font-size: 16px;
  line-height: 1.75;
}
.case-study__rgtList {
  width: 100%;
}
.case-study__rgtItem {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.case-study__rgtItem:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0f66a3;
  border-radius: 50%;
}
.case-study__rgtItem span {
  display: block;
  padding-left: 12px;
}
.case-study__blueBox {
  padding-top: 40px;
  padding-bottom: 44px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.case-study__item01 .case-study__blueBox {
  background-color: #0f66a3;
}
.case-study__item02 .case-study__blueBox {
  background-color: #0f66c2;
}
.case-study__item03 .case-study__blueBox {
  background-color: #0495f2;
}
.case-study__blueWrap {
  width: calc(100% - 30px);
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
}
.case-study__item01 .case-study__blueWrap {
  max-width: 600px;
}
.case-study__item02 .case-study__blueWrap {
  max-width: 670px;
}
.case-study__item03 .case-study__blueWrap {
  max-width: 740px;
}
.case-study__blueWrap::before,
.case-study__blueWrap::after {
  position: absolute;
}
.case-study__blueWrap::before {
  content: "";
  display: block;
  width: 51px;
  height: 43px;
  top: 0;
  left: 0;
}
.case-study__item01 .case-study__blueWrap::before {
  background: url("../imgs/common/mark_left.png") center center / cover no-repeat;
}
.case-study__item02 .case-study__blueWrap::before {
  background: url("../imgs/common/mark_left02.png") center center / cover no-repeat;
}
.case-study__item03 .case-study__blueWrap::before {
  background: url("../imgs/common/mark_left03.png") center center / cover no-repeat;
}
.case-study__blueWrap::after {
  content: "";
  display: block;
  width: 51px;
  height: 43px;
  bottom: 0;
  right: 0;
}
.case-study__item01 .case-study__blueWrap::after {
  background: url("../imgs/common/mark_right.png") center center / cover no-repeat;
}
.case-study__item02 .case-study__blueWrap::after {
  background: url("../imgs/common/mark_right02.png") center center / cover no-repeat;
}
.case-study__item03 .case-study__blueWrap::after {
  background: url("../imgs/common/mark_right03.png") center center / cover no-repeat;
}
.case-study__blueText {
  color: #ffec00;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  width: calc(100% - 130px);
  margin: 0 auto;
  line-height: 1.59;
}

@media (max-width: 980px) {
  .case-study {
    padding-top: 17.346vw;
    padding-bottom: 20.408vw;
  }
  .case-study::before {
    top: -25.51vw;
  }
  .case-study .section-title {
    margin-bottom: 10.714vw;
  }
  .case-study__item:not(:last-child) {
    margin-bottom: 8.877vw;
  }
  .case-study__wrap {
    padding-top: 2.755vw;
  }
  .case-study__heading {
    max-width: 49.489vw;
    padding: 1.326vw 2.551vw 1.02vw;
    border-radius: 3.571vw;
  }
  .case-study__headingEn {
    font-size: 2.346vw;
    padding-right: 2.551vw;
    margin-right: 2.551vw;
  }
  .case-study__headingEn::after {
    width: 0.102vw;
    height: 4.285vw;
  }
  .case-study__headingJa {
    font-size: 2.755vw;
  }
  .case-study__headingJa--sml {
    font-size: 1.836vw;
  }
  .case-study__whBox {
    padding-top: 7.04vw;
    padding-bottom: 4.795vw;
    border-top-left-radius: 3.061vw;
    border-top-right-radius: 3.061vw;
  }
  .case-study__whBox::after {
    bottom: -1.632vw;
  }
  .case-study__whBox .inner-740 {
    max-width: 75.51vw;
  }
  .case-study__text {
    font-size: 1.836vw;
    margin-bottom: 4.387vw;
  }
  .case-study__contentsHeading {
    font-size: 1.53vw;
    width: 11.02vw;
    padding: 0.408vw 0.51vw 0.51vw;
    margin-bottom: 1.734vw;
  }
  .case-study__lftText {
    font-size: 1.632vw;
  }
  .case-study__rgtItem {
    font-size: 1.632vw;
  }
  .case-study__rgtItem:before {
    width: 0.918vw;
    height: 0.918vw;
    top: 1.02vw;
  }
  .case-study__rgtItem span {
    padding-left: 1.224vw;
  }
  .case-study__blueBox {
    padding-top: 4.081vw;
    padding-bottom: 4.489vw;
    border-bottom-left-radius: 3.061vw;
    border-bottom-right-radius: 3.061vw;
  }
  .case-study__blueWrap {
    padding-top: 0.816vw;
  }
  .case-study__item01 .case-study__blueWrap {
    max-width: 56.938vw;
  }
  .case-study__item02 .case-study__blueWrap {
    max-width: 60.204vw;
  }
  .case-study__item03 .case-study__blueWrap {
    max-width: 75.51vw;
  }
  .case-study__blueWrap::before {
    width: 5.204vw;
    height: 4.387vw;
  }
  .case-study__blueWrap::after {
    width: 5.204vw;
    height: 4.387vw;
  }

  .case-study__blueText {
    font-size: 2.551vw;
    width: calc(100% - 13.265vw);
  }
}

@media (max-width: 750px) {
  .case-study {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .case-study .section-title {
    margin-bottom: 50px;
  }
  .case-study__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .case-study__wrap {
    padding-top: 23px;
  }
  .case-study__heading {
    max-width: 350px;
    padding: 7px 20px 5px;
    border-radius: 50px;
  }
  .case-study__headingEn {
    font-size: 18px;
    padding-right: 14px;
    margin-right: 14px;
  }
  .case-study__headingJa {
    font-size: 21px;
  }
  .case-study__headingJa--sml {
    font-size: 14px;
  }
  .case-study__whBox {
    padding-top: 55px;
    padding-bottom: 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .case-study__whBox .inner-740 {
    max-width: 566px;
  }
  .case-study__text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .case-study__contents {
    width: 100%;
    max-width: 530px;
  }
  .case-study__contentsHeading {
    font-size: 13px;
    width: 85px;
    padding: 3px 5px 2px;
    margin-bottom: 10px;
  }
  .case-study__lftText {
    font-size: 14px;
  }
  .case-study__rgtItem {
    font-size: 14px;
  }
  .case-study__rgtItem:before {
    width: 7px;
    height: 7px;
    top: 9px;
  }
  .case-study__rgtItem span {
    padding-left: 9px;
  }
  .case-study__blueBox {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .case-study__item01 .case-study__blueWrap {
    max-width: 410px;
  }
  .case-study__item02 .case-study__blueWrap {
    max-width: 445px;
  }
  .case-study__item03 .case-study__blueWrap {
    max-width: 545px;
  }
  .case-study__blueText {
    font-size: 18px;
    width: calc(100% - 110px);
  }
  .case-study__blueWrap::before,
  .case-study__blueWrap::after {
    width: 34px;
    height: 29px;
  }
}

@media (max-width: 480px) {
  .case-study__heading {
    flex-direction: column;
  }
  .case-study__headingEn {
    font-size: 16px;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 9px;
    margin-bottom: 4px;
  }
  .case-study__headingEn::after {
    width: 20px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .case-study__whBox {
    padding-top: 80px;
  }
  .case-study__headingJa {
    font-size: 18px;
  }
  .case-study__headingJa--sml {
    font-size: 13px;
  }
  .case-study__contents {
    display: block;
  }
  .case-study__lft,
  .case-study__rgt {
    width: 100%;
    max-width: 100%;
  }
  .case-study__lft {
    margin-bottom: 20px;
  }
  .case-study__blueText {
    font-size: 16px;
    width: calc(100% - 80px);
  }
  .case-study__blueWrap::before,
  .case-study__blueWrap::after {
    width: 29px;
    height: 24px;
  }
}

/*===================
faq
===================*/
.faq {
  padding-top: 200px;
  padding-bottom: 184px;
}
.faq .section-title {
  margin-bottom: 117px;
}
.faq__list {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
}
.faq__listItem {
  padding-bottom: 19px;
  margin-bottom: 17px;
  border-bottom: 1px solid #999;
}
.faq__listItem:last-child {
  margin-bottom: 0;
}
.faq__listHeading {
  color: #152828;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.faq__listText {
  color: #152828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .faq {
    padding-top: 20.408vw;
    padding-bottom: 18.775vw;
  }
  .faq .section-title {
    margin-bottom: 11.938vw;
  }
  .faq__list {
    max-width: 93.265vw;
  }
  .faq__listItem {
    padding-bottom: 1.938vw;
    margin-bottom: 1.734vw;
  }
  .faq__listHeading {
    font-size: 1.632vw;
  }
  .faq__listText {
    font-size: 1.632vw;
  }
}

@media (max-width: 750px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .faq .section-title {
    margin-bottom: 60px;
  }
  .faq__list {
    max-width: 699px;
  }
  .faq__listItem {
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .faq__listHeading,
  .faq__listText {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .faq .section-title {
    margin-bottom: 50px;
  }
}

/*===================
contact
===================*/
.contact {
  padding-top: 128px;
  padding-bottom: 90px;
  background-color: #0f66a3;
}
.contact__title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 679px;
  margin: 0 auto;
  line-height: 1.75;
}
.contact__title::before,
.contact__title::after {
  content: "";
  display: block;
  width: 27px;
  height: 49px;
  position: absolute;
  bottom: 0;
}
.contact__title::before {
  left: 0;
  background: url("../imgs/common/contact_element_left.svg") center center / cover no-repeat;
}
.contact__title::after {
  right: 0;
  background: url("../imgs/common/contact_element_right.svg") center center / cover no-repeat;
}

@media (max-width: 980px) {
  .contact__title {
    font-size: 3.673vw;
    max-width: 69.285vw;
  }
  .contact__title::before,
  .contact__title::after {
    width: 2.755vw;
    height: 5vw;
  }
}

@media (max-width: 750px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .contact__title {
    font-size: 22px;
    max-width: 410px;
  }
  .contact__title::before,
  .contact__title::after {
    width: 16px;
    height: 31px;
  }
}

@media (max-width: 480px) {
  .contact__title {
    font-size: 18px;
    max-width: 340px;
  }
  .contact__title::before,
  .contact__title::after {
    width: 13px;
    height: 25px;
  }
}

/* 404ページ↓ */
.not-found div {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  padding: 180px 0;
  min-height: 60vh;
}
.not-foun__en {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Posterama2001-Black";
}
.not-foun__ja {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2.2;
}
.not-foun__ja strong {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.not-found a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
/* 404ページ↑ */

@media screen and (max-width: 750px) {
  /* 404ページ↓ */
  .not-found div {
    padding: 120px 0 70px;
  }
  .not-foun__en {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .not-foun__ja {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-foun__ja strong {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .not-found a {
    font-size: 14px;
  }
  /* 404ページ↑ */
}
