@charset "UTF-8";
/* Author: c.nz */
/* ---------------------------------------------------
	top
------------------------------------------------------ */
/*トップページのみに使用するcss*/
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.bg-en {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.bg-water {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 25%;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.sec-tit {
  position: relative;
  margin-bottom: 40px;
  font-size: 5rem;
  line-height: 1.5;
  text-align: center;
}
.sec-tit .en {
  display: block;
  color: #E7F1FB;
  font-size: 25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
.sec-tit .en + span {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: -72px auto 0;
  padding-bottom: 20px;
  background: url(../images/bg-tit-01.png) repeat-x center bottom;
  background-size: auto 8px;
}

.sec-lead {
  font-size: 2rem;
  text-align: center;
}
.sec-lead a {
  color: #2058B8;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .sec-lead a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (max-width: 896px) {
  .bg-en {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .bg-water {
    max-width: 48%;
  }
  .sec-tit {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .sec-tit .en {
    font-size: 12.5rem;
  }
  .sec-tit .en + span {
    margin: -40px auto 0;
  }
  .sec-lead {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	mv
------------------------------------------------------ */
.mv {
  padding: calc(7.917% + 110px) 0 40px;
  background: url(../images/bg-mv.webp) no-repeat center;
  background-size: cover;
  /*background-color: rgba(32, 63, 117, 0.5);*/
  /*background-blend-mode: lighten;*/
}
.mv .mv-body {
  position: relative;
  max-width: 750px;
}
.mv .mv-tit {
  color: #fff;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 8px #203f75;
}
.mv .mv-tit span {
  display: inline-block;
  font-size: 1.4em;
}
.mv .mv-awards {
  position: absolute;
  right: -140px;
  top: -30px;
  width: 253px;
  height: 163px;
  padding-top: 50px;
  background: url(../images/bg-mv-02.svg) no-repeat center;
  background-size: 100%;
  filter: drop-shadow(0 3px 3px rgba(32, 63, 117, 0.95));
  color: #fff;
  line-height: 1;
  text-align: center;
}
.mv .mv-awards .text01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.mv .mv-awards .text02 {
  font-size: 2.4rem;
  font-weight: 900;
}
.mv .mv-awards .text02 .color {
  color: #CBE800;
  font-weight: bold;
}
.mv .mv-awards .text02 .num {
  font-size: 5rem;
  font-weight: bold;
}
.mv .mv-awards .text03 {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.mv .mv-price {
  margin-top: 60px;
}
.mv .mv-price .price-circle {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #CBE800;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.mv .mv-price .price-circle span {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.mv .mv-price .price-text {
  margin-top: -90px;
  margin-left: 35px;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
}
.mv .mv-price .price-text .num {
  display: inline-block;
  color: #CB267E;
  font-size: 18rem;
  font-weight: 600;
  font-style: italic;
}
.mv + .experience .bg-water {
  top: -140px;
}

@media screen and (max-width: 1000px) {
  .mv .mv-body {
    width: 80%;
  }
  .mv .mv-awards {
    width: 230px;
  }
  .mv .mv-price .price-text {
    margin-top: -50px;
    font-size: 5rem;
  }
  .mv .mv-price .price-text .num {
    font-size: 15rem;
  }
}
@media screen and (max-width: 896px) {
  .mv {
    padding: calc(20% + 60px) 0 35px;
    background: url(../images/bg-mv-sp.webp) no-repeat center;
    background-size: cover;
  }
  .mv .mv-body {
    width: 100%;
    margin: 0 auto;
  }
  .mv .mv-tit {
    font-size: 12.8vw;
    line-height: 1.1;
    text-align: center;
  }
  .mv .mv-tit span {
    font-size: 1.4em;
  }
  .mv .mv-awards {
    right: 0;
    top: 36vw;
    width: 155px;
    height: 100px;
    padding-top: 30px;
    background: url(../images/bg-mv-02.svg) no-repeat center;
    background-size: 100%;
    filter: drop-shadow(0 3px 3px rgba(32, 63, 117, 0.95));
  }
  .mv .mv-awards .text01 {
    font-size: 1.1rem;
  }
  .mv .mv-awards .text02 {
    font-size: 1.4rem;
  }
  .mv .mv-awards .text02 .color {
    font-size: 1.1rem;
  }
  .mv .mv-awards .text02 .num {
    font-size: 2.9rem;
  }
  .mv .mv-awards .text03 {
    margin-top: 5px;
    font-size: 0.8rem;
  }
  .mv .mv-price {
    margin-top: 20px;
  }
  .mv .mv-price .price-circle {
    width: 140px;
    height: 140px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .mv .mv-price .price-circle span {
    font-size: 2rem;
  }
  .mv .mv-price .price-text {
    margin-top: 10px;
    margin-left: 0;
    font-size: 7.7vw;
  }
  .mv .mv-price .price-text .num {
    font-size: 20.5vw;
  }
  .mv + .experience .bg-water {
    top: -140px;
  }
}
/* ---------------------------------------------------
		experience
------------------------------------------------------ */
.experience {
  position: relative;
  padding: 80px 0 40px;
  background: url(../images/bg-experience-01.webp) no-repeat center, #CBE800;
  background-size: auto 100%;
  text-align: center;
}
.experience .bg-water {
  left: auto;
  right: 5.2085%;
  top: -50px;
}
.experience .experience-tit {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 12px;
  background: url(../images/bg-tit-03.png) repeat-x center bottom;
  background-size: auto 8px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.352942;
  letter-spacing: 0.05em;
}
.experience .experience-tit span {
  font-weight: inherit;
}
.experience .experience-tit .color {
  color: #CB267E;
}
.experience .experience-btn a {
  position: relative;
  display: block;
  max-width: 544px;
  margin: 0 auto;
  padding: 28px 25px 28px 0;
  background: #fff;
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
  color: #CB267E;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.384615;
  text-align: center;
  overflow: hidden;
}
.experience .experience-btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #CB267E;
}
.experience .experience-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 28px;
  margin: auto 0;
  background: url(../images/icon-arrow-01.svg) no-repeat;
  background-size: 100%;
}
.experience .experience-note {
  width: 100%;
  max-width: 520px;
  margin: 18px auto 0;
  line-height: 1.4;
  text-align: left;
}
.experience .experience-note .bold {
  font-weight: bold;
}

@media screen and (max-width: 896px) {
  .experience {
    padding: 50px 0 50px;
  }
  .experience .container {
    width: calc(100% - 40px);
  }
  .experience .bg-water {
    left: auto;
    right: 10px;
    top: -50px;
  }
  .experience .experience-tit {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .experience .experience-btn a {
    padding: 12px 25px 12px 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .experience .experience-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 28px;
    margin: auto 0;
    background: url(../images/icon-arrow-01.svg) no-repeat;
    background-size: 100%;
  }
  .experience .experience-note {
    margin-top: 35px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .experience .experience-note li + li {
    margin-top: 0;
  }
  .experience .experience-note .bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  .experience {
    background: url(../images/bg-experience-01-sp.webp) no-repeat left center, #CBE800;
    background-size: auto 100%;
  }
}
/* ---------------------------------------------------
	member
------------------------------------------------------ */
.sec-member {
  position: relative;
  padding: 145px 0 80px;
}
.sec-member .bg-en {
  top: -10px;
  left: -1.75%;
}
.sec-member .member-box {
  position: relative;
  padding: 60px 32px 60px;
  border: 3px solid #CB267E;
  text-align: center;
  z-index: 1;
}
.sec-member .member-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
  display: block;
  width: 354px;
  height: 3px;
  margin: 0 auto;
  background: #fff;
}
.sec-member .member-box .box-tit {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.625em;
  width: max-content;
  margin: 0 auto;
  padding: 0 30px;
  color: #CB267E;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.sec-member .member-box .box-tit02 {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #CB267E;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-member .member-box .box-tit02::before, .sec-member .member-box .box-tit02::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url(../images/bg-tit-02.png) repeat-x center bottom;
  background-size: auto 8px;
  flex-grow: 1;
}
.sec-member .member-box .box-tit02::before {
  margin-right: 20px;
}
.sec-member .member-box .box-tit02::after {
  margin-left: 20px;
}
.sec-member .member-box .box-lead {
  margin-bottom: 15px;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.sec-member .member-box .box-lead span {
  font-weight: inherit;
}
.sec-member .member-box .box-lead .color {
  color: #CB267E;
}
.sec-member .member-box .box-list > li {
  width: 33.33%;
  padding: 0 5px;
}
.sec-member .member-box .box-list > li + li {
  border-left: 2px dotted #CB267E;
}
.sec-member .member-box .box-list .list-num {
  display: block;
  width: 95px;
  height: 95px;
  margin: 0 auto 15px;
  padding-top: 32px;
  background: #CBE800;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-member .member-box .box-list .list-num .num {
  font-size: 3rem;
  font-weight: bold;
}
.sec-member .member-box .box-list .list-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}
.sec-member .member-box .box-list .list-text span {
  font-weight: inherit;
}
.sec-member .member-box .box-list .list-text .color {
  display: inline-block;
  margin-top: 5px;
  font-size: 2.4rem;
  color: #CB267E;
}

@media screen and (max-width: 896px) {
  .sec-member {
    padding: 100px 0 100px;
  }
  .sec-member .bg-en {
    top: 40px;
    left: -3%;
    max-width: 80%;
  }
  .sec-member .member-box {
    position: relative;
    width: 100%;
    padding: 40px 10px 15px;
    border: 3px solid #CB267E;
    text-align: center;
    z-index: 1;
  }
  .sec-member .member-box::before {
    width: 200px;
  }
  .sec-member .member-box .box-tit {
    top: -0.5em;
    padding: 0 30px;
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
  .sec-member .member-box .box-tit02 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .sec-member .member-box .box-lead {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .sec-member .member-box .box-note {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
  }
  .sec-member .member-box .box-list > li {
    width: 100%;
    padding: 20px 0;
  }
  .sec-member .member-box .box-list > li + li {
    border-left: none;
    border-top: 2px dotted #CB267E;
  }
  .sec-member .member-box .box-list .list-num {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    padding-top: 25px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .sec-member .member-box .box-list .list-num .num {
    font-size: 2.5rem;
  }
  .sec-member .member-box .box-list .list-text {
    font-size: 1.8rem;
  }
  .sec-member .member-box .box-list .list-text .color {
    margin-top: 5px;
    font-size: 2rem;
    color: #CB267E;
  }
}
/* ---------------------------------------------------
		campaign
------------------------------------------------------ */
.sec-campaign {
  position: relative;
  padding: 130px 0 100px;
  background: #CB267E;
}
.sec-campaign .bg-en {
  left: auto;
  right: -2.102%;
  top: -60px;
  mix-blend-mode: overlay;
}
.sec-campaign .bg-water {
  top: -50px;
  left: 5.2085%;
  z-index: 2;
}
.sec-campaign .campaign-tit {
  position: relative;
  margin-bottom: 40px;
  color: #fff;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sec-campaign .campaign-tit .month {
  display: inline-block;
    width: 126px;
    height: 126px;
    margin: -40px 10px 0 0;
    padding: 22px 0 0 0px;
    background: url(../images/bg-campaign-02.svg) no-repeat;
    background-size: 100%;
    color: #CBE800;
    font-size: 4rem;
    font-weight: bold;
    line-height: 38px;
    /* text-align: right; */
    vertical-align: top;
}
.sec-campaign .campaign-tit .month > span {
  font-size: 7rem;
  font-weight: bold;
}
.sec-campaign .campaign-tit .period {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 15px;
  border: 1px solid;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-campaign .campaign-tit .period > span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec-campaign .campaign-col {
  position: relative;
  z-index: 1;
}
.sec-campaign .campaign-col .col-box {
  width: calc(50% - 20px);
  padding: 20px;
  background: #fff;
  flex-wrap: nowrap;
}
.sec-campaign .campaign-col .col-box .box-price {
  width: 198px;
}
.sec-campaign .campaign-col .col-box .box-price .price-normal {
  line-height: 1.2;
}
.sec-campaign .campaign-col .col-box .box-price .price-normal .label {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 5px 10px;
  background: #203F75;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.sec-campaign .campaign-col .col-box .box-price .price-normal .price {
  font-weight: bold;
}
.sec-campaign .campaign-col .col-box .box-price .price-normal .price .num {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.sec-campaign .campaign-col .col-box .box-price .price-change {
  color: #CB267E;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-campaign .campaign-col .col-box .box-price .price-change .icon {
  top: -15px;
  margin-right: 5px;
}
.sec-campaign .campaign-col .col-box .box-price .price-change .num {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
.sec-campaign .campaign-col .col-box .box-option {
  display: flex;
  width: calc(100% - 208px);
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 15px 10px;
  background: #E7F1FB;
}
.sec-campaign .campaign-col .col-box .box-option .option-list {
  font-size: 2rem;
  line-height: 1.2;
}
.sec-campaign .campaign-col .col-box .box-option .option-list li {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}
.sec-campaign .campaign-col .col-box .box-option .option-list li span {
  display: inline-block;
}
.sec-campaign .campaign-col .col-box .box-option .option-list li .plus {
  margin-left: -15px;
  margin-right: 3px;
  font-size: 3rem;
  font-weight: bold;
}
.sec-campaign .campaign-col .col-box .box-option .option-list li .price {
  margin-left: 7px;
  font-weight: bold;
}
.sec-campaign .campaign-col .col-box .box-option .option-list li .price .num {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .sec-campaign .campaign-tit {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-campaign .campaign-tit {
    padding-right: 200px;
  }
}
@media screen and (max-width: 896px) {
  .sec-campaign {
    padding: 80px 0 80px;
  }
  .sec-campaign .bg-en {
    left: auto;
    right: -10%;
    top: -90px;
    max-width: 110%;
  }
  .sec-campaign .bg-water {
    top: -60px;
    left: 0;
  }
  .sec-campaign .campaign-tit {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 3.5rem;
  }
  .sec-campaign .campaign-tit .month {
    display: inline-block;
    width: 63px;
    height: 63px;
    margin: -20px 10px 0 0;
    padding: 8px 0 0 0px;
    font-size: 20px;
    line-height: 22px;
  }
  .sec-campaign .campaign-tit .month > span {
    font-size: 30px;
    font-weight: bold;
  }
  .sec-campaign .campaign-tit .period {
    position: static;
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
  .sec-campaign .campaign-tit .period > span {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .sec-campaign .campaign-col {
    gap: 10px;
  }
  .sec-campaign .campaign-col .col-box {
    width: 100%;
    padding: 20px 20px 10px;
    flex-wrap: wrap;
  }
  .sec-campaign .campaign-col .col-box .box-price {
    width: 198px;
    margin: 0 auto;
  }
  .sec-campaign .campaign-col .col-box .box-price .price-normal {
    line-height: 1.2;
  }
  .sec-campaign .campaign-col .col-box .box-option {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 15px 10px;
  }
  .sec-campaign .campaign-col .col-box .box-option .option-list li {
    padding-left: 15px;
  }
  .sec-campaign .campaign-col .col-box .box-option .option-list li .plus {
    margin-left: -15px;
    margin-right: 3px;
  }
  .sec-campaign .campaign-col .col-box .box-option .option-list li .price {
    margin-left: 5px;
  }
  .sec-campaign .campaign-col .col-box .box-price .price-change {
  font-size: 20px;
}
}
/* ---------------------------------------------------
	price
------------------------------------------------------ */
.sec-price {
  padding: 100px 0 140px;
}
.sec-price .price-list > li {
  position: relative;
  width: 23.75%;
  border: 3px solid #203F75;
}
.sec-price .price-list .list-tit {
  position: relative;
  padding: 8px 0 10px;
  background: #203F75;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.sec-price .price-list .list-tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #203F75 transparent transparent transparent;
}
.sec-price .price-list .list-body {
  padding: 24px 14px 105px;
}
.sec-price .price-list .list-body .body-head {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.sec-price .price-list .list-body .body-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: url(../images/bg-tit-01.png) repeat-x center bottom;
  background-size: auto 8px;
}
.sec-price .price-list .list-body .body-tit {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.sec-price .price-list .list-body .body-tit .en {
  display: block;
  color: #B6C6E2;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.sec-price .price-list .list-body .body-price {
  margin-top: 5px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.sec-price .price-list .list-body .body-price .num {
  padding-left: 4px;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.sec-price .price-list .list-body .body-list {
  width: 104%;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.26;
}
.sec-price .price-list .list-body .body-list li {
  position: relative;
  padding-left: 28px;
  background: url(../images/icon-check-01.svg) no-repeat left top 2px;
  background-size: 22px;
}
.sec-price .price-list .list-body .body-list li + li {
  margin-top: 14px;
}
.sec-price .price-list .list-body .body-list li span {
  display: inline-block;
}
.sec-price .price-list .list-body .body-list li.color {
  background: url(../images/icon-check-02.svg) no-repeat left top 2px;
  background-size: 22px;
  color: #CB267E;
}
.sec-price .price-list .list-body .body-btn {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 14px;
  line-height: 1;
}
.sec-price .price-list .list-body .body-btn a {
  position: relative;
  display: block;
  padding: 15px;
  background: #CB267E;
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}
.sec-price .price-list .list-body .body-btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 33px;
  height: 100%;
  background: #fff;
}
.sec-price .price-list .list-body .body-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 11px;
  height: 15px;
  margin: auto 0;
  background: url(../images/icon-arrow-02.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 896px) {
  .sec-price {
    padding: 80px 0 100px;
  }
  .sec-price .price-list {
    width: 1200px;
  }
  .sec-price .price-list-wrap {
    width: 100vw;
    margin: 40px -10px 0;
    padding: 0 50px 20px;
    overflow-x: scroll;
  }
  .sec-price .price-list > li {
    position: relative;
    width: 23.75%;
    border: 3px solid #203F75;
  }
  .sec-price .price-list .list-tit {
    position: relative;
    padding: 8px 0 10px;
    background: #203F75;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
  }
  .sec-price .price-list .list-tit::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: #203F75 transparent transparent transparent;
  }
  .sec-price .price-list .list-body {
    padding: 20px 14px 105px;
  }
  .sec-price .price-list .list-body .body-head {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
  .sec-price .price-list .list-body .body-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: url(../images/bg-tit-01.png) repeat-x center bottom;
    background-size: auto 8px;
  }
  .sec-price .price-list .list-body .body-tit {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .sec-price .price-list .list-body .body-tit .en {
    display: block;
    color: #B6C6E2;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .sec-price .price-list .list-body .body-price {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .sec-price .price-list .list-body .body-price .num {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }
  .sec-price .price-list .list-body .body-list {
    width: 104%;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.26;
  }
  .sec-price .price-list .list-body .body-list li {
    position: relative;
    padding-left: 28px;
    background: url(../images/icon-check-01.svg) no-repeat left top 2px;
    background-size: 22px;
  }
  .sec-price .price-list .list-body .body-list li + li {
    margin-top: 12px;
  }
  .sec-price .price-list .list-body .body-list li span {
    display: inline-block;
  }
  .sec-price .price-list .list-body .body-list li.color {
    background: url(../images/icon-check-02.svg) no-repeat left top 2px;
    background-size: 22px;
    color: #CB267E;
  }
  .sec-price .price-list .list-body .body-btn {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    padding: 0 14px;
    line-height: 1;
  }
  .sec-price .price-list .list-body .body-btn a {
    position: relative;
    display: block;
    padding: 15px;
    background: #CB267E;
    border-radius: 100vmax;
    box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
  }
  .sec-price .price-list .list-body .body-btn a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 100%;
    background: #fff;
  }
  .sec-price .price-list .list-body .body-btn a::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 15px;
    margin: auto 0;
    background: url(../images/icon-arrow-02.svg) no-repeat;
    background-size: 100%;
  }
}
/* ---------------------------------------------------
	menu
------------------------------------------------------ */
.sec-menu .sec-tit .en {
  color: #fff;
}
.sec-menu .menu-bg01 {
  padding: 110px 0 100px;
  background: #E7F1FB;
}
.sec-menu .menu-bg02 {
  padding: 95px 0 100px;
}
.sec-menu .sec-lead + .menu-tit {
  margin-top: 35px;
}
.sec-menu .menu-tit {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 2px 20px 4px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  z-index: 1;
}
.sec-menu .menu-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #203F75;
  transform: skew(-8deg);
  z-index: -1;
}
.sec-menu .menu-list {
  align-items: flex-start;
  gap: 40px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec-menu .menu-list p {
  line-height: 1.6;
}
.sec-menu .menu-list > li {
  position: relative;
  width: calc(50% - 20px);
  background: #fff;
  border: 3px solid #203F75;
  box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
}
.sec-menu .menu-list .list-head {
  padding: 35px 60px 35px 27px;
  background: #203F75;
  color: #fff;
  cursor: pointer;
}
.sec-menu .menu-list .list-head.open .arrow::before {
  transform: scale(1, -1);
}
.sec-menu .menu-list .list-head .head-lead {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.sec-menu .menu-list .list-head .flexbox {
  align-items: flex-end;
}
.sec-menu .menu-list .list-head .head-tit {
  font-size: 2.4rem;
  font-weight: bold;
}
.sec-menu .menu-list .list-head .head-price {
  color: #CBE800;
  font-size: 2rem;
  line-height: 1;
}
.sec-menu .menu-list .list-head .head-price .num {
  font-size: 4rem;
  font-weight: bold;
}
.sec-menu .menu-list .list-body {
  display: none;
  padding: 27px;
}
.sec-menu .menu-list .list-body .body-img {
  margin-bottom: 15px;
}
.sec-menu .menu-list .arrow {
  position: absolute;
  right: -3px;
  top: -3px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  background: #2058B8;
  line-height: 1;
  text-align: center;
}
.sec-menu .menu-list .arrow::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow-03.svg);
  width: 28px;
  height: 19px;
}

@media screen and (max-width: 896px) {
  .sec-menu .menu-bg01 {
    padding: 80px 0 70px;
  }
  .sec-menu .menu-bg02 {
    padding: 70px 0 100px;
  }
  .sec-menu .sec-lead {
    margin-top: 30px;
    line-height: 1.4;
  }
  .sec-menu .sec-lead + .menu-tit {
    margin-top: 30px;
  }
  .sec-menu .menu-tit {
    margin-bottom: 20px;
    padding: 2px 20px 4px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .sec-menu .menu-list {
    gap: 10px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .sec-menu .menu-list p {
    line-height: 1.8;
  }
  .sec-menu .menu-list > li {
    width: 100%;
    background: #fff;
    border: 3px solid #203F75;
    box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
  }
  .sec-menu .menu-list .list-head {
    padding: 20px 60px 23px 20px;
  }
  .sec-menu .menu-list .list-head .head-lead {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .sec-menu .menu-list .list-head .head-tit {
    margin-top: 5px;
    margin-right: 0;
    font-size: 2rem;
    line-height: 1.4;
  }
  .sec-menu .menu-list .list-head .head-price {
    margin-top: 5px;
    margin-left: auto;
    font-size: 1.6rem;
  }
  .sec-menu .menu-list .list-head .head-price .num {
    font-size: 3rem;
  }
  .sec-menu .menu-list .list-body {
    display: none;
    padding: 17px;
  }
  .sec-menu .menu-list .list-body .body-img {
    margin-bottom: 15px;
  }
  .sec-menu .menu-list .list-body .body-img img {
    width: 100%;
    height: auto;
  }
  .sec-menu .menu-list .arrow {
    position: absolute;
    right: -3px;
    top: -3px;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    background: #2058B8;
    line-height: 1;
    text-align: center;
  }
  .sec-menu .menu-list .arrow::before {
    content: "";
    display: inline-block;
    background: url(../images/icon-arrow-03.svg);
    width: 28px;
    height: 19px;
  }
}
/* ---------------------------------------------------
	voice
------------------------------------------------------ */
.sec-voice {
  position: relative;
  padding: 130px 0 100px;
}
.sec-voice .bg-water {
  top: -50px;
  left: 5.2085%;
}
.sec-voice .voice-tit {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 2px 20px 4px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  z-index: 1;
}
.sec-voice .voice-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #203F75;
  transform: skew(-8deg);
  z-index: -1;
}
.sec-voice .voice-list {
  margin-top: 40px;
  font-size: 2.4rem;
  gap: 40px;
}
.sec-voice .voice-list > li {
  width: calc(50% - 20px);
}
.sec-voice .voice-list > li .list-body {
  position: relative;
  padding: 20px 20px;
  background: #E7F1FB;
}
.sec-voice .voice-list > li .list-body::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 24px 0px 24px;
  border-color: #E7F1FB transparent transparent transparent;
}
.sec-voice .voice-list > li .list-body p {
  line-height: 1.35;
}
.sec-voice .voice-list > li .list-name {
  margin-top: 10px;
  font-size: 2rem;
  text-align: right;
  line-height: 1.35;
}

@media screen and (max-width: 896px) {
  .sec-voice {
    padding: 120px 0 100px;
  }
  .sec-voice .bg-water {
    display: none;
  }
  .sec-voice .voice-tit {
    margin-bottom: 20px;
    padding: 2px 20px 4px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .sec-voice .voice-list {
    margin-top: 20px;
    font-size: 1.8rem;
    gap: 20px;
  }
  .sec-voice .voice-list > li {
    width: 100%;
  }
  .sec-voice .voice-list > li .list-body {
    position: relative;
    padding: 20px 20px;
    background: #E7F1FB;
  }
  .sec-voice .voice-list > li .list-body::before {
    content: "";
    position: absolute;
    left: 48px;
    top: 100%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 24px 0px 24px;
    border-color: #E7F1FB transparent transparent transparent;
  }
  .sec-voice .voice-list > li .list-body p {
    line-height: 1.8;
  }
  .sec-voice .voice-list > li .list-name {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
	faq
------------------------------------------------------ */
.sec-faq {
  padding: 130px 0 100px;
  background: #E7F1FB;
}
.sec-faq .sec-tit .en {
  color: #fff;
}
.sec-faq .faq-list {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.6;
}
.sec-faq .faq-list .list-row + .list-row {
  margin-top: 20px;
}
.sec-faq .faq-list dt {
  position: relative;
  padding: 18px 10px 12px 60px;
  background: #203F75;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.2;
}
.sec-faq .faq-list dt.open::before {
  transform: scale(1, -1);
}
.sec-faq .faq-list dt::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: url(../images/icon-arrow-03.svg);
  width: 28px;
  height: 19px;
  margin: auto 0;
}
.sec-faq .faq-list dd {
  display: none;
  position: relative;
  padding: 20px 20px 20px 60px;
  background: #fff;
}
.sec-faq .faq-list dd .bold {
  font-weight: bold;
}
.sec-faq .faq-list dd a {
  color: #CB267E;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .sec-faq .faq-list dd a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.sec-faq .faq-list dd a.color02 {
  color: #2058B8;
}
.sec-faq .faq-list .q,
.sec-faq .faq-list .a {
  position: absolute;
  left: 20px;
  top: 6px;
  color: #CBE800;
  font-size: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}
.sec-faq .faq-list .a {
  top: 15px;
  color: #CB267E;
}

@media screen and (max-width: 896px) {
  .sec-faq {
    padding: 80px 0 100px;
  }
  .sec-faq .faq-list {
    font-size: 1.6rem;
  }
  .sec-faq .faq-list .list-row + .list-row {
    margin-top: 5px;
  }
  .sec-faq .faq-list dt {
    padding: 12px 40px 12px 35px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .sec-faq .faq-list dt::before {
    right: 10px;
    width: 28px;
    height: 19px;
  }
  .sec-faq .faq-list dd {
    padding: 12px 10px 20px 35px;
  }
  .sec-faq .faq-list .q,
  .sec-faq .faq-list .a {
    left: 10px;
    top: 10px;
    font-size: 30px;
  }
  .sec-faq .faq-list .a {
    top: 10px;
  }
}
/* ---------------------------------------------------
	manga
------------------------------------------------------ */
.sec-manga {
  position: relative;
  padding: 215px 0 94px;
}
.sec-manga::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background: #203F75;
}
.sec-manga .bg-en {
  top: 70px;
  left: -1.75%;
}
.sec-manga .manga-tit {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 100px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec-manga .manga-tit::before, .sec-manga .manga-tit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 30px 40px 0px 40px;
  border-color: #fff transparent transparent transparent;
}
.sec-manga .manga-tit::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 4px);
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 30px 40px 0px 40px;
  border-color: #203F75 transparent transparent transparent;
}
.sec-manga .manga-tit .color {
  color: #CBE800;
  font-size: 5rem;
  font-weight: bold;
}
.sec-manga .manga-img {
  text-align: center;
}
.sec-manga .manga-img img {
  border-radius: 20px;
}
.sec-manga .manga-img + .manga-img {
  margin-top: 10px;
}

@media screen and (max-width: 896px) {
  .sec-manga {
    padding: 100px 0 110px;
  }
  .sec-manga::before {
    height: 300px;
  }
  .sec-manga .bg-en {
    top: 20px;
    left: -1%;
    max-width: 70%;
  }
  .sec-manga .manga-tit {
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom-width: 2px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec-manga .manga-tit::before, .sec-manga .manga-tit::after {
    border-width: 18px 22px 0px 22px;
  }
  .sec-manga .manga-tit::after {
    top: calc(100% - 3px);
    border-width: 18px 22px 0px 22px;
  }
  .sec-manga .manga-tit .color {
    font-size: 3rem;
  }
  .sec-manga .manga-img + .manga-img {
    margin-top: 5px;
  }
}
/* ---------------------------------------------------
		reason
------------------------------------------------------ */
.sec-reason {
  padding: 100px 0 0;
  background: url(../images/bg-reason-01.webp) repeat-y center top, #203F75;
  background-size: cover;
  color: #fff;
  font-size: 2.4rem;
}
.sec-reason .sec-tit {
  margin-bottom: 30px;
}
.sec-reason .sec-tit .en {
  color: #fff;
  opacity: 0.2;
}
.sec-reason .sec-tit .en + span {
  background: url(../images/bg-tit-03.png) repeat-x center bottom;
  background-size: auto 8px;
}
.sec-reason .sec-tit rt {
  font-size: 40%;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-reason .reason-sec {
  padding: 80px 0 100px;
}
.sec-reason .reason-sec.sec01 {
  padding-top: 0;
}
.sec-reason .reason-sec.sec01 .reason-col {
  align-items: flex-end;
}
.sec-reason .reason-sec.sec02 .reason-tit {
  align-items: flex-start;
}
.sec-reason .reason-sec.sec02 .reason-tit .tit-text {
  margin-top: 20px;
}
.sec-reason .reason-sec.sec02 .reason-tit .tit-text .text02 {
  margin-top: 20px;
  line-height: 1.4;
}
.sec-reason .reason-sec.sec02 .reason-tit .tit-text .color {
  display: inline-block;
  margin-top: 10px;
}
.sec-reason .reason-sec.sec02 .reason-tit .tit-text .big {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.2;
}
.sec-reason .reason-sec.sec02 .reason-tit02 {
  margin-top: -110px;
}
.sec-reason .reason-sec.sec02 .reason-tit02 + p {
  margin-bottom: 40px;
}
.sec-reason .reason-sec.sec02 .reason-col {
  margin-top: 50px;
}
.sec-reason .reason-sec.sec03 .reason-tit .tit-icon {
  padding-top: 8px;
  font-size: 3.8rem;
  letter-spacing: 0;
}
.sec-reason .reason-sec.sec03 .reason-tit .tit-text .text02 {
  font-size: 6rem;
  font-feature-settings: "palt";
}
.sec-reason .reason-sec.sec03 .reason-tit .tit-text .text02 .color {
  font-size: 8rem;
}
.sec-reason .reason-tit {
  gap: 20px;
  margin-bottom: 20px;
}
.sec-reason .reason-tit .tit-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: #CBE800;
  border-radius: 50%;
  color: #2058B8;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -2px;
  font-style: italic;
  text-align: center;
}
.sec-reason .reason-tit .tit-text {
  font-weight: bold;
}
.sec-reason .reason-tit .tit-text .text01 {
  display: block;
  font-size: 2.8rem;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.sec-reason .reason-tit .tit-text .text02 {
  display: block;
  font-size: 4rem;
  font-weight: inherit;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.sec-reason .reason-tit .tit-text .text02 .color {
  color: #CBE800;
  font-size: 2em;
  font-weight: inherit;
  line-height: 1;
}
.sec-reason .reason-tit .tit-text .text02 .color .small {
  font-size: 0.75em;
}
.sec-reason .reason-tit02 {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.sec-reason .reason-lead {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-reason .reason-img {
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
.sec-reason .reason-col .col-img {
  /*width: 50%;*/
  line-height: 1;
}
.sec-reason .reason-col .col-body {
  width: 46.7%;
}
.sec-reason .reason-col .col-body p {
  line-height: 1.6;
}
.sec-reason .reason-col .col-body .body-tit {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 7px 20px;
  color: #2058B8;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  z-index: 1;
}
.sec-reason .reason-col .col-body .body-tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skew(-6deg);
  z-index: -1;
}
.sec-reason .reason-col .col-body .body-tit span {
  font-weight: inherit;
}
.sec-reason .reason-col .col-body .body-tit .color {
  color: #CBE800;
}
.sec-reason .reason-col .col-body .body-tit + p {
  padding: 0 0 0 20px;
}
.sec-reason .reason-col .col-body .body-tit.color02 {
  color: #fff;
}
.sec-reason .reason-col .col-body .body-tit.color02::before {
  background: none;
  border: 2px solid #fff;
}
.sec-reason .reason-col .col-body .bold {
  font-weight: bold;
}
.sec-reason .reason-col .col-body * + .body-tit {
  margin-top: 35px;
}
.sec-reason .reason-col02 {
  margin-top: 60px;
}
.sec-reason .reason-col02 p {
  line-height: 1.6;
}
.sec-reason .reason-col02 .col-item {
  width: 48.34%;
  max-width: 580px;
}
.sec-reason .reason-col02 .col-item .item-img {
  margin-bottom: 22px;
}
.sec-reason .reason-col02 .col-item .item-tit {
  margin-bottom: 18px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-reason .reason-col03 {
  font-size: 2.4rem;
  justify-content: flex-start;
  gap: 60px 0;
}
.sec-reason .reason-col03 .col-item {
  width: 31.09%;
  max-width: 373px;
  margin-right: 3.33%;
}
.sec-reason .reason-col03 .col-item:nth-of-type(3n), .sec-reason .reason-col03 .col-item:last-of-type {
  margin-right: 0;
}
.sec-reason .reason-col03 .col-item p {
  line-height: 1.6;
}
.sec-reason .reason-col03 .col-item .item-img {
  margin-bottom: 20px;
}
.sec-reason .reason-col03 .col-item .item-tit {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec-reason .reason-col03 .col-item p + .item-tit {
  margin-top: 60px;
}
.sec-reason .reason-col03 .col-item .item-lead {
  margin-bottom: 15px;
  color: #CBE800;
  font-weight: bold;
  line-height: 1.4;
}
.sec-reason .reason-col03 .col-item.col02 {
  width: 65.5%;
  max-width: 786px;
}

@media screen and (max-width: 896px) {
  .sec-reason {
    padding: 80px 0 0;
    font-size: 1.8rem;
  }
  .sec-reason .sec-tit {
    margin-bottom: 20px;
  }
  .sec-reason .sec-tit rt {
    font-size: 60%;
    letter-spacing: 0.1em;
  }
  .sec-reason .reason-sec {
    padding: 40px 0 80px;
  }
  .sec-reason .reason-sec.sec01 {
    padding-top: 0;
  }
  .sec-reason .reason-sec.sec01 .reason-col {
    align-items: flex-end;
  }
  .sec-reason .reason-sec.sec02 .reason-tit {
    align-items: flex-start;
  }
  .sec-reason .reason-sec.sec02 .reason-tit .tit-text {
    margin-top: 0;
  }
  .sec-reason .reason-sec.sec02 .reason-tit .tit-text .text02 {
    margin-top: 5px;
    line-height: 1.4;
  }
  .sec-reason .reason-sec.sec02 .reason-tit .tit-text .color {
    display: inline-block;
    margin-top: 0;
    line-height: 1.4;
  }
  .sec-reason .reason-sec.sec02 .reason-tit .tit-text .big {
    margin-top: 5px;
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .sec-reason .reason-sec.sec02 .reason-tit02 {
    margin-top: 40px;
  }
  .sec-reason .reason-sec.sec02 .reason-tit02 + p {
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .sec-reason .reason-sec.sec02 .reason-col {
    margin-top: 40px;
  }
  .sec-reason .reason-sec.sec03 .reason-tit .tit-icon {
    padding-top: 8px;
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .sec-reason .reason-sec.sec03 .reason-tit .tit-text .text02 {
    font-size: 2.8rem;
    text-align: center;
  }
  .sec-reason .reason-sec.sec03 .reason-tit .tit-text .text02 .color {
    font-size: 4rem;
  }
  .sec-reason .reason-tit {
    gap: 15px;
    margin-bottom: 20px;
  }
  .sec-reason .reason-tit .tit-icon {
    width: 100px;
    height: 100px;
    font-size: 3rem;
    letter-spacing: -1px;
  }
  .sec-reason .reason-tit .tit-text {
    width: 100%;
  }
  .sec-reason .reason-tit .tit-text .text01 {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .sec-reason .reason-tit .tit-text .text02 {
    margin-top: 5px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .sec-reason .reason-tit .tit-text .text02 .color {
    font-size: 1.43em;
  }
  .sec-reason .reason-tit .tit-text .text02 .color .small {
    font-size: 0.75em;
  }
  .sec-reason .reason-tit02 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
  .sec-reason .reason-lead {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
  }
  .sec-reason .reason-img {
    margin-bottom: 40px;
    line-height: 1;
    text-align: center;
  }
  .sec-reason .reason-col .col-img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .sec-reason .reason-col .col-body {
    width: 100%;
  }
  .sec-reason .reason-col .col-body p {
    line-height: 1.8;
  }
  .sec-reason .reason-col .col-body .body-tit {
    width: max-content;
    max-width: 100%;
    min-width: 240px;
    margin: 0 auto 10px;
    padding: 7px 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec-reason .reason-col .col-body .body-tit + p {
    padding: 0;
  }
  .sec-reason .reason-col .col-body * + .body-tit {
    margin-top: 40px;
  }
  .sec-reason .reason-col02 {
    margin-top: 60px;
    gap: 40px 0;
  }
  .sec-reason .reason-col02 p {
    line-height: 1.8;
  }
  .sec-reason .reason-col02 .col-item {
    width: 100%;
    max-width: 100%;
  }
  .sec-reason .reason-col02 .col-item .item-img {
    margin-bottom: 20px;
  }
  .sec-reason .reason-col02 .col-item .item-img img {
    width: 100%;
    height: auto;
  }
  .sec-reason .reason-col02 .col-item .item-tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .sec-reason .reason-col03 {
    font-size: 1.8rem;
    justify-content: space-between;
    gap: 40px 0;
  }
  .sec-reason .reason-col03 .col-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sec-reason .reason-col03 .col-item:nth-of-type(3n), .sec-reason .reason-col03 .col-item:last-of-type {
    margin-right: 0;
  }
  .sec-reason .reason-col03 .col-item p {
    line-height: 1.8;
  }
  .sec-reason .reason-col03 .col-item .item-img {
    margin-bottom: 20px;
  }
  .sec-reason .reason-col03 .col-item .item-img img {
    width: 100%;
    height: auto;
  }
  .sec-reason .reason-col03 .col-item .item-tit {
    margin-bottom: 12px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .sec-reason .reason-col03 .col-item p + .item-tit {
    margin-top: 40px;
  }
  .sec-reason .reason-col03 .col-item .item-lead {
    margin-bottom: 15px;
  }
  .sec-reason .reason-col03 .col-item.col02 {
    width: 100%;
    max-width: 100%;
  }
  .sec-reason .reason-col03 .col-item.col02 .item-img > div {
    max-width: 48%;
  }
}
/* ---------------------------------------------------
				reason02
------------------------------------------------------ */
.sec-reason02 {
  position: relative;
  margin-top: 0px;
  padding: 100px 0;
  background: #E7F1FB;
}
.sec-reason02 .bg-water {
  left: 5.2085%;
  top: -50px;
}
.sec-reason02 .sec-tit .en {
  color: #fff;
}
.sec-reason02 .reason-col {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.4rem;
}
.sec-reason02 .reason-col p {
  line-height: 1.6;
}
.sec-reason02 .reason-col .col-img {
  width: 40%;
  line-height: 1;
}
.sec-reason02 .reason-col .col-body {
  width: calc(60% + 50px);
  margin-right: -50px;
  padding-top: 70px;
  padding-left: 130px;
}
.sec-reason02 .reason-col .col-body .body-tit {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  z-index: 1;
}
.sec-reason02 .reason-col .col-body .body-tit .en {
  position: absolute;
  left: -125px;
  top: -10px;
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
}
.sec-reason02 .reason-col .col-body .body-tit .en .point {
  border-bottom: 2px solid;
  font-weight: inherit;
}
.sec-reason02 .reason-col .col-body .body-tit .en .num {
  font-size: 6rem;
  font-weight: inherit;
  vertical-align: middle;
}
.sec-reason02 .reason-col .col-body .body-tit .tit {
  position: relative;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
}
.sec-reason02 .reason-col .col-body .body-tit .tit::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #203F75;
  transform: skew(-8deg);
  z-index: -1;
}
.sec-reason02 .reason-col .col-body .body-tit .tit span {
  font-weight: inherit;
}
.sec-reason02 .reason-col .col-body .body-tit .tit .color {
  color: #CBE800;
}
.sec-reason02 .reason-col .col-body .body-text {
  padding-right: 100px;
}
.sec-reason02 .reason-col + .reason-col {
  margin-top: -20px;
}
.sec-reason02 .reason-col.reverse .col-body {
  margin-right: 0;
  margin-left: -50px;
  padding-left: 0;
}
.sec-reason02 .reason-col.reverse .col-body .body-tit {
  padding-left: 0;
  padding-right: 130px;
}
.sec-reason02 .reason-col.reverse .col-body .body-tit .en {
  left: auto;
  right: 0;
}
.sec-reason02 .reason-col.reverse .col-body .body-text {
  padding-right: 125px;
  padding-left: 90px;
}

@media screen and (max-width: 896px) {
  .sec-reason02 {
    margin-top: 0;
    padding: 100px 0 100px;
  }
  .sec-reason02 .bg-water {
    left: 0;
    top: -58px;
  }
  .sec-reason02 .reason-col {
    font-size: 1.8rem;
  }
  .sec-reason02 .reason-col p {
    line-height: 1.8;
  }
  .sec-reason02 .reason-col .col-img {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .sec-reason02 .reason-col .col-body {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .sec-reason02 .reason-col .col-body .body-tit {
    margin-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .sec-reason02 .reason-col .col-body .body-tit .en {
    position: static;
    left: 0;
    top: 0;
    font-size: 2rem;
  }
  .sec-reason02 .reason-col .col-body .body-tit .en .point {
    margin-right: 4px;
  }
  .sec-reason02 .reason-col .col-body .body-tit .en .num {
    font-size: 4rem;
  }
  .sec-reason02 .reason-col .col-body .body-tit .tit {
    margin-top: 5px;
    padding: 15px 20px;
  }
  .sec-reason02 .reason-col .col-body .body-text {
    padding-right: 0;
  }
  .sec-reason02 .reason-col + .reason-col {
    margin-top: 40px;
  }
  .sec-reason02 .reason-col.reverse .col-body {
    margin-right: 0;
    margin-left: -50px;
    padding-left: 0;
  }
  .sec-reason02 .reason-col.reverse .col-body .body-tit {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-reason02 .reason-col.reverse .col-body .body-tit .en {
    left: auto;
    right: 0;
  }
  .sec-reason02 .reason-col.reverse .col-body .body-text {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ---------------------------------------------------
	shop
------------------------------------------------------ */
.sec-shop {
  padding: 120px 0 100px;
}
.sec-shop .flexbox:has(.shop-box) {
  gap: 40px;
}
.sec-shop .shop-box {
  width: calc(50% - 20px);
  padding: 30px;
  background: #E7F1FB;
}
.sec-shop .shop-box .box-mv {
  margin-bottom: 20px;
}
.sec-shop .shop-box .box-tit {
  position: relative;
  color: #203F75;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.344;
  text-align: center;
}
.sec-shop .shop-box .box-tit span {
  font-weight: inherit;
}
.sec-shop .shop-box hr {
  width: 100%;
  height: 4px;
  margin: 20px auto;
  background: url(../images/bg-tit-01.png) center top;
  border: none;
}
.sec-shop .shop-box hr + .box-tit {
  margin-top: 30px;
}
.sec-shop .shop-box .box-tags {
  gap: 5px;
  font-size: 2rem;
  line-height: 1.2;
  justify-content: flex-start;
  text-align: center;
}
.sec-shop .shop-box .box-tags li {
  width: calc((100% - 10px) / 3);
  padding: 4px;
  background: #203F75;
  color: #fff;
}
.sec-shop .shop-box .box-info {
  margin: 25px 0 30px;
  font-size: 2rem;
  line-height: 1.4;
}
.sec-shop .shop-box .box-info .list-row + .list-row {
  margin-top: 20px;
}
.sec-shop .shop-box .box-info dt {
  width: 170px;
  font-weight: bold;
}
.sec-shop .shop-box .box-info dd {
  width: calc(100% - 180px);
}
.sec-shop .shop-box .box-info .list-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.sec-shop .shop-box .box-info .list-btn a {
  display: block;
  padding: 10px 5px 5px;
  background: #CBE800;
  border-radius: 100vmax;
  box-shadow: 0 3px 6px rgba(32, 63, 117, 0.5);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.sec-shop .shop-box .box-info .list-btn a .icon {
  margin-right: 8px;
}
.sec-shop .shop-box .box-units {
  margin-bottom: 30px;
  gap: 20px;
  line-height: 1.4;
  text-align: center;
}
.sec-shop .shop-box .box-units .list-row {
  width: calc((100% - 40px) / 3);
}
.sec-shop .shop-box .box-units dt {
  border: 1px solid;
  font-weight: bold;
  padding: 2px;
}
.sec-shop .shop-box .box-units dd {
  margin-top: 5px;
  font-size: 2rem;
}
.sec-shop .shop-box .box-slide {
  position: relative;
  max-width: 400px;
  margin: 10px auto 0;
}

@media screen and (max-width: 896px) {
  .sec-shop {
    padding: 110px 0 120px;
  }
  .sec-shop .flexbox:has(.shop-box) {
    gap: 20px 0;
  }
  .sec-shop .shop-box {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .sec-shop .shop-box .box-mv {
    margin-bottom: 12px;
  }
  .sec-shop .shop-box .box-mv img {
    width: 100%;
    height: auto;
  }
  .sec-shop .shop-box .box-tit {
    font-size: 2rem;
  }
  .sec-shop .shop-box hr {
    margin: 10px auto 15px;
  }
  .sec-shop .shop-box hr + .box-tit {
    margin-top: 30px;
  }
  .sec-shop .shop-box .box-tags {
    gap: 4px;
    font-size: 1.6rem;
  }
  .sec-shop .shop-box .box-tags li {
    width: calc(33.33% - 3px);
    padding: 2px 0;
  }
  .sec-shop .shop-box .box-info {
    margin: 35px 0 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sec-shop .shop-box .box-info .list-row + .list-row {
    margin-top: 20px;
  }
  .sec-shop .shop-box .box-info dt {
    width: 100%;
  }
  .sec-shop .shop-box .box-info dd {
    width: 100%;
  }
  .sec-shop .shop-box .box-info .list-btn {
    margin-top: 20px;
  }
  .sec-shop .shop-box .box-units {
    margin-bottom: 70px;
    gap: 10px;
    line-height: 1.4;
  }
  .sec-shop .shop-box .box-units .list-row {
    width: auto;
    flex-grow: 1;
  }
  .sec-shop .shop-box .box-units dt {
    font-size: 1.4rem;
  }
  .sec-shop .shop-box .box-units dd {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .sec-shop .shop-box .box-slide {
    position: relative;
    max-width: 400px;
    margin: 10px auto 0;
  }
}