@charset "UTF-8";
.font, body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1E355B;
}
@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: #1E355B;
  cursor: pointer;
  transition: 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: #1E355B;
}
.text__white {
  color: #fff;
}
.text__silver {
  color: #f1f1f1;
}
.text__accent {
  color: #D93604;
}
.text__yellow {
  color: #F2F013;
}
.text__pink {
  color: #F46FB8;
}

.bg__txt {
  background: #1E355B;
}
.bg__white {
  background: #fff;
}
.bg__silver {
  background: #f1f1f1;
}
.bg__accent {
  background: #D93604;
}
.bg__yellow {
  background: #F2F013;
}
.bg__pink {
  background: #F46FB8;
}

.line__top__txt {
  border-top: 1px solid #1E355B;
}
.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 #D93604;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__yellow {
  border-top: 1px solid #F2F013;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__pink {
  border-top: 1px solid #F46FB8;
}
.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%, #1E355B 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%, #D93604 60%);
}
.marker__yellow {
  background: linear-gradient(transparent 60%, #F2F013 60%);
}
.marker__pink {
  background: linear-gradient(transparent 60%, #F46FB8 60%);
}

.line__txt {
  border-bottom: 1px solid #1E355B;
}
.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 #D93604;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__yellow {
  border-bottom: 1px solid #F2F013;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__pink {
  border-bottom: 1px solid #F46FB8;
}
.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%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min( 100vw, 1080px );
  padding: min( 1.4814814815vw, 16px ) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
.adlp-header__logo {
  width: min( 12.037037037vw, 130px );
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: 30.4vw;
  }
}
.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;
  }
}

.adlp-footer {
  background-color: #333;
  padding: min( 7.4074074074vw, 80px ) 0 min( 17.7777777778vw, 192px );
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 10.6666666667vw 0 31.4666666667vw;
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto min( 9.2592592593vw, 100px );
  gap: min( 2.7777777778vw, 30px ) min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    justify-content: flex-start;
    gap: 4vw 8vw;
    width: 100%;
    margin: 0 0 17.3333333333vw 8vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu.--m3 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu.--m4 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu.--m6 {
    width: 38%;
  }
}
.adlp-footer__menu a {
  color: #fff;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: 3.2vw;
    line-height: 180%;
  }
}
.adlp-footer__text {
  font-size: min( 1.1111111111vw, 12px );
  line-height: 160%;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: 2.1333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}

.adlp-floating {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min( 177.7777777778vw, 1920px );
  padding: min( 2.8703703704vw, 31px ) 0 min( 2.8703703704vw, 31px );
  z-index: 90;
  display: none;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: 1.6vw 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min( 100vw, 1080px );
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
  }
}
.adlp-floating__close {
  width: min( 4.6296296296vw, 50px );
  height: min( 4.6296296296vw, 50px );
  background-image: url("data:image/svg+xml,%3C!--%3Fxml version='1.0' encoding='utf-8'%3F--%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='_x32_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='width: 256px; height: 256px; opacity: 1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234B4B4B;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='339.566,150.861 256,234.436 172.444,150.861 150.87,172.444 234.426,256 150.87,339.556 172.444,361.139 256,277.574 339.566,361.139 361.139,339.566 277.574,256 361.139,172.444 ' style='fill: rgb(75, 75, 75);'%3E%3C/polygon%3E%3Cpath class='st0' d='M256,0C114.616,0.019,0.018,114.616,0,256c0.018,141.385,114.616,255.982,256,256 c141.393-0.018,255.991-114.615,256-256C511.991,114.616,397.393,0.019,256,0z M417.762,417.762 c-41.44,41.413-98.547,66.995-161.762,66.995c-63.214,0-120.312-25.582-161.762-66.995C52.825,376.313,27.244,319.215,27.244,256 S52.825,135.688,94.238,94.238C135.688,52.825,192.786,27.244,256,27.244c63.215,0,120.322,25.582,161.762,66.994 c41.422,41.45,67.004,98.547,67.004,161.762S459.184,376.313,417.762,417.762z' style='fill: rgb(75, 75, 75);'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  margin: 0 auto min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: 3.4666666667vw;
    margin: 0 auto 2vw;
  }
}
.adlp-floating__lead {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 126%;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .adlp-floating__lead {
    font-size: 3.4666666667vw;
    margin-bottom: 2vw;
  }
}
.adlp-floating__btn {
  width: min( 42.5925925926vw, 460px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-floating__btn {
    width: 76vw;
    margin: 0 auto;
  }
}
.adlp-floating__btn a:hover {
  filter: brightness(110%);
}

.adlp-accordion {
  box-shadow: min( 0.7407407407vw, 8px ) min( 0.7407407407vw, 8px ) min( 1.4814814815vw, 16px ) 0px rgba(0, 0, 0, 0.08);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    box-shadow: 1.0666666667vw 1.0666666667vw 2.1333333333vw 0px rgba(0, 0, 0, 0.08);
  }
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 3.7037037037vw, 40px );
}
@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( 3.7037037037vw, 40px ) min( 7.4074074074vw, 80px ) min( 3.7037037037vw, 40px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header {
    padding: 5.3333333333vw 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header p {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header p {
    font-size: 3.7333333333vw;
  }
}
.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( 2.4074074074vw, 26px );
  height: min( 0.9259259259vw, 10px );
  right: min( 3.7037037037vw, 40px );
  transition: all 0.3s;
  background-image: url(../img/common/icon_arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: 4.8vw;
    height: 1.8666666667vw;
    right: 5.3333333333vw;
  }
}
.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 {
  padding: min( 2.2222222222vw, 24px ) 0 min( 3.7037037037vw, 40px );
  margin: 0 min( 3.7037037037vw, 40px );
  border-top: min( 0.0925925926vw, 1px ) solid var(--txt-333333, #333);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 3.2vw 0 5.3333333333vw;
    margin: 0 5.3333333333vw;
    border-top: 0.1333333333vw solid var(--txt-333333, #333);
  }
}
.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;
  }
}
.adlp-accordion__body p {
  line-height: 180%;
}
.adlp-accordion__body ul {
  padding-left: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body ul {
    padding-left: 4vw;
  }
}
.adlp-accordion__body ul li {
  list-style-type: disc;
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 200px;
  transition: all 0.3s;
  position: relative;
  height: min( 7.4074074074vw, 80px );
  width: min( 41.6666666667vw, 450px );
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    gap: 4vw;
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: 13.0666666667vw;
    width: 84vw;
  }
}
.adlp-btn.--free {
  padding-left: min( 0.8333333333vw, 9px );
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  width: min( 6.4814814815vw, 70px );
  height: min( 6.4814814815vw, 70px );
  top: min( 0.462962963vw, 5px );
  left: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    font-size: 3.7333333333vw;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  right: min( 2.7777777778vw, 30px );
  width: min( 1.0185185185vw, 11px );
  height: min( 1.7592592593vw, 19px );
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.93934 0.93934C1.52513 0.353553 2.47487 0.353553 3.06066 0.93934L11.0607 8.93934C11.6464 9.52513 11.6464 10.4749 11.0607 11.0607L3.06066 19.0607C2.47487 19.6464 1.52513 19.6464 0.93934 19.0607C0.353553 18.4749 0.353553 17.5251 0.93934 16.9393L7.87868 10L0.93934 3.06066C0.353553 2.47487 0.353553 1.52513 0.93934 0.93934Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn::after {
    width: 1.7333333333vw;
    height: 2.8vw;
    right: 5.0666666667vw;
  }
}
.adlp-btn p {
  text-align: center;
}
.adlp-btn p span.--text01 {
  font-size: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.--text01 {
    font-size: 2.6666666667vw;
  }
}
.adlp-btn p span.--text02 {
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.--text02 {
    font-size: 3.7333333333vw;
  }
}
.adlp-btn.--bl {
  background: linear-gradient(90deg, #65A3FB 50%, #206DDA 100%);
}
.adlp-btn.--bl.--free::before {
  background: #516ab9;
  color: #fff;
}
.adlp-btn.--pi {
  background: linear-gradient(90deg, #FF82CD 49.23%, #FF0087 142.58%);
}
.adlp-btn.--pi.--free::before {
  background: #c4388f;
  color: #fff;
}
.adlp-btn.--ye {
  background-image: linear-gradient(90deg, rgb(247, 181, 93), rgb(254, 220, 64));
}
.adlp-btn.--ye.--free::before {
  background: #d67d31;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(110%);
  }
  .adlp-btn:hover::after {
    transform: translate(20%, -50%);
  }
}

.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 {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 13.8888888889vw, 150px );
  height: min( 13.8888888889vw, 150px );
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: 20vw;
    height: 20vw;
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .--text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text01 {
    font-size: 4.2666666667vw;
  }
}
.adlp-circle__text .--text02 {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .--text02 {
    font-size: 2.6666666667vw;
  }
}

.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: #D93604;
  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("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min( 1.8518518519vw, 20px ) min( 1.8518518519vw, 20px );
  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( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4vw;
    background-position: left top 1.0666666667vw;
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min( 1.4814814815vw, 16px ) min( 1.4814814815vw, 16px );
  background-position: left min( 0.462962963vw, 5px ) top min( 0.7407407407vw, 8px );
  padding-left: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4vw;
    background-position: left top 1.0666666667vw;
  }
}

.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: #D93604;
}
.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: #D93604;
  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: #1E355B;
}
.adlp-text__label.--txt::after {
  background: #1E355B;
}
.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: #D93604;
}
.adlp-text__label.--accent::after {
  background: #D93604;
}
.adlp-text__label.--yellow {
  color: #fff;
  background: #F2F013;
}
.adlp-text__label.--yellow::after {
  background: #F2F013;
}
.adlp-text__label.--pink {
  color: #fff;
  background: #F46FB8;
}
.adlp-text__label.--pink::after {
  background: #F46FB8;
}

.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: #1E355B;
}
.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: #D93604;
}
.adlp-text__label__para.--yellow {
  color: #fff;
}
.adlp-text__label__para.--yellow::after {
  background: #F2F013;
}
.adlp-text__label__para.--pink {
  color: #fff;
}
.adlp-text__label__para.--pink::after {
  background: #F46FB8;
}

.fv {
  width: min( 177.7777777778vw, 1920px );
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
  }
}

.cv {
  background-image: url(../img/pc/cv_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 136.9444444444vw, 1479px );
  background-repeat: no-repeat;
  background-position: top center;
  padding: min( 7.4074074074vw, 80px ) 0;
}
@media screen and (max-width: 767px) {
  .cv {
    background-image: url(../img/sp/cv_bg.jpg);
    background-size: cover;
    padding: 6.9333333333vw 0 8vw;
  }
}
.cv__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
  }
}
.cv__title {
  text-align: center;
}
.cv__title .--sub {
  display: block;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cv__title .--sub {
    font-size: 5.3333333333vw;
    letter-spacing: 0.05em;
  }
}
.cv__title .--main {
  display: block;
}
.cv__title .--border {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-image: url(../img/pc/cv_deco00.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: min( 16.6666666667vw, 180px );
  height: min( 4.7222222222vw, 51px );
  display: inline-block;
  padding-top: min( 0.3703703704vw, 4px );
  position: relative;
  top: max( -1.3888888889vw, -15px );
}
@media screen and (max-width: 767px) {
  .cv__title .--border {
    font-size: 5.3333333333vw;
    background-image: url(../img/sp/cv_deco00.png);
    width: 30vw;
    height: 8.5333333333vw;
    padding-top: 0.5333333333vw;
    top: -2.6666666667vw;
  }
}
.cv__title .--gradient {
  background: linear-gradient(180deg, #FFF 0%, #FFFADF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 7.5925925926vw, 82px );
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .cv__title .--gradient {
    font-size: 13.8666666667vw;
  }
}
.cv__category {
  display: flex;
  justify-content: center;
  gap: min( 0.7407407407vw, 8px );
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .cv__category {
    gap: 1.6vw;
    margin-bottom: 10.1333333333vw;
  }
}
.cv__categoryitem {
  flex: 0 0 min( 15.462962963vw, 167px );
  border-radius: min( 0.5555555556vw, 6px );
  background: linear-gradient(180deg, #FFF 0%, #FFFCE7 100%);
  padding: min( 1.0185185185vw, 11px ) 0;
  text-align: center;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 125%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1E355B;
}
@media screen and (max-width: 767px) {
  .cv__categoryitem {
    flex: 0 0 27.8666666667vw;
    padding: 1.8666666667vw 0;
    font-size: 3.2vw;
  }
}
.cv__categoryitem .--large {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  display: inline-block;
  margin-top: min( 0.2777777778vw, 3px );
}
@media screen and (max-width: 767px) {
  .cv__categoryitem .--large {
    font-size: 3.7333333333vw;
    margin-top: 0.4vw;
  }
}
.cv__card {
  background: var(--cv-txt, #FFF);
  box-shadow: 0px 0px min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.5);
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
  padding-bottom: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .cv__card {
    width: 84vw;
    box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.5);
    padding-bottom: 9.8666666667vw;
  }
}
.cv__block {
  position: relative;
  padding-bottom: min( 4.2592592593vw, 46px );
}
@media screen and (max-width: 767px) {
  .cv__block {
    padding-bottom: 5.7333333333vw;
  }
}
.cv__block.--first {
  background-image: url(../img/pc/cv_deco03.png);
  background-size: min( 76.4814814815vw, 826px ) min( 0.5555555556vw, 6px );
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .cv__block.--first {
    background-image: url(../img/sp/cv_deco03.png);
    background-size: 73.8666666667vw 0.8vw;
    padding-top: 5.8666666667vw;
  }
}
.cv__block.--second {
  padding-top: min( 6.4814814815vw, 70px );
}
@media screen and (max-width: 767px) {
  .cv__block.--second {
    padding-top: 6.6666666667vw;
  }
}
.cv__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 min( 4.6296296296vw, 50px ) min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .cv__box {
    display: block;
    padding: 0vw 4vw 4vw;
  }
}
.cv__box__left {
  flex: 0 0 min( 36.1111111111vw, 390px );
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cv__box__left {
    margin-bottom: 4.6666666667vw;
    justify-content: center;
    gap: 3.4666666667vw;
  }
}
.cv__box__right {
  flex: 0 0 min( 35.5555555556vw, 384px );
}
.cv__package.--product01 {
  flex: 0 0 min( 9.2592592593vw, 100px );
  margin-top: max( -6.0185185185vw, -65px );
}
@media screen and (max-width: 767px) {
  .cv__package.--product01 {
    flex: 0 0 19.0666666667vw;
    margin-top: -9.3333333333vw;
  }
}
.cv__package.--product02 {
  flex: 0 0 min( 8.9814814815vw, 97px );
}
@media screen and (max-width: 767px) {
  .cv__package.--product02 {
    flex: 0 0 18.5333333333vw;
  }
}
.cv__product {
  flex: 0 0 min( 23.7962962963vw, 257px );
}
@media screen and (max-width: 767px) {
  .cv__product {
    flex: 0 0 48.9333333333vw;
  }
}
.cv__product__logo {
  width: min( 8.2407407407vw, 89px );
  margin: 0 auto min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .cv__product__logo {
    width: 16.9333333333vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.cv__product__text01 {
  font-size: min( 2.962962963vw, 32px );
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  margin-bottom: min( 0.1851851852vw, 2px );
  letter-spacing: -0.01em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__product__text01 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.cv__product__text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  background: var(--base-4, #F3F8FF);
  padding: min( 0.5555555556vw, 6px ) min( 0.7407407407vw, 8px );
  color: #1E355B;
}
@media screen and (max-width: 767px) {
  .cv__product__text02 {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 0;
  }
}
.cv__product__text02 .--medium {
  font-weight: 500;
}
.cv__text01 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 400;
  line-height: 140%;
  background-image: url(../img/pc/cv_deco01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: min( 29.2592592593vw, 316px );
  height: min( 4.2592592593vw, 46px );
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cv__text01 {
    font-size: 4.8vw;
    width: 60.2666666667vw;
    height: 8.8vw;
    margin-bottom: 4vw;
  }
}
.cv__text01 .--gradient {
  background: linear-gradient(309deg, #825A06 0%, #CF9500 50.71%, #805600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-top: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .cv__text01 .--gradient {
    padding-top: 0.8vw;
  }
}
.cv__pricewrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cv__pricewrap {
    padding: 0 1.3333333333vw;
  }
}
.cv__price01 {
  position: relative;
  bottom: max( -1.6666666667vw, -18px );
}
@media screen and (max-width: 767px) {
  .cv__price01 {
    bottom: 0;
  }
}
.cv__price01:after {
  content: "";
  display: block;
  position: absolute;
  top: min( 2.3148148148vw, 25px );
  right: max( -2.3148148148vw, -25px );
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #D93604;
  width: min( 1.2962962963vw, 14px );
  height: min( 1.9444444444vw, 21px );
}
@media screen and (max-width: 767px) {
  .cv__price01:after {
    width: 2.9333333333vw;
    height: 4.4vw;
    top: 4vw;
    right: -5.3333333333vw;
  }
}
.cv__price01__text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price01__text01 {
    font-size: 3.7333333333vw;
  }
}
.cv__price01__text02 .--num {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 150%;
  text-decoration: line-through;
  letter-spacing: -0.01em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price01__text02 .--num {
    font-size: 6.1333333333vw;
  }
}
.cv__price01__text02 .--yen {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 150%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price01__text02 .--yen {
    font-size: 3.7333333333vw;
  }
}
.cv__price01__text03 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 500;
  line-height: 100%;
  position: relative;
  top: max( -0.5555555556vw, -6px );
  text-align: right;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price01__text03 {
    font-size: 2.4vw;
    top: -0.8vw;
    letter-spacing: 0.01em;
  }
}
.cv__price02 {
  position: relative;
  bottom: max( -3.2407407407vw, -35px );
}
.cv__price02__text01 {
  line-height: 150%;
  color: #D93604;
}
.cv__price02__text01 .--num {
  font-size: min( 7.7777777778vw, 84px );
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .cv__price02__text01 .--num {
    font-size: 16vw;
  }
}
.cv__price02__text01 .--yen {
  font-size: min( 3.8888888889vw, 42px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv__price02__text01 .--yen {
    font-size: 8vw;
  }
}
.cv__price02__text02 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 500;
  line-height: 100%;
  text-align: right;
  margin-top: max( -5.5555555556vw, -60px );
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price02__text02 {
    font-size: 2.4vw;
    margin-top: -11.2vw;
    letter-spacing: 0.01em;
  }
}
.cv__circle {
  background-image: url(../img/common/cv_deco02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: min( 10.5555555556vw, 114px );
  height: min( 10.5555555556vw, 114px );
  padding-top: min( 1.6666666667vw, 18px );
  position: absolute;
  top: min( 2.7777777778vw, 30px );
  right: max( -0.9259259259vw, -10px );
}
@media screen and (max-width: 767px) {
  .cv__circle {
    width: 20.5333333333vw;
    height: 20.5333333333vw;
    padding-top: 2.4vw;
    top: 50.6666666667vw;
    right: -2.6666666667vw;
  }
}
.cv__circle.--second {
  top: min( 2.7777777778vw, 30px );
  right: max( -0.9259259259vw, -10px );
}
@media screen and (max-width: 767px) {
  .cv__circle.--second {
    top: 28.1333333333vw;
    right: -2.6666666667vw;
  }
}
.cv__circle__text01 {
  font-size: min( 1.2962962963vw, 14px );
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 100%;
  display: block;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__circle__text01 {
    font-size: 2.6666666667vw;
  }
}
.cv__circle__text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  display: block;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .cv__circle__text02 {
    font-size: 3.4666666667vw;
  }
}
.cv__circle__text02 .--gradient {
  background: var(--accent-2, linear-gradient(277deg, #950000 6.78%, #FD3A5D 57.45%, #DC072E 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cv__circle__text02 .--num {
  font-size: min( 3.5185185185vw, 38px );
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .cv__circle__text02 .--num {
    font-size: 7.4666666667vw;
  }
}
.cv__circle__text03 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  display: block;
  letter-spacing: -0.01em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .cv__circle__text03 {
    font-size: 2.6666666667vw;
  }
}
.cv__circle__text03 .--gradient {
  background: var(--accent-2, linear-gradient(277deg, #950000 6.78%, #FD3A5D 57.45%, #DC072E 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cv__btn {
  width: min( 47.7777777778vw, 516px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__btn {
    width: 76vw;
    margin: 0 auto;
  }
}
.cv__btn__text {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #1E355B;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .cv__btn__text {
    font-size: 3.4666666667vw;
    margin-bottom: 2.5333333333vw;
  }
}
.cv__btn a:hover {
  filter: brightness(110%);
}
.cv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 160%;
  color: #7F7F7F;
  padding: 0 min( 2.7777777778vw, 30px );
  margin-bottom: min( 2.7777777778vw, 30px );
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .cv__note {
    font-size: 2.4vw;
    padding: 0vw 4vw;
    margin-bottom: 0vw;
    color: #8A929F;
  }
}
.cv__notelink {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__notelink {
    text-align: left;
  }
}
.cv__notelink a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 160%;
  color: #8A929F;
}
@media screen and (max-width: 767px) {
  .cv__notelink a {
    font-size: 2.4vw;
    padding: 0vw 4vw;
    letter-spacing: 0.01em;
    color: #8A929F;
  }
}

.title01.--vioce {
  margin-bottom: min( 6.4814814815vw, 70px );
}
@media screen and (max-width: 767px) {
  .title01.--vioce {
    margin-bottom: 7.3333333333vw;
  }
}
.title01.--vioce .--text01 {
  font-size: min( 17.5925925926vw, 190px );
}
@media screen and (max-width: 767px) {
  .title01.--vioce .--text01 {
    font-size: 26.6666666667vw;
  }
}
.title01.--vioce .--text02 {
  margin-top: max( -9.2592592593vw, -100px );
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .title01.--vioce .--text02 {
    margin-top: -13.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.title01.--howtouse {
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .title01.--howtouse {
    margin-bottom: 5.3333333333vw;
  }
}
.title01.--howtouse .--text01 {
  font-size: min( 10.1851851852vw, 110px );
}
@media screen and (max-width: 767px) {
  .title01.--howtouse .--text01 {
    font-size: 16vw;
  }
}
.title01.--howtouse .--text02 {
  margin-top: max( -6.2037037037vw, -67px );
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .title01.--howtouse .--text02 {
    margin-top: -10.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
.title01.--howtouse .--text03 .--large {
  font-size: min( 10.1851851852vw, 110px );
}
@media screen and (max-width: 767px) {
  .title01.--howtouse .--text03 .--large {
    font-size: 16vw;
  }
}
.title01.--faq {
  margin-bottom: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .title01.--faq {
    margin-bottom: 9.3333333333vw;
  }
}
.title01.--faq .--text01 {
  display: block;
  width: min( 37.4074074074vw, 404px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .title01.--faq .--text01 {
    width: 56.8vw;
  }
}
.title01.--faq .--text03 {
  margin-top: max( -3.2407407407vw, -35px );
}
@media screen and (max-width: 767px) {
  .title01.--faq .--text03 {
    margin-top: -4.6666666667vw;
  }
}
.title01 .--text01 {
  display: block;
  text-align: center;
  font-size: min( 17.5925925926vw, 190px );
  font-weight: 400;
  line-height: 140%;
  font-family: "Italiana", sans-serif;
}
@media screen and (max-width: 767px) {
  .title01 .--text01 {
    letter-spacing: 0.05em;
  }
}
.title01 .--text01 span {
  background: linear-gradient(271deg, #D9C573 0.6%, #EFDF9F 50.89%, #C2AA46 96.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title01 .--text02 {
  display: block;
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 600;
  line-height: 150%;
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .title01 .--text02 {
    font-size: 6.4vw;
  }
}
.title01 .--text03 {
  display: block;
  text-align: center;
  font-size: min( 5.3703703704vw, 58px );
  font-weight: 600;
  line-height: 140%;
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .title01 .--text03 {
    font-size: 8.8vw;
  }
}

.sec01 {
  background-image: url(../img/pc/sec01_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 66.5740740741vw, 719px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 66.5740740741vw, 719px );
  padding: min( 6.2962962963vw, 68px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-image: url(../img/sp/sec01_bg.jpg);
    background-size: cover;
    height: auto;
    padding: 11.3333333333vw 0 4vw;
  }
}
.sec01__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 84vw;
  }
}
.sec01__title {
  margin-bottom: min( 1.0185185185vw, 11px );
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: 7.2vw;
  }
}
.sec01__title .--sub {
  display: block;
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-align: center;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--sub {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    letter-spacing: -0.06em;
  }
}
.sec01__title .--sub .--astarisk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 150%;
  position: relative;
  left: max( -21.2962962963vw, -230px );
  top: max( -2.7777777778vw, -30px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--sub .--astarisk {
    font-size: 2.6666666667vw;
    left: -30.6666666667vw;
    top: -4.6666666667vw;
  }
}
.sec01__title .--main {
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px min( 0.7407407407vw, 8px ) rgba(0, 0, 0, 0.5);
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec01__title .--main {
    text-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.5);
    font-size: 7.4666666667vw;
  }
}
.sec01__block01 {
  width: min( 45.1851851852vw, 488px );
  margin: 0 auto min( 3.3333333333vw, 36px );
  background: rgba(56, 56, 56, 0.6);
  padding: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec01__block01 {
    width: 100%;
    margin: 0 auto 6.8vw;
    padding: 5.8666666667vw 5.2vw;
  }
}
.sec01 .adlp-list {
  background-image: url(../img/common/icon_check.svg);
  background-size: min( 2.4074074074vw, 26px ) min( 2.037037037vw, 22px );
  background-position: top min( 0.8333333333vw, 9px ) left 0;
  padding-left: min( 3.8888888889vw, 42px );
  font-size: min( 2.037037037vw, 22px );
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list {
    background-size: 4.2666666667vw 3.6vw;
    background-position: top 1.4666666667vw left 0;
    padding-left: 6.2666666667vw;
    font-size: 4vw;
  }
}
.sec01 .adlp-list .--large {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list .--large {
    font-size: 4.2666666667vw;
  }
}
.sec01 .adlp-list__wrapper {
  gap: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list__wrapper {
    gap: 3.4666666667vw;
  }
}
.sec01__text01 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__text01 {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec01__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  width: min( 46.2962962963vw, 500px );
  margin: min( 2.2222222222vw, 24px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__note {
    width: 100%;
    font-size: 2.6666666667vw;
    margin-bottom: 4.2666666667vw 0 0;
  }
}

.sec01 {
  background-image: url(../img/pc/sec01_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 66.5740740741vw, 719px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 66.5740740741vw, 719px );
  padding: min( 6.2962962963vw, 68px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-image: url(../img/sp/sec01_bg.jpg);
    background-size: cover;
    height: auto;
    padding: 11.3333333333vw 0 4vw;
  }
}
.sec01__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 84vw;
  }
}
.sec01__title {
  margin-bottom: min( 1.0185185185vw, 11px );
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: 7.2vw;
  }
}
.sec01__title .--sub {
  display: block;
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  text-align: center;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--sub {
    font-size: 4.8vw;
    margin-bottom: 2vw;
    letter-spacing: -0.06em;
  }
}
.sec01__title .--sub .--astarisk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 150%;
  position: relative;
  left: max( -21.2962962963vw, -230px );
  top: max( -2.7777777778vw, -30px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--sub .--astarisk {
    font-size: 2.6666666667vw;
    left: -30.6666666667vw;
    top: -4.6666666667vw;
  }
}
.sec01__title .--main {
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px min( 0.7407407407vw, 8px ) rgba(0, 0, 0, 0.5);
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec01__title .--main {
    text-shadow: 0px 0px 1.0666666667vw rgba(0, 0, 0, 0.5);
    font-size: 7.4666666667vw;
  }
}
.sec01__block01 {
  width: min( 45.1851851852vw, 488px );
  margin: 0 auto min( 3.3333333333vw, 36px );
  background: rgba(56, 56, 56, 0.6);
  padding: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec01__block01 {
    width: 100%;
    margin: 0 auto 6.8vw;
    padding: 5.8666666667vw 5.2vw;
  }
}
.sec01 .adlp-list {
  background-image: url(../img/common/icon_check.svg);
  background-size: min( 2.4074074074vw, 26px ) min( 2.037037037vw, 22px );
  background-position: top min( 0.8333333333vw, 9px ) left 0;
  padding-left: min( 3.8888888889vw, 42px );
  font-size: min( 2.037037037vw, 22px );
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list {
    background-size: 4.2666666667vw 3.6vw;
    background-position: top 1.4666666667vw left 0;
    padding-left: 6.2666666667vw;
    font-size: 4vw;
  }
}
.sec01 .adlp-list .--large {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list .--large {
    font-size: 4.2666666667vw;
  }
}
.sec01 .adlp-list__wrapper {
  gap: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-list__wrapper {
    gap: 3.4666666667vw;
  }
}
.sec01__text01 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__text01 {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec01__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  width: min( 46.2962962963vw, 500px );
  margin: min( 2.2222222222vw, 24px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__note {
    width: 100%;
    font-size: 2.6666666667vw;
    margin-bottom: 4.2666666667vw 0 0;
  }
}

.sec02 {
  background-image: url(../img/pc/sec02_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 188.9814814815vw, 2041px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 188.9814814815vw, 2041px );
  padding: min( 6.2037037037vw, 67px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    background-image: url(../img/sp/sec02_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    height: auto;
    padding: 8.9333333333vw 0 26.4vw;
  }
}
.sec02__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
  }
}
.sec02__title {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: 7.4666666667vw;
  }
}
.sec02__block01 {
  width: min( 88.1481481481vw, 952px );
  height: min( 50.6481481481vw, 547px );
  margin: min( 5.5555555556vw, 60px ) auto min( 4.0740740741vw, 44px );
  background-image: url(../img/pc/sec02_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .sec02__block01 {
    width: 88.2666666667vw;
    height: 135.8666666667vw;
    background-image: url(../img/sp/sec02_bg02.png);
    margin: 4.8vw auto;
  }
}
.sec02__text01 {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  padding-top: min( 0.3703703704vw, 4px );
  margin-bottom: min( 6.8518518519vw, 74px );
}
@media screen and (max-width: 767px) {
  .sec02__text01 {
    font-size: 4.8vw;
    padding-top: 1.0666666667vw;
    margin-bottom: 6.5333333333vw;
  }
}
.sec02__flex {
  display: flex;
  justify-content: center;
  gap: min( 1.9444444444vw, 21px );
}
@media screen and (max-width: 767px) {
  .sec02__flex {
    display: block;
  }
}
.sec02__fig01 {
  flex: 0 0 min( 39.537037037vw, 427px );
}
@media screen and (max-width: 767px) {
  .sec02__fig01 {
    width: 71.0666666667vw;
    margin: 0 0 2.4vw 11.2vw;
  }
}
.sec02__right {
  flex: 0 0 min( 38.8888888889vw, 420px );
}
.sec02__text02 {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec02__text02 {
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.sec02__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 1.2962962963vw, 14px );
  margin-bottom: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec02__list {
    gap: 2.2666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
.sec02__item {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  color: #fff;
  border-radius: min( 2.962962963vw, 32px );
  background: #F285C1;
  padding: min( 0.1851851852vw, 2px ) min( 4.0740740741vw, 44px );
  margin-bottom: min( 0.2777777778vw, 3px );
}
@media screen and (max-width: 767px) {
  .sec02__item {
    font-size: 4vw;
    border-radius: 5.3333333333vw;
    padding: 0.4vw 7.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
.sec02__text03 {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__text03 {
    font-size: 4vw;
  }
}
.sec02__text03 .--bold {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec02__text03 .--bold {
    font-size: 4.2666666667vw;
  }
}
.sec02__text04 {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  text-align: center;
  background-color: #1E355B;
  width: min( 14.9074074074vw, 161px );
  height: min( 5.3703703704vw, 58px );
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec02__text04 {
    font-size: 4vw;
    width: 23.8666666667vw;
    height: 8.9333333333vw;
    margin: 0 auto 4.6666666667vw;
  }
}
.sec02__text05 {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 0 0 min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec02__text05 {
    font-size: 4.2666666667vw;
    margin: 0 0 1.0666666667vw;
  }
}
.sec02__text06 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  margin: 0 0 min( 2.2222222222vw, 24px );
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__text06 {
    font-size: 7.4666666667vw;
  }
}
.sec02__fig02 {
  width: min( 49.8148148148vw, 538px );
  margin: max( -22.2222222222vw, -240px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__fig02 {
    width: 96.4vw;
    margin: -34.6666666667vw 0 0 auto;
  }
}
.sec02__text07 {
  font-family: "Noto Serif JP", serif;
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  width: min( 46.9444444444vw, 507px );
  height: min( 5.6481481481vw, 61px );
  margin: min( 3.8888888889vw, 42px ) auto min( 2.2222222222vw, 24px );
  background-image: url(../img/pc/sec02_bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec02__text07 {
    font-size: 4vw;
    width: 67.6vw;
    height: 8.5333333333vw;
    margin: 6.5333333333vw auto 3.8666666667vw;
    background-image: url(../img/sp/sec02_bg03.png);
    padding-top: 1.3333333333vw;
  }
}
.sec02__text08 {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__text08 {
    font-size: 5.3333333333vw;
  }
}
.sec02__text08 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 4.8148148148vw, 52px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec02__text08 .--gradient {
    font-size: 8vw;
  }
}

.sec03 {
  background-image: url(../img/pc/sec03_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 143.5185185185vw, 1550px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 143.5185185185vw, 1550px );
  padding: min( 2.7777777778vw, 30px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    background-image: url(../img/sp/sec03_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 304.1333333333vw;
    padding: 4vw 0 0;
  }
}
.sec03__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
  }
}
.sec03__title {
  margin-bottom: min( 12.5vw, 135px );
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin-bottom: 17.0666666667vw;
  }
}
.sec03__title .--sub {
  display: block;
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .sec03__title .--sub {
    font-size: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.sec03__title .--main {
  display: block;
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__title .--main {
    font-size: 8vw;
  }
}
.sec03__text01 {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin: 0 0 min( 1.2962962963vw, 14px ) min( 13.8888888889vw, 150px );
  width: min( 46.2962962963vw, 500px );
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec03__text01 {
    font-size: 5.6vw;
    width: 100%;
    margin: 0 0 0vw 0;
  }
}
.sec03__text01 .--row01 {
  display: block;
  line-height: 100%;
}
.sec03__text01 .--small {
  font-size: min( 2.5925925926vw, 28px );
  line-height: 80%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec03__text01 .--small {
    font-size: 4.2666666667vw;
  }
}
.sec03__text01 .--astarisk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  position: relative;
  top: max( -3.0555555556vw, -33px );
  left: max( -25vw, -270px );
}
@media screen and (max-width: 767px) {
  .sec03__text01 .--astarisk {
    font-size: 2.6666666667vw;
    top: -5.3333333333vw;
    left: -42.6666666667vw;
  }
}
.sec03__text02 {
  font-size: min( 5vw, 54px );
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 min( 2.5vw, 27px ) min( 11.2962962963vw, 122px );
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec03__text02 {
    font-size: 8vw;
    margin: 0 0 53.2vw max( 0vw, 0px );
    text-align: center;
  }
}
.sec03__text02 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec03__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 160%;
  color: #8A929F;
  margin: 0 0 min( 13.8888888889vw, 150px ) min( 33.2407407407vw, 359px );
}
@media screen and (max-width: 767px) {
  .sec03__note {
    font-size: 2.6666666667vw;
    margin: 0 0 23.6vw 0;
    text-align: center;
  }
}
.sec03__text03 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  margin-bottom: min( 0.5555555556vw, 6px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__text03 {
    font-size: 4vw;
    margin-bottom: 1.6vw;
  }
}
.sec03__text04 {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 160%;
  margin-bottom: min( 18.3333333333vw, 198px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__text04 {
    font-size: 8.5333333333vw;
    margin-bottom: 40vw;
  }
}
.sec03__text04 .--small {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec03__text04 .--small {
    font-size: 6.4vw;
  }
}
.sec03__text05 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  margin-bottom: min( 2.2222222222vw, 24px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__text05 {
    font-size: 4vw;
  }
}
.sec03__text06 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #B38225;
}
@media screen and (max-width: 767px) {
  .sec03__text06 {
    font-size: 6.4vw;
  }
}
.sec03__text06 .--large {
  font-size: min( 4.4444444444vw, 48px );
}
@media screen and (max-width: 767px) {
  .sec03__text06 .--large {
    font-size: 7.4666666667vw;
  }
}
.sec03__circle {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 600;
  line-height: 154%;
  text-align: center;
  background-color: #fff;
  border: solid #8E7135 min( 0.2777777778vw, 3px );
  border-radius: 50%;
  width: min( 24.0740740741vw, 260px );
  height: min( 24.0740740741vw, 260px );
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: min( 7.1296296296vw, 77px );
  bottom: min( 15.1851851852vw, 164px );
}
@media screen and (max-width: 767px) {
  .sec03__circle {
    font-size: 4.8vw;
    border: solid #8E7135 0.4vw;
    width: 34.8vw;
    height: 34.8vw;
    right: 3.4666666667vw;
    bottom: 34.6666666667vw;
  }
}

.sec04 {
  background-image: url(../img/pc/sec04_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 241.6666666667vw, 2610px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 241.6666666667vw, 2610px );
  padding: min( 7.4074074074vw, 80px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    background-image: url(../img/sp/sec04_bg.jpg);
    background-size: cover;
    height: 446.2666666667vw;
    padding: 13.8666666667vw 0 0;
  }
}
.sec04__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 92vw;
  }
}
.sec04__title {
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec04__title {
    margin-bottom: 4.5333333333vw;
  }
}
.sec04__title .--sub {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__title .--sub {
    font-size: 4.2666666667vw;
  }
}
.sec04__title .--main {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 150%;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__title .--main {
    font-size: 8.5333333333vw;
  }
}
.sec04__title .--main .--gradient {
  background: var(--accent-2, linear-gradient(277deg, #950000 6.78%, #FD3A5D 57.45%, #DC072E 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__title .--main .--astarisk {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 400;
  line-height: 150%;
  background: var(--accent-2, linear-gradient(277deg, #950000 6.78%, #FD3A5D 57.45%, #DC072E 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  top: max( -3.7037037037vw, -40px );
  left: max( -26.8518518519vw, -290px );
}
@media screen and (max-width: 767px) {
  .sec04__title .--main .--astarisk {
    font-size: 2.6666666667vw;
    top: -6.6666666667vw;
    left: -45.3333333333vw;
  }
}
.sec04__title .--main .--small {
  font-size: min( 4.4444444444vw, 48px );
  line-height: 150%;
  background: var(--accent-2, linear-gradient(277deg, #1E355B 6.78%, #1E355B 57.45%, #1E355B 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec04__title .--main .--small {
    font-size: 7.4666666667vw;
  }
}
.sec04__title .--main .--blue {
  background: var(--accent-2, linear-gradient(277deg, #1E355B 6.78%, #1E355B 57.45%, #1E355B 92.4%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__logo {
  width: min( 46.4814814815vw, 502px );
  margin: 0 auto min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec04__logo {
    width: 80.5333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.sec04__block01 {
  display: flex;
  justify-content: center;
}
.sec04__fig01 {
  flex: 0 0 min( 42.037037037vw, 454px );
  position: relative;
  left: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec04__fig01 {
    flex: 0 0 75.7333333333vw;
    left: 20vw;
  }
}
.sec04__list01 {
  flex: 0 0 min( 37.2222222222vw, 402px );
  margin-top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec04__list01 {
    flex: 0 0 57.8666666667vw;
    margin-top: 36vw;
    position: relative;
    left: -18vw;
  }
}
.sec04__item01 {
  width: min( 37.2222222222vw, 402px );
  height: min( 17.3148148148vw, 187px );
  background-image: url(../img/pc/sec04_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: max( -1.5740740741vw, -17px );
  padding-right: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec04__item01 {
    width: 57.8666666667vw;
    height: 31.0666666667vw;
    background-image: url(../img/sp/sec04_bg02.png);
    margin-top: 5.3333333333vw;
    margin-top: -2.2666666667vw;
    padding-right: 3.3333333333vw;
  }
}
.sec04__item01 .--text01 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 140%;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: min( 1.5740740741vw, 17px );
  padding-top: min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .sec04__item01 .--text01 {
    font-size: 3.2vw;
    margin-bottom: 3.4666666667vw;
    padding-top: 2.9333333333vw;
  }
}
.sec04__item01 .--text02 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__item01 .--text02 {
    font-size: 4vw;
  }
}
.sec04__item01 .--text03 {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__item01 .--text03 {
    font-size: 5.8666666667vw;
  }
}
.sec04__item01 .--text03 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 140%;
  font-family: "Noto Sans JP", sans-serif;
  color: #8A929F;
  margin: min( 4.6296296296vw, 50px ) 0 min( 5.0925925926vw, 55px ) min( 61.2037037037vw, 661px );
}
@media screen and (max-width: 767px) {
  .sec04__note {
    font-size: 2.6666666667vw;
    margin: 3.3333333333vw 0 6vw 0;
    text-align: right;
  }
}
.sec04__text01 {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
  background-color: #1E355B;
  width: min( 85.1851851852vw, 920px );
  height: min( 6.6666666667vw, 72px );
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec04__text01 {
    font-size: 5.3333333333vw;
    width: 100%;
    height: 11.8666666667vw;
    margin: 0 auto 3.4666666667vw;
  }
}
.sec04__text02 {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  margin-bottom: min( 0.7407407407vw, 8px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__text02 {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8vw;
  }
}
.sec04__text03 {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min( 0.7407407407vw, 8px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__text03 {
    font-size: 5.3333333333vw;
  }
}
.sec04__text04 {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 150%;
  margin-bottom: min( 2.7777777778vw, 30px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__text04 {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec04__text04 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__block02 {
  display: flex;
  justify-content: center;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec04__block02 {
    gap: 4vw;
    margin-left: 2.6666666667vw;
  }
}
.sec04__fig02 {
  flex: 0 0 min( 20.1851851852vw, 218px );
}
@media screen and (max-width: 767px) {
  .sec04__fig02 {
    flex: 0 0 29.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec04__list02 {
    flex: 0 0 57.8666666667vw;
  }
}
.sec04__item02 {
  width: min( 40.1851851852vw, 434px );
  height: min( 17.3148148148vw, 187px );
  background-image: url(../img/pc/sec04_bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: max( -0.9259259259vw, -10px );
  padding-right: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec04__item02 {
    width: 57.8666666667vw;
    height: 24.9333333333vw;
    background-image: url(../img/sp/sec04_bg03.png);
    margin-top: -1.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.sec04__item02 .--text01 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: max( 0vw, 0px );
  padding-top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec04__item02 .--text01 {
    font-size: 4vw;
    padding-top: 4vw;
  }
}
.sec04__item02 .--text02 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__item02 .--text02 {
    font-size: 5.8666666667vw;
  }
}
.sec04__item02 .--text02 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__item02 .--text03 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec04__item02 .--text03 {
    font-size: 4vw;
    padding-top: 4.8vw;
  }
}
.sec04__text05 {
  font-size: min( 6.2962962963vw, 68px );
  font-weight: 500;
  line-height: 150%;
  margin: min( 23.4259259259vw, 253px ) 0 min( 0.2777777778vw, 3px ) min( 44.537037037vw, 481px );
}
@media screen and (max-width: 767px) {
  .sec04__text05 {
    font-size: 10.6666666667vw;
    margin: 78.1333333333vw 0 0;
    text-align: center;
  }
}
.sec04__text06 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 150%;
  margin: max( 0vw, 0px ) 0 max( 0vw, 0px ) min( 47.5925925926vw, 514px );
}
@media screen and (max-width: 767px) {
  .sec04__text06 {
    font-size: 6.4vw;
    margin: 0;
    text-align: center;
  }
}

.sec05 {
  background-image: url(../img/pc/sec05_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 76.0185185185vw, 821px );
  background-repeat: no-repeat;
  background-position: bottom center;
  height: min( 76.0185185185vw, 821px );
  padding-top: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec05 {
    background-image: url(../img/sp/sec05_bg.jpg);
    background-size: 100vw 120.8vw;
    background-position: top center;
    height: 120.8vw;
    padding-top: 13.0666666667vw;
  }
}
.sec05__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: 100%;
  }
}
.sec05__title .--sub {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec05__title .--sub {
    font-size: 5.3333333333vw;
    margin-bottom: 0;
  }
}
.sec05__title .--main {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__title .--main {
    font-size: 8.5333333333vw;
  }
}
.sec05__title .--main .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec05__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: min( 48.0555555556vw, 519px );
}
@media screen and (max-width: 767px) {
  .sec05__note {
    font-size: 2.6666666667vw;
    font-weight: 400;
    margin-top: 77.0666666667vw;
  }
}

.sec06 {
  background-image: url(../img/pc/sec06_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 65.462962963vw, 707px );
  background-repeat: no-repeat;
  background-position: bottom center;
  height: min( 65.462962963vw, 707px );
  padding-top: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec06 {
    background-image: url(../img/sp/sec06_bg.jpg);
    background-size: cover;
    height: auto;
    padding: 9.6vw 0 7.6vw;
  }
}
.sec06__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
  }
}
.sec06__title {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: 8vw;
    margin-bottom: 6.4vw;
  }
}
.sec06__fig {
  width: min( 74.3518518519vw, 803px );
  margin: 0 auto min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec06__fig {
    width: 60.1333333333vw;
    margin: 0 auto 7.2vw;
  }
}
.sec06__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 140%;
  color: #8A929F;
  font-family: "Noto Sans JP", sans-serif;
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__note {
    font-size: 2.6666666667vw;
    line-height: 150%;
    width: 84vw;
  }
}

.sec07 {
  background-image: url(../img/pc/sec07_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 177.4074074074vw, 1916px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 177.4074074074vw, 1916px );
  padding-top: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec07 {
    background-image: url(../img/sp/sec07_bg.jpg);
    background-size: cover;
    height: auto;
    padding: 8vw 0;
  }
}
.sec07__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: 100%;
  }
}
.sec07__title {
  margin: 0 auto min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec07__title {
    width: 100%;
  }
}
.sec07__title .--sub {
  display: block;
  width: min( 46.5740740741vw, 503px );
  height: min( 7.4074074074vw, 80px );
  background-image: url(../img/pc/sec07_bg02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: min( 1.8518518519vw, 20px );
  margin: 0 auto min( 3.3333333333vw, 36px );
}
@media screen and (max-width: 767px) {
  .sec07__title .--sub {
    width: 78.6666666667vw;
    height: 11.7333333333vw;
    background-image: url(../img/sp/sec07_bg02.png);
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
    margin: 0 auto 3.7333333333vw;
  }
}
.sec07__title .--main {
  display: block;
  font-size: min( 4.4444444444vw, 48px );
  text-align: center;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec07__title .--main {
    font-size: 7.4666666667vw;
  }
}
.sec07__title .--main .--small {
  font-size: min( 3.3333333333vw, 36px );
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec07__title .--main .--small {
    font-size: 5.3333333333vw;
  }
}
.sec07__title .--main .--medium {
  font-size: min( 3.7037037037vw, 40px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec07__title .--main .--medium {
    font-size: 6.4vw;
  }
}
.sec07__item {
  display: flex;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec07__item {
    display: block;
    margin-bottom: 6.6666666667vw;
  }
}
.sec07__item:nth-child(odd) .sec07__box {
  margin-left: max( -3.7037037037vw, -40px );
  padding: min( 7.4074074074vw, 80px ) min( 3.7037037037vw, 40px ) min( 3.7037037037vw, 40px ) min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(odd) .sec07__box {
    margin-left: auto;
    padding: 13.3333333333vw 8vw 6.6666666667vw 12vw;
  }
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(odd) .sec07__fig {
    margin-right: auto;
  }
}
.sec07__item:nth-child(even) {
  flex-direction: row-reverse;
}
.sec07__item:nth-child(even) .sec07__box {
  margin-right: max( -3.7037037037vw, -40px );
  padding: min( 7.4074074074vw, 80px ) min( 7.4074074074vw, 80px ) min( 3.7037037037vw, 40px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(even) .sec07__box {
    margin-right: auto;
    padding: 13.3333333333vw 8vw 6.6666666667vw 12vw;
  }
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(even) .sec07__fig {
    margin-left: auto;
  }
}
.sec07__fig {
  flex: 0 0 min( 50vw, 540px );
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__fig {
    width: 76.9333333333vw;
  }
}
.sec07__box {
  flex: 0 0 min( 50vw, 540px );
  background-color: #fff;
  margin-top: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec07__box {
    width: 92vw;
    margin-top: -8vw;
  }
}
.sec07__text01 {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  color: #333;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec07__text01 {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec07__text02 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
  margin-bottom: min( 0.9259259259vw, 10px );
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07__text02 {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec07__text03 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec07__text03 {
    font-size: 3.2vw;
  }
}
.sec07__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #6F6F6F;
  font-family: "Noto Sans JP", sans-serif;
  width: min( 83.3333333333vw, 900px );
  margin: min( 7.8703703704vw, 85px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: 2.6666666667vw;
    width: 84vw;
    margin: max( 0vw, 0px ) auto 0;
  }
}

.sec08 {
  background-image: url(../img/pc/sec08_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 76.9444444444vw, 831px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 76.9444444444vw, 831px );
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    background-image: url(../img/sp/sec08_bg.jpg);
    background-size: cover;
    padding: 0;
    height: 138.5333333333vw;
  }
}
.sec08__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    width: 100%;
  }
}
.sec08__text01 {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-top: min( 48.1481481481vw, 520px );
  margin-bottom: min( 1.1111111111vw, 12px );
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .sec08__text01 {
    font-size: 4.2666666667vw;
    padding-top: 93.3333333333vw;
    margin-bottom: 1.2vw;
  }
}
.sec08__title .--text01 {
  font-size: min( 5.9259259259vw, 64px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  display: block;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec08__title .--text01 {
    font-size: 9.6vw;
    margin-bottom: 0vw;
  }
}
.sec08__title .--text01 .--small {
  font-size: min( 4.4444444444vw, 48px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec08__title .--text01 .--small {
    font-size: 7.4666666667vw;
  }
}
.sec08__title .--text02 {
  font-size: min( 6.6666666667vw, 72px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec08__title .--text02 {
    font-size: 10.6666666667vw;
  }
}
.sec08__title .--text02 .--small {
  font-size: min( 5.1851851852vw, 56px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec08__title .--text02 .--small {
    font-size: 8.5333333333vw;
  }
}

.sec09 {
  background-image: url(../img/pc/sec09_top.jpg);
  background-size: min( 100vw, 1080px ) min( 60.9259259259vw, 658px );
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #1E355B;
  padding: 0 0 min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec09 {
    background-image: url(../img/sp/sec09_top.jpg);
    background-size: 100vw 94.9333333333vw;
    background-position: top center;
    padding: 0 0 5.3333333333vw;
  }
}
.sec09__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    width: 100%;
  }
}
.sec09__text01 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding-top: min( 2.2222222222vw, 24px );
  margin-bottom: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec09__text01 {
    font-size: 7.4666666667vw;
    padding-top: 2.6666666667vw;
    margin-bottom: 13.0666666667vw;
  }
}
.sec09__text01 .--small {
  font-size: min( 2.5925925926vw, 28px );
}
@media screen and (max-width: 767px) {
  .sec09__text01 .--small {
    font-size: 4.2666666667vw;
  }
}
.sec09__title01 {
  margin-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec09__title01 {
    margin-bottom: 8vw;
  }
}
.sec09__title01 .--logo {
  display: block;
  width: min( 17.2222222222vw, 186px );
  margin: 0 auto min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec09__title01 .--logo {
    width: 31.0666666667vw;
    margin: 0 auto 0.6666666667vw;
  }
}
.sec09__title01 .--main {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec09__title01 .--main {
    font-size: 8.5333333333vw;
  }
}
.sec09__title01 .--main .--large {
  font-size: min( 8.1481481481vw, 88px );
}
@media screen and (max-width: 767px) {
  .sec09__title01 .--main .--large {
    font-size: 12vw;
  }
}
.sec09__card {
  background: var(--cv-txt, #FFF);
  box-shadow: 0px 0px min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.5);
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto min( 7.4074074074vw, 80px );
  padding: min( 7.4074074074vw, 80px ) 0;
}
@media screen and (max-width: 767px) {
  .sec09__card {
    box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.5);
    width: 84vw;
    margin: 0 auto 6.6666666667vw;
    padding: 6.6666666667vw 0 8vw;
  }
}
.sec09__card.--c03 {
  padding-bottom: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec09__card.--c03 {
    padding-bottom: 8vw;
  }
}
.sec09__title02 {
  text-align: center;
  background-image: url(../img/common/sec09_border.svg);
  background-size: min( 64.8148148148vw, 700px ) min( 0.3703703704vw, 4px );
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: min( 3.3333333333vw, 36px );
  margin-bottom: min( 3.3333333333vw, 36px );
}
@media screen and (max-width: 767px) {
  .sec09__title02 {
    background-size: 76vw 0.2666666667vw;
    padding-bottom: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.sec09__title02 .--inner {
  position: relative;
  display: inline-block;
}
.sec09__title02 .--num {
  color: #FCEFD1;
  text-align: center;
  font-size: min( 18.5185185185vw, 200px );
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: max( -6.9444444444vw, -75px );
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--num {
    font-size: 29.3333333333vw;
    left: -6.6666666667vw;
    top: 40%;
  }
}
.sec09__title02 .--sub {
  text-align: center;
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: min( 2.2222222222vw, 24px );
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--sub {
    font-size: 5.3333333333vw;
    margin-bottom: min( 0.6481481481vw, 7px );
  }
}
.sec09__title02 .--sub .--astarisk {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  position: relative;
  top: max( -3.2407407407vw, -35px );
  left: max( -13.4259259259vw, -145px );
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--sub .--astarisk {
    font-size: 2.6666666667vw;
    top: -5.3333333333vw;
    left: -22vw;
  }
}
.sec09__title02 .--main {
  text-align: center;
  font-size: min( 4.6296296296vw, 50px );
  font-weight: 600;
  line-height: 123%;
  letter-spacing: 0.06em;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec09__title02 .--main {
    font-size: 7.4666666667vw;
  }
}
.sec09__list01 {
  display: flex;
  justify-content: center;
  gap: min( 2.2222222222vw, 24px );
  margin: min( 3.3333333333vw, 36px ) 0 min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec09__list01 {
    gap: 3.2vw;
    margin: 4.8vw 0 5.2vw;
  }
}
.sec09__item01 {
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 600;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border-radius: min( 0.5555555556vw, 6px );
  background: linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%);
  width: min( 23.7037037037vw, 256px );
  height: min( 6.7592592593vw, 73px );
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec09__item01 {
    font-size: 4.2666666667vw;
    width: 34.1333333333vw;
    height: 10.5333333333vw;
  }
}
.sec09__border {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__border {
    font-size: 4.2666666667vw;
  }
}
.sec09__border .--small {
  font-size: min( 1.1111111111vw, 12px );
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  top: max( -2.3148148148vw, -25px );
  left: max( -18.9814814815vw, -205px );
}
@media screen and (max-width: 767px) {
  .sec09__border .--small {
    font-size: 2.6666666667vw;
    top: -3.7333333333vw;
    left: -35.3333333333vw;
  }
}
.sec09__border .--inner {
  display: inline-block;
  padding: 0 min( 5.0925925926vw, 55px );
  border-left: min( 0.0925925926vw, 1px ) solid #1E355B;
  border-right: min( 0.0925925926vw, 1px ) solid #1E355B;
}
@media screen and (max-width: 767px) {
  .sec09__border .--inner {
    padding: 0 6.6666666667vw;
  }
}
.sec09__text02 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin: min( 1.2962962963vw, 14px ) 0;
}
@media screen and (max-width: 767px) {
  .sec09__text02 {
    font-size: 6.9333333333vw;
    margin: 1.8666666667vw 0;
  }
}
.sec09__text02 .--gradient {
  background: var(--gold, linear-gradient(309deg, #8E7135 0%, #D7B04C 50.71%, #8E7135 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec09__text03 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 400;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: min( 74.0740740741vw, 800px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__text03 {
    font-size: 3.4666666667vw;
    width: 72vw;
  }
}
.sec09__text03 .--bold {
  color: #1E355B;
  font-weight: 700;
}
.sec09__fig01 {
  margin: min( 7.4074074074vw, 80px ) 0;
}
@media screen and (max-width: 767px) {
  .sec09__fig01 {
    margin: 4.9333333333vw 0 4vw;
  }
}
.sec09__lead {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__lead {
    font-size: 7.4666666667vw;
  }
}
.sec09__lead .--small {
  font-size: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec09__lead .--small {
    font-size: 6.4vw;
  }
}
.sec09__note01 {
  margin-top: min( 3.7037037037vw, 40px );
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #8A929F;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec09__note01 {
    font-size: 2.6666666667vw;
    width: 74vw;
    margin: 2.4vw auto 0;
    text-align: left;
  }
}
.sec09__note01.--left {
  text-align: left;
  width: min( 64.8148148148vw, 700px );
  margin: min( 3.7037037037vw, 40px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec09__note01.--left {
    width: 74vw;
    text-align: left;
    margin: 3.3333333333vw auto 0;
  }
}
.sec09__note01.--right {
  text-align: right;
  margin: min( 0.9259259259vw, 10px ) min( 9.2592592593vw, 100px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec09__note01.--right {
    width: 80vw;
    margin: 2.6666666667vw 0vw 0 0;
  }
}
.sec09__fig02 {
  margin: min( 3.7037037037vw, 40px ) 0 min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec09__fig02 {
    margin: 5.3333333333vw 0 0.8vw;
  }
}
.sec09__text04 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
  width: min( 64.8148148148vw, 700px );
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec09__text04 {
    font-size: 3.4666666667vw;
    width: 72vw;
  }
}
.sec09__text04 .--bold {
  font-weight: 700;
  color: #1E355B;
}
.sec09__fig03 {
  margin: min( 3.7037037037vw, 40px ) 0 min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec09__fig03 {
    margin: 4vw 0 0.8vw;
  }
}
.sec09__more {
  font-size: min( 2.037037037vw, 22px );
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-top: min( 1.8518518519vw, 20px );
  padding-right: min( 1.3888888889vw, 15px );
  width: min( 29.1666666667vw, 315px );
  height: min( 9.9074074074vw, 107px );
  background-image: url(../img/pc/sec09_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin: max( -10.1851851852vw, -110px ) auto min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec09__more {
    font-size: 4vw;
    padding-top: 2.6666666667vw;
    padding-right: 2vw;
    width: 52.4vw;
    height: 17.8666666667vw;
    background-image: url(../img/sp/sec09_arrow.png);
    margin: -10.6666666667vw auto 2.6666666667vw;
  }
}
.sec09__text05 {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__text05 {
    font-size: 4.8vw;
  }
}
.sec09__text06 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec09__text06 {
    font-size: 7.4666666667vw;
    margin-bottom: 3.6vw;
  }
}
.sec09__text06 .--gradient {
  background: var(--accent-3, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec09__text06 .--white {
  background: var(--accent-3, linear-gradient(90deg, #fff 0%, #fff 23%, #fff 41%, #fff 59%, #fff 77%, #fff 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec09__fig04 {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto min( 4.6296296296vw, 50px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09__fig04 {
    width: 92.5333333333vw;
    margin: 0 auto 6.1333333333vw;
  }
}
.sec09__fig04:before {
  content: "";
  display: block;
  background-color: #fff;
  width: min( 0.0925925926vw, 1px );
  height: min( 6.3888888889vw, 69px );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max( -3.2407407407vw, -35px );
}
@media screen and (max-width: 767px) {
  .sec09__fig04:before {
    width: 0.1333333333vw;
    height: 9.2vw;
    bottom: -4.6666666667vw;
  }
}
.sec09__text07 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec09__text07 {
    font-size: 4vw;
    margin-bottom: 0vw;
  }
}
.sec09__text08 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec09__text08 {
    font-size: 6.6666666667vw;
    margin-bottom: 3.6vw;
  }
}
.sec09__text08 .--gradient {
  background: var(--accent-3, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec09__fig05 {
  width: min( 63.8888888889vw, 690px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__fig05 {
    width: 92vw;
  }
}

.sec10 {
  background-image: url(../img/pc/sec10_bg.jpg);
  background-size: min( 100vw, 1080px ) min( 59.4444444444vw, 642px );
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: min( 7.8703703704vw, 85px ) 0 min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .sec10 {
    background-image: url(../img/sp/sec10_bg.jpg);
    background-size: 100vw 116.4vw;
    padding: 11.3333333333vw 0 4.6666666667vw;
  }
}
.sec10__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: 100%;
  }
}
.sec10__title {
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec10__title {
    margin-bottom: 3.0666666667vw;
  }
}
.sec10__title .--sub {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 400;
  line-height: 140%;
  display: block;
  text-align: center;
  margin-bottom: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .sec10__title .--sub {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.sec10__title .--main {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  display: block;
  text-align: center;
  width: min( 92.5925925926vw, 1000px );
  height: min( 16.6666666667vw, 180px );
  background-image: url(../img/pc/sec10_title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: min( 1.6666666667vw, 18px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__title .--main {
    font-size: 7.4666666667vw;
    width: 92vw;
    height: 32.2666666667vw;
    background-image: url(../img/sp/sec10_title_bg.png);
    padding: 4.8vw;
    margin: 0 auto;
  }
}
.sec10__title .--main .--small {
  font-size: min( 3.7037037037vw, 40px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec10__title .--main .--small {
    font-size: 6.4vw;
  }
}
.sec10__fig01 {
  width: min( 55.462962963vw, 599px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__fig01 {
    width: 99.8666666667vw;
  }
}

.sec11 {
  background-image: url(../img/pc/sec11_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 103.3333333333vw, 1116px );
  background-repeat: no-repeat;
  background-position: top center;
  height: min( 103.3333333333vw, 1116px );
  padding: min( 4.7222222222vw, 51px ) 0 max( 0vw, 0px );
}
@media screen and (max-width: 767px) {
  .sec11 {
    background-image: url(../img/sp/sec11_bg.jpg);
    background-size: 100vw 163.8666666667vw;
    height: 163.8666666667vw;
    padding: 6.8vw 0 max( 0vw, 0px );
  }
}
.sec11__inner {
  width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    width: 100%;
  }
}
.sec11__text01 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 min( 52.962962963vw, 572px ) min( 43.8888888889vw, 474px );
}
@media screen and (max-width: 767px) {
  .sec11__text01 {
    font-size: 5.3333333333vw;
    margin: 0 2.6666666667vw 86.1333333333vw 0;
    text-align: right;
  }
}
.sec11__title .--text01 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin: 0 0 0 min( 21.4814814815vw, 232px );
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text01 {
    font-size: 7.4666666667vw;
    margin: 0 0 0 8.4vw;
  }
}
.sec11__title .--text01 .--large {
  font-size: min( 6.1111111111vw, 66px );
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text01 .--large {
    font-size: 9.6vw;
  }
}
.sec11__title .--text01 .--medium {
  font-size: min( 5.1851851852vw, 56px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text01 .--medium {
    font-size: 8.5333333333vw;
  }
}
.sec11__title .--text02 {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin: 0 0 0 min( 21.4814814815vw, 232px );
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text02 {
    font-size: 7.4666666667vw;
    margin: 0 0 0 8.4vw;
  }
}
.sec11__title .--text02 .--asrtarisk {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  top: max( -4.0740740741vw, -44px );
  left: max( -6.9444444444vw, -75px );
}
@media screen and (max-width: 767px) {
  .sec11__title .--text02 .--asrtarisk {
    font-size: 2.6666666667vw;
    top: -5.8666666667vw;
    left: -10vw;
  }
}
.sec11__title .--text03 {
  font-size: min( 6.6666666667vw, 72px );
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 min( 8.8888888889vw, 96px ) min( 21.4814814815vw, 232px );
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text03 {
    font-size: 10.6666666667vw;
    margin: 0 0 0 8.4vw;
  }
}
.sec11__title .--text03 .--small {
  font-size: min( 5.1851851852vw, 56px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec11__title .--text03 .--small {
    font-size: 8.5333333333vw;
  }
}
.sec11__note {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  color: #8A929F;
  margin-left: min( 61.9444444444vw, 669px );
}
@media screen and (max-width: 767px) {
  .sec11__note {
    font-size: 2.4vw;
    margin: 11.8666666667vw 5.0666666667vw 0 0;
    text-align: right;
  }
}
/*# sourceMappingURL=lp.css.map */
