@charset "UTF-8";
.font, body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #444;
}
@media screen and (max-width: 767px) {
  .font, body {
    font-size: 3.4666666667vw;
  }
}

* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em, b, strong, th {
  font-weight: 700;
}

a {
  color: #444;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: 2.6666666667vw;
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    width: min(177.7777777778vw, 1920px);
    margin: 0 auto;
  }
}

.w100 {
  width: 100% !important;
  display: block;
}

.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.text__txt {
  color: #444;
}
.text__white {
  color: #fff;
}
.text__silver {
  color: #f1f1f1;
}
.text__accent {
  color: #076673;
}
.text__blue {
  color: #63A2B5;
}

.bg__txt {
  background: #444;
}
.bg__white {
  background: #fff;
}
.bg__silver {
  background: #f1f1f1;
}
.bg__accent {
  background: #076673;
}
.bg__blue {
  background: #63A2B5;
}

.line__top__txt {
  border-top: 1px solid #444;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__white {
  border-top: 1px solid #fff;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__accent {
  border-top: 1px solid #076673;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__blue {
  border-top: 1px solid #63A2B5;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}

.marker__txt {
  background: linear-gradient(transparent 60%, #444 60%);
}
.marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.marker__accent {
  background: linear-gradient(transparent 60%, #076673 60%);
}
.marker__blue {
  background: linear-gradient(transparent 60%, #63A2B5 60%);
}

.line__txt {
  border-bottom: 1px solid #444;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__white {
  border-bottom: 1px solid #fff;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__accent {
  border-bottom: 1px solid #076673;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__blue {
  border-bottom: 1px solid #63A2B5;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}

.pad10 {
  padding: min( 0.9259259259vw, 10px ) 0;
}
@media screen and (max-width: 767px) {
  .pad10 {
    padding-top: 1.3333333333vw !important;
    padding-bottom: 1.3333333333vw !important;
  }
}
.pad20 {
  padding: min( 1.8518518519vw, 20px ) 0;
}
@media screen and (max-width: 767px) {
  .pad20 {
    padding-top: 2.6666666667vw !important;
    padding-bottom: 2.6666666667vw !important;
  }
}
.pad30 {
  padding: min( 2.7777777778vw, 30px ) 0;
}
@media screen and (max-width: 767px) {
  .pad30 {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
}
.pad40 {
  padding: min( 3.7037037037vw, 40px ) 0;
}
@media screen and (max-width: 767px) {
  .pad40 {
    padding-top: 5.3333333333vw !important;
    padding-bottom: 5.3333333333vw !important;
  }
}
.pad50 {
  padding: min( 4.6296296296vw, 50px ) 0;
}
@media screen and (max-width: 767px) {
  .pad50 {
    padding-top: 6.6666666667vw !important;
    padding-bottom: 6.6666666667vw !important;
  }
}
.pad60 {
  padding: min( 5.5555555556vw, 60px ) 0;
}
@media screen and (max-width: 767px) {
  .pad60 {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
}

.mt10 {
  margin-top: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 1.3333333333vw;
  }
}
.mt20 {
  margin-top: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 2.6666666667vw;
  }
}
.mt30 {
  margin-top: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 4vw;
  }
}
.mt40 {
  margin-top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 5.3333333333vw;
  }
}
.mt50 {
  margin-top: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 6.6666666667vw;
  }
}
.mt60 {
  margin-top: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 8vw;
  }
}

.wrap500 {
  margin: auto;
  width: min( 46.2962962963vw, 500px );
}
@media screen and (max-width: 767px) {
  .wrap500 {
    width: 100%;
    padding: 0 4vw;
  }
}
.wrap600 {
  margin: auto;
  width: min( 55.5555555556vw, 600px );
}
@media screen and (max-width: 767px) {
  .wrap600 {
    width: 100%;
    padding: 0 4vw;
  }
}
.wrap900 {
  margin: auto;
  width: min( 83.3333333333vw, 900px );
}
@media screen and (max-width: 767px) {
  .wrap900 {
    width: 100%;
    padding: 0 4vw;
  }
}
.wrap1000 {
  margin: auto;
  width: min( 92.5925925926vw, 1000px );
}
@media screen and (max-width: 767px) {
  .wrap1000 {
    width: 100%;
    padding: 0 4vw;
  }
}
.wrap1080 {
  margin: auto;
  width: min( 100vw, 1080px );
}
@media screen and (max-width: 767px) {
  .wrap1080 {
    width: 100%;
    padding: 0 4vw;
  }
}

.secinner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secinner {
    width: 100%;
    padding: 0 4vw;
  }
}

.adlp-header {
  width: 100%;
  background: #fff;
}
.adlp-header__inner {
  width: min( 100vw, 1080px );
  padding: min( 1.8518518519vw, 20px ) 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: 3.7333333333vw 0 2.1333333333vw;
  }
}
.adlp-header__logo {
  width: min( 24.0740740741vw, 260px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: 49.3333333333vw;
  }
}
.adlp-header__switch {
  width: 6vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: 0.8vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: 1.3333333333vw;
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
.adlp-header__menu {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min( 0.7407407407vw, 8px );
    margin: 0 auto 0 min( 2.7777777778vw, 30px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 13.8666666667vw;
    width: 53.3333333333vw;
    background: #fff;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min( 0.7407407407vw, 8px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: 4vw;
    font-size: 2.6666666667vw;
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: 1.6vw;
    height: 2.4vw;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min( 5vw, 54px );
  width: min( 22.7777777778vw, 246px );
  box-shadow: min( 0.1851851852vw, 2px ) min( 0.3703703704vw, 4px ) min( 0.3703703704vw, 4px ) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 2.6666666667vw 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: 38.4vw;
    height: 8.5333333333vw;
    box-shadow: 0.2666666667vw 0.4vw 0.4vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 6.6666666667vw;
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min( 4.0740740741vw, 44px );
  height: min( 4.0740740741vw, 44px );
  font-size: min( 1.2962962963vw, 14px );
  top: min( 0.462962963vw, 5px );
  left: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: 2.6666666667vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
  }
}
.adlp-header .adlp-btn::after {
  width: min( 0.6481481481vw, 7px );
  height: min( 1.1111111111vw, 12px );
  right: min( 1.7592592593vw, 19px );
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: 0.9333333333vw;
    height: 1.6vw;
    right: 2.4vw;
  }
}
.adlp-header .adlp-btn p {
  font-size: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: 2.9333333333vw;
  }
}

.footer {
  background-color: #ffffff;
  padding: min( 7.4074074074vw, 80px ) 0;
  margin-bottom: min( 9.2592592593vw, 100px );
}
.footer .footer__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
.footer .footer__lists {
  display: flex;
  justify-content: center;
  gap: min( 3.7037037037vw, 40px );
}
.footer .footer__list a {
  color: var(--main-txt, #444);
  text-align: center;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 100%;
}
.footer .footer__copy {
  color: #52585F;
  text-align: center;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 140%;
  margin: min( 5.5555555556vw, 60px ) 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 10.6666666667vw 0;
    margin-bottom: 18.6666666667vw;
  }
  .footer .footer__lists {
    gap: 5.0666666667vw;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footer__list a {
    font-size: 3.2vw;
  }
  .footer .footer__copy {
    font-size: 2.4vw;
    margin: 9.3333333333vw 0 0;
  }
}

.adlp-floating {
  width: min( 177.7777777778vw, 1920px );
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  background: rgb(255, 255, 255);
}
.adlp-floating .adlp-floating__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
  padding: min( 1.8518518519vw, 20px ) 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adlp-floating .adlp-floating__btn1,
.adlp-floating .adlp-floating__btn2 {
  flex: 0 0 min( 40.7407407407vw, 440px );
}
.adlp-floating .adlp-floating__btn1 a,
.adlp-floating .adlp-floating__btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min( 5.5555555556vw, 60px );
  border-radius: min( 2.7777777778vw, 30px );
  transition: all 0.3s;
  text-align: center;
  font-size: min( 1.6666666667vw, 18px );
  line-height: 150%;
}
.adlp-floating .adlp-floating__btn1 a:hover,
.adlp-floating .adlp-floating__btn2 a:hover {
  filter: brightness(110%);
}
.adlp-floating .adlp-floating__btn1 a {
  border: min( 0.0925925926vw, 1px ) solid #B29D50;
  background: #fafbf7;
  color: #B29D50;
  position: relative;
}
.adlp-floating .adlp-floating__btn1 a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7882 9.7774C17.6497 9.92011 17.4638 10 17.2702 10C17.0766 10 16.8908 9.92011 16.7523 9.7774L9 1.80457L1.24928 9.7774C1.1108 9.92011 0.924901 10 0.731323 10C0.537746 10 0.351847 9.92011 0.213367 9.7774C0.145842 9.70803 0.0921716 9.6251 0.0555248 9.53349C0.0188781 9.44188 0 9.34346 0 9.24402C0 9.14459 0.0188781 9.04616 0.0555248 8.95456C0.0921716 8.86295 0.145842 8.78001 0.213367 8.71065L8.45878 0.23225C8.60358 0.0833402 8.79779 0 9 0C9.20221 0 9.39642 0.0833402 9.54122 0.23225L17.7866 8.71065C17.8542 8.78001 17.9078 8.86295 17.9445 8.95456C17.9811 9.04616 18 9.14459 18 9.24402C18 9.34346 17.9811 9.44188 17.9445 9.53349C17.9078 9.6251 17.8542 9.70803 17.7866 9.7774H17.7882Z' fill='%23B39D50'/%3E%3C/svg%3E%0A");
  width: min( 1.6666666667vw, 18px );
  height: min( 0.9259259259vw, 10px );
  top: 50%;
  transform: translateY(-50%);
  right: min( 2.7777777778vw, 30px );
  background-size: contain;
}
.adlp-floating .adlp-floating__btn2 a {
  color: #FFF;
  background-color: #B29D50;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100vw;
  }
  .adlp-floating .adlp-floating__inner {
    width: 92vw;
    padding: 2.6666666667vw 0;
  }
  .adlp-floating .adlp-floating__btn1,
  .adlp-floating .adlp-floating__btn2 {
    flex: 0 0 45.3333333333vw;
  }
  .adlp-floating .adlp-floating__btn1 a,
  .adlp-floating .adlp-floating__btn2 a {
    height: 13.3333333333vw;
    border-radius: 8vw;
    font-size: 3.4666666667vw;
  }
  .adlp-floating .adlp-floating__btn1 a {
    border: 0.2666666667vw solid #B29D50;
  }
  .adlp-floating .adlp-floating__btn1 a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7882 9.7774C17.6497 9.92011 17.4638 10 17.2702 10C17.0766 10 16.8908 9.92011 16.7523 9.7774L9 1.80457L1.24928 9.7774C1.1108 9.92011 0.924901 10 0.731323 10C0.537746 10 0.351847 9.92011 0.213367 9.7774C0.145842 9.70803 0.0921716 9.6251 0.0555248 9.53349C0.0188781 9.44188 0 9.34346 0 9.24402C0 9.14459 0.0188781 9.04616 0.0555248 8.95456C0.0921716 8.86295 0.145842 8.78001 0.213367 8.71065L8.45878 0.23225C8.60358 0.0833402 8.79779 0 9 0C9.20221 0 9.39642 0.0833402 9.54122 0.23225L17.7866 8.71065C17.8542 8.78001 17.9078 8.86295 17.9445 8.95456C17.9811 9.04616 18 9.14459 18 9.24402C18 9.34346 17.9811 9.44188 17.9445 9.53349C17.9078 9.6251 17.8542 9.70803 17.7866 9.7774H17.7882Z' fill='%23B39D50'/%3E%3C/svg%3E%0A");
    width: 3.4666666667vw;
    height: 1.8666666667vw;
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
.adlp-accordion__header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: min( 1.8518518519vw, 20px ) min( 7.4074074074vw, 80px ) min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header .--lead {
  line-height: 1;
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header .--lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min( 1.8518518519vw, 20px );
  height: min( 1.1111111111vw, 12px );
  right: min( 4.1666666667vw, 45px );
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min( 1.8518518519vw, 20px );
  width: min( 0.1851851852vw, 2px );
  right: min( 4.537037037vw, 49px );
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min( 1.8518518519vw, 20px );
  height: min( 0.1851851852vw, 2px );
  right: min( 3.7037037037vw, 40px );
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .--lead {
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    margin-right: 2.6666666667vw;
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-btn__text00 {
  text-align: center;
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 600;
  line-height: 180%;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .adlp-btn__text00 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn__text00 .--small {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.adlp-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 46.2962962963vw, 500px );
  height: min( 6.8518518519vw, 74px );
  border-radius: min( 4.4444444444vw, 48px );
  margin: 0 auto;
  background-color: #B29D50;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-btn a {
    width: 74.4vw;
    height: 12.8vw;
    border-radius: 6.6666666667vw;
  }
}
.adlp-btn a:hover {
  filter: brightness(110%);
}
.adlp-btn a:hover::after {
  transform: translate(20%, -50%);
}
.adlp-btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 3.4259259259vw, 37px );
  height: min( 0.9259259259vw, 10px );
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='10' viewBox='0 0 37 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9H36L21.2459 1' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: min( 2.7777777778vw, 30px );
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-btn a::after {
    width: 8.1333333333vw;
    height: 1.6vw;
    right: 2.6666666667vw;
  }
}
.adlp-btn__text01 {
  color: #FFF;
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .adlp-btn__text01 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn__text01 .--small {
    font-size: 3.2vw;
    line-height: 150%;
    display: inline-block;
  }
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min( 1.8518518519vw, 20px );
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min( 32.4074074074vw, 350px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.adlp-card__no .--text01 {
  text-align: center;
  line-height: 1;
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .--text01 {
    font-size: 2.6666666667vw;
  }
}
.adlp-card__no .--text02 {
  text-align: center;
  line-height: 1;
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .--text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-card__title {
  font-size: min( 2.7777777778vw, 30px );
  background: #fff;
  flex: 1;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: 5.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: 2.6666666667vw;
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: 2.6666666667vw;
  }
}
.adlp-card__img {
  width: min( 4.6296296296vw, 50px );
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: 10.6666666667vw;
  }
}

.adlp-circle {
  width: min( 21.0185185185vw, 227px );
  height: min( 19.2592592593vw, 208px );
  background-image: url(../img/common/deco_leaf_02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: 40.6666666667vw;
    height: 37.3333333333vw;
  }
}
.adlp-circle__text {
  text-align: center;
  padding-top: min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text {
    padding-top: 4.4vw;
  }
}
.adlp-circle__text .--text01 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  display: block;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text01 {
    font-size: 3.4666666667vw;
  }
}
.adlp-circle__text .--text02 {
  display: block;
  line-height: 100%;
  margin-top: max( -1.1111111111vw, -12px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text02 {
    margin-top: -1.6vw;
  }
}
.adlp-circle__text .--text02 .--num {
  font-size: min( 7.4074074074vw, 80px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #076673;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text02 .--num {
    font-size: 13.3333333333vw;
  }
}
.adlp-circle__text .--text02 .--jp {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 100%;
  color: #076673;
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text02 .--jp {
    font-size: 4.2666666667vw;
  }
}
.adlp-circle__text .--astarisk {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: min( 10.1851851852vw, 110px );
  right: min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--astarisk {
    font-size: 2.6666666667vw;
    top: 19.3333333333vw;
    right: 6vw;
  }
}
.adlp-circle__text .--astarisk.--n2 {
  right: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--astarisk.--n2 {
    right: 10.6666666667vw;
  }
}
.adlp-circle__text .--text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text03 {
    font-size: 3.4666666667vw;
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min( 5.5555555556vw, 60px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(8vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min( 92.5925925926vw, 1000px );
  min-height: min( 18.5185185185vw, 200px );
  max-height: 90vh;
  background: #fff;
  padding: min( 2.7777777778vw, 30px );
  overflow: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: 84vw;
    padding: 6.6666666667vw 4vw;
  }
}
.adlp-modal__content__close {
  width: min( 2.5vw, 27px );
  height: min( 2.5vw, 27px );
  position: absolute;
  top: min( 2.7777777778vw, 30px );
  right: min( 2.7777777778vw, 30px );
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    top: 4vw;
    right: 4vw;
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: 5.3333333333vw;
  }
}
.adlp-modal__content__body {
  margin: min( 2.7777777778vw, 30px ) auto 0;
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: 4vw auto 0;
    font-size: 2.6666666667vw;
  }
}
.adlp-modal__content__img {
  margin: min( 2.7777777778vw, 30px ) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: 4vw auto 0;
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min( 4.6296296296vw, 50px );
  height: min( 0.462962963vw, 5px );
  background: #076673;
  margin: min( 0.9259259259vw, 10px ) auto 0;
}
.adlp-head .--text01 {
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-head .--text01 {
    font-size: 4vw;
  }
}
.adlp-head .--text02 {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-head .--text02 {
    font-size: 6.1333333333vw;
  }
}

.adlp-list {
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: min( 1.5740740741vw, 17px ) min( 1.7592592593vw, 19px );
  background-position: left top min( 0.3703703704vw, 4px );
  padding-left: min( 2.7777777778vw, 30px );
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min( 1.6666666667vw, 18px );
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: 4vw;
  }
}
.adlp-list__wrapper.--fv {
  gap: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper.--fv {
    gap: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: 5.3333333333vw;
    background-size: 0.4vw 4vw;
    background-position: left top 1.0666666667vw;
  }
}
.adlp-list.--check {
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: min( 1.5740740741vw, 17px ) min( 1.7592592593vw, 19px );
  background-position: left min( 0.462962963vw, 5px ) top min( 0.6481481481vw, 7px );
  padding-left: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: 6vw;
    background-size: 4.5333333333vw 4.6666666667vw;
    background-position: left top 1.0666666667vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 180%;
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min( 212.5925925926vw, 2296px );
}
.adlp-logo__wrapper {
  display: flex;
  width: min( 425.1851851852vw, 4592px );
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: 612.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: 306.1333333333vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-slider__wrapper {
  padding-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.adlp-slider__wrapper.--hide {
  overflow: hidden;
}
.adlp-slider__wrapper.--gap10 .slick-slide {
  margin: 0 min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap10 .slick-slide {
    margin: 0 0.6666666667vw;
  }
}
.adlp-slider__wrapper.--gap20 .slick-slide {
  margin: 0 min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap20 .slick-slide {
    margin: 0 1.3333333333vw;
  }
}
.adlp-slider__wrapper.--gap30 .slick-slide {
  margin: 0 min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 2vw;
  }
}

.slick-list {
  overflow: inherit !important;
}

.slick-arrow {
  width: min( 4.4444444444vw, 48px );
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: min( 3.7037037037vw, 40px );
  height: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 8vw;
    height: 8vw;
  }
}
.slick-arrow.prev {
  left: 0;
  background: url(../img/common/btn_left.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .slick-arrow.prev {
    left: 1.3333333333vw;
  }
}
.slick-arrow.next {
  right: 0;
  background: url(../img/common/btn_right.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .slick-arrow.next {
    right: 1.3333333333vw;
  }
}

.slick-dots {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 0;
  }
}
.slick-dots li {
  width: min( 0.9259259259vw, 10px );
  height: min( 0.9259259259vw, 10px );
  background: #f1f1f1;
  margin: 0 min( 0.6481481481vw, 7px );
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.slick-dots li.slick-active {
  background: #076673;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button::before {
  display: none;
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #f1f1f1;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: 1.3333333333vw 4vw;
  }
}
.adlp-tab__head.--active {
  background: #076673;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min( 0.2777777778vw, 3px ) solid #f1f1f1;
  padding: min( 2.7777777778vw, 30px );
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #fff;
  width: fit-content;
  margin: 0 auto min( 2.7777777778vw, 30px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min( 4.6296296296vw, 50px );
  height: min( 1.8518518519vw, 20px );
  clip-path: polygon(50% min( 1.8518518519vw, 20px ), 0% 0%, min( 4.6296296296vw, 50px ) 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: 6.6666666667vw;
    height: 2.6666666667vw;
    clip-path: polygon(50% 2.6666666667vw, 0% 0%, 6.6666666667vw 0%);
  }
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #444;
}
.adlp-text__label.--txt::after {
  background: #444;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #076673;
}
.adlp-text__label.--accent::after {
  background: #076673;
}
.adlp-text__label.--blue {
  color: #fff;
  background: #63A2B5;
}
.adlp-text__label.--blue::after {
  background: #63A2B5;
}

.adlp-text__label__para {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  min-width: min( 18.5185185185vw, 200px );
  margin: 0 auto min( 2.7777777778vw, 30px );
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
    min-width: 26.6666666667vw;
  }
}
.adlp-text__label__para .--text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #444;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #076673;
}
.adlp-text__label__para.--blue {
  color: #fff;
}
.adlp-text__label__para.--blue::after {
  background: #63A2B5;
}

.title01.--s03 .--img {
  width: min( 21.6666666667vw, 234px );
  margin: 0 auto min( 2.6851851852vw, 29px );
}
@media screen and (max-width: 767px) {
  .title01.--s03 .--img {
    width: 35.7333333333vw;
    margin: 0 auto 3.2vw;
  }
}
.title01.--s03 .--jp {
  font-size: min( 2.037037037vw, 22px );
}
@media screen and (max-width: 767px) {
  .title01.--s03 .--jp {
    font-size: 4.2666666667vw;
  }
}
.title01.--s04 .--img {
  width: min( 54.0740740741vw, 584px );
  margin: 0 auto min( 3.4259259259vw, 37px );
}
@media screen and (max-width: 767px) {
  .title01.--s04 .--img {
    width: 84.1333333333vw;
    margin: 0 auto 5.7333333333vw;
  }
}
.title01.--s05 .--img {
  width: min( 17.037037037vw, 184px );
  margin: 0 auto min( 5vw, 54px );
}
@media screen and (max-width: 767px) {
  .title01.--s05 .--img {
    width: 28.1333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.title01.--s06 .--en {
  margin-bottom: min( 3.2407407407vw, 35px );
}
.title01 .--img {
  display: block;
}
.title01 .--jp {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .title01 .--jp {
    font-size: 5.3333333333vw;
  }
}
.title01 .--en {
  font-family: "Arapey", serif;
  font-size: min( 6.1111111111vw, 66px );
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #B29D50;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .title01 .--en {
    font-size: 9.8666666667vw;
  }
}

.block01 {
  overflow: hidden;
  height: min( 49.4444444444vw, 534px );
}
@media screen and (max-width: 767px) {
  .block01 {
    height: auto;
  }
}
.block01.--s01 .block01__text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .block01.--s01 .block01__text01 {
    font-size: 5.3333333333vw;
  }
}
.block01.--s01 .block01__pcbg {
  padding: min( 7.6851851852vw, 83px ) 0;
  top: max( -31.4814814815vw, -340px );
}
@media screen and (max-width: 767px) {
  .block01.--s01 .block01__pcbg {
    padding: 0;
    top: 0;
  }
}
.block01.--s01 .block01__text02 {
  margin-left: min( 52.7777777778vw, 570px );
}
@media screen and (max-width: 767px) {
  .block01.--s01 .block01__text02 {
    margin-left: 0;
    top: 48vw;
  }
}
.block01.--s09 {
  padding: min( 11.1111111111vw, 120px ) 0 min( 7.4074074074vw, 80px );
  height: min( 67.962962963vw, 734px );
}
@media screen and (max-width: 767px) {
  .block01.--s09 {
    height: auto;
    padding: 0;
  }
}
.block01.--s09 .block01__text01 {
  letter-spacing: 0.1em;
  font-size: min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .block01.--s09 .block01__text01 {
    font-size: 5.3333333333vw;
  }
}
.block01.--s09 .block01__pcbg {
  padding: min( 4.6296296296vw, 50px ) 0;
  top: max( -31.4814814815vw, -340px );
}
@media screen and (max-width: 767px) {
  .block01.--s09 .block01__pcbg {
    padding: 0;
    top: 0;
  }
}
.block01.--s09 .block01__text02 {
  margin-left: min( 52.7777777778vw, 570px );
}
@media screen and (max-width: 767px) {
  .block01.--s09 .block01__text02 {
    margin-left: 0;
    top: 60vw;
  }
}
.block01__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block01__inner {
    width: 100%;
  }
}
.block01__wrapper {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .block01__wrapper {
    margin-right: 0;
  }
}
.block01__fig {
  width: min( 33.7962962963vw, 365px );
  position: relative;
  z-index: 2;
  margin-left: min( 7.8703703704vw, 85px );
}
@media screen and (max-width: 767px) {
  .block01__fig {
    width: 100%;
    margin-left: 0;
  }
}
.block01__text01 {
  font-weight: 600;
  line-height: 180%;
  color: #076673;
  border-top: min( 0.0925925926vw, 1px ) solid #076673;
  border-bottom: min( 0.0925925926vw, 1px ) solid #076673;
  text-align: center;
  padding: min( 0.9259259259vw, 10px ) 0;
  position: absolute;
  left: min( 47.962962963vw, 518px );
  top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .block01__text01 {
    position: static;
    padding: 1.3333333333vw 0;
    border-top: 0.2666666667vw solid #076673;
    border-bottom: 0.2666666667vw solid #076673;
    width: 74.6666666667vw;
    margin: 2.6666666667vw auto 10.6666666667vw;
  }
}
.block01__pcbg {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .block01__pcbg {
    background-color: transparent;
    position: static;
  }
}
.block01__text02 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .block01__text02 {
    font-size: 5.0666666667vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.22em;
    position: absolute;
    right: 4vw;
    z-index: 3;
  }
}
.block01__text02 span {
  text-align: center;
  display: inline-block;
}
.block01__text03 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 600;
  line-height: 180%;
  color: #076673;
  margin: min( 1.8518518519vw, 20px ) 0 0 min( 46.2962962963vw, 500px );
}
@media screen and (max-width: 767px) {
  .block01__text03 {
    background-color: #fafbf7;
    margin: 0;
    padding: 6.2666666667vw 0 13.3333333333vw;
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.block01__text03 .--inner {
  display: inline-block;
  text-align: center;
}
.block01__text03 .--num {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 400;
  line-height: 180%;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .block01__text03 .--num {
    font-size: 5.6vw;
  }
}

.cv {
  padding: min( 9.2592592593vw, 100px ) 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
.cv__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
  }
}
.cv__title01 {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  margin-bottom: min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .cv__title01 {
    font-size: 5.3333333333vw;
    margin-bottom: 27.3333333333vw;
  }
}
.cv__title02 {
  text-align: center;
  margin-bottom: min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .cv__title02 {
    margin-bottom: 27.3333333333vw;
  }
}
.cv__title02 .--sub {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 400;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .cv__title02 .--sub {
    font-size: 4vw;
  }
}
.cv__title02 .--main {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  color: #076673;
}
@media screen and (max-width: 767px) {
  .cv__title02 .--main {
    font-size: 6.4vw;
  }
}
.cv__block {
  display: flex;
  align-items: center;
  gap: min( 5.1851851852vw, 56px );
  padding: min( 4.2592592593vw, 46px ) 0 min( 5.1851851852vw, 56px );
}
@media screen and (max-width: 767px) {
  .cv__block {
    display: block;
    padding: 27.6vw 8vw 12vw;
  }
}
.cv__block.--cv01 {
  background-color: #fafbf7;
  margin-bottom: min( 5.5555555556vw, 60px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__block.--cv01 {
    margin-bottom: 10.6666666667vw;
  }
}
.cv__block.--cv01::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 0.0925925926vw, 1px );
  height: min( 5.5555555556vw, 60px );
  background-color: #444;
  left: 50%;
  transform: translateX(-50%);
  bottom: max( -2.7777777778vw, -30px );
}
@media screen and (max-width: 767px) {
  .cv__block.--cv01::after {
    width: 0.1333333333vw;
    height: 10.6666666667vw;
    bottom: -5.3333333333vw;
  }
}
.cv__block.--cv02 {
  background-color: #e2f1f2;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .cv__block.--cv02 {
    margin-bottom: 5.3333333333vw;
  }
}
.cv__fig {
  width: min( 37.8703703704vw, 409px );
  margin-left: max( -3.6111111111vw, -39px );
}
@media screen and (max-width: 767px) {
  .cv__fig {
    width: 84vw;
    margin: -49.3333333333vw 0 6.6666666667vw;
  }
}
.cv__text01 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  margin-bottom: min( 1.8518518519vw, 20px );
  color: #076673;
}
@media screen and (max-width: 767px) {
  .cv__text01 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
  }
}
.fv__inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    width: 100%;
  }
}
.fv__top {
  background-image: url(../img/pc/fv.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 44.4444444444vw, 480px );
  background-repeat: no-repeat;
  background-position: center top;
  height: min( 44.4444444444vw, 480px );
}
@media screen and (max-width: 767px) {
  .fv__top {
    background-image: url(../img/sp/fv.jpg);
    background-size: cover;
    height: 148.1333333333vw;
  }
}
.fv__titlebox {
  width: min( 46.2962962963vw, 500px );
  position: absolute;
  left: min( 46.2962962963vw, 500px );
  top: min( 10.8333333333vw, 117px );
}
@media screen and (max-width: 767px) {
  .fv__titlebox {
    position: static;
    padding-top: 6.4vw;
    width: 100%;
  }
}
.fv__title {
  font-size: min( 3.1481481481vw, 34px );
  font-weight: 600;
  line-height: 150%;
  color: #076673;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: min( 0.8333333333vw, 9px );
}
.fv__title span {
  display: block;
  margin-top: max( -0.462962963vw, -5px );
  font-size: min( 1.2962962963vw, 14px );
}
@media screen and (max-width: 767px) {
  .fv__title span {
    margin-top: -0.533vw;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 5.6vw;
    margin-bottom: 1.7333333333vw;
    letter-spacing: 0.3em;
  }
}
.fv__text01 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 160%;
  color: #076673;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .fv__text01 {
    font-size: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
    letter-spacing: 0.2em;
    padding: 10px 20px;
  }
}
.fv__text02 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 120%;
  color: #076673;
  text-align: center;
  width: min( 24.537037037vw, 265px );
  border-top: min( 0.0925925926vw, 1px ) solid #076673;
  border-bottom: min( 0.0925925926vw, 1px ) solid #076673;
  padding: min( 0.8333333333vw, 9px ) 0;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__text02 {
    font-size: 3.2vw;
    width: 45.3333333333vw;
    border-top: 0.1333333333vw solid #076673;
    border-bottom: 0.1333333333vw solid #076673;
    padding: 1.7333333333vw 0;
  }
}
.fv__cv {
  padding: min( 3.2407407407vw, 35px ) 0 min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .fv__cv {
    padding: 4.8vw 0 7.4666666667vw;
  }
}
.fv__flex {
  display: flex;
  justify-content: center;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .fv__flex {
    display: block;
  }
}
.fv__listarea {
  border-radius: min( 0.9259259259vw, 10px );
  background: #e2f1f2;
  padding: min( 2.037037037vw, 22px ) 0 min( 2.1296296296vw, 23px ) min( 5.2777777778vw, 57px );
  flex: 0 0 min( 33.6111111111vw, 363px );
}
@media screen and (max-width: 767px) {
  .fv__listarea {
    width: 74.4vw;
    margin: 0 auto 2.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 3.3333333333vw 0 3.4666666667vw 8.6666666667vw;
  }
}

.sec01 {
  padding: min( 7.4074074074vw, 80px ) 0;
  background-color: #fafbf7;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec01 .sec01__inner {
  width: min( 85.1851851852vw, 920px );
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__inner {
    width: 92vw;
  }
}
.sec01__title01 {
  color: #076673;
  text-align: center;
  margin-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 {
    margin-bottom: 9.3333333333vw;
  }
}
.sec01__title01 .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--sub {
    font-size: 4vw;
  }
}
.sec01__title01 .--main {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main {
    font-size: 4.8vw;
  }
}
.sec01__title01 .--main span {
  background-color: #fafbf7;
  position: relative;
  display: inline-block;
}
.sec01__title01 .--main span:before {
  display: block;
  content: "";
  position: absolute;
  left: max( -20.3703703704vw, -220px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #076673;
  width: min( 18.5185185185vw, 200px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main span:before {
    left: -20vw;
    width: 16vw;
    height: 0.1333333333vw;
  }
}
.sec01__title01 .--main span:after {
  display: block;
  content: "";
  position: absolute;
  right: max( -20.3703703704vw, -220px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #076673;
  width: min( 18.5185185185vw, 200px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main span:after {
    right: -20vw;
    width: 16vw;
    height: 0.1333333333vw;
  }
}
.sec01__attractive {
  margin-bottom: min( 12.962962963vw, 140px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__attractive {
    margin-bottom: 22.1333333333vw;
  }
}
.sec01__attractive:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: max( -9.2592592593vw, -100px );
  transform: translateX(-50%);
  background-color: #444444;
  width: min( 0.0925925926vw, 1px );
  height: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec01__attractive:after {
    bottom: -16.8vw;
    width: 0.1333333333vw;
    height: 11.4666666667vw;
  }
}
.sec01__block {
  display: flex;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec01__block {
    display: block;
    margin-bottom: 8vw;
  }
}
.sec01__block__fig {
  flex: 0 0 min( 30.5555555556vw, 330px );
}
.sec01__block__text {
  flex: 0 0 min( 54.6296296296vw, 590px );
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec01__block__text {
    padding: 3.4666666667vw 0;
  }
}
.sec01__text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
}
.sec01__text02 span {
  font-size: min( 1.4666666667vw, 16px );
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec01__text02 {
    font-size: 4vw;
  }
  .sec01__text02 span {
    font-size: 3vw;
}
}
.sec01__title02 {
  text-align: center;
  margin-bottom: min( 6.2962962963vw, 68px );
}
@media screen and (max-width: 767px) {
  .sec01__title02 {
    margin-bottom: 9.6vw;
  }
}
.sec01__title02 .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title02 .--sub {
    font-size: 4.2666666667vw;
  }
}
.sec01__title02 .--main {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  color: #076673;
  margin: min( 0.5555555556vw, 6px ) 0 min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec01__title02 .--main {
    font-size: 5.3333333333vw;
    margin: 0;
  }
}
.sec01 .sec01__area {
  background-color: #fff;
  padding: min( 3.7037037037vw, 40px ) min( 7.3148148148vw, 79px ) min( 0.0925925926vw, 1px );
  margin: min( 3.7037037037vw, 40px ) 0 max( 0vw, 0px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__area {
    padding: 5.3333333333vw 6.6666666667vw 0.1333333333vw;
    margin: 0 0 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__area.--first {
    margin: 2.6666666667vw 0 10.6666666667vw;
  }
}
.sec01 .sec01__item {
  padding: 0 min( 0.8333333333vw, 9px ) min( 3.7037037037vw, 40px );
  width: min( 35.2777777778vw, 381px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item {
    width: 78.6666666667vw;
    margin: 0 0vw;
    padding: 0 0 5.3333333333vw;
  }
}
.sec01 .sec01__text01 {
  text-align: center;
  font-family: "Arapey", serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__text01 {
    font-size: 3.4666666667vw;
    margin: 0 0 5.2vw;
  }
}
.sec01 .sec01__text01 span {
  background-color: #e2f1f2;
  display: inline-block;
  padding: min( 0.1851851852vw, 2px ) min( 1.8518518519vw, 20px ) 0;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__text01 span {
    padding: 0.2666666667vw 2.6666666667vw 0;
  }
}
.sec01 .slick-list {
  overflow: hidden !important;
}
.sec01 .slick-arrow {
  position: absolute;
  width: min( 1.3888888889vw, 15px );
  height: min( 2.7777777778vw, 30px );
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-image: url("../img/common/slide_arrow02.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-arrow {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    top: 34.6666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 240%;
    height: 300%;
  }
}
.sec01 .slick-arrow:hover {
  filter: brightness(110%);
}
.sec01 .prev.slick-arrow {
  left: max( -4.2592592593vw, -46px );
}
@media screen and (max-width: 767px) {
  .sec01 .prev.slick-arrow {
    left: -4vw;
  }
}
.sec01 .next.slick-arrow {
  right: max( -4.2592592593vw, -46px );
  transform: translateY(-50%) rotateY(180deg);
  background-image: url("../img/common/slide_arrow02.png");
}
@media screen and (max-width: 767px) {
  .sec01 .next.slick-arrow {
    right: -4vw;
  }
}
.sec01 .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-dots {
    bottom: -2vw;
  }
}
.sec01 .slick-dots li {
  width: min( 0.7407407407vw, 8px );
  height: min( 0.7407407407vw, 8px );
  background: #F2E7CB;
  margin: 0 min( 0.6481481481vw, 7px );
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-dots li {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    margin: 0 1.2vw;
  }
}
.sec01 .slick-dots li.slick-active {
  background: #B29D50;
}
.sec01 .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec01 .slick-dots li button::before {
  display: none;
}
.sec01__bottom {
  margin-top: min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec01__bottom {
    margin-top: 13.3333333333vw;
  }
}

.sec01 {
  padding: min( 7.4074074074vw, 80px ) 0;
  background-color: #fafbf7;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec01 .sec01__inner {
  width: min( 85.1851851852vw, 920px );
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__inner {
    width: 92vw;
  }
}
.sec01__title01 {
  color: #076673;
  text-align: center;
  margin-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 {
    margin-bottom: 9.3333333333vw;
  }
}
.sec01__title01 .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--sub {
    font-size: 4vw;
  }
}
.sec01__title01 .--main {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main {
    font-size: 4.8vw;
  }
}
.sec01__title01 .--main span {
  background-color: #fafbf7;
  position: relative;
  display: inline-block;
}
.sec01__title01 .--main span:before {
  display: block;
  content: "";
  position: absolute;
  left: max( -20.3703703704vw, -220px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #076673;
  width: min( 18.5185185185vw, 200px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main span:before {
    left: -20vw;
    width: 16vw;
    height: 0.1333333333vw;
  }
}
.sec01__title01 .--main span:after {
  display: block;
  content: "";
  position: absolute;
  right: max( -20.3703703704vw, -220px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #076673;
  width: min( 18.5185185185vw, 200px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec01__title01 .--main span:after {
    right: -20vw;
    width: 16vw;
    height: 0.1333333333vw;
  }
}
.sec01__attractive {
  margin-bottom: min( 12.962962963vw, 140px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__attractive {
    margin-bottom: 22.1333333333vw;
  }
}
.sec01__attractive:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: max( -9.2592592593vw, -100px );
  transform: translateX(-50%);
  background-color: #444444;
  width: min( 0.0925925926vw, 1px );
  height: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec01__attractive:after {
    bottom: -16.8vw;
    width: 0.1333333333vw;
    height: 11.4666666667vw;
  }
}
.sec01__block {
  display: flex;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec01__block {
    display: block;
    margin-bottom: 8vw;
  }
}
.sec01__block__fig {
  flex: 0 0 min( 30.5555555556vw, 330px );
}
.sec01__block__text {
  flex: 0 0 min( 54.6296296296vw, 590px );
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec01__block__text {
    padding: 3.4666666667vw 0;
  }
}
.sec01__text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  padding: 1% 5%;
}
.sec01__text02 span {
  font-size: min( 1.4666666667vw, 16px );
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec01__text02 {
    font-size: 4vw;
  }
  .sec01__text02 span{
    font-size: 3vw;
  }
}
.sec01__title02 {
  text-align: center;
  margin-bottom: min( 6.2962962963vw, 68px );
}
@media screen and (max-width: 767px) {
  .sec01__title02 {
    margin-bottom: 9.6vw;
  }
}
.sec01__title02 .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 500;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01__title02 .--sub {
    font-size: 4.2666666667vw;
  }
}
.sec01__title02 .--main {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  color: #076673;
  margin: min( 0.5555555556vw, 6px ) 0 min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec01__title02 .--main {
    font-size: 5.3333333333vw;
    margin: 0;
  }
}
.sec01 .sec01__area {
  background-color: #fff;
  padding: min( 3.7037037037vw, 40px ) min( 7.3148148148vw, 79px ) min( 0.0925925926vw, 1px );
  margin: min( 3.7037037037vw, 40px ) 0 max( 0vw, 0px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__area {
    padding: 5.3333333333vw 6.6666666667vw 0.1333333333vw;
    margin: 0 0 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__area.--first {
    margin: 2.6666666667vw 0 10.6666666667vw;
  }
}
.sec01 .sec01__item {
  padding: 0 min( 0.8333333333vw, 9px ) min( 3.7037037037vw, 40px );
  width: min( 35.2777777778vw, 381px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item {
    width: 78.6666666667vw;
    margin: 0 0vw;
    padding: 0 0 5.3333333333vw;
  }
}
.sec01 .sec01__text01 {
  text-align: center;
  font-family: "Arapey", serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__text01 {
    font-size: 3.4666666667vw;
    margin: 0 0 5.2vw;
  }
}
.sec01 .sec01__text01 span {
  background-color: #e2f1f2;
  display: inline-block;
  padding: min( 0.1851851852vw, 2px ) min( 1.8518518519vw, 20px ) 0;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__text01 span {
    padding: 0.2666666667vw 2.6666666667vw 0;
  }
}
.sec01 .slick-list {
  overflow: hidden !important;
}
.sec01 .slick-arrow {
  position: absolute;
  width: min( 1.3888888889vw, 15px );
  height: min( 2.7777777778vw, 30px );
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-image: url("../img/common/slide_arrow02.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-arrow {
    width: 2.6666666667vw;
    height: 5.3333333333vw;
    top: 34.6666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 240%;
    height: 300%;
  }
}
.sec01 .slick-arrow:hover {
  filter: brightness(110%);
}
.sec01 .prev.slick-arrow {
  left: max( -4.2592592593vw, -46px );
}
@media screen and (max-width: 767px) {
  .sec01 .prev.slick-arrow {
    left: -4vw;
  }
}
.sec01 .next.slick-arrow {
  right: max( -4.2592592593vw, -46px );
  transform: translateY(-50%) rotateY(180deg);
  background-image: url("../img/common/slide_arrow02.png");
}
@media screen and (max-width: 767px) {
  .sec01 .next.slick-arrow {
    right: -4vw;
  }
}
.sec01 .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-dots {
    bottom: -2vw;
  }
}
.sec01 .slick-dots li {
  width: min( 0.7407407407vw, 8px );
  height: min( 0.7407407407vw, 8px );
  background: #F2E7CB;
  margin: 0 min( 0.6481481481vw, 7px );
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec01 .slick-dots li {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    margin: 0 1.2vw;
  }
}
.sec01 .slick-dots li.slick-active {
  background: #B29D50;
}
.sec01 .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec01 .slick-dots li button::before {
  display: none;
}
.sec01__bottom {
  margin-top: min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec01__bottom {
    margin-top: 13.3333333333vw;
  }
}

.sec02__top {
  background-color: #fff;
  padding: min( 9.2592592593vw, 100px ) 0 min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec02__top {
    padding: 16vw 0 1.3333333333vw;
  }
}
.sec02__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 92vw;
  }
}
.sec02__title {
  text-align: center;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec02__title {
    margin-bottom: 8vw;
  }
}
.sec02__title .--sub {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__title .--sub {
    font-size: 4.2666666667vw;
  }
}
.sec02__title .--main {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 120%;
  display: block;
  color: #076673;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec02__title .--main {
    font-size: 5.3333333333vw;
  }
}
.sec02__title .--main .--num {
  font-family: "Arapey", serif;
  font-size: min( 4.8148148148vw, 52px );
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .sec02__title .--main .--num {
    font-size: 8.5333333333vw;
  }
}
.sec02__anchorlist {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlist {
    display: block;
  }
}
.sec02__anchor {
  flex: 0 0 min( 27.7777777778vw, 300px );
  height: min( 8.3333333333vw, 90px );
  background-color: #fafbf7;
  border-radius: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec02__anchor {
    width: 84vw;
    height: 18.4vw;
    margin: 0 auto;
    border-radius: 11.7333333333vw;
    margin-bottom: 8.6666666667vw;
  }
}
.sec02__anchorlink {
  height: min( 8.3333333333vw, 90px );
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlink {
    height: 18.4vw;
  }
}
.sec02__anchorlink::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 0.9259259259vw, 10px );
  height: min( 2.7777777778vw, 30px );
  /*background-image: url(../img/common/sec02_arrow.svg);*/
  background-size: contain;
  background-position: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: max( -1.8518518519vw, -20px );
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlink::after {
    width: 2.6666666667vw;
    height: 8.8vw;
    bottom: -6vw;
  }
}
.sec02__anchorlink:hover {
  filter: brightness(110%);
}
.sec02__anchorlink:hover::after {
  transform: translate(-50%, 20%);
}
.sec02__anchorlink .--inner {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlink .--inner {
    font-size: 3.4666666667vw;
  }
}
.sec02__anchorlink .--gold {
  color: var(--gold, #B29D50);
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlink .--gold {
    font-size: 4.8vw;
  }
}
.sec02__anchorlink .--gold .--large {
  font-family: "Arapey", serif;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__anchorlink .--gold .--large {
    font-size: 6.9333333333vw;
  }
}
.sec02__bottom {
  background-color: #e2f1f2;
  padding: min( 11.5740740741vw, 125px ) 0 min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec02__bottom {
    padding: 20.9333333333vw 0 13.3333333333vw;
  }
}
.sec02__item {
  background-color: #fff;
  margin-bottom: min( 9.7222222222vw, 105px );
  padding: min( 7.4074074074vw, 80px ) min( 2.7777777778vw, 30px ) min( 3.7037037037vw, 40px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__item {
    margin-bottom: 11.4666666667vw;
    padding: 14.6666666667vw 4vw 10.6666666667vw;
  }
}
.sec02__item:last-child {
  margin-bottom: 0;
}
.sec02__circle {
  width: min( 17.3148148148vw, 187px );
  height: min( 17.3148148148vw, 187px );
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: max( -4.1666666667vw, -45px );
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec02__circle {
    width: 31.4666666667vw;
    height: 31.4666666667vw;
    top: -6vw;
  }
}
.sec02__circle .--inner {
  display: inline-block;
  padding-top: min( 1.2037037037vw, 13px );
}
@media screen and (max-width: 767px) {
  .sec02__circle .--inner {
    padding-top: 1.3333333333vw;
  }
}
.sec02__circle .--text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #076673;
  font-family: "Arapey", serif;
  text-align: center;
  display: block;
  position: relative;
  bottom: max( -0.9259259259vw, -10px );
}
@media screen and (max-width: 767px) {
  .sec02__circle .--text01 {
    font-size: 3.7333333333vw;
    bottom: -2.4vw;
  }
}
.sec02__circle .--text02 {
  font-size: min( 7.2222222222vw, 78px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #076673;
  font-family: "Arapey", serif;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__circle .--text02 {
    font-size: 12.2666666667vw;
  }
}
.sec02__title01 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec02__title01 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.4vw;
  }
}
.sec02__title01 .--inner {
  display: inline-block;
  border-bottom: min( 0.0925925926vw, 1px ) solid #444;
}
@media screen and (max-width: 767px) {
  .sec02__title01 .--inner {
    border-bottom: 0.1333333333vw solid #444;
  }
}
.sec02__title01 .--large {
  font-size: min( 3.1481481481vw, 34px );
  font-weight: 400;
  line-height: 110%;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .sec02__title01 .--large {
    font-size: 6.1333333333vw;
  }
}
.sec02__grid01 {
  display: grid;
  grid-template-columns: min( 38.8888888889vw, 420px ) min( 40.7407407407vw, 440px );
  row-gap: min( 1.3888888889vw, 15px );
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__grid01 {
    display: block;
  }
}
.sec02__fig01 {
  grid-row: 1/3;
  grid-column: 1/2;
  margin-right: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec02__fig01 {
    margin: 0 0 4vw;
  }
}
.sec02__text01 {
  grid-row: 1/2;
  grid-column: 2/3;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec02__text01 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}
.sec02__text02 {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .sec02__text02 {
    font-size: 3.4666666667vw;
  }
}
.sec02__grid02 {
  display: grid;
  grid-template-columns: min( 36.1111111111vw, 390px ) min( 40.7407407407vw, 440px );
}
@media screen and (max-width: 767px) {
  .sec02__grid02 {
    display: block;
    margin-top: 7.7333333333vw;
  }
}
.sec02__box01 {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-right: min( 2.7777777778vw, 30px );
  align-self: end;
  border-top: min( 0.0925925926vw, 1px ) solid var(--blue, #63A2B5);
  border-bottom: min( 0.0925925926vw, 1px ) x solid var(--blue, #63A2B5);
  padding: min( 2.4074074074vw, 26px ) 0 min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .sec02__box01 {
    margin: 0 0 6.1333333333vw;
    border-top: 0.1333333333vw solid var(--blue, #63A2B5);
    border-bottom: 0.1333333333vw solid var(--blue, #63A2B5);
    padding: 3.4666666667vw 0 2.9333333333vw;
  }
}
.sec02__box01 .--text01 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__box01 .--text01 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec02__box01 .--text02 {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__box01 .--text02 {
    font-size: 5.3333333333vw;
  }
}
.sec02__box01 .--text02 .--num {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 400;
  line-height: 100%;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .sec02__box01 .--text02 .--num {
    font-size: 9.0666666667vw;
  }
}
.sec02__leaf {
  grid-row: 1/3;
  grid-column: 2/3;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  width: min( 28.1481481481vw, 304px );
  height: min( 25vw, 270px );
  background-image: url(../img/common/deco_leaf.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__leaf {
    width: 61.6vw;
    height: 54.9333333333vw;
    padding-top: 4vw;
  }
}
.sec02__leaf .--text01 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  padding-top: min( 4.1666666667vw, 45px );
  letter-spacing: -0.01em;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec02__leaf .--text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 6vw;
  }
}
.sec02__leaf .--text02 {
  text-align: center;
}
.sec02__leaf .--text02 .--num {
  font-size: min( 11.1111111111vw, 120px );
  font-style: italic;
  font-weight: 400;
  font-family: "Arapey", serif;
  color: #63A2B5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec02__leaf .--text02 .--num {
    font-size: 24vw;
  }
}
.sec02__leaf .--text02 .--jp {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 180%;
  color: #63A2B5;
}
@media screen and (max-width: 767px) {
  .sec02__leaf .--text02 .--jp {
    font-size: 4.2666666667vw;
  }
}
.sec02__leaf .--astarisk {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  top: min( 12.962962963vw, 140px );
  right: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec02__leaf .--astarisk {
    font-size: 2.6666666667vw;
    top: 28vw;
    right: 12vw;
  }
}
.sec02__leaf .--text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__leaf .--text03 {
    font-size: 3.4666666667vw;
  }
}
.sec02__note {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: start;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  margin-top: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec02__note {
    font-size: 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.sec02__title02 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec02__title02 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.sec02__flex01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02__flex01 {
    display: block;
  }
}
.sec02__flex01__box {
  flex: 0 0 min( 37.962962963vw, 410px );
}
@media screen and (max-width: 767px) {
  .sec02__flex01__box {
    margin-top: 4vw;
  }
}
.sec02__text04 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin-top: min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .sec02__text04 {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}

.sec03 {
  padding: min( 9.2592592593vw, 100px ) 0;
  background-color: #fafbf7;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec03 .sec03__inner {
  width: min( 85.1851851852vw, 920px );
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__inner {
    width: 92vw;
  }
}
.sec03 .sec03__area {
  background-color: #fff;
  margin: max( 0vw, 0px ) 0 min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__area {
    margin: 0 0 5.3333333333vw;
  }
}
.sec03 .sec03__area.--first {
  margin: min( 3.7037037037vw, 40px ) 0 min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__area.--first {
    margin: 6.6666666667vw 0 5.3333333333vw;
  }
}
.sec03 .sec03__title1 {
  color: var(--gold, #8C6F04);
  font-family: "Arapey", serif;
  text-align: center;
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.1em;
  padding: min( 3.1481481481vw, 34px ) 0 min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title1 {
    font-size: 6.1333333333vw;
    padding: 4.9333333333vw 0 3.0666666667vw;
  }
}
.sec03 .sec03__listWrapper {
  margin: 0 max( -0.1851851852vw, -2px );
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__listWrapper {
    margin: 0 -0.2666666667vw;
  }
}
.sec03 .sec03__item {
  padding: 0 min( 0.1851851852vw, 2px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__item {
    padding: 0 0.2666666667vw 5.3333333333vw;
  }
}
.sec03 .sec03__text01 {
  color: var(--blue, #63A2B5);
  text-align: center;
  font-family: "Arapey", serif;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 400;
  line-height: 120%;
  margin: min( 1.3888888889vw, 15px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text01 {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0 0;
    letter-spacing: 0;
  }
}
.sec03 .sec03__text02 {
  color: var(--blue, #63A2B5);
  text-align: center;
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 600;
  line-height: 180%;
  margin: min( 0.3703703704vw, 4px ) 0 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text02 {
    font-size: 3.2vw;
    margin: 0vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text02 .--small {
    font-size: 2.6666666667vw;
  }
}
.sec03 .sec03__text03 {
  text-align: center;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin: min( 0.7407407407vw, 8px ) 0 0;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__text03 {
    font-size: 3.2vw;
    margin: 1.2vw 0 0;
  }
}
.sec03 .sec03__btnWrapper {
  width: min( 38.8888888889vw, 420px );
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__btnWrapper {
    width: 72vw;
  }
}
.sec03 .slick-list {
  overflow: hidden !important;
}
.sec03 .slick-arrow {
  position: absolute;
  width: min( 1.8518518519vw, 20px );
  height: min( 3.1481481481vw, 34px );
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background-image: url("../img/common/slide_arrow.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sec03 .slick-arrow {
    width: 2.9333333333vw;
    height: 5.6vw;
    top: 17.4666666667vw;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 240%;
    height: 300%;
  }
}
.sec03 .slick-arrow:hover {
  filter: brightness(110%);
}
.sec03 .prev.slick-arrow {
  left: max( -0.9259259259vw, -10px );
}
@media screen and (max-width: 767px) {
  .sec03 .prev.slick-arrow {
    left: -1.3333333333vw;
  }
}
.sec03 .next.slick-arrow {
  right: max( -0.9259259259vw, -10px );
  transform: translateY(-50%) rotateY(180deg);
  background-image: url("../img/common/slide_arrow.png");
}
@media screen and (max-width: 767px) {
  .sec03 .next.slick-arrow {
    right: -1.3333333333vw;
  }
}

.sec04 {
  background-color: #e2f1f2;
  padding: min( 8.7037037037vw, 94px ) 0 min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.sec04__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 92vw;
  }
}
.sec04__text01 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin: min( 1.5740740741vw, 17px ) 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec04__text01 {
    font-size: 3.4666666667vw;
    margin: 3.2vw 0 5.7333333333vw;
  }
}
.sec04__text01 span {
  display: inline-block;
  border-top: min( 0.0925925926vw, 1px ) solid #444;
  border-bottom: min( 0.0925925926vw, 1px ) solid #444;
  padding: 0 min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec04__text01 span {
    border-top: 0.1333333333vw solid #444;
    border-bottom: 0.1333333333vw solid #444;
    padding: 0 1.3333333333vw;
  }
}
.sec04__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec04__list {
    display: block;
  }
}
.sec04__item {
  flex: 0 0 min( 41.6666666667vw, 450px );
  background-color: #fff;
  margin-bottom: min( 1.8518518519vw, 20px );
  padding: 0 min( 3.7037037037vw, 40px ) min( 3.7037037037vw, 40px ) min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec04__item {
    margin-bottom: 8vw;
    padding: 4vw 4vw 4vw 5.3333333333vw;
  }
}
.sec04__titlebox {
  height: min( 11.1111111111vw, 120px );
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__titlebox {
    height: auto;
    margin-bottom: 5.3333333333vw;
  }
}
.sec04__step {
  display: flex;
  align-items: center;
}
.sec04__step .--text01 {
  font-size: min( 1.8518518519vw, 20px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #076673;
  font-family: "Arapey", serif;
  position: relative;
  bottom: max( -0.9259259259vw, -10px );
}
@media screen and (max-width: 767px) {
  .sec04__step .--text01 {
    font-size: 3.7333333333vw;
    bottom: -1.3333333333vw;
  }
}
.sec04__step .--text02 {
  font-size: min( 6.6666666667vw, 72px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #076673;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .sec04__step .--text02 {
    font-size: 12.2666666667vw;
  }
}
.sec04__title {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 100%;
  margin-left: min( 0.9259259259vw, 10px );
  margin-top: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: 4.8vw;
    margin-left: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.sec04__title .--small {
  font-size: min( 1.6666666667vw, 18px );
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec04__title .--small {
    font-size: 4vw;
  }
}
.sec04__text02 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 180%;
  margin: min( 1.6666666667vw, 18px ) 0;
}
@media screen and (max-width: 767px) {
  .sec04__text02 {
    font-size: 4.2666666667vw;
    margin: 2.9333333333vw 0 2.1333333333vw;
  }
}
.sec04__text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  padding-top: 1.8vw;
}
@media screen and (max-width: 767px) {
  .sec04__text03 {
    font-size: 3.4666666667vw;
  }
}

.sec05__top {
  background-color: #fafbf7;
  padding: min( 9.2592592593vw, 100px ) 0 min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec05__top {
    padding: 10.6666666667vw 0 8vw;
  }
}
.sec05__bottom {
  background-color: #FFFFFF;
  padding: min( 5.5555555556vw, 60px ) 0 min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec05__bottom {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.sec05__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: 92vw;
  }
}
.sec05__block {
  margin-top: min( 3.7037037037vw, 40px );
  background-color: #fff;
  padding: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec05__block {
    margin-top: 5.3333333333vw;
    padding: 0vw 4vw 4vw;
  }
}
.sec05__block.--france .sec05__border {
  width: min( 29.6296296296vw, 320px );
  margin-bottom: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--france .sec05__border {
    width: 84vw;
    margin-bottom: 4vw;
  }
}
.sec05__block.--france .sec05__price {
  margin-top: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--france .sec05__flex01__fig {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.sec05__block.--italy .sec05__flex01 {
  align-items: flex-start;
}
.sec05__block.--italy .sec05__border {
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--italy .sec05__border {
    width: 84vw;
    margin-bottom: 4vw;
    padding: 1.0666666667vw 0 2.6666666667vw;
  }
}
.sec05__block.--italy .sec05__text02 {
  margin-bottom: 0;
}
.sec05__block.--italy .sec05__text03 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec05__block.--italy .sec05__text04 {
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .sec05__block.--italy .sec05__flex01__fig {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.sec05__block.--column1 {
  padding: min( 0.9259259259vw, 10px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__block.--column1 {
    padding: 5.3333333333vw 0 4vw;
    margin-top: 9.8666666667vw;
  }
}
.sec05__block.--column1::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 1.8518518519vw, 20px );
  height: min( 1.8518518519vw, 20px );
  background-image: url(../img/common/sec05_plus.svg);
  background-size: contain;
  background-position: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: max( -2.7777777778vw, -30px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--column1::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -8vw;
  }
}
.sec05__block.--deco {
  padding-bottom: min( 3.8888888889vw, 42px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__block.--deco {
    padding: 8vw 4vw 5.3333333333vw;
  }
}
.sec05__block.--deco::before {
  content: "";
  display: block;
  position: absolute;
  width: min( 85.2777777778vw, 921px );
  height: min( 4.6296296296vw, 50px );
  /* background-image: url(../img/pc/sec05_deco.png); */
  background-size: contain;
  background-position: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: max( -2.3148148148vw, -25px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--deco::before {
    /* background-image: url(../img/sp/sec05_deco.png); */
    width: 92vw;
    height: 3.3333333333vw;
    top: -1.6vw;
  }
}
.sec05__block.--deco::after {
  content: "";
  display: block;
  position: absolute;
  width: min( 85.2777777778vw, 921px );
  height: min( 4.6296296296vw, 50px );
  background-image: url(../img/pc/sec05_deco.png);
  background-size: contain;
  background-position: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: max( -2.3148148148vw, -25px );
}
@media screen and (max-width: 767px) {
  .sec05__block.--deco::after {
    background-image: url(../img/sp/sec05_deco.png);
    width: 92vw;
    height: 3.3333333333vw;
    bottom: -1.6vw;
  }
}
.sec05__flex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec05__flex01 {
    display: block;
    margin-bottom: max( 0vw, 0px );
  }
}
.sec05__flex01__fig {
  flex: 0 0 min( 39.8148148148vw, 430px );
}
@media screen and (max-width: 767px) {
  .sec05__flex01__fig {
    margin-bottom: 5.3333333333vw;
  }
}
.sec05__flex01__textarea {
  flex: 0 0 min( 37.037037037vw, 400px );
}
.sec05__border {
  margin: 0 auto;
  color: #076673;
  text-align: center;
  border-top: min( 0.0925925926vw, 1px ) solid var(--red, #076673);
  border-bottom: min( 0.0925925926vw, 1px ) solid var(--red, #076673);
}
@media screen and (max-width: 767px) {
  .sec05__border {
    border-top: 0.1333333333vw solid var(--red, #076673);
    border-bottom: 0.1333333333vw solid var(--red, #076673);
  }
}
.sec05__text01 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec05__text01 {
    font-size: 4.8vw;
  }
}
.sec05__text01 .--small {
  font-size: min( 1.4814814815vw, 16px );
  line-height: 80%;
}
@media screen and (max-width: 767px) {
  .sec05__text01 .--small {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec05__flex02 {
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec05__flex02__left {
    margin-right: 8vw;
  }
}
.sec05__text02 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  margin-bottom: min( 0.5555555556vw, 6px );
  text-align: center;
  color: #076673;
}
@media screen and (max-width: 767px) {
  .sec05__text02 {
    font-size: 1.8666666667vw;
    margin-bottom: 0.8vw;
    text-align: left;
    letter-spacing: 0.01em;
  }
}
.sec05__text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min( 0.5555555556vw, 6px );
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec05__text03 {
    font-size: 3.4666666667vw;
    margin-bottom: 0.8vw;
    text-align: left;
    letter-spacing: -0.1em;
  }
}
.sec05__text03 .--medium {
  font-size: min( 1.2962962963vw, 14px );
}
.sec05__text03 .--small {
  font-size: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec05__text03 .--medium {
    font-size: 2.9333333333vw;
    letter-spacing: -0.01em;
  }
  .sec05__text03 .--small {
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
  }
}
.sec05__text04 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__text04 {
    font-size: 1.8666666667vw;
    text-align: left;
  }
}
.sec05__price {
  text-align: center;
}
.sec05__price .--num {
  font-size: min( 5.3703703704vw, 58px );
  font-weight: 400;
  line-height: 100%;
  font-family: "Arapey", serif;
}
@media screen and (max-width: 767px) {
  .sec05__price .--num {
    font-size: 9.8666666667vw;
  }
}
.sec05__price .--yen {
  font-size: min( 1.2925925926vw, 24px );
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__price .--yen {
    font-size: 3.6vw;
  }
}
.sec05__include {
  background-color: #fafbf7;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  padding: min( 0.2777777778vw, 3px ) 0 min( 0.2777777778vw, 3px ) min( 1.8518518519vw, 20px );
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec05__include {
    font-size: 4vw;
    padding: 0vw 0 0vw 2.6666666667vw;
  }
}
.sec05__list {
  display: flex;
  flex-wrap: wrap;
  gap: min( 1.1111111111vw, 12px );
  margin: 0 min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec05__list {
    gap: 2.4vw;
    margin: 0;
  }
}
.sec05__list.--column2 {
  gap: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec05__list.--column2 {
    gap: 2.4vw;
  }
}
.sec05__list.--column2 .sec05__item {
  flex: 0 0 min( 39.8148148148vw, 430px );
  margin-bottom: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec05__list.--column2 .sec05__item {
    flex: 0 0 100%;
    margin-bottom: 1.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec05__list.--column2 .sec05__item.--w02 {
    flex: 0 0 40.8vw;
  }
}
.sec05__list.--column1 {
  justify-content: center;
  gap: 0;
  margin: 0;
}
.sec05__list.--column1 .sec05__item {
  flex: 0 0 min( 23.1481481481vw, 250px );
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec05__list.--column1 .sec05__item {
    flex: 0 0 50.6666666667vw;
  }
}
.sec05__item {
  flex: 0 0 min( 18.5185185185vw, 200px );
  display: flex;
  align-items: center;
  margin-bottom: min( 0.3703703704vw, 4px );
}
@media screen and (max-width: 767px) {
  .sec05__item {
    flex: 0 0 40.8vw;
    margin-bottom: 1.4666666667vw;
  }
}
.sec05__item.--w01 {
  flex: 0 0 min( 37.037037037vw, 400px );
}
@media screen and (max-width: 767px) {
  .sec05__item.--w01 {
    flex: 0 0 100%;
  }
}
.sec05__item .--icon {
  flex: 0 0 min( 7.5925925926vw, 82px );
  margin-right: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec05__item .--icon {
    flex: 0 0 12.4vw;
    margin-right: 2.5333333333vw;
  }
}
.sec05__item .--text {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sec05__item .--text {
    font-size: 2.6666666667vw;
  }
}
.sec05__item .--text .--small {
  font-size: min( 0.9259259259vw, 10px );
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05__item .--text .--small {
    font-size: 2.6666666667vw;
  }
}
.sec05__web {
  text-align: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec05__web {
    text-align: left;
    font-size: 4vw;
  }
}
.sec05__web .--web01 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  background-color: #e2f1f2;
  display: inline-block;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec05__web .--web01 {
    font-size: 3.4666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.sec05__web .--web02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  margin-right: min( 1.3888888889vw, 15px );
  color: #076673;
}
@media screen and (max-width: 767px) {
  .sec05__web .--web02 {
    font-size: 4vw;
    margin-right: 2.6666666667vw;
  }
}
.sec05__text05 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 180%;
  margin: min( 4.1666666667vw, 45px ) 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec05__text05 {
    font-size: 4vw;
    margin: 2.6666666667vw 0 2.6666666667vw;
  }
}
.sec05__text06 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec05__text06 {
    font-size: 2.6666666667vw;
  }
}
.sec05__data {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: min( 2.037037037vw, 22px ) 0;
}
@media screen and (max-width: 767px) {
  .sec05__data {
    margin: 0 0 1.3333333333vw;
  }
}
.sec05__data .--label {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  border-radius: min( 2.7777777778vw, 30px );
  background: var(--beige, #fafbf7);
  width: min( 16.5740740741vw, 179px );
  height: min( 2.962962963vw, 32px );
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 min( 16.5740740741vw, 179px );
}
@media screen and (max-width: 767px) {
  .sec05__data .--label {
    font-size: 3.4666666667vw;
    width: 23.8666666667vw;
    height: 6.2666666667vw;
    flex: 0 0 23.8666666667vw;
    border-radius: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec05__data .--exp {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 600;
  line-height: 180%;
  margin-left: min( 0.9259259259vw, 10px );
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__data .--exp {
    font-size: 3.4666666667vw;
    flex: 0 0 58.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec05__data .--exp.--mr {
  margin-right: min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec05__data .--exp.--mr {
    margin-right: 0;
  }
}
.sec05__data .--exp.--last {
  flex: 0 0 min( 61.5740740741vw, 665px );
  padding-top: min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .sec05__data .--exp.--last {
    flex: 0 0 58.6666666667vw;
    padding-top: 0;
  }
}
.sec05__btnarea {
  margin-top: min( 1.2962962963vw, 14px );
}

.sec06 {
  background-color: #fafbf7;
  padding: min( 6.4814814815vw, 70px ) 0 min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec06__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 92vw;
  }
}
.sec06__list {
  display: flex;
  justify-content: space-between;
  margin-top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec06__list {
    display: block;
    margin-top: 8vw;
  }
}
.sec06__item {
  flex: 0 0 min( 41.6666666667vw, 450px );
  background-color: #fff;
  padding: 0 min( 2.7777777778vw, 30px ) min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec06__item {
    padding: 1.3333333333vw 4vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.sec06__option {
  height: min( 10.1851851852vw, 110px );
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__option {
    height: auto;
    margin-bottom: 3.4666666667vw;
  }
}
.sec06__option .--text01 {
  font-size: min( 1.8518518519vw, 20px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #63A2B5;
  font-family: "Arapey", serif;
  margin-right: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec06__option .--text01 {
    font-size: 3.7333333333vw;
    margin-right: 1.0666666667vw;
  }
}
.sec06__option .--text02 {
  font-size: min( 6.2962962963vw, 68px );
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  color: #63A2B5;
  font-family: "Arapey", serif;
  margin-right: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec06__option .--text02 {
    font-size: 12.2666666667vw;
    margin-right: 1.0666666667vw;
  }
}
.sec06__option .--text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  color: #fff;
  letter-spacing: -0.01em;
  flex: 0 0 min( 23.2407407407vw, 251px );
  background-image: url(../img/pc/sec06_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: min( 23.2407407407vw, 251px );
  height: min( 2.6851851852vw, 29px );
}
@media screen and (max-width: 767px) {
  .sec06__option .--text03 {
    font-size: 3.4666666667vw;
    flex: 0 0 57.2vw;
    background-image: url(../img/sp/sec06_deco.png);
    width: 57.2vw;
    height: 6vw;
  }
}
.sec06__option .--text03.--frit {
  padding-left: min( 8.7962962963vw, 95px );
}
@media screen and (max-width: 767px) {
  .sec06__option .--text03.--frit {
    padding-left: 24vw;
  }
}
.sec06__option .--text03.--fr {
  padding-left: min( 12.5vw, 135px );
}
@media screen and (max-width: 767px) {
  .sec06__option .--text03.--fr {
    padding-left: 32vw;
  }
}
.sec06__title {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.sec06__fig {
  margin-bottom: min( 2.1296296296vw, 23px );
}
@media screen and (max-width: 767px) {
  .sec06__fig {
    margin-bottom: 4.6666666667vw;
  }
}
.sec06__text01 {
  margin-bottom: min( 0.7407407407vw, 8px );
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec06__text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec06__text02 {
  display: flex;
  align-items: center;
  margin-bottom: min( 1.5740740741vw, 17px );
}
@media screen and (max-width: 767px) {
  .sec06__text02 {
    margin-bottom: 1.6vw;
  }
}
.sec06__text02 .--text {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  color: #63A2B5;
  margin-right: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .sec06__text02 .--text {
    font-size: 4vw;
    margin-bottom: 4.5333333333vw;
  }
}
.sec06__text02 .--icon {
  flex: 0 0 min( 7.5925925926vw, 82px );
}
@media screen and (max-width: 767px) {
  .sec06__text02 .--icon {
    flex: 0 0 17.7333333333vw;
  }
}
.sec06__text03 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec06__text03 {
    font-size: 3.2vw;
  }
}

.sec07 {
  padding: min( 9.2592592593vw, 100px ) 0;
  background-color: #e2f1f2;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec07__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: 84vw;
  }
}
.sec07__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec07__flex {
    display: block;
  }
}
.sec07__flex__left {
  flex: 0 0 min( 27.962962963vw, 302px );
  margin-right: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec07__flex__left {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.sec07__flex__right {
  flex: 0 0 min( 43.8888888889vw, 474px );
}
.sec07__text01 {
  letter-spacing: -0.01em;
  margin-bottom: min( 1.1111111111vw, 12px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__text01 {
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.sec07__text01 span {
  display: inline-block;
  border-top: min( 0.0925925926vw, 1px ) solid #444;
  border-bottom: min( 0.0925925926vw, 1px ) solid #444;
  padding: min( 0.1851851852vw, 2px ) min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec07__text01 span {
    border-top: 0.1333333333vw solid #444;
    border-bottom: 0.1333333333vw solid #444;
    padding: 0.2666666667vw 1.3333333333vw;
  }
}
.sec07__text02 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
  line-height: 180%;
  margin-bottom: min( 0.7407407407vw, 8px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__text02 {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.sec07__text03 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 600;
  line-height: 100%;
  color: #076673;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__text03 {
    font-size: 6.4vw;
  }
}
.sec07__text03 .--num {
  font-family: "Arapey", serif;
  font-size: min( 6.2962962963vw, 68px );
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__text03 .--num {
    font-size: 10.9333333333vw;
  }
}
.sec07__note {
  margin-top: min( 1.6666666667vw, 18px );
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: 2.6666666667vw;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}

.sec08 {
  padding: min( 9.2592592593vw, 100px ) 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec08__inner {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    width: 92vw;
  }
}
.sec08__title {
  text-align: center;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec08__title {
    margin-bottom: 3.6vw;
  }
}
.sec08__title .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  margin-bottom: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec08__title .--sub {
    font-size: 4.4vw;
    margin-bottom: 3.6vw;
  }
}
.sec08__title .--main {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec08__title .--main {
    font-size: 5.3333333333vw;
  }
}
.sec08__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__flex {
    display: block;
  }
}
.sec08__fig {
  flex: 0 0 min( 42.5925925926vw, 460px );
}
@media screen and (max-width: 767px) {
  .sec08__fig {
    margin-bottom: 4.2666666667vw;
  }
}
.sec08__box {
  flex: 0 0 min( 39.8148148148vw, 430px );
}
.sec08__text01 {
  font-size: min( 3.8888888889vw, 42px );
  font-weight: 400;
  line-height: 120%;
  color: #63A2B5;
  font-family: "Arapey", serif;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__text01 {
    font-size: 9.8666666667vw;
  }
}
.sec08__text01 span {
  position: relative;
  display: inline-block;
}
.sec08__text01 span:before {
  display: block;
  content: "";
  position: absolute;
  left: max( -14.8148148148vw, -160px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #63A2B5;
  width: min( 12.962962963vw, 140px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec08__text01 span:before {
    left: -33.0666666667vw;
    width: 30.4vw;
    height: 0.1333333333vw;
  }
}
.sec08__text01 span:after {
  display: block;
  content: "";
  position: absolute;
  right: max( -14.8148148148vw, -160px );
  top: 50%;
  transform: translateY(-50%);
  background-color: #63A2B5;
  width: min( 12.962962963vw, 140px );
  height: min( 0.0925925926vw, 1px );
}
@media screen and (max-width: 767px) {
  .sec08__text01 span:after {
    right: -33.0666666667vw;
    width: 30.4vw;
    height: 0.1333333333vw;
  }
}
.sec08__text02 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec08__text02 {
    font-size: 3.2vw;
    margin-bottom: 4.6666666667vw;
  }
}
.sec08__text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min( 1.8518518519vw, 20px );
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec08__text03 {
    font-size: 3.2vw;
    margin-bottom: 4.1333333333vw;
  }
}
.sec08__dl {
  display: flex;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec08__dl {
    margin-bottom: 1.3333333333vw;
  }
}
.sec08__dl dt {
  flex: 0 0 min( 7.2222222222vw, 78px );
  background-color: #63A2B5;
  color: #fff;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__dl dt {
    flex: 0 0 18.9333333333vw;
    font-size: 3.2vw;
  }
}
.sec08__dl dd {
  flex: 0 0 min( 32.5925925926vw, 352px );
  background-color: #fafbf7;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec08__dl dd {
    flex: 0 0 73.0666666667vw;
    font-size: 3.2vw;
    padding: 0 2.6666666667vw;
  }
}

.sec09__top {
  background-color: #fafbf7;
}
@media screen and (max-width: 767px) {
  .sec09__top {
    background-color: #fff;
  }
}
.sec09__bottom {
  padding: min( 7.4074074074vw, 80px ) 0;
  background-color: #e2f1f2;
}
@media screen and (max-width: 767px) {
  .sec09__bottom {
    padding: 13.3333333333vw 0;
  }
}
.sec09__title02 {
  text-align: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec09__title02 {
    margin-bottom: 5.3333333333vw;
  }
}
.sec09__title02 .--sub {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--sub {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec09__title02 .--main {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 600;
  line-height: 180%;
  display: block;
  color: #076673;
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--main {
    font-size: 6.4vw;
  }
}
.sec09__block {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto min( 3.7037037037vw, 40px );
  background-color: #fff;
  padding: min( 2.7777777778vw, 30px ) min( 2.7777777778vw, 30px ) min( 3.7037037037vw, 40px ) min( 13.8888888889vw, 150px );
}
@media screen and (max-width: 767px) {
  .sec09__block {
    width: 92vw;
    margin: 0 auto 5.3333333333vw;
    padding: 4vw 4vw 5.3333333333vw;
  }
}
/*# sourceMappingURL=lp.css.map */










































@charset "UTF-8";
body {
  font-feature-settings: "palt";
}
html {
  cursor: default;
  font-size: 5.33px;
  overflow-x: hidden;
}
img {
  display : block;
  max-width : 100%;
  height: auto;
}

/* common */
.sp-wrap {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(171, 163, 147, 0.3);
}

.pc-bg {
  display: none;
}

.pc_bg_item .item {
  position: fixed;
}

/* circle */
.pc_bg_item .pc_bg_item01 {
  width: 39em;
  right: 0;
  margin: auto;
  top: 8%;
  left: -85rem;
  z-index: -1;
  animation-name: btn-rotate;
  animation-duration: 30s;
  animation-timing-function:linear;
  animation-iteration-count: infinite;
}

@keyframes btn-rotate {
  100%{
    transform: rotate(360deg);
  }
}

/* loop_item */
.pc_bg_item .pc_bg_item02 {
  left: 0;
}

.pc_bg_item .pc_bg_item03 {
  right: 0;
  transform: rotate( 180deg );
}

.pc_bg_item .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  height: 100vh;
}

.pc_bg_item .scroll-infinity__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  height: 200%;
  animation: infinity-scroll-up 65s infinite linear;
}

.pc_bg_item .scroll-infinity__item {
  height: 100vh;
}

.pc_bg_item .scroll-infinity__item>img {
  height: 100%;
  width: 100%;
  padding-bottom: 10rem;
}

@keyframes infinity-scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

/* kazari_01 */
.pc_bg_item .pc_bg_item04 {
  width: 22%;
  top: 2%;
  right: 10%;
}

/* kazari_02 */
.pc_bg_item .pc_bg_item05 {
  width: 2%;
  bottom: 2%;
  right: 0;
  left: 90rem;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width:750px) {
  .pc_bg_item .pc_bg_item01 {
    display: none;
  }
}

@media screen and (max-width:960px) {
  .pc_bg_item .pc_bg_item02,
  .pc_bg_item .pc_bg_item03,
  .pc_bg_item .pc_bg_item04 {
    display: none;
  }
}

@media (min-width: 400px) {
  .pc-bg {
    /*background-image: url("../img/pc_bg.webp");*/
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pc-bg picture {
    width: 100%;
    height: 100%;
  }
  .pc-bg picture img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:1920px) {
  html {
    /* font-size: 0.08vw; */
    /* font-size: 10px; */
  }
}

@media screen and (max-width:750px) {
  html {
    font-size: 1.33vw;
  }

  .sp-wrap {
    width: 100%;
  }

  .header {
    width: 100%!important;
  }
}

@media screen and (max-width:375px) {
  html {
    font-size: 31.25%;
  }
  .is-pc {
    display: none;
  }
}


/*  font style  */
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
}

.letter_b {
  letter-spacing: -1rem;
}

.letter_s {
  letter-spacing: -.5rem;
}

/* margin padding */
.plr_7 {
  padding: 0 .7rem;
}

.pr_7 {
  padding-right: .7rem;
}


.mb_10 {
  margin-bottom: 10rem;
}

.mb_16 {
  margin-bottom: 16rem;
}

/* font-size */
.txt_size_20 {
  font-size: 2rem;
}

.txt_size_23 {
  font-size: 2.3rem;
}

.txt_size_30 {
  font-size: 3rem;
}

.txt_size_32 {
  font-size: 3.2rem;
}

.txt_size_33 {
  font-size: 3.3rem;
}

.txt_size_34 {
  font-size: 3.4rem;
}

.txt_size_35 {
  font-size: 3.5rem;
}

.txt_size_40 {
  font-size: 4rem;
}

.txt_size_45 {
  font-size: 4.5rem;
}

.txt_size_50 {
  font-size: 5rem;
}

.txt_size_60 {
  font-size: 6rem;
}

.txt_size_67 {
  font-size: 6.7rem;
}

.txt_size_70 {
  font-size: 7rem;
}

.txt_size_80 {
  font-size: 8rem;
}

.txt_size_100 {
  font-size: 10rem;
}

/* line-height */
.line_h {
  line-height: 5rem;
}


/* common */

.tag_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 3rem auto;
}

.tag {
  display: inline-block;
  color: #BC9E53;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border: solid .1rem #BC9E53;
  border-radius: .8rem;
}

/* period */
.campaign_period {
  background-color: #fff;
  width: 63rem;
  margin: 9rem auto 3rem;
  border-top: .1rem solid #BC9E53;
  border-bottom: .1rem solid #BC9E53;
  padding: 1rem 0;
}

.campaign_period .period_title {
  background-color: #BC9E53;
  padding: 1.5rem 2rem;
  color: #fff;
}

.campaign_period .period {
  color: #BC9E53;
  padding-right: 5rem;
  font-weight: 600;
}

.campaign_period .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4rem;
}

.campaign_period .line {
  border-bottom: .1rem dashed #BC9E53;
  margin: 1.5rem 0;
}


/* 大タイトル */
.big_title p {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right bottom, #9B7B34, #BC9E53);
  padding: 0 2.5rem;
  margin-bottom: 1rem;
  height: 8.3rem;
  line-height: 7.6rem;
}




/* slide */
.swiper__wrap {
  position: relative;
}

.swiper__wrap img {
  margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
  height: 8rem;
  width: 8rem;
  transition: .3s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 10rem;
  width: 10rem;
  margin: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .8;
}

.swiper-button-next, .swiper-button-prev {
  top: 45%;
}


/* animation */
/* mv用 */
.showup_blur-long {
  filter: blur(4px) brightness(150%);
  -webkit-filter:blur(4px) brightness(150%);
  transition: 1.7s;
}

.active {
  opacity: 1;
  filter: blur(0) brightness(100%);
  -webkit-filter:blur(0) brightness(100%);
  transform: translate(0) rotate(0deg) scale(1);
  will-change: transform
}

/* ズームイン */
@keyframes ZoomIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

/* 大⇒元の大きさになりながら表示 */
@keyframes SmallIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

/* きらっと表示 */
@keyframes glowFadeIn {
  0% {
    filter: brightness(1.5) blur(8px);
  }
  100% {
    filter: brightness(1) blur(0);
  }
}

/* 左からスライドイン */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 右からスライドイン */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 下から上にからスライドイン */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* 下から上にからスライドイン 小 */
@keyframes fadeInUp_mini {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* フェードイン */
@keyframes FadeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* かくかく動く */
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(15deg);
  }
}

@keyframes decoSwing2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

/* 画像をくるっと回して色付ける */
@keyframes icon_color {
  0% {
    transform: rotateX(0deg);
  }
  50% {
  }
  100% {
    opacity: 1;
    transform: rotateY(360deg);
  }
}

/* 画像を上から下に表示 */
@keyframes revealImage {
  0% {
    clip-path: inset(0 0 100% 0); /* 非表示 */
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0); /* 画像が完全に表示される */
  }
}

/* ==================== cta ==================== */
/* fv_bottom_cta_wrap */
.fv_bottom_cta_wrap {
  margin-top: -5rem;
  margin-bottom: 6rem;
}

.cta_wrap .cta_btn {
  position: relative;
  display: block;
  width: 65rem;
  margin: auto;
  transition: .3s;
  z-index: 10;
}

.cta_wrap .cta_btn img {
  width: 100%;
}

.cta_wrap .cta_btn:hover {
  opacity: .7;
}

/* ================== footer ================== */
.footer {
    margin-top: 4.8rem;
    padding: 2.8rem 0;
  }

  @media (min-width: 400px) {
    .footer {
      margin-top: px(48);
      padding: px(28) 0;
    }
  }

  .footer .copyright {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: normal;
  }
  @media (min-width: 400px) {
    .footer .copyright {
      font-size: px(12);
    }
  }
  .body .cv-wrap {
    position: fixed;
    bottom: 0;
    right: -2.6rem;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  @media (min-width: 400px) {
    .body .cv-wrap {
      top: 886.55px;
      right: -387.4px;
    }
  }
  .body .cv-wrap.js-block {
    opacity: 1;
    visibility: visible;
  }
  .body .cv-btn {
    display: inline-block;
    width: 15.2rem;
  }
  @media (min-width: 400px) {
    .body .cv-btn {
      width: 226.48px;
    }
  }
  .body .cv-btn img {
    width: 100%;
  }
  .body .main .nav {
    display: none;
    font-size: 10px;
  }
  .header {
    display: block;
  }

@media (min-width: 1440px) {
    .body .main .nav {
      display: block;
      position: fixed;
      left: 8.5vw;
      width: 370px;
      margin-top: 35px;
    }
    .body .main .nav__list__item {
      border-bottom: .1rem solid #BC9E53;
    }
    .body .main .nav__list .logo {
      width: 270px;
      margin: 0 auto;
    }
    .body .main .nav__list__item a {
      color: #BC9E53;
      font-size: 3.5rem;
      font-weight: 500;
      line-height: 3.41rem;
      position: relative;
      display: block;
      padding-bottom: 1.3rem;
      transition: .3s;
    }
    .body .main .nav__list__item a:hover {
      opacity: .5;
    }
    .body .main .nav__list__item:first-child {
        margin-top: 8px;
    }
    .body .main .nav__list__item:not(:first-child) {
        margin-top: 6rem;
    }
    .body .main .nav__list__item:last-child {
        margin-bottom: 2px;
    }
    .body .main .nav__list .nav-category {
        position: relative;
    }
    .body .main .nav__list__item a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #BC9E53;
        line-height: 1;
        margin-right: 2rem;
        height: 2rem;
        width: 2rem;
        border: .15rem solid currentColor;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;

        position: absolute;
        right: 1rem;
        top: 30%;
        transform: translateY(-30%) rotate(135deg);
    }
    .header {
      display: none;
    }
}

@media (max-width: 1750px) {
  .body .main .nav {
    width: 260px;
  }

  .body .main .nav__list .logo {
    width: 200px;
  }
  .body .main .nav__list__item a {
    font-size: 2.7rem;
  }

  .body .main .copy .logo__img {
    width: 250px!important;
  }

  .body .main .copy .cv__btn__img {
    width: 200px!important;
}
}

.body .main .copy {
  display: none;
  text-align: center;
}

@media (min-width: 1150px) {
  .body .main .copy {
    display: block;
    position: fixed;
    bottom: 3vw;
    right: 8.5vw;
  }
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 20px;
  height: 1px;
  background-color: #fff;
  margin-left: 15px;
}
.dli-arrow-right::before {
  content: '';
  width: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  right: -1px;
  box-sizing: border-box;
  color: #fff;
}

.body .main .copy .logo__img {
  width: 336px;
  margin: 0 auto;
}

.body .main .copy .cv__btn__img {
  width: 260px;
  margin: 35px auto 0;
  transition: .3s;
}

.body .main .copy .cv__btn__img:hover {
  opacity: .8;
}
.body .main .copy .btn {
  width: 42rem;
  margin: 0 auto;
}

/* ================== cta ================== */
.cta {
  position: fixed;
  top: calc(100vh - 17rem);
  left: 0;
  right: 0;
  margin: auto;
  height: 15rem;
  z-index: 999;

  opacity: 0;
  filter: blur(4px);
  transition: .3s;
}
.cta.active {
  opacity: 1;
  filter: blur(0);
}

.cta_wrap .cv_btn {
  position: absolute;
  bottom: 3.5%;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1.1rem;
  text-align: center;
  width: 69rem;
  background: linear-gradient(to right, #FF848C, #D64D74);
  padding: 4.5rem;
  border-radius: 10rem;
  transition: .3s;
  z-index: 999;
}

.cta_wrap .cv_btn:hover {
  opacity: 0.9;
}


/*　================== header================== */
.header {
  position: fixed;
  background-color: #fff;
  height: auto;
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  text-align: center;
  transition: .8s;
}

.header .logo {
  width: 31.6rem;
  height: 10rem;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  /* margin-top: 10rem; */
  clear: both;
  background-color: #fff;
  opacity: 0; /* 初期状態では非表示 */
  visibility: hidden; /* 初期状態では非表示 */
  transition: opacity .5s ease, visibility 0s linear .5s;
}

.menu .top_logo {
  background-color: #fff;
  padding: 0;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  font-size: 3.8rem;
  text-transform: capitalize;
  color: #BC9E53;
  opacity: 0;
  transition: .5s;
}

.menu li {
  padding: 2.5rem 0;
  margin: 0 3rem;
  opacity: 0;
  transition: .5s;
}

.menu li.under_line {
  border-bottom: 1px solid #BC9E53;
}

.menu a,
.menu li {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease 0.1s, visibility 0s linear 0s; /* 項目が表示される際に遅延を加える */
}


.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 3.5rem 3rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100;
}

@media (min-width: 1440px) {
  .navicon {
    display: none!important;
  }
}

.navicon {
  background: #BC9E53;
  display: block;
  height: .3rem;
  width: 5rem;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #BC9E53;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 1.3rem;
}

.navicon:after {
  bottom: 1.3rem;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-30deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(30deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}






/*  ======== soudan_wrap ======== */
.soudan_wrap {
  position: relative;
}

.soudan_wrap .bg_img {
  margin: 10rem auto;
  width: 69rem;
}

.soudan_wrap .box {
  position: absolute;
  top: 16rem;
  left: 0;
  right: 0;
  margin: auto;
}

.soudan_wrap .title {
  text-align: center;
  color: #F77272;
  font-weight: 600;
}

.soudan_wrap .soudan_point {
  width: 62rem;
  margin: 6rem auto 0;
  padding-left: 2rem;
}

.soudan_wrap .soudan_point p {
  display: flex;
  align-items: start;
  padding-bottom: 2rem;
}

.soudan_wrap .soudan_point p::before {
  content: "";
  display: block;
  background-image: url(../img/soudan_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.4rem;
  height: 3rem;
  margin-right: 2rem;
}



/* ================== qa_wrap ================== */
.qa_wrap {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 7rem 2rem 10rem;
  background-color: #FCE0E0;
  margin: 10rem auto 0;
  width: min(85.1851851852vw, 920px);
}
}

.qa_title  {
  font-weight: 600;
}

/* accordion */
.qa_ac {
  margin-top: 6rem;
}

.ac {
  line-height: 4rem;
}

.ac dt {
  margin: 0 auto;
}
.ac-parent {
  position: relative;
}
.ac-parent .title__img {
  position: absolute;
  width: 24.6rem;
  top: -40%;
  left: 0;
}

.ac_title {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 1rem;
  cursor: pointer;
}

.ac_title .txt_box {
  width: 70%;
  text-align: left;
}

.ac_title.question,
.ac_child.answer {
  display: flex;
  gap: 2.5rem;
}

.ac_title.question {
  align-items: center;
  border-top: solid .2rem #929292;
}

.ac_child.answer {
  align-items: start;
  border-top: solid .2rem #929292;
}

.q7 .ac_child.answer {
  border-top: none;
}

.q7 .ac_title.question {
  border-bottom: solid .2rem #929292;
}

.ac_title.question::before {
  content: "";
  display: block;
  background-image: url(../img/q_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
}

.ac_child.answer::before {
  content: "";
  display: block;
  background-image: url(../img/a_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
}

.ac_child {
  display: flex;
  gap: 2rem;
  padding: 3rem 1rem;
  letter-spacing: .1rem;
}

.ac_child.line {
  align-items: center;
}

.ac_child a {
  color: #EE848C;
  text-decoration: underline;
}

.ac_child span {
  display: block;
  line-height: 3rem;
}

.ac_child .q_icon {
  color: #EE848C;
  border: solid .2rem #EE848C;
  line-height: 1.5;
  text-align: center;
  height: 6rem;
  width: 6rem;
  background-color: #fff;
  border-radius: 5rem;
}

.ac_child .txt_box {
  /*width: 51rem;*/
  text-align: left;
  text-align: justify;
}

.ac_iconwrap {
  position: absolute;
  width: 7.7rem;
  height: 7.7rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.ac-parent .ac_icon {
  position: relative;
  height: 1.8rem;
  width: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.ac-parent .ac_icon {
  transform: rotate(180deg);
}
.ac-parent .ac_icon.open {
  transform: rotate(0deg);
}
.plus::before,.plus::after  {
  content: '';
  display: inline-block;
  width: 5rem;
  height: .25rem;
  background-color: #AAAAAA;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
.plus.open::before {
  opacity: 0;
}
.plus.open::after {
  transform: translateY(-50%) rotate(180deg);
}



/* ================== shop_list_wrap ================== */
.shop_list_wrap {
  text-align: center;
  padding: 11rem 0 6.5rem;
}

.shop_list_wrap .shop_list_title {
  font-weight: 600;
}

.shop_list_wrap .main_txt {
  margin: 6rem auto 4.5rem;
}

/* shop_list_menu */
.shop_list_wrap .ac {
  margin-bottom: .3rem;
}

.shop_list_wrap .ac_child {
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
.shop_list_wrap .shop_list_menu {
  width: 69rem!important;
}
  .shop_list_wrap .ac_child {
  justify-content: space-between!important;
}
}
.shop_list_wrap .shop_list_menu {
  width: 100rem;
  margin: auto;
}

.shop_list_wrap .ac_title,
.shop_list_wrap .ac_child {
  padding: 0;
}

.shop_list_wrap .ac_title .shop_area {
  width: 100%;
  display: flex;
  height: 12rem;
  line-height: 12rem;
  margin: auto;
  background-color: #EAE4D6;
  padding: 0 3rem;
}

.shop_list_wrap .ac_iconwrap {
  right: 3rem;
}

.shop_list_wrap .plus::before,
.shop_list_wrap .plus::after  {
  content: '';
  display: block;
  background-image: url(../img/shop_list_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  background-color: initial;
}

.shop_list_wrap .plus::after {
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.shop_list_wrap .plus.open::before {
  opacity: 0;
}

.shop_list_wrap .plus.open::after {
  transform: translateY(-50%) scaleY(-1);
}

.shop_list_wrap .plus.open::after {
  transform: translateY(-50%) scaleY(-1);
}

.shop_list_wrap .shop_box {
  padding: 4.5rem 0;
}

.shop_list_wrap .shop_box a {
  color: #000;
  text-decoration: none;
}

.shop_list_wrap .shop_box img {
  width: 33rem;
}

.shop_list_wrap .shop_box .shop_name {
  margin: 2.5rem 0 0;
}

.shop_list_wrap .shop_box .shop_name.one_lines {
  margin-bottom: 5.5rem;
}

.shop_list_wrap .shop_box .shop_name.two_lines {
  margin-bottom: 1.5rem;
}

.shop_list_wrap .shop_box .shop_tel {
  margin-bottom: 2.5rem;
}

.shop_list_wrap .shop_box .shop_btn {
  margin-bottom: 2rem;
  transition: .3s;
}

.shop_list_wrap .shop_box .shop_btn:hover {
  opacity: .6;
}
