@charset "UTF-8";
.font, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@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: #000;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: 2.6666666667vw;
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    width: min(177.7777777778vw, 1920px);
    margin: 0 auto;
  }
}

.w100 {
  width: 100% !important;
  display: block;
}

.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.text__orange {
  color: #E75B18;
}
.text__yellow {
  color: #FFE500;
}
.text__green {
  color: #038D6C;
}
.text__red {
  color: #CC0A1A;
}
.text__blue {
  color: #2B67C3;
}

.bg__orange {
  background: #E75B18;
}
.bg__yellow {
  background: #FFE500;
}
.bg__green {
  background: #038D6C;
}
.bg__red {
  background: #CC0A1A;
}
.bg__blue {
  background: #2B67C3;
}

.line__top__orange {
  border-top: 1px solid #E75B18;
}
.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 #FFE500;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__green {
  border-top: 1px solid #038D6C;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__red {
  border-top: 1px solid #CC0A1A;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}
.line__top__blue {
  border-top: 1px solid #2B67C3;
}
.line__top.--w2 {
  border-width: 2px;
}
.line__top.--w3 {
  border-width: 2px;
}
.line__top.--w4 {
  border-width: 2px;
}

.marker__orange {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.marker__yellow {
  background: linear-gradient(transparent 60%, #FFE500 60%);
}
.marker__green {
  background: linear-gradient(transparent 60%, #038D6C 60%);
}
.marker__red {
  background: linear-gradient(transparent 60%, #CC0A1A 60%);
}
.marker__blue {
  background: linear-gradient(transparent 60%, #2B67C3 60%);
}

.line__orange {
  border-bottom: 1px solid #E75B18;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__yellow {
  border-bottom: 1px solid #FFE500;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__green {
  border-bottom: 1px solid #038D6C;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__red {
  border-bottom: 1px solid #CC0A1A;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}
.line__blue {
  border-bottom: 1px solid #2B67C3;
}
.line.--w2 {
  border-width: 2px;
}
.line.--w3 {
  border-width: 2px;
}
.line.--w4 {
  border-width: 2px;
}

.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;
}
@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: translateX(-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 {
  padding: min( 4.6296296296vw, 50px ) 0 min( 4.0740740741vw, 44px );
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 9.3333333333vw 0;
  }
}
.adlp-footer__menu {
  font-size: min( 1.4814814815vw, 16px );
  text-align: center;
  color: #fff;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  gap: min( 3.7037037037vw, 40px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: 3.2vw;
  }
}
.adlp-footer__text {
  margin: min( 3.7037037037vw, 40px ) auto 0;
  font-size: min( 1.1111111111vw, 12px );
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: 2.9333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}

.adlp-floating {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min( 177.7777777778vw, 1920px );
  padding: min( 0.6481481481vw, 7px ) 0 min( 1.2962962963vw, 14px );
  z-index: 90;
  display: none;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: 0.8vw 0 2.8vw;
  }
}
.adlp-floating__inner {
  width: min( 100vw, 1080px );
  padding: max( 0vw, 0px ) 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 84vw;
    padding: 0;
  }
}
.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 .adlp-btn {
  width: min( 37.037037037vw, 400px );
  height: min( 7.037037037vw, 76px );
}
.adlp-floating .adlp-btn__wrapper {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    width: 84vw;
    height: 17.0666666667vw;
  }
}
.adlp-floating .adlp-btn__text {
  text-align: center;
  font-size: min( 1.2962962963vw, 14px );
  margin: 0 auto min( 0.2777777778vw, 3px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__text {
    font-size: 4.2666666667vw;
    margin: 0 auto 0vw;
  }
}
.adlp-floating .adlp-btn .circle {
  width: min( 5.1851851852vw, 56px );
  height: min( 5.1851851852vw, 56px );
  border-radius: min( 5.5555555556vw, 60px );
  left: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn .circle {
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    left: 1.0666666667vw;
  }
}
.adlp-floating .adlp-btn .circle .--text02 {
  font-size: min( 1.8518518519vw, 20px );
  color: #0E3667;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn .circle .--text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-floating .adlp-btn p {
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p {
    font-size: 4.5333333333vw;
  }
}

.adlp-accordion {
  width: min( 85.1851851852vw, 920px );
  margin: min( 5.0925925926vw, 55px ) auto 0;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    width: 84vw;
    margin: 8vw auto 0;
  }
}
.adlp-accordion + .adlp-accordion {
  margin: min( 2.5925925926vw, 28px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-accordion + .adlp-accordion {
    margin: 5.3333333333vw auto 0;
  }
}
.adlp-accordion__header {
  font-size: min( 1.8518518519vw, 20px );
  padding: min( 2.962962963vw, 32px ) min( 7.4074074074vw, 80px ) min( 2.5925925926vw, 28px ) min( 3.7037037037vw, 40px );
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header .--lead {
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
  line-height: 1;
}
@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;
  width: min( 1.4814814815vw, 16px );
  height: min( 0.9259259259vw, 10px );
  right: min( 7.4074074074vw, 80px );
  top: 55%;
  transition: all 0.3s;
  background-image: url(../img/common/faq_arrow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.adlp-accordion__header.--open::after {
  transform: rotate(0deg);
}
.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__header.--open::before {
  opacity: 0;
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  padding: 0 min( 3.7037037037vw, 40px ) min( 3.3333333333vw, 36px );
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .--lead {
  content: "A.";
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}

.adlp-box {
  width: min( 25.9259259259vw, 280px );
}
.adlp-box__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 3.7037037037vw, 40px );
  margin: min( 2.7777777778vw, 30px ) auto 0;
  width: min( 92.5925925926vw, 1000px );
}
@media screen and (max-width: 767px) {
  .adlp-box__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    width: 84vw;
    margin: 9.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-box {
    width: 100%;
  }
}
.adlp-box__no {
  background: #E75B18;
  color: #fff;
  width: min( 4.6296296296vw, 50px );
  height: min( 4.6296296296vw, 50px );
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-box__no {
    font-size: 4.5333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.adlp-box__body {
  margin: min( 2.7777777778vw, 30px ) auto 0;
  padding: 0 min( 1.8518518519vw, 20px ) min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-box__body {
    margin: 4vw auto 0;
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
.adlp-box__body__title {
  font-size: min( 2.7777777778vw, 30px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-box__body__title {
    font-size: 6.4vw;
  }
}
.adlp-box__body__text {
  margin: min( 1.8518518519vw, 20px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-box__body__text {
    margin: 2.6666666667vw auto 0;
  }
}

.adlp-box__col {
  width: 100%;
  display: flex;
}
.adlp-box__col__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: min( 3.7037037037vw, 40px );
  margin: min( 2.7777777778vw, 30px ) auto 0;
  width: min( 92.5925925926vw, 1000px );
}
@media screen and (max-width: 767px) {
  .adlp-box__col__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    width: 84vw;
    margin: 9.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-box__col {
    flex-direction: column;
  }
}
.adlp-box__col__body {
  margin: min( 2.7777777778vw, 30px ) auto 0;
  padding: 0 min( 1.8518518519vw, 20px ) min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-box__col__body {
    margin: 4vw auto 0;
    padding: 0 2.6666666667vw 2.6666666667vw;
    z-index: 1;
  }
}
.adlp-box__col__body__no {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-box__col__body__no {
    font-size: 4.5333333333vw;
  }
}
.adlp-box__col__body__head {
  display: flex;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-box__col__body__head {
    gap: 2.6666666667vw;
  }
}
.adlp-box__col__body__title {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-box__col__body__title {
    font-size: 6.4vw;
  }
}
.adlp-box__col__body__text {
  margin: min( 1.8518518519vw, 20px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-box__col__body__text {
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-box__col__img {
    order: 2;
  }
}

.adlp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min( 10vw, 108px );
  width: min( 58.3333333333vw, 630px );
  white-space: nowrap;
  filter: drop-shadow(0px min( 1.1111111111vw, 12px ) min( 1.8518518519vw, 20px ) rgba(0, 0, 0, 0.12));
  font-weight: 700;
  font-size: min( 2.4074074074vw, 26px );
  transition: all 0.3s;
  position: relative;
  border: min( 0.3703703704vw, 4px ) solid #FFF;
  border-radius: min( 11.1111111111vw, 120px );
  background: linear-gradient(180deg, #FF8A00 37.08%, #FF6D03 99.99%);
  margin: 0 auto;
}
.adlp-btn__wrapper {
  display: block;
  margin: min( 2.7777777778vw, 30px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    padding-left: 6.9333333333vw;
    font-size: 4.5333333333vw;
    height: 17.0666666667vw;
    width: 84vw;
    border: 0.5333333333vw solid #FFF;
    filter: drop-shadow(0px 1.6vw 2.6666666667vw rgba(0, 0, 0, 0.12));
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min( 2.7777777778vw, 30px );
  transform: translateY(-50%);
  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;
  line-height: 1.4;
  font-weight: 700;
}
.adlp-btn::after {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(110%);
  }
  .adlp-btn:hover::after {
    transform: translate(20%, -50%);
  }
}
.adlp-btn .circle {
  background-color: #fff;
  width: min( 7.962962963vw, 86px );
  height: min( 7.962962963vw, 86px );
  border-radius: 50%;
  position: absolute;
  left: min( 0.5555555556vw, 6px );
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn .circle {
    width: 14vw;
    height: 14vw;
    left: 0.8vw;
  }
}
.adlp-btn .circle .--text01 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 700;
  line-height: 120%;
  color: #333;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-btn .circle .--text01 {
    font-size: 2.1333333333vw;
  }
}
.adlp-btn .circle .--text02 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 150%;
  color: #0E3667;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-btn .circle .--text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-btn__text {
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min( 1.6666666667vw, 18px );
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-btn__text {
    font-size: 4.2666666667vw;
    margin-bottom: min( 1.8518518519vw, 20px );
  }
}

.adlp-circle {
  width: min( 14.8148148148vw, 160px );
  height: min( 14.8148148148vw, 160px );
  background: #efefef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
  margin: min( 1.8518518519vw, 20px ) auto 0 0;
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    font-size: 4vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.adlp-circle__text {
  text-align: center;
  font-weight: 700;
}
.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;
}

@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-flow {
  display: flex;
  grid-gap: min( 4.3518518519vw, 47px );
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: min( 77.7777777778vw, 840px );
  margin: min( 6.2962962963vw, 68px ) auto 0;
  grid-gap: min( 1.8518518519vw, 20px );
  padding: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    grid-gap: 6.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min( 0.3703703704vw, 4px );
  height: calc(100% - min( 7.4074074074vw, 80px ));
  position: absolute;
  top: min( 3.7037037037vw, 40px );
  left: min( 12.2222222222vw, 132px );
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: 4vw;
  }
}
.adlp-flow__img {
  width: min( 17.1296296296vw, 185px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: 25.3333333333vw;
  }
}
.adlp-flow__body {
  width: min( 48.8888888889vw, 528px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: 54.6666666667vw;
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min( 3.8888888889vw, 42px );
  margin-right: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: 6.6666666667vw;
    margin-right: 1.6vw;
  }
}
.adlp-flow__head .--title {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: 4.2666666667vw;
  }
}

.adlp-flow__hz {
  gap: min( 0.9259259259vw, 10px );
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow__hz__wrapper {
  display: flex;
  width: min( 85.1851851852vw, 920px );
  margin: min( 0.9259259259vw, 10px ) auto 0;
  gap: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__wrapper {
    flex-direction: column;
    width: 92vw;
    margin: 2.6666666667vw auto 0;
    gap: 6.6666666667vw;
  }
}
.adlp-flow__hz__wrapper::after {
  content: "";
  display: block;
  height: min( 0.3703703704vw, 4px );
  width: 100%;
  position: absolute;
  top: min( 6.4814814815vw, 70px );
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow__hz {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz {
    grid-gap: 4vw;
  }
}
.adlp-flow__hz__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__img {
    width: 32vw;
  }
}
.adlp-flow__hz__body {
  width: min( 12.962962963vw, 140px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__body {
    flex: 1;
  }
}
.adlp-flow__hz__head {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__head {
    font-size: 4vw;
    text-align: left;
  }
}
.adlp-flow__hz__text {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__hz__text {
    font-size: 3.2vw;
  }
}

.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 {
  width: min( 92.5925925926vw, 1000px );
  min-height: 200px;
  max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  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 {
  line-height: 1.48;
  font-weight: 700;
  font-size: min( 2.962962963vw, 32px );
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-head {
    font-size: 5.0666666667vw;
  }
}
.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 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 160%;
  padding-left: min( 3.1481481481vw, 34px );
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: min( 2.037037037vw, 22px ) min( 2.037037037vw, 22px );
  background-position: left top min( 0.6481481481vw, 7px );
  letter-spacing: 0.07em;
  color: #fff;
}
.adlp-list__wrapper {
  width: min( 61.1111111111vw, 660px );
  margin: 0 auto 0;
  gap: min( 1.8518518519vw, 20px );
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    margin: 5.3333333333vw auto 0;
    gap: 3.4666666667vw;
    width: 69.6vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    font-size: 4vw;
    padding-left: 6.9333333333vw;
    background-size: 4.2666666667vw 4.2666666667vw;
    background-position: left top 0.8vw;
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: 100%;
}
.adlp-logo__wrapper {
  display: flex;
  margin: min( 3.7037037037vw, 40px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    margin: 2vw auto 0;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-slider {
  padding: min( 3.7037037037vw, 40px );
  background: #efefef;
  display: flex !important;
  justify-content: space-between;
  margin: 0 min( 3.7037037037vw, 40px );
}
.adlp-slider__wrapper {
  width: min( 100vw, 1080px );
  margin: min( 6.4814814815vw, 70px ) auto 0;
  overflow: hidden;
  padding-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper {
    width: 100%;
    margin: 13.3333333333vw auto 0;
    padding-bottom: 5.3333333333vw;
  }
}
.adlp-slider__wrapper.--nav {
  margin: 0 auto;
}
.adlp-slider__wrapper.--nav .adlp-slider {
  margin: 0 min( 0.9259259259vw, 10px );
  min-height: min( 4.6296296296vw, 50px );
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-slider__wrapper.--nav .adlp-slider {
    margin: 0 1.3333333333vw;
    min-height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-slider {
    flex-direction: column;
    padding: 8.5333333333vw;
    border-width: 0.2666666667vw;
    margin: 0 8vw;
  }
}
.adlp-slider.--col3 {
  margin: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-slider.--col3 {
    margin: 0 5.3333333333vw;
  }
}
.adlp-slider__img {
  width: min( 24.0740740741vw, 260px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__img {
    width: 66.9333333333vw;
  }
}
.adlp-slider__body {
  width: min( 57.4074074074vw, 620px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__body {
    width: 100%;
  }
}
.adlp-slider__title {
  font-weight: 700;
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-slider__title {
    font-size: 4.2666666667vw;
  }
}
.adlp-slider__text {
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.9;
  margin: min( 1.4814814815vw, 16px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-slider__text {
    border-width: 0.2666666667vw;
    font-size: 3.2vw;
    margin: 2.1333333333vw auto 0;
  }
}

.slick-list {
  overflow: inherit !important;
}

.slick-arrow {
  position: absolute;
  top: min( 19.4444444444vw, 210px );
  z-index: 1;
  cursor: pointer;
  width: min( 3.7037037037vw, 40px );
  height: min( 12.037037037vw, 130px );
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 8vw;
    height: 26.2666666667vw;
    top: 73.3333333333vw;
  }
}
.slick-arrow.prev {
  left: max( 0vw, 0px );
  background: url(../img/common/btn_left.svg);
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .slick-arrow.prev {
    left: 0vw;
    background-size: 100% 100%;
  }
}
.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: 0vw;
    background-size: 100% 100%;
  }
}

.slick-dots {
  bottom: max( 0vw, 0px );
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 0;
  }
}
.slick-dots li {
  width: min( 1.2962962963vw, 14px );
  height: min( 1.2962962963vw, 14px );
  background: #fff;
  margin: 0 min( 1.1111111111vw, 12px );
  border-radius: 50%;
  border: min( 0.0925925926vw, 1px ) solid #D4D2D2;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.6vw;
  }
}
.slick-dots li.slick-active {
  background: #2B67C3;
  border: min( 0.0925925926vw, 1px ) solid #2B67C3;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
}
.slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #slider01_2 {
    padding-bottom: 0;
    margin-top: 6.4vw;
  }
}
#slider01_2 .slick-arrow {
  top: min( 31.4814814815vw, 340px );
  width: min( 5.5555555556vw, 60px );
  height: min( 7.962962963vw, 86px );
}
@media screen and (max-width: 767px) {
  #slider01_2 .slick-arrow {
    top: 73.3333333333vw;
    width: 9.8666666667vw;
    height: 14.6666666667vw;
  }
}
#slider01_2 .slick-arrow.prev {
  background: url(../img/common/btn_left02.svg);
  background-size: 100% 100%;
}
#slider01_2 .slick-arrow.next {
  background: url(../img/common/btn_right02.svg);
  background-size: 100% 100%;
}

.adlp-tab__wrapper {
  width: min( 92.5925925926vw, 1000px );
  margin: max( 0vw, 0px ) auto min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .adlp-tab__wrapper {
    width: 84vw;
  }
}
.adlp-tab__head {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  padding: min( 1.8518518519vw, 20px ) max( 0vw, 0px );
  border-radius: min( 0.5555555556vw, 6px ) min( 0.5555555556vw, 6px ) 0px 0px;
  opacity: 0.5;
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 45.9259259259vw, 496px );
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    font-size: 3.4666666667vw;
    padding: 0;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    height: 13.2vw;
  }
}
.adlp-tab__head.--active {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  opacity: 1;
}
.adlp-tab__content {
  display: none;
  padding: min( 4.2592592593vw, 46px ) min( 3.7037037037vw, 40px );
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-tab__content {
    padding: 6.9333333333vw 7.4666666667vw 0.1333333333vw;
  }
}
.adlp-tab__content__wrapper {
  filter: drop-shadow(0px min( 1.1111111111vw, 12px ) min( 1.8518518519vw, 20px ) rgba(0, 0, 0, 0.12));
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-table__list {
  width: min( 92.5925925926vw, 1000px );
  margin: min( 2.7777777778vw, 30px ) auto 0;
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__th {
  width: min( 18.5185185185vw, 200px );
  background: #EDF1F6;
  border-right: min( 0.3703703704vw, 4px ) solid #fff;
}
@media screen and (max-width: 767px) {
  .adlp-table__list .adlp-table__list__tr .adlp-table__list__th {
    width: 26.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__th > div {
  flex-direction: column;
  display: flex;
  padding: min( 2.4074074074vw, 26px ) 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-table__list .adlp-table__list__tr .adlp-table__list__th > div {
    padding: 2.6666666667vw 0.6666666667vw;
  }
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__th .--txt01 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-table__list .adlp-table__list__tr .adlp-table__list__th .--txt01 {
    font-size: 4vw;
  }
}
.adlp-table__list .adlp-table__list__tr:nth-child(odd) .adlp-table__list__td {
  background: #F5F5F5;
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__td {
  height: min( 4.4444444444vw, 48px );
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  border-right: min( 0.3703703704vw, 4px ) solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .adlp-table__list .adlp-table__list__tr .adlp-table__list__td {
    height: 6.4vw;
    font-size: 3.7333333333vw;
    border-width: 0.5333333333vw;
  }
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__td:nth-child(n+2) {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-table__list .adlp-table__list__tr .adlp-table__list__td:nth-child(n+2) {
    font-size: 4vw;
  }
}
.adlp-table__list .adlp-table__list__tr .adlp-table__list__td:nth-child(1) {
  font-weight: 700;
}

.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 );
}
@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.--orange {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--orange::after {
  background: #E75B18;
}
.adlp-text__label.--yellow {
  color: #fff;
  background: #FFE500;
}
.adlp-text__label.--yellow::after {
  background: #FFE500;
}
.adlp-text__label.--green {
  color: #fff;
  background: #038D6C;
}
.adlp-text__label.--green::after {
  background: #038D6C;
}
.adlp-text__label.--red {
  color: #fff;
  background: #CC0A1A;
}
.adlp-text__label.--red::after {
  background: #CC0A1A;
}
.adlp-text__label.--blue {
  color: #fff;
  background: #2B67C3;
}
.adlp-text__label.--blue::after {
  background: #2B67C3;
}

.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;
}
@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;
}
.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.--orange {
  color: #fff;
}
.adlp-text__label__para.--orange::after {
  background: #E75B18;
}
.adlp-text__label__para.--yellow {
  color: #fff;
}
.adlp-text__label__para.--yellow::after {
  background: #FFE500;
}
.adlp-text__label__para.--green {
  color: #fff;
}
.adlp-text__label__para.--green::after {
  background: #038D6C;
}
.adlp-text__label__para.--red {
  color: #fff;
}
.adlp-text__label__para.--red::after {
  background: #CC0A1A;
}
.adlp-text__label__para.--blue {
  color: #fff;
}
.adlp-text__label__para.--blue::after {
  background: #2B67C3;
}

.adlp-wrap600 {
  width: 600px !important;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-wrap600 {
    width: 100% !important;
    padding: 0 4vw !important;
  }
}
.adlp-wrap900 {
  width: 900px !important;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-wrap900 {
    width: 100% !important;
    padding: 0 4vw !important;
  }
}
.adlp-wrap1000 {
  width: 1000px !important;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-wrap1000 {
    width: 100% !important;
    padding: 0 4vw !important;
  }
}
.adlp-wrap1080 {
  width: 1080px !important;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .adlp-wrap1080 {
    width: 100% !important;
    padding: 0 4vw !important;
  }
}

.adlp-btn {
  color: #fff;
}
.adlp-btn.--bl {
  background: linear-gradient(90deg, #65A3FB 50%, #206DDA 100%);
}
.adlp-btn.--pi {
  background: linear-gradient(90deg, #FF82CD 49.23%, #FF0087 142.58%);
}
.adlp-btn.--ye {
  background-image: linear-gradient(90deg, rgb(247, 181, 93), rgb(254, 220, 64));
}

.adlp-logo {
  width: min( 212.5925925926vw, 2296px );
}
.adlp-logo__wrapper {
  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;
  }
}

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

.cv {
  background-color: #fff;
}
.cv.--bgBlue {
  padding: min( 6.4814814815vw, 70px ) 0 min( 3.7037037037vw, 40px );
  background-color: #EFF8FF;
}
@media screen and (max-width: 767px) {
  .cv.--bgBlue {
    padding: 8vw 0 5.6vw;
  }
}
.cv.--bgTwo {
  padding: min( 6.4814814815vw, 70px ) 0 min( 6.4814814815vw, 70px );
  background-color: #fff;
  background-image: url(../img/pc/cv_bg02.png);
  background-size: min( 177.7777777778vw, 1920px ) min( 95vw, 1026px );
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .cv.--bgTwo {
    padding: 8vw 0 10.6666666667vw;
    background-image: url(../img/sp/cv_bg02.png);
    background-size: contain;
  }
}
.cv__inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
  }
}
.cv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .cv__flex {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.cv__left {
  flex: 0 0 min( 44.1666666667vw, 477px );
}
.cv__right {
  flex: 0 0 min( 46.2962962963vw, 500px );
}
.cv__logo {
  width: min( 44.1666666667vw, 477px );
  margin: 0 auto min( 2.5vw, 27px );
}
@media screen and (max-width: 767px) {
  .cv__logo {
    width: 93.3333333333vw;
    margin: 0 0 3.3333333333vw;
  }
}
.cv__lead {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__lead {
    font-size: 4.8vw;
    margin-bottom: min( 2.037037037vw, 22px );
  }
}
.cv__lead .--small {
  font-size: min( 2.2222222222vw, 24px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .cv__lead .--small {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .cv__offer {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
.cv__balloon01 {
  background-image: url(../img/pc/cv_balloon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 26.1111111111vw, 282px );
  height: min( 5.3703703704vw, 58px );
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  text-align: center;
  padding-top: min( 0.8333333333vw, 9px );
  margin: min( 5.5555555556vw, 60px ) auto min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .cv__balloon01 {
    background-image: url(../img/sp/cv_balloon01.png);
    width: 53.0666666667vw;
    height: 10.9333333333vw;
    font-size: 4vw;
    padding-top: 1.2vw;
    margin: 6.6666666667vw auto 2.2666666667vw;
  }
}
.cv__text01 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 3.4259259259vw, 37px );
}
@media screen and (max-width: 767px) {
  .cv__text01 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cv__fig01 {
  width: min( 85.3703703704vw, 922px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__fig01 {
    width: 84.9333333333vw;
  }
}
.cv__conditions {
  padding: min( 5.5555555556vw, 60px ) 0 0;
  background-image: url(../img/pc/cv_bg01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 92.5925925926vw, 1000px );
  height: min( 38.3333333333vw, 414px );
}
@media screen and (max-width: 767px) {
  .cv__conditions {
    padding: 8vw 0;
    background-image: url(../img/sp/cv_bg01.jpg);
    background-size: cover;
    height: auto;
    width: 92vw;
    margin: 0 auto;
  }
}
.cv__conditions__title {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .cv__conditions__title {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.cv__conditions__title .--border {
  display: inline-block;
  border-bottom: min( 0.0925925926vw, 1px ) solid #fff;
}
@media screen and (max-width: 767px) {
  .cv__conditions__title .--border {
    border-bottom: 0.2666666667vw solid #fff;
  }
}
.cv__conditions__title .--num {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .cv__conditions__title .--num {
    font-size: 7.4666666667vw;
  }
}
.cv__conditions__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin: min( 2.2222222222vw, 24px ) auto 0;
  width: min( 70.3703703704vw, 760px );
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv__conditions__note {
    font-size: 2.6666666667vw;
    margin: 1.3333333333vw auto 0;
    width: 75.3333333333vw;
  }
}
.cv__item {
  display: flex;
  justify-content: center;
  margin-bottom: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .cv__item {
    margin-bottom: 3.0666666667vw;
  }
}
.cv__item .--num {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 180%;
  color: #2B67C3;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  flex: 0 0 min( 3.4259259259vw, 37px );
  height: min( 3.4259259259vw, 37px );
  margin-right: min( 2.2222222222vw, 24px );
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cv__item .--num {
    font-size: 3.4666666667vw;
    flex: 0 0 6.2666666667vw;
    height: 6.2666666667vw;
    margin-right: 3.3333333333vw;
  }
}
.cv__item .--text {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 500;
  line-height: 160%;
  color: #fff;
  flex: 0 0 min( 64.8148148148vw, 700px );
}
@media screen and (max-width: 767px) {
  .cv__item .--text {
    font-size: 4vw;
  }
}
.cv__balloon02 {
  background-image: url(../img/pc/cv_balloon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 11.4814814815vw, 124px );
  height: min( 13.4259259259vw, 145px );
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 700;
  line-height: 145%;
  text-align: center;
  padding-top: min( 3.7037037037vw, 40px );
  margin: max( -3.7037037037vw, -40px ) auto min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .cv__balloon02 {
    background-image: url(../img/pc/cv_balloon02.png);
    width: 19.2vw;
    height: 22.4vw;
    font-size: 4.8vw;
    padding-top: 5.3333333333vw;
    margin: -6.6666666667vw auto 2.1333333333vw;
  }
}
.cv__balloon02 span {
  background: linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cv__title {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  color: #333;
  margin-bottom: min( 3.1481481481vw, 34px );
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: 4vw;
    margin-bottom: 5.2vw;
  }
}
.cv__title .--large {
  font-size: min( 3.7037037037vw, 40px );
  line-height: 160%;
  color: #2B67C3;
}
@media screen and (max-width: 767px) {
  .cv__title .--large {
    font-size: 6.4vw;
  }
}
.cv__price {
  display: flex;
  justify-content: center;
  gap: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .cv__price {
    display: block;
  }
}
.cv__price__box {
  flex: 0 0 min( 41.1111111111vw, 444px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__price__box {
    width: 84vw;
    margin: 4.6666666667vw auto 0;
  }
}
.cv__price__top {
  border-radius: min( 1.1111111111vw, 12px ) min( 1.1111111111vw, 12px ) 0px 0px;
  background: var(--accent-0E3667, #0E3667);
  padding: min( 1.2962962963vw, 14px ) 0 min( 1.7592592593vw, 19px );
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__price__top {
    border-radius: 2.6666666667vw 2.6666666667vw 0px 0px;
    padding: 2vw 0 2.9333333333vw;
  }
}
.cv__price__top .--text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: min( 1.2962962963vw, 14px );
}
@media screen and (max-width: 767px) {
  .cv__price__top .--text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.cv__price__top .--text01 .--inner {
  display: inline-block;
  padding: 0 min( 4.6296296296vw, 50px ) min( 0.9259259259vw, 10px );
  border-bottom: min( 0.0925925926vw, 1px ) solid #fff;
}
@media screen and (max-width: 767px) {
  .cv__price__top .--text01 .--inner {
    padding: 0 6.6666666667vw 1.3333333333vw;
    border-bottom: 0.1333333333vw solid #fff;
  }
}
.cv__price__top .--text01 .--num {
  font-size: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .cv__price__top .--text01 .--num {
    font-size: 3.2vw;
  }
}
.cv__price__top .--text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__price__top .--text02 {
    font-size: 4.2666666667vw;
  }
}
.cv__price__content {
  border-radius: 0px 0px min( 1.1111111111vw, 12px ) min( 1.1111111111vw, 12px );
  border: min( 0.0925925926vw, 1px ) solid var(--sub-2B67C3, #2B67C3);
  background: var(--base-FFFFFF, #FFF);
  padding: min( 2.4074074074vw, 26px ) min( 2.7777777778vw, 30px ) min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .cv__price__content {
    border-radius: 0px 0px 2.6666666667vw 2.6666666667vw;
    border: 0.1333333333vw solid var(--sub-2B67C3, #2B67C3);
    padding: 2.9333333333vw 2.9333333333vw 2.9333333333vw 6.1333333333vw;
  }
}
.cv__price__content .--text01 {
  margin-bottom: min( 3.2407407407vw, 35px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text01 {
    margin-bottom: 4.2666666667vw;
  }
}
.cv__price__content .--text01:before {
  content: "";
  display: block;
  position: absolute;
  bottom: max( -2.7777777778vw, -30px );
  left: min( 8.3333333333vw, 90px );
  background-image: url(../img/common/cv_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 7.7777777778vw, 84px );
  height: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text01:before {
    bottom: -5.3333333333vw;
    left: 16vw;
    width: 14.1333333333vw;
    height: 3.4666666667vw;
  }
}
.cv__price__content .--text01 .--inner {
  text-align: center;
  display: inline-block;
}
.cv__price__content .--text01 .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 600;
  line-height: 130%;
  color: #333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text01 .--num {
    font-size: 8vw;
  }
}
.cv__price__content .--text01 .--yen {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 130%;
  color: #333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text01 .--yen {
    font-size: 3.2vw;
  }
}
.cv__price__content .--text01 .--text {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text01 .--text {
    font-size: 3.7333333333vw;
  }
}
.cv__price__content .--text02 .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 6.1111111111vw, 66px );
  font-weight: 600;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text02 .--num {
    font-size: 11.7333333333vw;
  }
}
.cv__price__content .--text02 .--yen {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text02 .--yen {
    font-size: 5.3333333333vw;
  }
}
.cv__price__content .--text02 .--tax {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 130%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .cv__price__content .--text02 .--tax {
    font-size: 3.2vw;
  }
}
.cv__price__circle {
  width: min( 12.4074074074vw, 134px );
  height: min( 12.4074074074vw, 134px );
  background-color: #CC0A1A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min( 12.962962963vw, 140px );
  right: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .cv__price__circle {
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    top: 20.8vw;
    right: 2.6666666667vw;
  }
}
.cv__price__circle .--text01 {
  text-align: center;
}
.cv__price__circle .--text01 .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .cv__price__circle .--text01 .--num {
    font-size: 5.2vw;
  }
}
.cv__price__circle .--text01 .--yen {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__price__circle .--text01 .--yen {
    font-size: 3.6vw;
  }
}
.cv__price__circle .--text01 .--back {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__price__circle .--text01 .--back {
    font-size: 4.2666666667vw;
  }
}
.cv__note02 {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  color: #333;
  width: min( 72.2222222222vw, 780px );
  margin: min( 2.2222222222vw, 24px ) auto min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .cv__note02 {
    font-size: 2.6666666667vw;
    width: 84vw;
    margin: 3.2vw auto 5.7333333333vw;
  }
}
.cv .adlp-btn__wrapper {
  margin-top: 0;
}
.cv__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 160%;
  color: #666;
  text-align: center;
  margin-top: min( 2.8703703704vw, 31px );
}
@media screen and (max-width: 767px) {
  .cv__note {
    font-size: 2.6666666667vw;
    text-align: left;
    width: 86.6666666667vw;
    margin: min( 2.7777777778vw, 30px ) auto 0;
  }
}

.title {
  position: relative;
  text-align: center;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 5.3333333333vw;
  }
}
.title.--white .--text01 {
  color: #fff;
}
.title.--white .--text02 {
  color: #fff;
}
.title.--black .--text02 {
  color: #333;
}
.title.--sec07::after {
  content: "";
  display: block;
  position: absolute;
  top: max( -3.2407407407vw, -35px );
  left: min( 30.8333333333vw, 333px );
  width: min( 8.7962962963vw, 95px );
  height: min( 3.7962962963vw, 41px );
  background-image: url(../img/common/title_sec07.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .title.--sec07::after {
    width: 18.1333333333vw;
    height: 7.8666666667vw;
    top: -7.3333333333vw;
    left: -5.0666666667vw;
  }
}
.title.--sec08::after {
  content: "";
  display: block;
  position: absolute;
  top: max( -2.7777777778vw, -30px );
  left: min( 32.4074074074vw, 350px );
  width: min( 8.0555555556vw, 87px );
  height: min( 3.7037037037vw, 40px );
  background-image: url(../img/common/title_sec08.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .title.--sec08::after {
    width: 16.5333333333vw;
    height: 7.3333333333vw;
    left: 0vw;
    top: -4vw;
  }
}
.title .--text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  display: block;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .title .--text01 {
    font-size: 4.2666666667vw;
  }
}
.title .--text02 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 140%;
  display: block;
  color: #038D6C;
}
@media screen and (max-width: 767px) {
  .title .--text02 {
    font-size: 7.4666666667vw;
  }
}
.title .--text02 .--small {
  font-size: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .title .--text02 .--small {
    font-size: 6.4vw;
  }
}

.sec01 {
  background-image: url(../img/pc/sec01_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: min( 6.8518518519vw, 74px ) 0 min( 6.4814814815vw, 70px );
}
@media screen and (max-width: 767px) {
  .sec01 {
    width: 100%;
    background-image: url(../img/sp/sec01_bg.jpg);
    padding: 8.2666666667vw 0 11.0666666667vw;
  }
}
.sec01__inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 100%;
  }
}
.sec01__title {
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: 3.8666666667vw;
  }
}
.sec01__title .--row01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--row01 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec01__title .--row01 .--logo {
  width: min( 25.7407407407vw, 278px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--row01 .--logo {
    width: 40.2666666667vw;
  }
}
.sec01__title .--row01 .--text01 {
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 700;
  line-height: 140%;
  position: relative;
  bottom: max( -0.3703703704vw, -4px );
}
@media screen and (max-width: 767px) {
  .sec01__title .--row01 .--text01 {
    font-size: 4.8vw;
    bottom: -1.0666666667vw;
  }
}
.sec01__title .--row02 {
  display: block;
  text-align: center;
}
.sec01__title .--row02 .--text01 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec01__title .--row02 .--text01 {
    font-size: 6.4vw;
  }
}
.sec01__box {
  width: min( 52.7777777778vw, 570px );
  margin: 0 auto;
  background: var(--base-FFFFFF, #FFF);
  box-shadow: 0px min( 0.3703703704vw, 4px ) min( 1.8518518519vw, 20px ) 0px rgba(0, 0, 0, 0.12);
  padding: min( 3.0555555556vw, 33px ) 0;
}
@media screen and (max-width: 767px) {
  .sec01__box {
    width: 76vw;
    box-shadow: 0px 0.5333333333vw 2.6666666667vw 0px rgba(0, 0, 0, 0.12);
    padding: 8.5333333333vw 0 4.5333333333vw;
  }
}
.sec01__fig01 {
  width: min( 29.6296296296vw, 320px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__fig01 {
    width: 50.4vw;
  }
}

.sec02 {
  background-color: #EFF8FF;
  padding: min( 6.4814814815vw, 70px ) 0 min( 3.7037037037vw, 40px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 {
    width: 100%;
    padding: 11.2vw 0 4vw;
  }
}
.sec02__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    max-width: 100vw;
  }
}
.sec02__title {
  text-align: center;
  margin-bottom: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: 4.8vw;
    margin-bottom: 5.8666666667vw;
  }
}
.sec02__title .--sub {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 140%;
  color: #333;
  display: block;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec02__title .--sub {
    font-size: 4.8vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec02__title .--large {
  font-size: min( 4.4444444444vw, 48px );
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__title .--large {
    font-size: 7.4666666667vw;
  }
}
.sec02__title .--gradient {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec02 .adlp-slider {
  display: block !important;
  padding: 0;
  background-color: #F7F7F7;
  margin-bottom: min( 1.8518518519vw, 20px );
}
.sec02 .adlp-slider__wrapper {
  margin-top: min( 3.2407407407vw, 35px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__wrapper {
    padding-bottom: 9.3333333333vw;
  }
}
.sec02 .adlp-slider__card {
  box-shadow: min( 0.3703703704vw, 4px ) min( 0.3703703704vw, 4px ) min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.2);
  padding: min( 5.5555555556vw, 60px ) min( 4.1666666667vw, 45px ) min( 5.5555555556vw, 60px );
  height: min( 66.6666666667vw, 720px );
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__card {
    box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
    padding: 9.4666666667vw 4.6666666667vw 9.4666666667vw;
    height: 185.3333333333vw;
  }
}
.sec02 .adlp-slider__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__top {
    gap: 3.7333333333vw;
  }
}
.sec02 .adlp-slider__img {
  flex: 0 0 min( 22.2222222222vw, 240px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__img {
    flex: 0 0 28vw;
  }
}
.sec02 .adlp-slider__topbox {
  flex: 0 0 min( 56.2962962963vw, 608px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__topbox {
    flex: 0 0 43.0666666667vw;
  }
}
.sec02 .adlp-slider__title {
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 700;
  line-height: 150%;
  padding-bottom: min( 1.4814814815vw, 16px );
  border-bottom: min( 0.1851851852vw, 2px ) solid #0E3667;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__title {
    font-size: 4vw;
    padding-bottom: 1.8666666667vw;
    border-bottom: 0.2666666667vw solid #0E3667;
    margin-top: 0;
  }
}
.sec02 .adlp-slider__name {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 500;
  line-height: 160%;
  color: #0E3667;
  padding-top: min( 1.7592592593vw, 19px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__name {
    font-size: 3.4666666667vw;
    padding-top: 2.2666666667vw;
  }
}
.sec02 .adlp-slider__name .--small {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__name .--small {
    font-size: 2.9333333333vw;
  }
}
.sec02 .adlp-slider__box {
  margin-top: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__box {
    margin-top: 4.2666666667vw;
  }
}
.sec02 .adlp-slider__text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 180%;
  color: #0E3667;
  text-align: center;
  background: #F4F4F4;
  padding: min( 0.0925925926vw, 1px ) 0;
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__text01 {
    font-size: 3.4666666667vw;
    padding: 0vw 0px;
    margin-bottom: 2.5333333333vw;
  }
}
.sec02 .adlp-slider__text02 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__text02 {
    font-size: 3.4666666667vw;
  }
}
.sec02 .adlp-slider__interviwe {
  font-size: min( 2.037037037vw, 22px );
  color: #CC0A1A;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  position: relative;
  padding: min( 8.6111111111vw, 93px ) 0 min( 1.8518518519vw, 20px );
  background-image: url("../img/pc/sec03_en02.png");
  background-size: min( 36.9444444444vw, 399px ) min( 7.4074074074vw, 80px );
  background-repeat: no-repeat;
  background-position: center top min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__interviwe {
    font-size: 4.2666666667vw;
    background-image: url("../img/sp/sec03_en02.png");
    background-size: 62.9333333333vw 12.6666666667vw;
    background-position: center top 5.3333333333vw;
    padding: 12.6666666667vw 0 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__videowrapper {
    width: 75.2vw;
    margin: 0 auto;
  }
}
.sec02 .adlp-slider__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: min( 23.1481481481vw, 250px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.28%;
  }
}
.sec02 .adlp-slider__video iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min( 41.2962962963vw, 446px );
  height: min( 23.1481481481vw, 250px );
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-slider__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
  }
}
.sec03 {
  background-image: url(../img/pc/sec03_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 60.3703703704vw, 652px );
  background-repeat: no-repeat;
  background-position: center top;
  padding: min( 8.8888888889vw, 96px ) 0 0;
  height: min( 60.3703703704vw, 652px );
}
@media screen and (max-width: 767px) {
  .sec03 {
    background-image: url(../img/sp/sec03_bg.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 12.8vw 0 6vw;
  }
}
.sec03__inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
  }
}
.sec03__title {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec03__title {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec03__list {
  margin-bottom: min( 9.8148148148vw, 106px );
}
@media screen and (max-width: 767px) {
  .sec03__list {
    margin-bottom: 15.4666666667vw;
  }
}
.sec03__text {
  text-align: center;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__text {
    font-size: 5.3333333333vw;
  }
}
.sec03__text .--small {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec03__text .--small {
    font-size: 4vw;
  }
}

.sec04 {
  background-image: url(../img/pc/sec04_bg01.png), url(../img/pc/sec04_bg02.png);
  background-size: min( 177.7777777778vw, 1920px ) min( 27.962962963vw, 302px ), min( 177.7777777778vw, 1920px ) min( 48.9814814815vw, 529px );
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  padding: min( 3.7037037037vw, 40px ) 0 min( 3.7037037037vw, 40px );
  position: relative;
  background-color: #F5FAFE;
}
@media screen and (max-width: 767px) {
  .sec04 {
    width: 100%;
    background-size: 100vw 65.6vw, 100vw 70.5333333333vw;
    background-position: center top, right bottom;
    padding: 14vw 0 6.6666666667vw;
  }
}
.sec04__title {
  text-align: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec04__title {
    margin-bottom: 8.5333333333vw;
  }
}
.sec04__title .--sub {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 140%;
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec04__title .--sub {
    font-size: 5.3333333333vw;
    display: block;
  }
}
.sec04__title .--main .--text01 {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec04__title .--main .--text01 {
    font-size: 7.4666666667vw;
  }
}
.sec04__title .--main .--num {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-size: min( 7.2222222222vw, 78px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec04__title .--main .--num {
    font-size: 11.6vw;
  }
}
.sec04__inner {
  max-width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    max-width: 100%;
  }
}
.sec04__block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec04__block01 {
    display: block;
    margin-bottom: 5.6vw;
  }
}
.sec04__block01__fig {
  flex: 0 0 min( 38.8888888889vw, 420px );
}
@media screen and (max-width: 767px) {
  .sec04__block01__fig {
    margin-bottom: 5.2vw;
  }
}
.sec04__block01__textarea {
  flex: 0 0 min( 49.0740740741vw, 530px );
}
.sec04__title02 {
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec04__title02 {
    font-size: 6.4vw;
    margin-bottom: 5.2vw;
  }
}
.sec04__title02 .--gradient {
  background: linear-gradient(272deg, #0A377C 0.84%, #1554B4 101.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04__title02 .--small {
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec04__title02 .--small {
    font-size: 5.3333333333vw;
  }
}
.sec04__text {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__text {
    font-size: 3.4666666667vw;
    width: 75.3333333333vw;
    margin: 0 auto;
  }
}
.sec04__block02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec04__block02 {
    display: block;
    margin: 7.2vw 0 13.0666666667vw;
  }
}
.sec04__block02__fig {
  flex: 0 0 min( 44.537037037vw, 481px );
}
@media screen and (max-width: 767px) {
  .sec04__block02__fig {
    margin-top: 6.6666666667vw;
  }
}
.sec04__block02__textarea {
  flex: 0 0 min( 44.4444444444vw, 480px );
}
.sec04__title03 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 140%;
  color: #2B67C3;
  text-align: center;
  width: min( 44.3518518519vw, 479px );
  height: min( 7.7777777778vw, 84px );
  background-image: url(../img/pc/sec04_en.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin: min( 2.7777777778vw, 30px ) auto min( 2.3148148148vw, 25px );
  padding-top: min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec04__title03 {
    font-size: 4.8vw;
    width: 85.2vw;
    height: 14.9333333333vw;
    background-image: url(../img/sp/sec04_en.svg);
    margin: 5.6vw auto 1.3333333333vw;
    padding-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .sec04__tab {
    margin-bottom: 13.0666666667vw;
  }
}
.sec04__tab__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec04__tab__list {
    display: block;
  }
}
.sec04__tab__item {
  flex: 0 0 min( 18.5185185185vw, 200px );
  height: min( 11.1111111111vw, 120px );
  border: min( 0.2777777778vw, 3px ) solid var(--sub-2B67C3, #2B67C3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__tab__item {
    margin-bottom: 8vw;
    height: 14.5333333333vw;
    border: 0.4vw solid var(--sub-2B67C3, #2B67C3);
  }
}
.sec04__tab__item:nth-child(1) {
  border: none;
  background-color: #EFF8FF;
}
.sec04__tab__item:last-child:after {
  display: none;
}
.sec04__tab__item .--text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 140%;
  color: #2B67C3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__tab__item .--text01 {
    font-size: 3.4666666667vw;
  }
}
.sec04__tab__item .--text02 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 140%;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__tab__item .--text02 {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}
.sec04__tab__item:after {
  content: "";
  display: block;
  width: min( 1.8518518519vw, 20px );
  height: min( 5.1851851852vw, 56px );
  background-image: url(../img/pc/sec04_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  right: max( -2.7777777778vw, -30px );
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__tab__item:after {
    width: 11.4666666667vw;
    height: 4.2666666667vw;
    background-image: url(../img/sp/sec04_arrow.svg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: -6.6666666667vw;
    transform: translateY(0) translateX(-50%);
  }
}

.sec05 {
  background-image: url("../img/pc/sec05_bg.png");
  background-size: min( 177.7777777778vw, 1920px ) min( 87.5vw, 945px );
  background-repeat: no-repeat;
  background-position: center top;
  height: min( 87.5vw, 945px );
  padding: min( 6.4814814815vw, 70px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    background-image: url("../img/sp/sec05_bg01.png"), url("../img/sp/sec05_bg02.png");
    background-size: 100vw 48.9333333333vw, 73.3333333333vw 46.2666666667vw;
    background-position: center top, bottom right;
    width: 100%;
    height: auto;
    padding: 11.0666666667vw 0 13.0666666667vw;
  }
}
.sec05__inner {
  max-width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    max-width: 92vw;
  }
}
.sec05__title {
  text-align: center;
  margin-bottom: min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec05__title {
    margin-bottom: 7.6vw;
  }
}
.sec05__title .--sub {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 160%;
  display: block;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec05__title .--sub {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec05__title .--main {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__title .--main {
    font-size: 7.4666666667vw;
  }
}
.sec05__title .--gradient {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec05__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec05__flex {
    display: block;
  }
}
.sec05__box {
  flex: 0 0 min( 44.4444444444vw, 480px );
  background: #fff;
  box-shadow: 0px 0px min( 2.7777777778vw, 30px ) 0px rgba(139, 153, 153, 0.3);
}
@media screen and (max-width: 767px) {
  .sec05__box {
    box-shadow: 0px 0px 4vw 0px rgba(139, 153, 153, 0.3);
    margin-bottom: 5.0666666667vw;
  }
}
.sec05__top {
  display: flex;
  align-items: center;
  margin-bottom: min( 2.037037037vw, 22px );
  padding: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec05__top {
    margin-bottom: 6.4vw;
    padding: 0.8vw;
  }
}
.sec05__fig {
  flex: 0 0 min( 12.962962963vw, 140px );
  margin-right: min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .sec05__fig {
    flex: 0 0 29.3333333333vw;
    margin-right: 6vw;
  }
}
.sec05__position .--text01 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  color: #0E3667;
}
@media screen and (max-width: 767px) {
  .sec05__position .--text01 {
    font-size: 2.9333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sec05__position .--text01 .--large {
    font-size: 3.2vw;
  }
}
.sec05__position .--text02 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 160%;
  color: #0E3667;
}
@media screen and (max-width: 767px) {
  .sec05__position .--text02 {
    font-size: 4.2666666667vw;
  }
}
.sec05__bottom {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  color: #333;
  padding: 0 min( 2.7777777778vw, 30px ) min( 2.7777777778vw, 30px );
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__bottom {
    font-size: 3.4666666667vw;
    padding: 0 7.0666666667vw 8.4vw;
  }
}
.sec05__lead {
  margin: min( 9.2592592593vw, 100px ) 0 0;
  font-size: min( 3.3333333333vw, 36px );
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__lead {
    margin: 10vw 0 0;
    font-size: 4.8vw;
    text-align: left;
    padding-left: 4vw;
  }
}
.sec05__lead .--grapc {
  background: linear-gradient(274deg, #0A377C 24.94%, #1554B4 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec05__lead .--grasp {
    background: linear-gradient(274deg, #0A377C 24.94%, #1554B4 91%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.sec06 {
  background-color: #EFF8FF;
  background-image: url("../img/pc/sec06_en.svg");
  background-size: min( 35.7407407407vw, 386px ) min( 8.1481481481vw, 88px );
  background-repeat: no-repeat;
  background-position: center top;
  padding: min( 7.7777777778vw, 84px ) 0 min( 5.5555555556vw, 60px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 {
    background-image: url("../img/sp/sec06_en.svg");
    background-size: 60vw 13.6vw;
    padding: 11.2vw 0 10.6666666667vw;
  }
}
.sec06__inner {
  max-width: min( 100vw, 1080px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    max-width: 100vw;
  }
}
.sec06__title {
  text-align: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec06__title {
    margin-bottom: 5.3333333333vw;
  }
}
.sec06__title .--gradient {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec06__title .--gradient {
    font-size: 7.4666666667vw;
  }
}
.sec06__label {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-align: center;
  border-radius: min( 1.8518518519vw, 20px );
  width: min( 62.5925925926vw, 676px );
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  margin: 0 auto min( 3.1481481481vw, 34px );
  padding: min( 0.9259259259vw, 10px ) 0;
}
@media screen and (max-width: 767px) {
  .sec06__label {
    font-size: 4vw;
    border-radius: spw(20);
    width: 84vw;
    margin: 0 auto 5.2vw;
    padding: 1.3333333333vw 0;
  }
}
.sec06__list {
  display: flex;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec06__list {
    gap: vspw(40);
  }
}
.sec06__item {
  flex: 0 0 min( 19.6296296296vw, 212px );
  height: min( 10.7407407407vw, 116px );
  border-radius: min( 0.5555555556vw, 6px );
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec06__item {
    flex: 0 0 24.4vw;
    height: 24.4vw;
    border-radius: 1.3333333333vw;
    display: block;
    padding-top: 3.7333333333vw;
  }
}
.sec06__icon {
  flex: 0 0 min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec06__icon {
    width: 9.0666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.sec06__skill {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 130%;
  color: #2B67C3;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec06__skill {
    font-size: 3.2vw;
    text-align: center;
  }
}
.sec06 .adlp-slider {
  display: block !important;
  padding: 0;
  background-color: #F7F7F7;
  margin-bottom: min( 1.8518518519vw, 20px );
}
.sec06 .adlp-slider__wrapper {
  margin-top: min( 3.2407407407vw, 35px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__wrapper {
    padding-bottom: 9.3333333333vw;
  }
}
.sec06 .adlp-slider__card {
  box-shadow: min( 0.3703703704vw, 4px ) min( 0.3703703704vw, 4px ) min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.2);
  height: min( 73.7037037037vw, 796px );
  background-color: #fff;
  border-radius: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__card {
    box-shadow: 0.5333333333vw 0.5333333333vw 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
    height: auto;
    border-radius: 2.6666666667vw;
  }
}
.sec06 .adlp-slider__top {
  padding: min( 2.4074074074vw, 26px ) 0;
  border-radius: min( 1.1111111111vw, 12px ) min( 1.1111111111vw, 12px ) 0px 0px;
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__top {
    padding: 3.8666666667vw 0;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.sec06 .adlp-slider__label {
  display: flex;
  justify-content: center;
  gap: min( 2.037037037vw, 22px );
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__label {
    gap: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec06 .adlp-slider__label li {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 160%;
  color: #0E3667;
  background-color: #fff;
  border-radius: min( 0.462962963vw, 5px );
  flex: 0 0 min( 16.0185185185vw, 173px );
  padding: min( 0.2777777778vw, 3px ) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__label li {
    font-size: 3.0666666667vw;
    border-radius: 1.3333333333vw;
    flex: 0 0 23.0666666667vw;
    padding: 0.4vw 0;
  }
}
.sec06 .adlp-slider__title {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 600;
  line-height: 160%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__title {
    font-size: 3.7333333333vw;
  }
}
.sec06 .adlp-slider__main {
  padding: min( 2.2222222222vw, 24px ) min( 8.3333333333vw, 90px ) min( 5.5555555556vw, 60px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__main {
    padding: 0 4.5333333333vw 8vw;
  }
}
.sec06 .adlp-slider__text00 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 150%;
  color: #0E3667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text00 {
    font-size: 4.6666666667vw;
    margin-top: 5.2vw;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec06 .adlp-slider__text00 span {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec06 .adlp-slider__text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 180%;
  color: #0E3667;
  text-align: center;
  background: #F4F4F4;
  margin-top: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text01 {
    font-size: 3.4666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.sec06 .adlp-slider__text02 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 140%;
  color: #333;
  text-align: center;
  margin-top: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text02 {
    font-size: 4vw;
    margin-top: 1.6vw;
  }
}
.sec06 .adlp-slider__text02 .--num {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text02 .--num {
    font-size: 5.0666666667vw;
  }
}
.sec06 .adlp-slider__list {
  margin-top: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__list {
    margin-top: 2.5333333333vw;
  }
}
.sec06 .adlp-slider__list li {
  display: flex;
  position: relative;
  padding-left: min( 2.5925925926vw, 28px );
  margin-bottom: min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__list li {
    padding-left: 5.6vw;
    margin-bottom: 1.6vw;
  }
}
.sec06 .adlp-slider__list li:before {
  content: "";
  display: block;
  width: min( 1.2962962963vw, 14px );
  height: min( 1.2962962963vw, 14px );
  background-color: #2B67C3;
  position: absolute;
  left: 0;
  top: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__list li:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
  }
}
.sec06 .adlp-slider__text03 {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 180%;
  color: #2B67C3;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text03 {
    font-size: 3.7333333333vw;
  }
}
.sec06 .adlp-slider__text04 {
  text-align: center;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 140%;
  color: #333;
  margin: min( 1.4814814815vw, 16px ) 0 min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text04 {
    font-size: 3.4666666667vw;
    margin: 2.4vw 0 2.1333333333vw;
  }
}
.sec06 .adlp-slider__text04 .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 2.5925925926vw, 28px );
  font-weight: 700;
  line-height: 140%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text04 .--num {
    font-size: 4.8vw;
  }
}
.sec06 .adlp-slider__text04 .--yen {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 140%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text04 .--yen {
    font-size: 3.4666666667vw;
  }
}
.sec06 .adlp-slider__text05 {
  text-align: center;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 140%;
  color: #0E3667;
  margin: 0 0 min( 2.037037037vw, 22px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text05 {
    font-size: 3.4666666667vw;
    margin: 0 0 3.2vw;
  }
}
.sec06 .adlp-slider__text05:before {
  content: "";
  display: block;
  background-image: url("../img/common/sec06_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min( 7.7777777778vw, 84px );
  height: min( 3.3333333333vw, 36px );
  position: absolute;
  bottom: max( -4.3518518519vw, -47px );
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__text05:before {
    width: 14.1333333333vw;
    height: 6vw;
    bottom: -6.2666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox {
  background-image: url("../img/pc/sec06_box_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  height: min( 10.7407407407vw, 116px );
  text-align: center;
  padding: min( 3.0555555556vw, 33px ) 0 min( 2.5925925926vw, 28px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox {
    background-image: url("../img/sp/sec06_box_bg.png");
    height: 25.0666666667vw;
    padding: 4.5333333333vw 0 2.6666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox .--gradient {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 800;
  line-height: 100%;
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--gradient {
    font-size: 4vw;
  }
}
.sec06 .adlp-slider__gradientbox .--gradient .--num {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 800;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--gradient .--num {
    font-size: 5.3333333333vw;
  }
}
.sec06 .adlp-slider__gradientbox .--gradient .--per {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 800;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--gradient .--per {
    font-size: 4vw;
  }
}
.sec06 .adlp-slider__gradientbox .--balloon {
  background-image: url("../img/pc/sec06_balloon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: min( 22.129vw, 239px );
  height: min( 4.44444444vw, 48px );
  display: inline-block;
  padding: 0 0 max( 0vw, 0px ) min( 1.8518518519vw, 20px );
  margin: 0 min( 2.5925925926vw, 28px ) 0 min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--balloon {
    background-image: url("../img/sp/sec06_balloon.png");
    width: 38.2vw;
    height: 7.1333333333vw;
    padding: 0 0 max( 0vw, 0px ) 2.3333333333vw;
  }
}
.sec06 .adlp-slider__gradientbox .--balloon .--num {
  font-size: min( 3.8888888889vw, 42px );
  font-weight: 800;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  color: #fff;
  position: relative;
  top: max( -0.2777777778vw, -3px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--balloon .--num {
    font-size: 5.555555556vw;
    top: -0.2666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox .--balloon .--yen {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  position: relative;
  top: max( -0.2777777778vw, -3px );
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--balloon .--yen {
    font-size: 2.9333333333vw;
    top: -0.2666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox .--price .--num {
  font-size: min( 5.2777777778vw, 57px );
  font-weight: 700;
  line-height: 100%;
  font-family: "Roboto", sans-serif;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--price .--num {
    font-size: 8.6666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox .--price .--yen {
  font-size: min( 2.5vw, 27px );
  font-weight: 800;
  line-height: 100%;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--price .--yen {
    font-size: 4.6666666667vw;
  }
}
.sec06 .adlp-slider__gradientbox .--price .--tax {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 500;
  line-height: 100%;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-slider__gradientbox .--price .--tax {
    font-size: 2.6666666667vw;
  }
}
.sec06__cv__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 2.7777777778vw, 30px );
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec06__cv__flex {
    display: block;
    margin-bottom: 0vw;
    padding-top: 5.3333333333vw;
  }
}
.sec06__cv__left {
  flex: 0 0 min( 37.6851851852vw, 407px );
}
.sec06__cv__right {
  flex: 0 0 min( 46.2962962963vw, 500px );
}
.sec06__cv__logo {
  width: min( 25.9259259259vw, 280px );
  margin: 0 auto min( 2.5vw, 27px );
}
@media screen and (max-width: 767px) {
  .sec06__cv__logo {
    width: 51.2vw;
    margin-bottom: 2.5333333333vw;
  }
}
.sec06__cv__lead {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec06__cv__lead {
    font-size: 4.2666666667vw;
    margin-bottom: 2.9333333333vw;
  }
}
.sec06__cv__lead .--small {
  font-size: min( 2.2222222222vw, 24px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec06__cv__lead .--small {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec06__cv__offer {
    width: 86.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.sec06__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec06__note {
    font-size: 2.6666666667vw;
  }
}

.sec07 .sec07__head {
  background-color: #F6F6F6;
  background-image: url(../img/pc/sec07_en.svg);
  background-size: min( 25.5555555556vw, 276px ) auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding: min( 8.0555555556vw, 87px ) 0 min( 2.8703703704vw, 31px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__head {
    background-image: url(../img/sp/sec07_en.svg);
    background-size: 40.6666666667vw auto;
    padding: 15.0666666667vw 0 10.8vw;
  }
}
.sec07 .sec07__title {
  font-weight: 700;
  text-align: center;
}
.sec07 .sec07__title__sub {
  font-size: min( 1.8518518519vw, 20px );
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #0E3667;
  display: block;
  margin-bottom: min( 0.3703703704vw, 4px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title__sub {
    font-size: 4vw;
    margin-bottom: 0.2666666667vw;
  }
}
.sec07 .sec07__title__main {
  font-size: min( 3.8888888889vw, 42px );
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title__main {
    font-size: 7.4666666667vw;
  }
}
.sec07 .sec07__body {
  width: min( 67.5925925926vw, 730px );
  padding: min( 4.537037037vw, 49px ) 0 min( 4.2592592593vw, 46px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__body {
    width: 84vw;
    padding: 5.6vw 0 6.6666666667vw;
  }
}
.sec07 .sec07__list {
  position: relative;
}
.sec07 .sec07__list::before {
  content: "";
  background: #0E3667;
  display: block;
  width: min( 0.2777777778vw, 3px );
  height: min( 53.0555555556vw, 573px );
  position: absolute;
  top: min( 0.9259259259vw, 10px );
  left: min( 3.9814814815vw, 43px );
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__list::before {
    width: 0.5333333333vw;
    height: 146.6666666667vw;
    top: 0;
    left: 9.3333333333vw;
  }
}
.sec07 .sec07__item {
  display: flex;
  gap: 0 min( 2.4074074074vw, 26px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item {
    gap: 0 3.2vw;
  }
}
.sec07 .sec07__item:nth-of-type(1) {
  margin-bottom: min( 1.5740740741vw, 17px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item:nth-of-type(1) {
    margin-bottom: 5.3333333333vw;
  }
}
.sec07 .sec07__item:nth-of-type(1) .sec07__text__wrap {
  padding-top: min( 2.037037037vw, 22px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item:nth-of-type(1) .sec07__text__wrap {
    padding-top: 1.7333333333vw;
  }
}
.sec07 .sec07__item:nth-of-type(2) {
  margin-bottom: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item:nth-of-type(2) {
    margin-bottom: 5.3333333333vw;
  }
  .sec07 .sec07__item:nth-of-type(2) .sec07__text__wrap {
    padding-top: 1.7333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec07 .sec07__item:nth-of-type(2) .sec07__text__wrap {
    padding-top: 4.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__item:nth-of-type(5) .sec07__text__wrap {
    padding-top: 1.7333333333vw;
  }
}
.sec07 .sec07__icon {
  width: min( 8.3333333333vw, 90px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__icon {
    width: 18.6666666667vw;
  }
}
.sec07 .sec07__text__wrap {
  flex: 1;
  padding-top: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text__wrap {
    padding-top: 4.5333333333vw;
  }
}
.sec07 .sec07__text {
  font-weight: 700;
  font-size: min( 1.8518518519vw, 20px );
  letter-spacing: 0.08em;
}
.sec07 .sec07__text.--01 {
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  color: #0E3667;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text.--01 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec07 .sec07__text.--02 {
  line-height: 140%;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__text.--02 {
    font-size: 4vw;
  }
}
.sec07 .sec07__bnr {
  background: #EFF8FF;
  font-weight: 700;
  text-align: center;
  padding: min( 0.1851851852vw, 2px ) 0 min( 0.9259259259vw, 10px );
  margin: min( 2.3148148148vw, 25px ) auto min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr {
    padding: 0.2666666667vw 0 1.8666666667vw;
    margin: 5.3333333333vw auto;
  }
}
.sec07 .sec07__bnr .--text01 {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 2.5vw, 27px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr .--text01 {
    font-size: 4.8vw;
  }
}
.sec07 .sec07__bnr .--gra {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.sec07 .sec07__bnr .--text02 {
  font-family: "Roboto", sans-serif;
  font-size: min( 4.1666666667vw, 45px );
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr .--text02 {
    font-size: 8vw;
  }
}
.sec07 .sec07__bnr .--text03 {
  font-size: min( 3.3333333333vw, 36px );
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr .--text03 {
    font-size: 6.4vw;
  }
}
.sec07 .sec07__bnr .--text04 {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min( 2.5vw, 27px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr .--text04 {
    font-size: 4.8vw;
  }
}
.sec07 .sec07__bnr02 {
  background-image: url(../img/pc/sec07_bnr_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: min( 14.4444444444vw, 156px );
  padding-top: min( 2.6851851852vw, 29px );
  text-align: center;
  margin-top: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02 {
    background-image: url(../img/sp/sec07_bnr_bg.svg);
    height: 30.4vw;
    padding-top: 5.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.sec07 .sec07__bnr02__sub {
  font-weight: 700;
  font-size: min( 1.6666666667vw, 18px );
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__sub {
    font-size: 3.2vw;
    text-align: left;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.sec07 .sec07__bnr02__main {
  font-weight: 700;
  margin-top: max( -1.0185185185vw, -11px );
}
.sec07 .sec07__bnr02__main .--text01 {
  font-size: min( 3.3333333333vw, 36px );
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__main .--text01 {
    font-size: 6.4vw;
  }
}
.sec07 .sec07__bnr02__main .--text02 {
  font-size: min( 2.2222222222vw, 24px );
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__main .--text02 {
    font-size: 4.2666666667vw;
  }
}
.sec07 .sec07__bnr02__main .--text03 {
  font-family: "Roboto", sans-serif;
  font-size: min( 4.1666666667vw, 45px );
  line-height: 160%;
  letter-spacing: 0em;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__main .--text03 {
    font-size: 8vw;
  }
}
.sec07 .sec07__bnr02__main .--text04 {
  font-size: min( 2.5vw, 27px );
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__main .--text04 {
    font-size: 4.8vw;
  }
}
.sec07 .sec07__bnr02__main .--text05 {
  font-size: min( 3.3333333333vw, 36px );
  line-height: 160%;
  letter-spacing: 0.08em;
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bnr02__main .--text05 {
    font-size: 6.4vw;
  }
}
.sec07 .sec07__note {
  font-size: min( 1.1111111111vw, 12px );
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #767676;
  margin-top: min( 2.6851851852vw, 29px );
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__note {
    font-size: 2.6666666667vw;
    margin-top: 5.2vw;
  }
}

.sec08 {
  background-color: #EFF8FF;
  padding: min( 5.5555555556vw, 60px ) 0 min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: 8.6666666667vw 0 6vw;
    width: 100%;
  }
}
.sec08__inner {
  max-width: min( 75.9259259259vw, 820px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    max-width: 84vw;
  }
}
.sec08__titel {
  text-align: center;
  margin-bottom: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec08__titel {
    margin-bottom: 5.3333333333vw;
  }
}
.sec08__titel .--sub {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 150%;
  display: block;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__titel .--sub {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.sec08__titel .--main {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 150%;
  display: block;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__titel .--main {
    font-size: 7.4666666667vw;
  }
}
.sec08__titel .--main .--gradient {
  background: var(--main-blue02, linear-gradient(1deg, #0A377C 19.63%, #1554B4 99.84%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec08__box {
  flex: 0 0 min( 40.7407407407vw, 440px );
  border-radius: min( 1.1111111111vw, 12px );
  background-color: #fff;
  margin-bottom: min( 3.7037037037vw, 40px );
  box-shadow: 0px min( 0.7407407407vw, 8px ) min( 1.1111111111vw, 12px ) 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .sec08__box {
    border-radius: 1.6vw;
    margin-bottom: 5.3333333333vw;
    box-shadow: 0px 1.6vw 2.6666666667vw 0px rgba(0, 0, 0, 0.12);
  }
}
.sec08__name {
  background: linear-gradient(270deg, #0A377C 0%, #1554B4 100%);
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  text-align: center;
  padding: min( 0.7407407407vw, 8px ) 0;
  border-radius: min( 0.5555555556vw, 6px ) min( 0.5555555556vw, 6px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08__name {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
.sec08__contents {
  padding: min( 1.4814814815vw, 16px ) min( 2.5925925926vw, 28px );
  background-color: #fafafa;
  border-radius: 0 0 min( 0.5555555556vw, 6px ) min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec08__contents {
    padding: 2.6666666667vw 3.7333333333vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.sec08__address {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: min( 1.4814814815vw, 16px );
  border-bottom: min( 0.1851851852vw, 2px ) dotted #333;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__address {
    font-size: 3.4666666667vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw dotted #333;
  }
}
.sec08__tel {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  padding-top: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec08__tel {
    font-size: 4.2666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.sec08__tel.--pt0 {
  padding-top: 0;
}
.sec08__tel a {
  color: #0E3667;
  text-decoration: none;
  position: relative;
  padding-left: min( 3.1481481481vw, 34px );
  transition: 0.3ms;
}
@media screen and (max-width: 767px) {
  .sec08__tel a {
    padding-left: 5.3333333333vw;
  }
}
.sec08__tel a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min( 1.6666666667vw, 18px );
  height: min( 3.0555555556vw, 33px );
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sec08__tel a::after {
    width: 2.8vw;
    height: 5.3333333333vw;
  }
}
.sec08__tel a:hover {
  opacity: 0.8;
}

.sec09 {
  background-image: url(../img/pc/sec09_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 60.5555555556vw, 654px );
  background-repeat: no-repeat;
  background-position: center top;
  height: min( 60.5555555556vw, 654px );
  padding: min( 45.3703703704vw, 490px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    background-image: url(../img/sp/sec09_bg.jpg);
    background-size: 100vw 144.6666666667vw;
    height: 144.6666666667vw;
    padding: 104.2666666667vw 0 0;
  }
}
.sec09__title .--sub {
  font-size: min( 3.1481481481vw, 34px );
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #FFE500;
  display: block;
  margin-bottom: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec09__title .--sub {
    font-size: 6.4vw;
    margin-bottom: 0.2666666667vw;
  }
}
.sec09__title .--sub .--small {
  font-size: min( 2.4074074074vw, 26px );
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__title .--sub .--small {
    font-size: 5.3333333333vw;
  }
}
.sec09__title .--main {
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec09__title .--main {
    font-size: 7.7333333333vw;
  }
}
.sec09__title .--main .--small {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec09__title .--main .--small {
    font-size: 5.3333333333vw;
  }
}
.sec09__lead {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: min( 2.8703703704vw, 31px );
}
@media screen and (max-width: 767px) {
  .sec09__lead {
    font-size: 4vw;
    margin-bottom: 6.9333333333vw;
  }
}
.sec09__block01 {
  background-image: url(../img/pc/sec09_bg03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 75.9259259259vw, 820px );
  height: min( 16.5740740741vw, 179px );
  padding-top: min( 2.7777777778vw, 30px );
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec09__block01 {
    background-image: url(../img/sp/sec09_bg03.png);
    width: 86.6666666667vw;
    height: 45.4666666667vw;
    padding-top: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec09__flex01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec09__flex01 {
    display: block;
  }
}
.sec09__flex01__left {
  flex: 0 0 min( 32.4074074074vw, 350px );
}
@media screen and (max-width: 767px) {
  .sec09__flex01__left {
    width: 75.6vw;
    margin: 0 auto;
  }
}
.sec09__flex01__left .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  border-top: min( 0.0925925926vw, 1px ) solid #000;
  border-bottom: min( 0.0925925926vw, 1px ) solid #000;
  padding: min( 0.7407407407vw, 8px ) 0;
}
@media screen and (max-width: 767px) {
  .sec09__flex01__left .--text {
    font-size: 3.4666666667vw;
    border-top: 0.1333333333vw solid #000;
    border-bottom: 0.1333333333vw solid #000;
    padding: 1.0666666667vw 0;
  }
}
.sec09__flex01__left .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec09__flex01__left .--num {
    font-size: 4vw;
  }
}
.sec09__flex01__right {
  flex: 0 0 min( 31.8518518519vw, 344px );
}
.sec09__flex01__right .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__flex01__right .--text {
    font-size: 3.4666666667vw;
  }
}
.sec09__flex01__right .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 180%;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec09__flex01__right .--num {
    font-size: 9.3333333333vw;
  }
}
.sec09__flex01__right .--yen {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__flex01__right .--yen {
    font-size: 3.2vw;
  }
}
.sec09__block02 {
  background-image: url(../img/pc/sec09_bg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 75.9259259259vw, 820px );
  height: min( 20.0925925926vw, 217px );
  padding-top: min( 1.8518518519vw, 20px );
  margin-bottom: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec09__block02 {
    background-image: url(../img/sp/sec09_bg04.png);
    width: 86.6666666667vw;
    height: 54.2666666667vw;
    padding-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec09__text01 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: min( 0.7407407407vw, 8px );
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__text01 {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec09__text01 .--date {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  line-height: 160%;
  font-family: "Roboto", sans-serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec09__text01 .--date {
    font-size: 4.8vw;
  }
}
.sec09__flex02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec09__flex02 {
    display: block;
  }
}
.sec09__flex02__left {
  flex: 0 0 min( 28.6111111111vw, 309px );
  background-image: url(../img/pc/sec09_bg05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 28.6111111111vw, 309px );
  height: min( 8.7037037037vw, 94px );
  padding-top: min( 0.5555555556vw, 6px );
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__left {
    background-image: url(../img/sp/sec09_bg05.png);
    width: 71.0666666667vw;
    height: 18vw;
    padding-top: 0.8vw;
    margin: 0 auto;
  }
}
.sec09__flex02__left .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__left .--text {
    font-size: 3.4666666667vw;
  }
}
.sec09__flex02__left .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 2.1296296296vw, 23px );
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__left .--num {
    font-size: 4.4vw;
  }
}
.sec09__flex02__right {
  flex: 0 0 min( 31.8518518519vw, 344px );
}
@media screen and (max-width: 767px) {
  .sec09__flex02__right {
    position: relative;
    top: -1.3333333333vw;
  }
}
.sec09__flex02__right .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__right .--text {
    font-size: 3.4666666667vw;
  }
}
.sec09__flex02__right .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 180%;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__right .--num {
    font-size: 9.3333333333vw;
  }
}
.sec09__flex02__right .--yen {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__flex02__right .--yen {
    font-size: 3.2vw;
  }
}
.sec09__more {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  color: #CC0A1A;
  text-align: center;
  margin-bottom: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec09__more {
    font-size: 4vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec09__block03 {
  background: var(--accent, linear-gradient(90deg, #CC0A1A 0%, #A40000 100%));
  box-shadow: 0px min( 0.3703703704vw, 4px ) min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.25);
  width: min( 75.9259259259vw, 820px );
  padding: min( 2.037037037vw, 22px ) 0 min( 3.3333333333vw, 36px );
  margin-bottom: min( 0.5555555556vw, 6px );
}
@media screen and (max-width: 767px) {
  .sec09__block03 {
    box-shadow: 0px 0.5333333333vw 1.3333333333vw 0px rgba(0, 0, 0, 0.25);
    width: 84vw;
    padding: 3.6vw 0 1.6vw;
    margin-bottom: 2.9333333333vw;
  }
}
.sec09__text02 {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  color: #FFED4F;
  text-align: center;
  margin-bottom: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec09__text02 {
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec09__flex03 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec09__flex03 {
    display: block;
  }
}
.sec09__flex03__left {
  flex: 0 0 min( 32.1296296296vw, 347px );
  background-image: url(../img/pc/sec09_bg06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 32.1296296296vw, 347px );
  height: min( 5.7407407407vw, 62px );
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec09__flex03__left {
    background-image: url(../img/sp/sec09_bg06.png);
    width: 72.5333333333vw;
    height: 12.4vw;
    margin: 0 auto;
  }
}
.sec09__flex03__left .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  position: relative;
  padding-left: min( 9.2592592593vw, 100px );
}
@media screen and (max-width: 767px) {
  .sec09__flex03__left .--text {
    font-size: 4.2666666667vw;
    padding-left: 25.3333333333vw;
  }
}
.sec09__flex03__left .--text:after {
  content: "";
  display: block;
  background-image: url(../img/pc/sec09_img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 10.6481481481vw, 115px );
  height: min( 5.7407407407vw, 62px );
  position: absolute;
  left: min( 0.462962963vw, 5px );
  top: max( 0vw, 0px );
}
@media screen and (max-width: 767px) {
  .sec09__flex03__left .--text:after {
    background-image: url(../img/sp/sec09_img01.png);
    width: 23.7333333333vw;
    height: 8.5333333333vw;
    left: 1.8666666667vw;
    top: min( 0.9259259259vw, 10px );
  }
}
.sec09__flex03__left .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 180%;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec09__flex03__left .--num {
    font-size: 6.6666666667vw;
  }
}
.sec09__flex03__right {
  flex: 0 0 min( 31.8518518519vw, 344px );
}
.sec09__flex03__right .--text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__flex03__right .--text {
    font-size: 3.4666666667vw;
  }
}
.sec09__flex03__right .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 180%;
  color: #FFED4F;
}
@media screen and (max-width: 767px) {
  .sec09__flex03__right .--num {
    font-size: 9.3333333333vw;
  }
}
.sec09__flex03__right .--yen {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec09__flex03__right .--yen {
    font-size: 3.2vw;
  }
}
.sec09__text03 {
  font-size: min( 3.5185185185vw, 38px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .sec09__text03 {
    font-size: 6.4vw;
    margin-bottom: 0.6666666667vw;
  }
}
.sec09__text03 .--marker {
  color: #CC0A1A;
  background: linear-gradient(transparent 75%, rgba(255, 237, 79, 0.75) 75%);
}
.sec09__text03 .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 5.5555555556vw, 60px );
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec09__text03 .--num {
    font-size: 10.6666666667vw;
  }
}
.sec09__text04 {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__text04 {
    font-size: 4.8vw;
    margin-bottom: 4.9333333333vw;
  }
}

.sec10 {
  background-image: url(../img/pc/sec10_bg.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 54.7222222222vw, 591px );
  background-repeat: no-repeat;
  background-position: center top;
  padding: min( 6.2037037037vw, 67px ) 0 min( 5.9259259259vw, 64px );
}
@media screen and (max-width: 767px) {
  .sec10 {
    width: 100%;
    background-image: url(../img/sp/sec10_bg.jpg);
    background-size: 100vw 144.9333333333vw;
    padding: 7.6vw 0 0vw;
  }
}
.sec10__inner {
  width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: 100%;
  }
}
.sec10__cv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec10__cv__flex {
    display: block;
  }
}
.sec10__cv__left {
  flex: 0 0 min( 38.8888888889vw, 420px );
}
.sec10__cv__right {
  flex: 0 0 min( 51.0185185185vw, 551px );
}
.sec10__cv__lead {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 2.5925925926vw, 28px );
}
@media screen and (max-width: 767px) {
  .sec10__cv__lead {
    font-size: 5.3333333333vw;
    margin-bottom: 2.4vw;
  }
}
.sec10__cv__lead .--small {
  font-size: min( 2.2222222222vw, 24px );
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec10__cv__lead .--small {
    font-size: 4.8vw;
  }
}
.sec10__cv__logo {
  width: min( 38.8888888889vw, 420px );
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec10__cv__logo {
    width: 82.9333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.sec10__cv__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 160%;
  color: #666;
  margin-top: min( 2.3148148148vw, 25px );
}
@media screen and (max-width: 767px) {
  .sec10__cv__note {
    font-size: 2.6666666667vw;
    width: 92vw;
    margin: 3.3333333333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sec10__cv__offer {
    width: 92vw;
    margin: 0 auto;
  }
}
.sec10__grid {
  margin: min( 6.4814814815vw, 70px ) 0 min( 4.3518518519vw, 47px );
  display: grid;
  grid-template-columns: min( 41.2962962963vw, 446px ) 1fr;
}
@media screen and (max-width: 767px) {
  .sec10__grid {
    margin: 8.2666666667vw 0 12.2666666667vw;
    display: block;
  }
}
.sec10__grid__text01 {
  grid-row: 1/2;
  grid-column: 2/3;
  align-content: end;
  margin: 0 0 min( 4.2592592593vw, 46px ) min( 3.7037037037vw, 40px );
  font-size: min( 2.7777777778vw, 30px );
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec10__grid__text01 {
    font-size: 5.3333333333vw;
    margin: 0 0 5.2vw 0;
    text-align: center;
  }
}
.sec10__grid__fig {
  grid-row: 1/3;
  grid-column: 1/2;
  width: min( 41.2962962963vw, 446px );
}
@media screen and (max-width: 767px) {
  .sec10__grid__fig {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
.sec10__grid__text02 {
  grid-row: 2/3;
  grid-column: 2/3;
  margin: min( 2.3148148148vw, 25px ) 0 0 min( 5.5555555556vw, 60px );
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec10__grid__text02 {
    font-size: 4.2666666667vw;
    margin: 3.3333333333vw 0 0 0;
    text-align: center;
  }
}
.sec10__box {
  width: min( 85.1851851852vw, 920px );
  margin: 0 auto;
  background-color: #F7F7F7;
  position: relative;
  padding: min( 4.3518518519vw, 47px ) 0 min( 3.0555555556vw, 33px );
}
@media screen and (max-width: 767px) {
  .sec10__box {
    width: 100%;
    padding: 11.2vw 0 3.3333333333vw;
  }
}
.sec10__balloon {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 180%;
  color: #fff;
  text-align: center;
  padding-top: min( 0.5555555556vw, 6px );
  background-image: url(../img/pc/sec10_balloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: min( 26.1111111111vw, 282px );
  height: min( 5.3703703704vw, 58px );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max( -2.037037037vw, -22px );
}
@media screen and (max-width: 767px) {
  .sec10__balloon {
    font-size: 3.7333333333vw;
    padding-top: 1.0666666667vw;
    background-image: url(../img/sp/sec10_balloon.png);
    width: 53.0666666667vw;
    height: 10.9333333333vw;
    top: -4.8vw;
  }
}
.sec10__text01 {
  font-size: min( 3.5185185185vw, 38px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec10__text01 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec10__fig {
  width: min( 76.1111111111vw, 822px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__fig {
    width: 84.9333333333vw;
  }
}

.sec11 {
  background-color: #F7F7F7;
  padding: 0 0 min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec11 {
    width: 100%;
    padding: 0 0 3.7333333333vw;
  }
}
.sec11__top {
  padding: min( 3.7037037037vw, 40px ) 0 min( 2.8703703704vw, 31px );
  background: linear-gradient(180deg, #CC0A1A 0%, #A40000 103.16%);
  margin-bottom: min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .sec11__top {
    width: 100%;
    padding: 8.1333333333vw 0 9.4666666667vw;
    margin-bottom: 5.6vw;
  }
}
.sec11__title01 {
  color: #fff;
  text-align: center;
  margin-bottom: min( 1.4814814815vw, 16px );
}
@media screen and (max-width: 767px) {
  .sec11__title01 {
    margin-bottom: 4.6666666667vw;
  }
}
.sec11__title01 .--sub {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 160%;
  display: block;
  margin-bottom: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .sec11__title01 .--sub {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.sec11__title01 .--main {
  font-size: min( 4.2592592593vw, 46px );
  font-weight: 700;
  line-height: 150%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec11__title01 .--main {
    font-size: 7.4666666667vw;
  }
}
.sec11__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec11__label {
    gap: 2.6666666667vw;
  }
}
.sec11__labellist {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 160%;
  color: #CC0A1A;
  background-color: #fff;
  border-radius: min( 0.462962963vw, 5px );
  border: min( 0.0925925926vw, 1px ) solid var(--main, #CC0A1A);
  background: #FFF;
  padding: min( 0.3703703704vw, 4px ) min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .sec11__labellist {
    font-size: 4.2666666667vw;
    border-radius: 0.6666666667vw;
    border: 0.1333333333vw solid var(--main, #CC0A1A);
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.sec11__inner {
  max-width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    max-width: 92vw;
  }
}
.sec11__lead {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .sec11__lead {
    font-size: 4.8vw;
    margin-bottom: 5.7333333333vw;
  }
}
.sec11__block {
  background-color: #fff;
  margin-bottom: min( 3.7037037037vw, 40px );
  padding-bottom: min( 2.5925925926vw, 28px );
}
@media screen and (max-width: 767px) {
  .sec11__block {
    margin-bottom: 8vw;
    padding-bottom: 6.1333333333vw;
  }
}
.sec11__title {
  background: var(--main, #CC0A1A);
  color: #fff;
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  padding: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec11__title {
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.sec11__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min( 1.1111111111vw, 12px ) min( 3.7037037037vw, 40px ) min( 1.1111111111vw, 12px );
}
@media screen and (max-width: 767px) {
  .sec11__flex {
    display: block;
    padding: 0;
  }
}
.sec11__flex.--first {
  padding-top: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec11__flex.--first {
    padding-top: 0;
  }
}
.sec11__left {
  flex: 0 0 min( 34.3518518519vw, 371px );
}
.sec11__right {
  flex: 0 0 min( 47.3148148148vw, 511px );
}
@media screen and (max-width: 767px) {
  .sec11__list {
    padding: 6.1333333333vw 5.2vw 0;
  }
}
.sec11__item {
  display: flex;
  margin-bottom: min( 1.8518518519vw, 20px );
  position: relative;
  padding-left: min( 3.1481481481vw, 34px );
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec11__item {
    font-size: 4vw;
    padding-left: 5.4666666667vw;
    margin-bottom: 4vw;
  }
}
.sec11__item:last-child {
  margin-bottom: max( 0vw, 0px );
}
.sec11__item::after {
  content: "";
  display: block;
  position: absolute;
  left: max( 0vw, 0px );
  top: 50%;
  transform: translateY(-50%);
  width: min( 1.7592592593vw, 19px );
  height: min( 1.7592592593vw, 19px );
  background-color: #CC0A1A;
}
@media screen and (max-width: 767px) {
  .sec11__item::after {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.sec11__text01 {
  font-size: min( 2.037037037vw, 22px );
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  color: #CC0A1A;
  padding-top: min( 0.9259259259vw, 10px );
  border-top: min( 0.1851851852vw, 2px ) solid #CC0A1A;
  width: min( 85.1851851852vw, 920px );
  margin: min( 3.7037037037vw, 40px ) auto min( 1.3888888889vw, 15px );
}
@media screen and (max-width: 767px) {
  .sec11__text01 {
    font-size: 4.2666666667vw;
    text-align: left;
    margin: 4vw 5.2vw 0;
    border-top: 0.1333333333vw solid #CC0A1A;
    padding-top: 4vw;
    width: 81.6vw;
  }
}
.sec11__text02 {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  margin-top: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .sec11__text02 {
    font-size: 3.4666666667vw;
    text-align: center;
    margin-top: 2.6666666667vw;
  }
}
.sec11__note {
  font-size: min( 1.1111111111vw, 12px );
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec11__note {
    font-size: 2.6666666667vw;
    text-align: left;
    width: 81.3333333333vw;
    margin: 1.3333333333vw auto 0;
  }
}

.sec14 {
  background-image: url(../img/pc/sec14_bg01.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 55.2777777778vw, 597px );
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec14 {
    background-image: url(../img/sp/sec14_bg01.jpg);
    background-size: 100vw 88.2666666667vw;
    width: 100%;
  }
}
.sec14__inner {
  max-width: min( 92.5925925926vw, 1000px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__inner {
    max-width: 100%;
  }
}
.sec14__labellist {
  position: relative;
  width: min( 85.2777777778vw, 921px );
  height: min( 14.2592592593vw, 154px );
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__labellist {
    width: 100%;
    height: 25.6vw;
  }
}
.sec14__label {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 600;
  line-height: 114%;
  text-align: center;
  color: #fff;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .sec14__label {
    font-size: 5.3333333333vw;
  }
}
.sec14__label .--num {
  font-size: min( 3.8888888889vw, 42px );
  font-weight: 600;
  line-height: 114%;
}
@media screen and (max-width: 767px) {
  .sec14__label .--num {
    font-size: 6.9333333333vw;
  }
}
.sec14__label.--l01 {
  width: min( 36.8518518519vw, 398px );
  height: min( 6.2962962963vw, 68px );
  padding-top: min( 1.4814814815vw, 16px );
  background-image: url(../img/pc/sec14_label01.png);
  left: max( 0vw, 0px );
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec14__label.--l01 {
    width: 65.3333333333vw;
    height: 11.6vw;
    padding-top: 2.6666666667vw;
    background-image: url(../img/sp/sec14_label01.png);
    left: 0vw;
    top: -5.3333333333vw;
  }
}
.sec14__label.--l02 {
  width: min( 52.7777777778vw, 570px );
  height: min( 6.5740740741vw, 71px );
  padding-top: min( 1.1111111111vw, 12px );
  background-image: url(../img/pc/sec14_label02.png);
  right: max( 0vw, 0px );
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec14__label.--l02 {
    width: 88.9333333333vw;
    height: 11.6vw;
    padding-top: 1.3333333333vw;
    background-image: url(../img/sp/sec14_label02.png);
    right: 0vw;
    bottom: 5.3333333333vw;
  }
}
.sec14__title {
  color: #fff;
  text-align: center;
  margin: min( 5.7407407407vw, 62px ) 0 min( 5.0925925926vw, 55px );
}
@media screen and (max-width: 767px) {
  .sec14__title {
    margin: 8.6666666667vw 0 18.6666666667vw;
  }
}
.sec14__title .--sub {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 150%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec14__title .--sub {
    font-size: 4.8vw;
  }
}
.sec14__title .--main {
  font-size: min( 8.3333333333vw, 90px );
  font-weight: 500;
  line-height: 140%;
  display: block;
  position: relative;
  top: max( -2.7777777778vw, -30px );
  transform: skewX(-12deg);
}
@media screen and (max-width: 767px) {
  .sec14__title .--main {
    font-size: 16vw;
    top: -2.2666666667vw;
  }
}
.sec14__title .--main .--num {
  font-family: "Roboto", sans-serif;
  font-size: min( 14.8148148148vw, 160px );
  font-weight: 400;
  line-height: 97%;
}
@media screen and (max-width: 767px) {
  .sec14__title .--main .--num {
    font-size: 26.6666666667vw;
  }
}
.sec14__contents.--c01 {
  padding: 0 0 min( 3.2407407407vw, 35px );
}
@media screen and (max-width: 767px) {
  .sec14__contents.--c01 {
    padding: 0 0 9.3333333333vw;
  }
}
.sec14__contents.--c02 {
  padding: min( 4.8148148148vw, 52px ) 0 min( 8.6111111111vw, 93px );
  background-image: url(../img/pc/sec14_bg02.jpg);
  background-size: min( 177.5925925926vw, 1918px ) min( 93.8888888889vw, 1014px );
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .sec14__contents.--c02 {
    padding: 16.2666666667vw 0 19.4666666667vw;
    background-image: url(../img/sp/sec14_bg02.jpg);
    background-size: 100vw 184vw;
  }
}
.sec14__contents.--c03 {
  padding: 0 0 min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec14__contents.--c03 {
    padding: 8.5333333333vw 0 18.5333333333vw;
  }
}
.sec14__title02 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: min( 78.4259259259vw, 847px );
  height: min( 14.2592592593vw, 154px );
  margin: 0 auto;
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec14__title02 {
    width: 88.4vw;
    height: 28.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.sec14__title02.--t01 {
  background-image: url(../img/pc/sec14_num01.png);
}
@media screen and (max-width: 767px) {
  .sec14__title02.--t01 {
    background-image: url(../img/sp/sec14_num01.png);
  }
}
.sec14__title02.--t02 {
  background-image: url(../img/pc/sec14_num02.png);
}
@media screen and (max-width: 767px) {
  .sec14__title02.--t02 {
    background-image: url(../img/sp/sec14_num02.png);
  }
}
.sec14__title02.--t03 {
  background-image: url(../img/pc/sec14_num03.png);
}
@media screen and (max-width: 767px) {
  .sec14__title02.--t03 {
    background-image: url(../img/sp/sec14_num03.png);
  }
}
.sec14__title02 .--text {
  padding-top: min( 4.1666666667vw, 45px );
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec14__title02 .--text {
    padding-top: 0vw;
  }
}
.sec14__title02 .--large {
  color: #CC0A1A;
  font-size: min( 3.5185185185vw, 38px );
}
@media screen and (max-width: 767px) {
  .sec14__title02 .--large {
    font-size: 6.4vw;
  }
}
.sec14__exp {
  width: min( 78.4259259259vw, 847px );
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 180%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec14__exp {
    width: 84vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
  }
}
.sec14__lead {
  font-size: min( 3.5185185185vw, 38px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: min( 2.7777777778vw, 30px ) 0 0;
}
@media screen and (max-width: 767px) {
  .sec14__lead {
    font-size: 6.4vw;
    margin: 0;
  }
}
.sec14__lead .--marker {
  color: #CC0A1A;
  background: linear-gradient(transparent 75%, rgba(255, 237, 79, 0.75) 75%);
}
@media screen and (max-width: 767px) {
  .sec14__lead .--marker {
    background: linear-gradient(transparent 70%, rgba(255, 237, 79, 0.75) 70%);
  }
}
.sec14__fig01 {
  width: min( 86.0185185185vw, 929px );
  margin: min( 1.8518518519vw, 20px ) auto 0;
}
@media screen and (max-width: 767px) {
  .sec14__fig01 {
    width: 100vw;
    margin: 0vw auto 0;
  }
}
.sec14__fig02 {
  width: min( 48.4259259259vw, 523px );
  margin: min( 0.9259259259vw, 10px ) auto min( 4.1666666667vw, 45px );
}
@media screen and (max-width: 767px) {
  .sec14__fig02 {
    width: 84vw;
    margin: 4.5333333333vw auto;
  }
}
.sec14__fig03 {
  width: min( 79.9074074074vw, 863px );
  margin: max( 0vw, 0px ) auto min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .sec14__fig03 {
    width: 100vw;
    margin: 0vw auto 5.3333333333vw;
  }
}
.sec14__bottom {
  background-image: url(../img/pc/sec14_bg03.jpg);
  background-size: min( 177.7777777778vw, 1920px ) min( 36.2037037037vw, 391px );
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: min( 7.4074074074vw, 80px );
}
@media screen and (max-width: 767px) {
  .sec14__bottom {
    background-image: url(../img/sp/sec14_bg03.jpg);
    background-size: 99.8666666667vw 52.1333333333vw;
    padding-bottom: 3.2vw;
  }
}
.sec14__more {
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 160%;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/common/icon_more.svg);
  width: min( 13.4259259259vw, 145px );
  height: min( 8.9814814815vw, 97px );
  margin: max( 0vw, 0px ) auto min( 7.962962963vw, 86px );
  padding-top: min( 3.7037037037vw, 40px );
  text-align: center;
  position: relative;
  top: max( -3.7037037037vw, -40px );
}
@media screen and (max-width: 767px) {
  .sec14__more {
    font-size: 3.7333333333vw;
    width: 28vw;
    height: 19.3333333333vw;
    margin: 0 auto 6.6666666667vw;
    padding-top: 8vw;
    top: -10.6666666667vw;
  }
}
.sec14__text01 {
  font-size: min( 2.7777777778vw, 30px );
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: min( 3.5185185185vw, 38px );
}
@media screen and (max-width: 767px) {
  .sec14__text01 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.8vw;
  }
}
.sec14__text01 .--large {
  font-size: min( 3.5185185185vw, 38px );
  line-height: 150%;
  color: #CC0A1A;
  display: inline-block;
  padding-bottom: min( 1.3888888889vw, 15px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec14__text01 .--large {
    font-size: 6.4vw;
    border-bottom: vspw(5) solid #CC0A1A;
    padding-bottom: 2.6666666667vw;
  }
}
.sec14__text01 .--large:after {
  content: "";
  display: block;
  width: min( 45.1851851852vw, 488px );
  height: min( 0.462962963vw, 5px );
  background: linear-gradient(90deg, #CC0A1A 0%, #F75D03 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec14__text01 .--large:after {
    width: 65.0666666667vw;
    height: 0.6666666667vw;
  }
}
.sec14__list {
  width: min( 80.8333333333vw, 873px );
  margin: min( 4.4444444444vw, 48px ) auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec14__list {
    display: block;
    width: 84vw;
    margin: 5.0666666667vw auto 0;
  }
}
.sec14__item {
  flex: 0 0 min( 25.0925925926vw, 271px );
  background: var(--base, #F7F7F7);
  box-shadow: 0px min( 0.3703703704vw, 4px ) min( 0.9259259259vw, 10px ) 0px rgba(0, 0, 0, 0.25);
  padding: min( 2.7777777778vw, 30px ) min( 3.1481481481vw, 34px );
}
@media screen and (max-width: 767px) {
  .sec14__item {
    box-shadow: 0px 0.5333333333vw 1.3333333333vw 0px rgba(0, 0, 0, 0.25);
    padding: 4vw 4.5333333333vw;
    margin-bottom: 4vw;
    display: flex;
    justify-content: space-between;
  }
}
.sec14__text02 {
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min( 2.962962963vw, 32px );
}
@media screen and (max-width: 767px) {
  .sec14__text02 {
    font-size: 3.2vw;
    margin-bottom: 0;
    flex: 0 0 35.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec14__listfig {
    flex: 0 0 35.2vw;
  }
}