@charset "UTF-8";
* {
  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;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 750 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 750 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

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;
}

.adlp-footer {
  padding: min(calc(60 / 750 * 100vw), 60px) 0 min(calc(44 / 750 * 100vw), 44px);
  background-color: #212425;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(100 / 750 * 100vw) 0;
  }
}
.adlp-footer__logo {
  width: min(calc(180 / 750 * 100vw), 180px);
  height: min(calc(20 / 750 * 100vw), 20px);
  margin: 0 auto min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(240 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.adlp-footer__text {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: min(calc(12 / 750 * 100vw), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: min(calc(10 / 750 * 100vw), 10px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 750 * 100vw), 20px) min(calc(80 / 750 * 100vw), 80px) min(calc(20 / 750 * 100vw), 20px) min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  margin-right: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 750 * 100vw), 20px);
  height: min(calc(12 / 750 * 100vw), 12px);
  right: min(calc(45 / 750 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 750 * 100vw), 20px);
  width: min(calc(2 / 750 * 100vw), 2px);
  right: min(calc(49 / 750 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 750 * 100vw), 20px);
  height: min(calc(2 / 750 * 100vw), 2px);
  right: min(calc(40 / 750 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 750 * 100vw), 20px) min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 750 * 100vw), 40px);
  margin-right: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 750 * 100vw), 80px);
  width: min(calc(420 / 750 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(110%);
  }
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 750 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 750 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883ec;
  font-size: min(calc(18 / 750 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 750 * 100vw), 70px);
  height: min(calc(70 / 750 * 100vw), 70px);
  top: min(calc(5 / 750 * 100vw), 5px);
  left: min(calc(5 / 750 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883ec;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 750 * 100vw), 13px);
  height: min(calc(18 / 750 * 100vw), 18px);
  right: min(calc(33 / 750 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5ab0ff;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5ab0ff;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 750 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 750 * 100vw), 13px);
  height: min(calc(18 / 750 * 100vw), 18px);
  right: min(calc(33 / 750 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ff98ac 0%, #ff6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 750 * 100vw), 8px);
  height: min(calc(16 / 750 * 100vw), 16px);
  right: min(calc(33 / 750 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #c80012;
  background: #fff;
  box-shadow: min(calc(4 / 750 * 100vw), 4px) min(calc(6 / 750 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 750 * 100vw), 8px);
  height: min(calc(16 / 750 * 100vw), 16px);
  right: min(calc(33 / 750 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 750 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 750 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #ffa800;
  box-shadow: 0 min(calc(14 / 750 * 100vw), 14px) min(calc(24 / 750 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 750 * 100vw), 8px);
  height: min(calc(16 / 750 * 100vw), 16px);
  right: min(calc(33 / 750 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #f48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 750 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #f48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 750 * 100vw), 10px), -50%);
  }
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min(calc(20 / 750 * 100vw), 20px);
  gap: min(calc(20 / 750 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 750 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 750 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 750 * 100vw), 80px);
  height: min(calc(80 / 750 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 750 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 750 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(150 / 750 * 100vw), 150px);
  height: min(calc(150 / 750 * 100vw), 150px);
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min(calc(24 / 750 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-circle__text .text02 {
  font-size: min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min(calc(60 / 750 * 100vw), 60px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(calc(60 / 750 * 100vw));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 750 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min(calc(20 / 750 * 100vw), 20px);
  padding: min(calc(40 / 750 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: calc(690 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
    grid-gap: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min(calc(4 / 750 * 100vw), 4px);
  height: calc(100% - min(calc(80 / 750 * 100vw), 80px));
  position: absolute;
  top: min(calc(40 / 750 * 100vw), 40px);
  left: min(calc(132 / 750 * 100vw), 132px);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow__img {
  width: min(calc(185 / 750 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: calc(190 / 750 * 100vw);
  }
}
.adlp-flow__body {
  width: min(calc(528 / 750 * 100vw), 528px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: calc(410 / 750 * 100vw);
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min(calc(42 / 750 * 100vw), 42px);
  margin-right: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: calc(50 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-flow__head .--title {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-flow02 {
  gap: min(calc(10 / 750 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(80 / 750 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    gap: calc(50 / 750 * 100vw);
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min(calc(4 / 750 * 100vw), 4px);
  width: 100%;
  position: absolute;
  top: min(calc(70 / 750 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: calc(240 / 750 * 100vw);
  }
}
.adlp-flow02__body {
  width: min(calc(140 / 750 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min(calc(50 / 750 * 100vw), 50px);
  height: min(calc(5 / 750 * 100vw), 5px);
  background: #E75B18;
  margin: min(calc(10 / 750 * 100vw), 10px) auto 0;
}
.adlp-head .text01 {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(46 / 750 * 100vw);
  }
}

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

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 750 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 750 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 750 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 750 * 100vw), 40px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(84 / 750 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 750 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 750 * 100vw), 10px);
  width: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 750 * 100vw), 10px) min(calc(30 / 750 * 100vw), 30px);
  background: #f1f1f1;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 750 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head__wrapper {
    gap: calc(5 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min(calc(3 / 750 * 100vw), 3px) solid #f1f1f1;
  padding: min(calc(30 / 750 * 100vw), 30px);
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  padding: min(calc(10 / 750 * 100vw), 10px) min(calc(30 / 750 * 100vw), 30px);
  background: #fff;
  width: fit-content;
  margin: 0 auto min(calc(30 / 750 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min(calc(35 / 750 * 100vw), 35px);
  height: min(calc(20 / 750 * 100vw), 20px);
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: calc(50 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--accent::after {
  background: #E75B18;
}

.adlp-text__label__para {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  padding: min(calc(10 / 750 * 100vw), 10px) min(calc(30 / 750 * 100vw), 30px);
  min-width: min(calc(200 / 750 * 100vw), 200px);
  margin: 0 auto min(calc(30 / 750 * 100vw), 30px);
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #E75B18;
}

.adlp-stroke {
  position: relative;
  font-size: min(calc(110 / 750 * 100vw), 110px);
  font-weight: 700;
  filter: drop-shadow(0px min(calc(5 / 750 * 100vw), 5px) min(calc(10 / 750 * 100vw), 10px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: calc(110 / 750 * 100vw);
    filter: drop-shadow(0px calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #E75B18;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min(calc(10 / 750 * 100vw), 10px) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(10 / 750 * 100vw) #fff;
  }
}

.adlp-ba-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.adlp-ba-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.adlp-ba-slider__before, .adlp-ba-slider__after {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.adlp-ba-slider__after {
  margin-left: -100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: none;
}
.adlp-ba-slider__divider {
  position: absolute;
  top: 0;
  left: 0%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-2px);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: none;
  cursor: ew-resize;
  pointer-events: none;
}
.adlp-ba-slider__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.adlp-ba-slider__divider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}
.adlp-ba-slider__handle {
  position: absolute;
  top: 0;
  left: -20px;
  width: 44px;
  height: 100%;
  z-index: 11;
  cursor: ew-resize;
  pointer-events: auto;
}

.adlp-video-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.adlp-video-slider .video-swiper {
  overflow: visible;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container {
  width: 100%;
  border-radius: 8%;
  overflow: hidden;
  scale: 0.85;
  opacity: 0.3;
  transition: scale 0.4s ease-in-out;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container video {
  width: 100%;
  display: block;
  scale: 0.9;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide-active .video-container {
  scale: 1;
  opacity: 1;
}
.adlp-video-slider .video-swiper .swiper-button-prev,
.adlp-video-slider .video-swiper .swiper-button-next {
  width: min(calc(70 / 750 * 100vw), 70px);
  height: min(calc(70 / 750 * 100vw), 70px);
  background: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' transform='matrix(-1 0 0 1 70 0)' fill='%230491FE'/%3E%3Cpath d='M39 24L27 35.5238L39 46' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev,
  .adlp-video-slider .video-swiper .swiper-button-next {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-button-prev::after,
.adlp-video-slider .video-swiper .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev {
    left: 0;
  }
}
.adlp-video-slider .video-swiper .swiper-button-next {
  transform: scale(-1, 1);
}
.adlp-video-slider .video-swiper .swiper-pagination {
  bottom: max(calc(-70 / 750 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination {
    bottom: calc(-70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(180 / 750 * 100vw), 180px);
  height: min(calc(10 / 750 * 100vw), 10px);
  border-radius: min(calc(8 / 750 * 100vw), 8px);
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(180 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.cv {
  padding: min(calc(40 / 750 * 100vw), 40px) 0 min(calc(40 / 750 * 100vw), 40px);
  background-color: #ffffff;
}
.cv--02 {
  background: linear-gradient(294deg, #FFF 25.1%, #D6E4ED 87.4%);
  padding: min(calc(44 / 750 * 100vw), 44px) 0 min(calc(80 / 750 * 100vw), 80px);
}
.cv--floating {
  padding: min(calc(16 / 750 * 100vw), 16px) 0;
}
.cv__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(calc(40 / 750 * 100vw), 40px);
}
.cv__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1C3F5D;
  margin-bottom: min(calc(37 / 750 * 100vw), 37px);
}
.cv__buttons {
  display: flex;
  flex-direction: column;
  gap: min(calc(26 / 750 * 100vw), 26px);
  width: 100%;
  max-width: min(calc(670 / 750 * 100vw), 670px);
}
.cv__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(77 / 750 * 100vw), 77px);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .cv__btn:hover {
    filter: brightness(110%);
  }
}
.cv__btn.-b1 {
  width: min(calc(670 / 750 * 100vw), 670px);
  height: min(calc(130 / 750 * 100vw), 130px);
}
.cv__btn.-b1 .cv__buttonText {
  position: relative;
  margin-left: min(calc(35 / 750 * 100vw), 35px);
  text-shadow: 0 min(calc(3 / 750 * 100vw), 3px) min(calc(6 / 750 * 100vw), 6px) rgba(0, 0, 0, 0.4);
  font-size: min(calc(35 / 750 * 100vw), 35px);
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}
.cv__btn.-b3 {
  width: min(calc(670 / 750 * 100vw), 670px);
  height: min(calc(90 / 750 * 100vw), 90px);
  background-color: #F0F4F8;
  border: min(calc(2 / 750 * 100vw), 2px) solid #1C3F5D;
  text-decoration: none;
  padding: min(calc(8 / 750 * 100vw), 8px) max(calc(0 / 750 * 100vw), 0px) min(calc(4 / 750 * 100vw), 4px);
}
.cv__btn.-b3 .cv__buttonText {
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 600;
  line-height: 1.172;
  letter-spacing: 0.1em;
  color: #1C3F5D;
  text-align: center;
}
.cv__btn.-b3 .cv__buttonText span {
  font-size: min(calc(28 / 750 * 100vw), 28px);
}
.cv__btn.-b3 .cv__buttonArrow {
  position: absolute;
  top: 50%;
  right: min(calc(35 / 750 * 100vw), 35px);
  transform: translateY(-50%);
  width: min(calc(22 / 750 * 100vw), 22px);
  height: min(calc(12 / 750 * 100vw), 12px);
}
.cv__buttonBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(92deg, #1A93FF 5%, #004BAE 99.55%);
  border-radius: min(calc(65 / 750 * 100vw), 65px);
}
.cv__buttonFree {
  position: absolute;
  top: 50%;
  left: min(calc(18 / 750 * 100vw), 18px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100 / 750 * 100vw), 100px);
  height: min(calc(100 / 750 * 100vw), 100px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #fff;
  border-radius: 50%;
}
.cv__buttonFree span {
  font-family: "Roboto Condensed", sans-serif;
  color: #FFF;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  font-weight: 400;
  line-height: 120%;
}
.cv__buttonArrow {
  position: absolute;
  top: 50%;
  right: min(calc(37 / 750 * 100vw), 37px);
  transform: translateY(-50%);
  width: min(calc(18 / 750 * 100vw), 18px);
  height: min(calc(32 / 750 * 100vw), 32px);
}
.cv__buttonContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 750 * 100vw), 4px);
}
.cv__buttonContent > span {
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
}
.cv__buttonAreas {
  display: flex;
  align-items: center;
}
.cv__buttonAreas span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1C3F5D;
  padding: 0 min(calc(12 / 750 * 100vw), 12px);
}
.cv__buttonAreas span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(30 / 750 * 100vw), 30px);
  background-color: #333333;
}
.cv__note {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
}
.cv__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 350;
  line-height: 1.3;
  color: #4F4F4F;
}

.sec01__contents {
  background-image: url(../img/sec01_bg.webp);
  background-repeat: no-repeat;
  background-position: top min(calc(110 / 750 * 100vw), 110px) center;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(990 / 750 * 100vw), 990px);
  padding-bottom: min(calc(57 / 750 * 100vw), 57px);
}
.sec01__box {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: max(calc(-110 / 750 * 100vw), -110px) auto 0;
  position: relative;
  z-index: 2;
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(30 / 750 * 100vw), 30px) min(calc(45 / 750 * 100vw), 45px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 min(calc(4 / 750 * 100vw), 4px) min(calc(30 / 750 * 100vw), 30px) 0 rgba(0, 0, 0, 0.3);
}
.sec01__box-img {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto min(calc(40 / 750 * 100vw), 40px);
}
.sec01__box-text {
  color: var(--text_brown, #333);
  text-align: center;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 50.4px */
}
.sec01__box-text b {
  color: #1C3F5D;
}
.sec01__lead {
  margin: min(calc(80 / 750 * 100vw), 80px) 0 0;
}
.sec01__lead-text01 {
  color: var(--text_brown, #333);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: min(calc(10 / 750 * 100vw), 10px);
}
.sec01__lead-text02 {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(92 / 750 * 100vw), 92px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  margin-bottom: min(calc(10 / 750 * 100vw), 10px);
}
.sec01__lead-text02 span {
  color: var(--text_brown, #333);
  font-size: min(calc(48 / 750 * 100vw), 48px);
  margin-left: max(calc(-25 / 750 * 100vw), -25px);
}
.sec01__lead-text03 {
  color: var(--text_brown, #333);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
}

.sec02 {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-top: calc(60 / 750 * 100vw);
  }
}
.sec02__inner {
  width: min(calc(1000 / 750 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
  }
}
.sec02__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__header {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec02__header h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__header h2 {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec02__header h2 span {
  font-size: min(calc(48 / 750 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__header h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__subText {
  display: inline-block;
  border: min(calc(1 / 750 * 100vw), 1px) solid #000000;
  padding: min(calc(12 / 750 * 100vw), 12px) min(calc(18 / 750 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02__subText {
    border-width: calc(1 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec02__subText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec02__subText p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__content {
  position: relative;
  height: min(calc(440 / 750 * 100vw), 440px);
  margin-left: max(calc(-460 / 750 * 100vw), -460px);
}
@media screen and (max-width: 767px) {
  .sec02__content {
    height: calc(786 / 750 * 100vw);
    margin-left: 0;
  }
}
.sec02__bg {
  position: absolute;
  top: min(calc(67 / 750 * 100vw), 67px);
  left: 0;
  width: min(calc(1920 / 750 * 100vw), 1920px);
  height: min(calc(372 / 750 * 100vw), 372px);
  background-color: #a7bac5;
}
@media screen and (max-width: 767px) {
  .sec02__bg {
    top: calc(60 / 750 * 100vw);
    width: 100%;
    height: calc(726 / 750 * 100vw);
  }
}
.sec02__image {
  position: absolute;
  top: 0;
  left: min(calc(460 / 750 * 100vw), 460px);
  width: min(calc(538 / 750 * 100vw), 538px);
  height: min(calc(333 / 750 * 100vw), 333px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec02__image {
    width: calc(630 / 750 * 100vw);
    height: calc(390 / 750 * 100vw);
    left: 0;
  }
}
.sec02__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02__cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(calc(16 / 750 * 100vw), 16px);
  width: min(calc(488 / 750 * 100vw), 488px);
  padding-top: min(calc(113 / 750 * 100vw), 113px);
  margin-left: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02__cards {
    width: calc(630 / 750 * 100vw);
    padding-top: calc(340 / 750 * 100vw);
    margin: 0 auto;
    gap: calc(20 / 750 * 100vw);
  }
}
.sec02__cardsLeft, .sec02__cardsRight {
  display: flex;
  gap: min(calc(16 / 750 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__cardsLeft, .sec02__cardsRight {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
  }
}
.sec02__card {
  width: min(calc(236 / 750 * 100vw), 236px);
  background-color: #ffffff;
  padding: min(calc(16 / 750 * 100vw), 16px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 750 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__card {
    width: calc(305 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    gap: calc(16 / 750 * 100vw);
  }
}
.sec02__card::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23878B8D' d='M10.938 15.945c-.313 0-.611-.127-.838-.355l-4.888-4.87a1.174 1.174 0 0 1 0-1.676 1.176 1.176 0 0 1 1.676 0l4.05 4.033L21.666 2.355a1.176 1.176 0 0 1 1.677 0 1.174 1.174 0 0 1 0 1.676L11.776 15.59a1.185 1.185 0 0 1-.838.354Z'/%3E%3Cpath fill='%23878B8D' d='M11.993 24c-3.212 0-6.226-1.25-8.486-3.508-4.676-4.673-4.676-12.286 0-16.973 3.867-3.878 9.865-4.63 14.584-1.86.569.326.753 1.065.426 1.633-.327.568-1.066.752-1.634.426-3.781-2.244-8.586-1.62-11.698 1.477-3.753 3.75-3.753 9.857 0 13.607a9.56 9.56 0 0 0 6.808 2.812 9.56 9.56 0 0 0 6.809-2.812 9.58 9.58 0 0 0 2.373-9.687 1.192 1.192 0 0 1 .782-1.491 1.194 1.194 0 0 1 1.493.78 11.975 11.975 0 0 1-2.971 12.074A11.882 11.882 0 0 1 11.993 24Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec02__card::before {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec02__card p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec02__card p span {
  font-weight: 600;
}

.sec03 {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 min(calc(80 / 750 * 100vw), 80px);
  position: relative;
}
.sec03:after {
  content: "";
  display: block;
  width: min(calc(750 / 750 * 100vw), 750px);
  height: min(calc(894 / 750 * 100vw), 894px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(125deg, #FFF 9.91%, #D6E4ED 120.11%);
}
.sec03__inner {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sec03__image {
  margin-bottom: min(calc(80 / 750 * 100vw), 80px);
}
.sec03__lead {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec03__lead-text01 {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
  display: block;
}
.sec03__lead-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.sec03__lead-inner .logo {
  display: inline-block;
  width: min(calc(400 / 750 * 100vw), 400px);
}
.sec03__lead-inner .text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.sec03__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 750 * 100vw), 32px);
}
.sec03__badge {
  position: relative;
  width: min(calc(593 / 750 * 100vw), 593px);
}
.sec03__badgeImage {
  position: absolute;
  top: min(calc(8 / 750 * 100vw), 8px);
  left: 0;
  width: 100%;
  height: min(calc(153 / 750 * 100vw), 153px);
  z-index: 1;
}
.sec03__badgeContent {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03__badgeContent p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
.sec03__badgeNumber {
  display: flex;
  align-items: flex-end;
  gap: min(calc(8 / 750 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__badgeNumber {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__badgeNumberMain {
  font-family: "EB Garamond", serif;
  font-size: min(calc(101 / 750 * 100vw), 101px);
  font-weight: 500;
  line-height: 1;
  color: #9D8446;
  letter-spacing: 0;
}
.sec03__badgeNumberSub {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(41 / 750 * 100vw), 41px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #333;
}
.sec03__badgeNumberSub > span {
  font-size: min(calc(21 / 750 * 100vw), 21px);
}
.sec03__text p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.sec03__text .mainText {
  font-size: min(calc(27 / 750 * 100vw), 27px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec03__text .mainText span {
  font-weight: 700;
  color: #1C3F5D;
}
.sec03__text .subText {
  font-size: min(calc(21 / 750 * 100vw), 21px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4F4F4F;
}

.sec04 {
  background: #fff;
}
.sec04__inner {
  padding: min(calc(100 / 750 * 100vw), 100px) 0;
}
.sec04__header {
  margin-bottom: min(calc(100 / 750 * 100vw), 100px);
}
.sec04__header h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
.sec04__header h2 span {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: min(calc(120 / 750 * 100vw), 120px);
}
.sec04__headerEn {
  width: fit-content;
  margin: 0 auto;
  color: var(--kon, #22639D);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 57.6px */
  border-bottom: 1px solid #22639D;
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec04__headerInner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(24 / 750 * 100vw), 24px);
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec04__headerInner p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1;
}
.sec04__logo {
  width: min(calc(400 / 750 * 100vw), 400px);
}
.sec04__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(140 / 750 * 100vw), 140px);
}
.sec04__card {
  background-color: rgba(255, 255, 255, 0.92);
}
.sec04__card:nth-child(odd) .sec04__cardBand {
  flex-direction: row-reverse;
}
.sec04__card:nth-child(odd) .sec04__cardBandTextarea {
  padding-left: min(calc(60 / 750 * 100vw), 60px);
}
.sec04__cardBand {
  display: flex;
  background-color: #C9DEEE;
  padding: max(calc(0 / 750 * 100vw), 0px) 0 min(calc(20 / 750 * 100vw), 20px);
  gap: min(calc(54 / 750 * 100vw), 54px);
}
.sec04__cardImage {
  flex: 0 0 min(calc(308 / 750 * 100vw), 308px);
  margin: max(calc(-48 / 750 * 100vw), -48px) 0 0;
  filter: drop-shadow(0 min(calc(4 / 750 * 100vw), 4px) min(calc(30 / 750 * 100vw), 30px) rgba(0, 0, 0, 0.3));
}
.sec04__cardHeader {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 750 * 100vw), 20px);
}
.sec04__cardNumber {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(102 / 750 * 100vw), 102px);
  font-weight: 600;
  font-style: italic;
  line-height: 160%;
  color: #FFF;
  letter-spacing: -0.04em;
}
.sec04__cardEn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 400;
  font-style: italic;
  line-height: 110%;
  color: #18A3FF;
  letter-spacing: -0.04em;
}
.sec04__cardTitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.4;
  color: #1C3F5D;
  letter-spacing: 0.01em;
}
.sec04__cardContent {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
  padding: min(calc(60 / 750 * 100vw), 60px) min(calc(30 / 750 * 100vw), 30px) min(calc(60 / 750 * 100vw), 60px);
  border-left: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-right: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
}
.sec04__cardList {
  display: flex;
  gap: min(calc(32 / 750 * 100vw), 32px);
  margin-bottom: min(calc(48 / 750 * 100vw), 48px);
}
.sec04__cardItem {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sec04__itemImage {
  margin-bottom: min(calc(26 / 750 * 100vw), 26px);
}
.sec04__itemLabel {
  background-color: #22639D;
  padding: min(calc(4 / 750 * 100vw), 4px) 0 min(calc(6 / 750 * 100vw), 6px);
  text-align: center;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec04__itemLabel p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.sec04__itemText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
}
.sec04__itemText .plainText {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: justify;
}
.sec04__itemText .plainText span {
  font-weight: 700;
  color: #1C3F5D;
}
.sec04__itemText .noteText {
  margin-top: min(calc(16 / 750 * 100vw), 16px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4F4F4F;
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
.sec04__itemBadge {
  position: absolute;
  top: max(calc(-22 / 750 * 100vw), -22px);
  left: max(calc(-17 / 750 * 100vw), -17px);
  width: min(calc(132 / 750 * 100vw), 132px);
  height: min(calc(134 / 750 * 100vw), 134px);
}
.sec04__cardArrow {
  width: min(calc(280 / 750 * 100vw), 280px);
  margin: 0 auto min(calc(48 / 750 * 100vw), 48px);
}
.sec04__cardBottom {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec04__cardBottomTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(47 / 750 * 100vw), 47px);
}
.sec04__cardBottomTitle span {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1C3F5D;
}
.sec04__bottomContent {
  display: flex;
  gap: min(calc(30 / 750 * 100vw), 30px);
}
.sec04__bottomImage {
  flex: 0 0 min(calc(284 / 750 * 100vw), 284px);
}
.sec04__bottomText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: justify;
}
.sec04__bottomText p span {
  font-weight: 700;
  color: #1C3F5D;
}
.sec04__cardMain {
  margin-bottom: min(calc(55 / 750 * 100vw), 55px);
}
.sec04__mainContent {
  flex: 1;
}
.sec04__mainContent h4 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1C3F5D;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
  text-align: center;
}
.sec04__mainContent p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: left;
}
.sec04__mainContent p span {
  font-weight: 700;
  color: #1C3F5D;
}
.sec04__features {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec04__features > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4f4f4f;
  text-align: right;
  margin-top: min(calc(12 / 750 * 100vw), 12px);
}
.sec04__featuresList {
  background: rgba(238, 247, 253, 0.9);
  padding: min(calc(30 / 750 * 100vw), 30px) 0;
}
.sec04__featuresListInner {
  display: flex;
  flex-direction: column;
  gap: min(calc(18 / 750 * 100vw), 18px);
  width: fit-content;
  margin: 0 auto;
}
.sec04__feature {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #1C3F5D;
  position: relative;
  padding-left: min(calc(45 / 750 * 100vw), 45px);
}
.sec04__feature span {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 300;
}
.sec04__feature::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: min(calc(37 / 750 * 100vw), 37px);
  height: min(calc(38 / 750 * 100vw), 38px);
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='38' viewBox='0 0 37 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3066 0L10.3547 25.943L3.6934 20.7273H0L10.3547 38L37 0H33.3066Z' fill='%231C3F5D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.sec04__highlight {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec04__highlight h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec04__highlight h4 span {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1C3F5D;
  display: inline-block;
  margin-top: min(calc(8 / 750 * 100vw), 8px);
}
.sec04__highlightContent {
  position: relative;
  width: 100%;
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(22 / 750 * 100vw), 22px);
  margin: 0 auto;
  background-color: #efefef;
}
.sec04__highlightText {
  padding: 0 min(calc(200 / 750 * 100vw), 200px) 0 min(calc(10 / 750 * 100vw), 10px);
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec04__highlightText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: justify;
}
.sec04__highlightText p span {
  font-weight: 700;
  color: #1C3F5D;
}
.sec04__highlightImage {
  position: absolute;
  top: max(calc(-8 / 750 * 100vw), -8px);
  right: max(calc(-19 / 750 * 100vw), -19px);
  width: min(calc(219 / 750 * 100vw), 219px);
}
.sec04__certificate {
  background-color: #ffffff;
  padding: min(calc(30 / 750 * 100vw), 30px) 0 min(calc(20 / 750 * 100vw), 20px);
}
.sec04__certificate > p {
  font-family: "Noto Sans JP", sans-serif;
}
.sec04__certificate .subText {
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
}
.sec04__certificate .mainText {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #22639D;
  margin-bottom: min(calc(33 / 750 * 100vw), 33px);
  text-align: center;
}
.sec04__certificate .bodyText {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 750 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: min(calc(30 / 750 * 100vw), 30px);
  color: #22639D;
}
.sec04__certificateImage {
  width: min(calc(551 / 750 * 100vw), 551px);
  margin: min(calc(33 / 750 * 100vw), 33px) auto min(calc(30 / 750 * 100vw), 30px);
}
.sec04__care {
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}
.sec04__careTitle {
  margin-bottom: min(calc(38 / 750 * 100vw), 38px);
}
.sec04__careTitle p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1C3F5D;
}
.sec04__careList {
  border-bottom: dashed min(calc(1 / 750 * 100vw), 1px) #22639D;
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec04__careItem {
  display: flex;
  gap: min(calc(27 / 750 * 100vw), 27px);
  padding: min(calc(30 / 750 * 100vw), 30px) 0;
  border-top: dashed min(calc(1 / 750 * 100vw), 1px) #22639D;
}
.sec04__careIcon {
  flex: 0 0 min(calc(130 / 750 * 100vw), 130px);
}
.sec04__careTextarea {
  flex: 0 0 min(calc(473 / 750 * 100vw), 473px);
}
.sec04__careText01 {
  color: var(--text_kon, #1C3F5D);
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 54px */
  letter-spacing: 1.44px;
}
.sec04__careText02 {
  color: #333;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 54px */
  letter-spacing: 1.44px;
}

.sec05 {
  position: relative;
  background-image: url(../img/sec05_bg.webp);
  background-position: top center;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(866 / 750 * 100vw), 866px);
  background-repeat: no-repeat;
  height: min(calc(866 / 750 * 100vw), 866px);
  padding-top: min(calc(50 / 750 * 100vw), 50px);
}
.sec05__inner {
  width: min(calc(670 / 750 * 100vw), 670px);
  margin: 0 auto;
}
.sec05__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 750 * 100vw), 20px);
  margin-bottom: min(calc(35 / 750 * 100vw), 35px);
}
.sec05__title p {
  padding: min(calc(6 / 750 * 100vw), 6px) min(calc(16 / 750 * 100vw), 16px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
}
.sec05__title p span {
  font-size: calc(42 / 750 * 100vw);
}
.sec05__title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
.sec05__image {
  width: min(calc(558 / 750 * 100vw), 558px);
  margin: 0 auto min(calc(35 / 750 * 100vw), 35px);
}
.sec05__text p {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: min(calc(18 / 750 * 100vw), 18px);
}
.sec05__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(670 / 750 * 100vw), 670px);
  height: min(calc(130 / 750 * 100vw), 130px);
  background-color: #fff;
  border: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-radius: min(calc(263 / 750 * 100vw), 263px);
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .sec05__btn:hover {
    filter: brightness(110%);
  }
}
.sec05__btn span {
  font-size: min(calc(35 / 750 * 100vw), 35px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #22639D;
}
.sec05__btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.686646 0.726562L18.6866 17.7266L0.686646 34.7266' stroke='%2322639D' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(18 / 750 * 100vw), 18px);
  height: min(calc(34 / 750 * 100vw), 34px);
  position: absolute;
  right: min(calc(33 / 750 * 100vw), 33px);
}
.sec05__note {
  align-self: flex-start;
}
.sec05__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #444;
  margin-top: min(calc(17 / 750 * 100vw), 17px);
}

.sec06 {
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec06 .sec06__top {
  margin-bottom: min(calc(53 / 750 * 100vw), 53px);
}
.sec06 .sec06__label {
  color: var(--base-black, #333);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 160%;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec06 .sec06__title {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-weight: 600;
  line-height: 140%;
}
.sec06 .sec06__content {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
}
.sec06 .sec06__flow.--pt {
  padding-top: min(calc(100 / 750 * 100vw), 100px);
}
.sec06 .sec06__flow-item {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 min(calc(4 / 750 * 100vw), 4px) min(calc(30 / 750 * 100vw), 30px) 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.sec06 .sec06__flow-item:not(:last-child) {
  margin-bottom: min(calc(100 / 750 * 100vw), 100px);
}
.sec06 .sec06__flow-item-top {
  background-color: #C9DEEE;
  padding: min(calc(50 / 750 * 100vw), 50px) 0 min(calc(30 / 750 * 100vw), 30px);
}
.sec06 .sec06__flow-step {
  position: absolute;
  top: max(calc(-30 / 750 * 100vw), -30px);
  left: 50%;
  transform: translateX(-50%);
}
.sec06 .sec06__flow-steptext p {
  background-color: #22639D;
  width: min(calc(192 / 750 * 100vw), 192px);
  height: min(calc(54 / 750 * 100vw), 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 600;
  font-style: italic;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding-top: min(calc(6 / 750 * 100vw), 6px);
}
.sec06 .sec06__flow-steptext p span {
  font-size: min(calc(46 / 750 * 100vw), 46px);
  position: relative;
  top: max(calc(-2 / 750 * 100vw), -2px);
}
.sec06 .sec06__flow-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  color: #333;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
.sec06 .sec06__flow-item-inner {
  padding: min(calc(30 / 750 * 100vw), 30px) min(calc(30 / 750 * 100vw), 30px) min(calc(30 / 750 * 100vw), 30px);
}
.sec06 .sec06__flow-image {
  margin: 0 0 min(calc(40 / 750 * 100vw), 40px);
  box-shadow: min(calc(2 / 750 * 100vw), 2px) min(calc(12 / 750 * 100vw), 12px) min(calc(30 / 750 * 100vw), 30px) 0 rgba(0, 0, 0, 0.12);
}
.sec06 .js-toggle.js-toggleBtn.--btn01 {
  border: min(calc(2 / 750 * 100vw), 2px) solid #1C3F5D;
  background: transparent;
  padding: min(calc(9 / 750 * 100vw), 9px) 0 min(calc(11 / 750 * 100vw), 11px);
  position: relative;
}
.sec06 .js-toggle.js-toggleBtn.--btn01::before {
  content: "";
  display: block;
  position: absolute;
  right: min(calc(40 / 750 * 100vw), 40px);
  top: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='10.083' width='22' height='1.83333' fill='%231C3F5D'/%3E%3Crect x='11.918' width='22' height='1.83333' transform='rotate(90 11.918 0)' fill='%231C3F5D'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(22 / 750 * 100vw), 22px);
  height: min(calc(22 / 750 * 100vw), 22px);
  transform: translateY(-50%);
}
.sec06 .js-toggle.js-toggleBtn.--btn01.--open::before {
  height: min(calc(4 / 750 * 100vw), 4px);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='17.044' height='1.42033' fill='black'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
}
.sec06 .js-toggle.js-toggleBtn.--btn01 p {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
}
.sec06 .js-toggle.js-toggleBtn.--btn02 {
  width: min(calc(670 / 750 * 100vw), 670px);
  height: min(calc(90 / 750 * 100vw), 90px);
  border-radius: min(calc(200 / 750 * 100vw), 200px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #8099B0;
  background: #E8EDF1;
  margin: min(calc(60 / 750 * 100vw), 60px) auto 0;
  color: #1C3F5D;
  text-align: center;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sec06 .js-toggle.js-toggleBtn.--btn02::after {
  content: none;
  display: none;
}
.sec06 .js-toggle.js-toggleBtn.--btn02::before {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7395 0.675781L11.7383 12.6758L0.737132 0.675781' stroke='%231C3F5D' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(22 / 750 * 100vw), 22px);
  height: min(calc(12 / 750 * 100vw), 12px);
  position: absolute;
  top: 50%;
  right: min(calc(32 / 750 * 100vw), 32px);
  transform: translateY(-50%) rotate(0);
}
.sec06 .js-toggle.js-toggleBtn.--btn02.--open::before {
  transform: translateY(-50%) rotate(-180deg);
}
.sec06 .sec06__wrapper {
  padding: min(calc(60 / 750 * 100vw), 60px) max(calc(0 / 750 * 100vw), 0px);
  background-color: #fff;
}
.sec06 .sec06__item + .sec06__item {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec06 .sec06__text01 {
  background-color: #22639D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 500;
  line-height: 160%;
  padding: min(calc(6 / 750 * 100vw), 6px) min(calc(24 / 750 * 100vw), 24px);
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec06 .sec06__text02 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
}
.sec06 .sec06__text02.--mt {
  margin-top: min(calc(24 / 750 * 100vw), 24px);
}
.sec06 .sec06__price {
  color: #22639D;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 400;
  line-height: 160%;
}
.sec06 .sec06__price .tax {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  line-height: 160%;
}
.sec06 .sec06__note {
  color: #4f4f4f;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 350;
  line-height: 150%;
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}

.sec07 {
  position: relative;
  height: min(calc(600 / 750 * 100vw), 600px);
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07 {
    height: auto;
  }
}
.sec07__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(1920 / 750 * 100vw), 1920px);
  height: min(calc(430 / 750 * 100vw), 430px);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec07__bg {
    width: 100%;
    height: calc(750 / 750 * 100vw);
  }
}
.sec07__bgText {
  position: absolute;
  top: max(calc(-22 / 750 * 100vw), -22px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec07__bgText {
    top: calc(-29 / 750 * 100vw);
  }
}
.sec07__bgText p {
  font-family: "EB Garamond", serif;
  font-size: min(calc(92 / 750 * 100vw), 92px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sec07__bgText p {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec07__inner {
  position: relative;
  z-index: 2;
  width: min(calc(800 / 750 * 100vw), 800px);
  padding: min(calc(89 / 750 * 100vw), 89px) 0 min(calc(66 / 750 * 100vw), 66px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: 100%;
    padding: 0 calc(70 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec07__header {
  margin-bottom: min(calc(46 / 750 * 100vw), 46px);
}
.sec07__header h2 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__header h2 {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(115 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec07__card {
  position: relative;
  width: min(calc(800 / 750 * 100vw), 800px);
  height: min(calc(345 / 750 * 100vw), 345px);
  margin: 0 auto min(calc(17 / 750 * 100vw), 17px);
  box-shadow: min(calc(3 / 750 * 100vw), 3px) min(calc(6 / 750 * 100vw), 6px) min(calc(25 / 750 * 100vw), 25px) 0 rgba(0, 0, 0, 0.12);
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec07__card {
    width: 100%;
    height: auto;
    margin: 0 auto calc(24 / 750 * 100vw);
    display: block;
    box-shadow: none;
  }
}
.sec07__cardImage {
  position: absolute;
  top: max(calc(-26 / 750 * 100vw), -26px);
  left: 0;
  width: min(calc(355 / 750 * 100vw), 355px);
  height: min(calc(371 / 750 * 100vw), 371px);
}
@media screen and (max-width: 767px) {
  .sec07__cardImage {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: calc(450 / 750 * 100vw);
  }
}
.sec07__cardContent {
  position: relative;
  flex: 1;
  background-color: #90afc3;
  margin-left: min(calc(355 / 750 * 100vw), 355px);
  padding: min(calc(41 / 750 * 100vw), 41px) min(calc(32 / 750 * 100vw), 32px) min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__cardContent {
    margin-left: 0;
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec07__cardHeader {
  display: flex;
  align-items: center;
  gap: min(calc(18.59 / 750 * 100vw), 18.59px);
  margin-bottom: min(calc(23 / 750 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec07__cardHeader {
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec07__cardHeader p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 750 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec07__cardHeader p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07__cardHeader h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec07__cardHeader h3 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__cardBody {
  width: min(calc(381 / 750 * 100vw), 381px);
}
@media screen and (max-width: 767px) {
  .sec07__cardBody {
    width: 100%;
  }
}
.sec07__cardBody h4 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 750 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.465;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__cardBody h4 {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec07__cardBody p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 750 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec07__cardBody p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__divider {
  width: 100%;
  height: min(calc(1 / 750 * 100vw), 1px);
  background-color: #ffffff;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__divider {
    height: calc(1 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec07__badge {
  position: absolute;
  top: max(calc(-87 / 750 * 100vw), -87px);
  right: max(calc(-104 / 750 * 100vw), -104px);
  width: min(calc(170 / 750 * 100vw), 170px);
  height: min(calc(170 / 750 * 100vw), 170px);
  border-radius: 50%;
  background: linear-gradient(146deg, #c89932 10%, #dfae43 52%, #aa8127 92%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(3 / 750 * 100vw), 3px);
  box-shadow: min(calc(3 / 750 * 100vw), 3px) min(calc(6 / 750 * 100vw), 6px) min(calc(24 / 750 * 100vw), 24px) 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sec07__badge {
    top: calc(301 / 750 * 100vw);
    right: calc(-44 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    box-shadow: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) calc(32 / 750 * 100vw) 0 rgba(0, 0, 0, 0.12);
  }
}
.sec07__badgeText {
  padding-top: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__badgeText {
    padding-top: calc(10 / 750 * 100vw);
  }
}
.sec07__badgeText p {
  color: #ffffff;
  text-align: center;
}
.sec07__badgeText p.text01 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__badgeText p.text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__badgeText p.text01 span {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}
.sec07__badgeText p.text02 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 750 * 100vw), 22px);
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07__badgeText p.text02 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__badgeText p.text02 span {
  font-family: "EB Garamond", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec07__badgeText p.text02 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07__badgeText p:last-child {
  margin-top: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec07__badgeText p:last-child {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.sec07__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 750 * 100vw), 12px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec07__note p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08 {
  position: relative;
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
  background: #F0F8FE;
}
.sec08 .--serif {
  font-family: "Noto Serif JP", serif;
}
.sec08 .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 750 * 100vw), 40px);
  width: min(calc(610 / 750 * 100vw), 610px);
  margin: 0 auto;
}
.sec08 .adlp-accordion__header {
  background: #22639D;
  padding: min(calc(24 / 750 * 100vw), 24px) min(calc(80 / 750 * 100vw), 80px);
  cursor: pointer;
  position: relative;
}
.sec08 .adlp-accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 750 * 100vw), 40px);
  transform: translateY(-50%);
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='7.33301' width='16' height='1.33333' fill='white'/%3E%3Crect x='8.66602' width='16' height='1.33333' transform='rotate(90 8.66602 0)' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  transition: all 0.3s;
}
.sec08 .adlp-accordion__header.--open::after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='1.33333' fill='white'/%3E%3C/svg%3E%0A") 50% 50%/100% no-repeat;
}
.sec08 .adlp-accordion__header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.sec08 .adlp-accordion__body__inner {
  display: block !important;
  padding: min(calc(32 / 750 * 100vw), 32px) !important;
  background: #ffffff;
  height: 100%;
}
.sec08 .adlp-accordion__body__inner p {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0;
}
.sec08 .adlp-accordion__body__inner p.sec08__note {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #000000;
}
.sec08__inner {
  width: min(calc(610 / 750 * 100vw), 610px);
  margin: 0 auto;
}
.sec08__title {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec08__title-en {
  color: var(--blue, #18A3FF);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec08__title-jp {
  color: #333;
  text-align: center;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
}
.sec08__service-title {
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec08__service-title p {
  margin: 0;
}
.sec08__service-accordion-wrapper {
  width: 100%;
}
.sec08__service-accordion {
  background: none !important;
  width: 100%;
}
.sec08__service-accordion--single {
  width: 100%;
}
.sec08__service-accordion-text {
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
}
.sec08__service-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.sec08__service-content p {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: justify;
  margin: 0;
}
.sec08__service-content p strong {
  font-weight: 600;
  color: #1C3F5D;
}
.sec08__merit-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sec08__merit-item {
  display: flex;
  flex-direction: column;
}
.sec08__merit-header {
  background: #C9DEEE;
  color: #1C3F5D;
  font-size: min(calc(31 / 750 * 100vw), 31px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(12 / 750 * 100vw), 12px) min(calc(40 / 750 * 100vw), 40px);
}
.sec08__merit-content {
  background: #F9F9F9;
  color: #333333;
  font-size: min(calc(27 / 750 * 100vw), 27px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(16 / 750 * 100vw), 16px) max(calc(0 / 750 * 100vw), 0px);
}
.sec08__care-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 750 * 100vw), 32px);
}
.sec08__care-item {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 750 * 100vw), 24px);
  border-bottom: 1px solid #C9DEEE;
}
.sec08__care-number {
  display: flex;
  justify-content: center;
  gap: min(calc(5 / 750 * 100vw), 5px);
  background: #a1bccf;
  color: #1C3F5D;
  width: min(calc(123 / 750 * 100vw), 123px);
  height: min(calc(52 / 750 * 100vw), 52px);
  padding: min(calc(6 / 750 * 100vw), 6px) min(calc(16 / 750 * 100vw), 16px) min(calc(10 / 750 * 100vw), 10px);
}
.sec08__care-number .care-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.02em;
  text-align: center;
  position: relative;
  bottom: max(calc(-10 / 750 * 100vw), -10px);
}
.sec08__care-number .care-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(42 / 750 * 100vw), 42px);
  font-weight: 500;
  line-height: 0.8;
  position: relative;
  bottom: max(calc(-5 / 750 * 100vw), -5px);
}
.sec08__care-title {
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.465;
  letter-spacing: 0.08em;
  color: #333333;
  text-transform: capitalize;
}
.sec08__warranty-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sec08__warranty-item {
  display: flex;
  flex-direction: column;
}
.sec08__warranty-header {
  background: #C9DEEE;
  color: #1C3F5D;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(9 / 750 * 100vw), 9px) min(calc(40 / 750 * 100vw), 40px);
}
.sec08__warranty-content {
  background: #F9F9F9;
  color: #333333;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(16 / 750 * 100vw), 16px) min(calc(32 / 750 * 100vw), 32px);
}
.sec08__warranty-content strong {
  font-weight: 700;
  font-size: min(calc(32 / 750 * 100vw), 32px);
}
.sec08__note {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #444;
}
.sec08__loan-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sec08__loan-header {
  background: #C9DEEE;
  color: #1C3F5D;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(12 / 750 * 100vw), 12px) min(calc(40 / 750 * 100vw), 40px);
}
.sec08__loan-content {
  background: #F9F9F9;
  color: #333333;
  font-size: min(calc(16 / 750 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: min(calc(16 / 750 * 100vw), 16px) min(calc(32 / 750 * 100vw), 32px);
}
.sec08__loan-content p {
  margin: 0 0 min(calc(15 / 750 * 100vw), 15px) 0;
}
.sec08__loan-content p:last-child {
  margin-bottom: 0;
}

.sec09 {
  position: relative;
  background: #E5ECF1;
  padding: 0 0 min(calc(80 / 750 * 100vw), 80px);
}
.sec09__header {
  background-color: #fff;
  background-image: url(../img/sec09_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(489 / 750 * 100vw), 489px);
  height: min(calc(489 / 750 * 100vw), 489px);
  padding-top: min(calc(120 / 750 * 100vw), 120px);
}
.sec09__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 750 * 100vw), 4px);
  width: fit-content;
  margin-left: min(calc(212 / 750 * 100vw), 212px);
  margin-bottom: min(calc(27 / 750 * 100vw), 27px);
}
.sec09__title-sub {
  color: #fff;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 min(calc(4 / 750 * 100vw), 4px) min(calc(4 / 750 * 100vw), 4px) rgba(14, 41, 54, 0.4);
}
.sec09__title-main {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(54 / 750 * 100vw), 54px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
  text-shadow: 0 min(calc(4 / 750 * 100vw), 4px) min(calc(4 / 750 * 100vw), 4px) rgba(14, 41, 54, 0.4);
}
.sec09__title-main .small {
  font-size: min(calc(36 / 750 * 100vw), 36px);
  line-height: 1.4;
  display: block;
}
.sec09__headerbox {
  background-color: #333;
  width: min(calc(370 / 750 * 100vw), 370px);
  height: min(calc(144 / 750 * 100vw), 144px);
  margin-left: min(calc(266 / 750 * 100vw), 266px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec09__headerbox .text01 {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.sec09__headerbox .text02 {
  color: var(--white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.sec09__description {
  padding: min(calc(60 / 750 * 100vw), 60px) 0 0;
  text-align: center;
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec09__description p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec09__slider {
  position: relative;
  width: min(calc(700 / 750 * 100vw), 700px);
  margin: 0 auto;
}
.sec09__slider.adlp-swiper {
  padding-bottom: min(calc(56 / 750 * 100vw), 56px);
}
.sec09__slider .swiper-slide {
  padding: 0 min(calc(35 / 750 * 100vw), 35px);
  height: auto;
}
.sec09__slider .swiper-button-next,
.sec09__slider .swiper-button-prev {
  width: min(calc(60 / 750 * 100vw), 60px);
  height: min(calc(60 / 750 * 100vw), 60px);
  background: url(../img/sec09_arrow.svg) no-repeat center center/contain;
  top: 48%;
  margin-top: max(calc(-30 / 750 * 100vw), -30px);
}
.sec09__slider .swiper-button-next::after,
.sec09__slider .swiper-button-prev::after {
  display: none;
}
.sec09__slider .swiper-button-prev {
  left: 0;
}
.sec09__slider .swiper-button-next {
  right: 0;
  scale: -1 1;
}
.sec09__slider .swiper-pagination {
  bottom: 0;
}
.sec09__slider .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(16 / 750 * 100vw), 16px);
  height: min(calc(16 / 750 * 100vw), 16px);
  background-color: #bbcedb;
  margin: 0 min(calc(8 / 750 * 100vw), 8px);
  opacity: 1;
}
.sec09__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1C3F5D;
}
.sec09__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(20 / 750 * 100vw), 20px);
}
.sec09__card {
  width: calc(50% - min(calc(30 / 750 * 100vw), 30px));
  height: min(calc(335 / 750 * 100vw), 335px);
  background-color: #ffffff;
  padding: min(calc(24 / 750 * 100vw), 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 750 * 100vw), 16px);
  box-shadow: min(calc(4 / 750 * 100vw), 4px) min(calc(8 / 750 * 100vw), 8px) min(calc(32 / 750 * 100vw), 32px) 0 rgba(0, 0, 0, 0.12);
}
.sec09__card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #1C3F5D;
  text-align: center;
  margin: 0 max(calc(-20 / 750 * 100vw), -20px);
}
.sec09__card p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #333333;
}
.sec09__divider {
  width: 100%;
  height: min(calc(1 / 750 * 100vw), 1px);
  background-color: #22639D;
}
.sec09__stepSlide {
  padding: min(calc(32 / 750 * 100vw), 32px);
  background-color: #ffffff;
  box-shadow: max(calc(0 / 750 * 100vw), 0px) min(calc(4 / 750 * 100vw), 4px) min(calc(20 / 750 * 100vw), 20px) rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__stepSlide {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec09__stepHeader {
  display: flex;
  align-items: center;
  gap: min(calc(23 / 750 * 100vw), 23px);
  padding-bottom: min(calc(20 / 750 * 100vw), 20px);
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #C9DEEE;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec09__stepLabel {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 500;
  color: #1C3F5D;
  background-color: #C9DEEE;
  line-height: 1;
  padding: min(calc(6 / 750 * 100vw), 6px) min(calc(16 / 750 * 100vw), 16px) 0;
}
.sec09__stepNumber {
  font-size: min(calc(42 / 750 * 100vw), 42px);
  display: inline-block;
  padding-left: min(calc(4 / 750 * 100vw), 4px);
}
.sec09__stepTitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(33 / 750 * 100vw), 33px);
  font-weight: 500;
  line-height: 146%;
  color: #333;
}
.sec09__stepImage {
  width: 100%;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
  overflow: hidden;
}
.sec09__stepImage img {
  width: 100%;
  height: auto;
}
.sec09__stepText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec09__stepText p:last-child {
  margin-bottom: 0;
}
.sec09__footer {
  width: min(calc(630 / 750 * 100vw), 630px);
  border-top: min(calc(2 / 750 * 100vw), 2px) solid #333;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #333;
  padding: min(calc(15 / 750 * 100vw), 15px) 0;
  text-align: center;
  margin: min(calc(40 / 750 * 100vw), 40px) auto 0;
}
.sec09__footer p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}

.sec10 {
  position: relative;
  overflow: hidden;
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec10 .sec10__outer {
  position: relative;
  z-index: 2;
}
.sec10__title {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec10__title-en {
  color: var(--blue, #18A3FF);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec10__title-jp {
  color: #1C3F5D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
}
.sec10__title-sub {
  color: #1C3F5D;
  text-align: center;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec10 .sec10__list {
  width: min(calc(610 / 750 * 100vw), 610px);
  margin: min(calc(60 / 750 * 100vw), 60px) auto 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 750 * 100vw), 40px);
}
.sec10 .sec10__btn.js-toggleBtn.js-toggle {
  width: 100%;
  height: min(calc(90 / 750 * 100vw), 90px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  overflow: hidden;
  background: #22639D;
  position: relative;
}
.sec10 .sec10__btn.js-toggleBtn.js-toggle::after {
  content: "";
  position: absolute;
  width: min(calc(22 / 750 * 100vw), 22px);
  height: min(calc(22 / 750 * 100vw), 22px);
  top: 50%;
  right: min(calc(39 / 750 * 100vw), 39px);
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  background: url(../img/common/sec10_acc_icon_off.svg) center center/contain no-repeat;
}
.sec10 .sec10__btn.js-toggleBtn.js-toggle.--open::after {
  background: url(../img/common/sec10_acc_icon_on.svg) center center/contain no-repeat;
}
.sec10 .sec10__itemtext {
  flex: 1 1 auto;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  /* pc/headline/h5 */
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 140%; /* vw(33.6) */
  letter-spacing: min(calc(0.96 / 750 * 100vw), 0.96px);
}
.sec10 .sec10__itemtext .small {
  color: #fff;
  /* pc/subtitle/small */
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: min(calc(0.72 / 750 * 100vw), 0.72px);
}
.sec10 .sec10__content {
  width: 100%;
  margin: auto;
}
.sec10 .sec10__inner {
  background: #fff;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 180%;
}
.sec10 .sec10__inner02 {
  padding: min(calc(40 / 750 * 100vw), 40px) max(calc(0 / 750 * 100vw), 0px);
}
.sec10 .sec10__descList {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  min-height: min(calc(48 / 750 * 100vw), 48px);
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.sec10 .sec10__descList + .sec10__descList {
  margin-top: min(calc(24 / 750 * 100vw), 24px);
}
.sec10 .sec10__term {
  color: #fff;
  background: #22639D;
  font-weight: 400;
  line-height: 1.4;
  padding: min(calc(8 / 750 * 100vw), 8px) 0;
  text-align: center;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
  width: min(calc(188 / 750 * 100vw), 188px);
}
.sec10 .sec10__desc {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - min(calc(24 / 750 * 100vw), 24px) - min(calc(188 / 750 * 100vw), 188px));
}
.sec10 .sec10__desc.--tel {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec10 .sec10__descText {
  letter-spacing: 0;
  font-size: min(calc(26 / 750 * 100vw), 26px);
}
.sec10 .sec10__descText.--center {
  text-align: left;
}
.sec10 .sec10__tel a {
  color: #333;
  text-align: justify;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 750 * 100vw), 8px);
}
.sec10 .sec10__tel a:before {
  content: "";
  display: block;
  width: min(calc(36 / 750 * 100vw), 36px);
  height: min(calc(36 / 750 * 100vw), 36px);
  background: url(../img/sec10_icon_tel.svg) center center/contain no-repeat;
}
.sec10 p.note {
  color: #333;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  margin-top: min(calc(8 / 750 * 100vw), 8px);
}
.sec10 .sec10__img {
  margin: 0 0 min(calc(60 / 750 * 100vw), 60px);
}
.sec10 .sec10__map {
  aspect-ratio: 440/300;
  position: relative;
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}
.sec10 .sec10__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sec11__img {
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec11__text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #22639D;
}

.sec12 {
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec12__inner {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
}
.sec12__title {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec12__title-en {
  color: var(--blue, #18A3FF);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec12__title-jp {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
}
.sec12__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 750 * 100vw), 30px);
  margin-bottom: min(calc(50 / 750 * 100vw), 50px);
}
.sec12__item {
  display: flex;
  align-items: flex-end;
  gap: min(calc(36 / 750 * 100vw), 36px);
  padding-bottom: min(calc(35 / 750 * 100vw), 35px);
  background-repeat: repeat-y;
  background-position: top min(calc(20 / 750 * 100vw), 20px) center;
  background-size: min(calc(690 / 750 * 100vw), 690px) min(calc(2 / 750 * 100vw), 2px);
  position: relative;
}
.sec12__item:nth-child(odd) {
  background-image: url(../img/sec12_bg_odd.webp);
}
.sec12__item:nth-child(even) {
  flex-direction: row-reverse;
  background-image: url(../img/sec12_bg_even.webp);
}
.sec12__item:before {
  content: "";
  display: block;
  width: min(calc(690 / 750 * 100vw), 690px);
  height: min(calc(42 / 750 * 100vw), 42px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sec12__img {
  flex: 0 0 min(calc(265 / 750 * 100vw), 265px);
  position: relative;
  z-index: 2;
}
.sec12__text {
  flex: 0 0 min(calc(359 / 750 * 100vw), 359px);
  color: var(--text_brown, #333);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.01em;
}
.sec12__line-text {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: min(calc(13 / 750 * 100vw), 13px);
}
.sec12__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(670 / 750 * 100vw), 670px);
  height: min(calc(130 / 750 * 100vw), 130px);
  background-color: #fff;
  border: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-radius: min(calc(263 / 750 * 100vw), 263px);
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .sec12__btn:hover {
    filter: brightness(110%);
  }
}
.sec12__btn span {
  font-size: min(calc(35 / 750 * 100vw), 35px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #22639D;
}
.sec12__btn::before {
  content: "";
  display: block;
  background-image: url(../img/icon_line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(106 / 750 * 100vw), 106px);
  height: min(calc(106 / 750 * 100vw), 106px);
  position: absolute;
  left: min(calc(11 / 750 * 100vw), 11px);
}
.sec12__btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.686646 0.726562L18.6866 17.7266L0.686646 34.7266' stroke='%2322639D' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(18 / 750 * 100vw), 18px);
  height: min(calc(34 / 750 * 100vw), 34px);
  position: absolute;
  right: min(calc(33 / 750 * 100vw), 33px);
}

.sec13 {
  background-color: #F0F8FE;
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec13__title {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec13__title-en {
  color: var(--blue, #18A3FF);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec13__title-en span {
  font-size: min(calc(48 / 750 * 100vw), 48px);
}
.sec13__title-jp {
  color: #1C3F5D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
}
.sec13__inner {
  position: relative;
  z-index: 1;
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
}
.sec13__faq {
  display: flex;
  flex-direction: column;
  gap: min(calc(50 / 750 * 100vw), 50px);
}
.sec13__faqItem {
  background-color: #ffffff;
}
.sec13__faqQuestion {
  background-color: #22639D;
  display: flex;
  align-items: center;
  gap: min(calc(30 / 750 * 100vw), 30px);
  padding: min(calc(20 / 750 * 100vw), 20px) min(calc(30 / 750 * 100vw), 30px) min(calc(20 / 750 * 100vw), 20px);
  cursor: pointer;
  position: relative;
}
.sec13__faqQuestion > p {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #fff;
}
.sec13__faqIcon {
  flex-shrink: 0;
  width: min(calc(20 / 750 * 100vw), 20px);
  height: min(calc(15 / 750 * 100vw), 15px);
  transition: transform 0.3s ease;
}
.sec13__faqAnswer {
  position: relative;
  background-color: #ffffff;
  height: 0;
  transition: 0.3s ease height;
  overflow: hidden;
}
.sec13__faqAnswer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #333333;
}
.sec13__faqAnswerInner {
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(30 / 750 * 100vw), 30px) min(calc(40 / 750 * 100vw), 40px);
}
.sec13__faqQuestion.is-open .sec13__faqIcon {
  transform: rotate(180deg);
}

.sec14 {
  background-color: #fafafa;
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec14__inner {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec14__header {
  text-align: center;
  margin-bottom: min(calc(32 / 750 * 100vw), 32px);
}
.sec14__header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.587;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec14__list {
  display: flex;
  flex-direction: column;
}
.sec14__item {
  display: flex;
  flex-direction: column;
}
.sec14__itemHeader {
  background-color: #C9DEEE;
  padding: min(calc(16 / 750 * 100vw), 16px) min(calc(40 / 750 * 100vw), 40px);
}
.sec14__itemHeader p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.587;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec14__itemContent {
  background-color: #ffffff;
  padding: min(calc(24 / 750 * 100vw), 24px) min(calc(40 / 750 * 100vw), 40px);
}
.sec14__itemContent p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}

.sec15 {
  background-color: #ffffff;
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
}
.sec15__inner {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec15__header {
  margin-bottom: min(calc(46 / 750 * 100vw), 46px);
}
.sec15__header h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.587;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
.sec15__mainList {
  list-style: none;
  counter-reset: main-counter;
  padding: 0;
  margin: 0;
}
.sec15__mainList > li {
  counter-increment: main-counter;
  margin-bottom: min(calc(32 / 750 * 100vw), 32px);
}
.sec15__mainList > li:last-child {
  margin-bottom: 0;
}
.sec15__listHeader {
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec15__listTitle {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec15__listTitle::before {
  content: counter(main-counter) ".";
  margin-right: min(calc(8 / 750 * 100vw), 8px);
}
.sec15__listText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec15__list {
  list-style: none;
  padding: 0;
  margin: min(calc(16 / 750 * 100vw), 16px) 0;
}
.sec15__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec15__list li:last-child {
  margin-bottom: 0;
}
.sec15__list02 {
  padding: 0 0 0 min(calc(40 / 750 * 100vw), 40px);
  margin: min(calc(16 / 750 * 100vw), 16px) 0;
}
.sec15__list02 li {
  list-style-type: decimal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec15__list02 li:last-child {
  margin-bottom: 0;
}
.sec15__contact {
  margin-top: min(calc(16 / 750 * 100vw), 16px);
}
.sec15__contact p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}

.sec16 {
  padding: min(calc(80 / 750 * 100vw), 80px) 0;
  background: linear-gradient(341deg, #FFF 65.15%, #D6E4ED 90.37%);
}
.sec16__inner {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
}
.sec16__title {
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec16__title-en {
  color: var(--blue, #18A3FF);
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec16__title-jp {
  color: #1C3F5D;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  display: block;
  margin-bottom: min(calc(12 / 750 * 100vw), 12px);
}
.sec16__title-sub {
  color: #1C3F5D;
  text-align: center;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: block;
}
.sec16__content {
  width: 100%;
}
.sec16__description {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(13 / 750 * 100vw), 13px);
}
.sec16__table {
  width: 100%;
  border-top: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-left: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  border-right: min(calc(2 / 750 * 100vw), 2px) solid #22639D;
  margin-bottom: min(calc(60 / 750 * 100vw), 60px);
}
.sec16__tableHeader {
  display: flex;
  background: #22639D;
}
.sec16__tableHeaderItem {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 750 * 100vw), 10px) 0;
  font-weight: 700;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  line-height: 2;
  color: #FFFFFF;
  border-right: min(calc(1 / 750 * 100vw), 1px) solid #FFFFFF;
}
.sec16__tableHeaderItem:first-child {
  width: min(calc(318 / 750 * 100vw), 318px);
  height: min(calc(72 / 750 * 100vw), 72px);
}
.sec16__tableHeaderItem:not(:first-child) {
  width: min(calc(186 / 750 * 100vw), 186px);
  height: min(calc(72 / 750 * 100vw), 72px);
}
.sec16__tableHeaderItem:last-child {
  border-right: none;
}
.sec16__tableBody {
  display: flex;
  flex-direction: column;
}
.sec16__tableCategoryHeader {
  display: flex;
  background: #22639D;
}
.sec16__tableCategoryTitle {
  width: min(calc(318 / 750 * 100vw), 318px);
  height: min(calc(40 / 750 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.sec16__tableRow {
  display: flex;
  border-bottom: min(calc(1 / 750 * 100vw), 1px) solid #22639D;
}
.sec16__tableLabel {
  width: min(calc(318 / 750 * 100vw), 318px);
  min-height: min(calc(72 / 750 * 100vw), 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 750 * 100vw), 10px);
  border-right: min(calc(1 / 750 * 100vw), 1px) solid #22639D;
  font-weight: 700;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #1C3F5D;
  background-color: #C9DEEE;
}
.sec16__labelMain {
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: 700;
}
.sec16__labelSub {
  font-size: min(calc(22 / 750 * 100vw), 22px);
  font-weight: 400;
}
.sec16__labelSub .large {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 700;
}
.sec16__tablePrice {
  width: min(calc(186 / 750 * 100vw), 186px);
  min-height: min(calc(72 / 750 * 100vw), 72px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 750 * 100vw), 10px);
  border-right: min(calc(1 / 750 * 100vw), 1px) solid #22639D;
  font-weight: 700;
  font-size: min(calc(27 / 750 * 100vw), 27px);
  line-height: 2;
  color: #1C3F5D;
  background-color: #fff;
}
.sec16__tablePrice:last-child {
  border-right: none;
}
.sec16__notes {
  width: min(calc(626 / 750 * 100vw), 626px);
  margin: 0 auto;
}
.sec16__notes p {
  text-align: justify;
  font-weight: 400;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #444444;
}

.sec17 {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 min(calc(80 / 750 * 100vw), 80px);
  background-color: #EFEFEF;
}
.sec17 .sec17__top {
  background: #89A3B7;
  padding: min(calc(60 / 750 * 100vw), 60px) 0 min(calc(119 / 750 * 100vw), 119px);
}
.sec17 .sec17__title {
  color: #FFF;
  text-align: center;
  text-shadow: 0 min(calc(4 / 750 * 100vw), 4px) min(calc(4 / 750 * 100vw), 4px) rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  font-weight: 600;
  line-height: 140%;
}
.sec17 .sec17__content {
  width: min(calc(690 / 750 * 100vw), 690px);
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(30 / 750 * 100vw), 30px);
  margin: max(calc(-54 / 750 * 100vw), -54px) auto 0;
  background: var(--white, #FFF);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.sec17 .sec17__lead {
  color: var(--text_brown, #333);
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.01em;
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec17 .sec17__img {
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec17 .js-toggle.js-toggleBtn.--btn01 {
  border: min(calc(2 / 750 * 100vw), 2px) solid #1C3F5D;
  background: transparent;
  padding: min(calc(9 / 750 * 100vw), 9px) 0 min(calc(11 / 750 * 100vw), 11px);
  position: relative;
}
.sec17 .js-toggle.js-toggleBtn.--btn01::before {
  content: "";
  display: block;
  position: absolute;
  right: min(calc(40 / 750 * 100vw), 40px);
  top: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='10.083' width='22' height='1.83333' fill='%231C3F5D'/%3E%3Crect x='11.918' width='22' height='1.83333' transform='rotate(90 11.918 0)' fill='%231C3F5D'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(22 / 750 * 100vw), 22px);
  height: min(calc(22 / 750 * 100vw), 22px);
  transform: translateY(-50%);
}
.sec17 .js-toggle.js-toggleBtn.--btn01.--open::before {
  height: min(calc(4 / 750 * 100vw), 4px);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='2' viewBox='0 0 18 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='17.044' height='1.42033' fill='black'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%);
}
.sec17 .js-toggle.js-toggleBtn.--btn01 p {
  color: #1C3F5D;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
}
.sec17 .sec17__wrapper {
  padding: min(calc(60 / 750 * 100vw), 60px) max(calc(0 / 750 * 100vw), 0px);
  background-color: #fff;
}
.sec17 .sec17__item + .sec17__item {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec17 .sec17__text01 {
  background-color: #22639D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 500;
  line-height: 160%;
  padding: min(calc(6 / 750 * 100vw), 6px) min(calc(24 / 750 * 100vw), 24px);
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec17 .sec17__text02 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
}
.sec17 .sec17__text02.--mt {
  margin-top: min(calc(24 / 750 * 100vw), 24px);
}
.sec17 .sec17__price {
  color: #22639D;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 400;
  line-height: 160%;
}
.sec17 .sec17__price .tax {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  line-height: 160%;
}
.sec17 .sec17__note {
  color: #4f4f4f;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 350;
  line-height: 150%;
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
/*# sourceMappingURL=lp.css.map */
