@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "EB Garamond", serif;
}

* {
  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 / 1080 * 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: #202124;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 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;
}

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

.adlp-wrapper {
  color: #202124;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: rgb(102, 102, 102) !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: rgb(102, 102, 102) !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid rgb(102, 102, 102);
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, rgb(102, 102, 102) 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid rgb(102, 102, 102);
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
}
.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(285 / 1080 * 100vw), 285px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(285 / 750 * 100vw);
  }
}
.adlp-header__switch {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .adlp-header__switch {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
  }
}
.adlp-header__switch__inner {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(25 / 1080 * 100vw), 25px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner {
    width: calc(40 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
}
.adlp-header__switch__inner span {
  background: rgb(86, 63, 3);
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}
.adlp-header__switch__inner span:nth-child(1) {
  top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner span:nth-child(1) {
    top: calc(10 / 750 * 100vw);
  }
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner span:nth-child(3) {
    bottom: calc(10 / 750 * 100vw);
  }
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 47%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 48%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: rgb(99, 93, 93);
    padding: 0;
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(88 / 750 * 100vw);
    width: 100%;
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__mega {
  position: relative;
  width: 100%;
  height: calc(100vh - min(calc(64 / 1080 * 100vw), 64px));
  background: rgb(99, 93, 93);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__mega {
    height: calc(100vh - calc(88 / 750 * 100vw));
  }
}
.adlp-header__mega__title {
  margin: 0 auto;
  width: min(calc(640 / 1080 * 100vw), 640px);
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-header__mega__title {
    width: 100%;
    font-size: calc(120 / 750 * 100vw);
    text-align: center;
  }
}
.adlp-header__mega__links {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(550 / 1080 * 100vw), 550px);
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .adlp-header__mega__links {
    gap: calc(40 / 750 * 100vw);
    width: calc(566 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) 0 calc(52 / 750 * 100vw);
  }
}
.adlp-header__mega__link {
  display: flex;
  align-items: center;
}
.adlp-header__mega__link a {
  position: relative;
  flex: 1;
  display: block;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-header__mega__link a {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0em;
    padding-right: calc(32 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__mega__link a:hover:after {
    right: -1.2%;
  }
}
.adlp-header__mega__link a::after {
  content: "";
  transition: right 0.2s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3536 4.35355C15.5488 4.15829 15.5488 3.84171 15.3536 3.64645L12.1716 0.464466C11.9763 0.269204 11.6597 0.269204 11.4645 0.464466C11.2692 0.659728 11.2692 0.976311 11.4645 1.17157L14.2929 4L11.4645 6.82843C11.2692 7.02369 11.2692 7.34027 11.4645 7.53553C11.6597 7.7308 11.9763 7.7308 12.1716 7.53553L15.3536 4.35355ZM0 4.5H15V3.5H0V4.5Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-header__mega__link a::after {
    width: calc(24 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(246 / 1080 * 100vw), 246px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(288 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border-radius: calc(50 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: calc(20 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: calc(7 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  right: min(calc(10 / 1080 * 100vw), 10px);
  width: fit-content;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    right: calc(16 / 750 * 100vw);
    bottom: calc(24 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn {
  background: #0058E9;
  flex-direction: column;
  gap: min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 50%;
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    gap: calc(4 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .adlp-floating .adlp-btn:hover {
    filter: brightness(108%);
  }
}
.adlp-floating .adlp-btn p.--a {
  position: relative;
  z-index: 1;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #fff;
  background-color: #202124;
  border-radius: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p.--a {
    padding: calc(4 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn p.--b {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p.--b {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn p.--b .--s {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p.--b .--s {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 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;
}
.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: 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 / 1080 * 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 / 1080 * 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 / 1080 * 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 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 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 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 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 / 1080 * 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 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 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 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 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 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 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 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 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 / 1080 * 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 / 1080 * 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 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 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 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 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 / 1080 * 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 / 1080 * 100vw), 10px), -50%);
  }
}

.cv.cv01 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(25 / 1080 * 100vw), 25px);
  background-image: url(../img/pc/cv01_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(224 / 1080 * 100vw), 224px);
}
@media screen and (max-width: 767px) {
  .cv.cv01 {
    padding: calc(32 / 750 * 100vw) 0 calc(67 / 750 * 100vw);
    background-image: url(../img/sp/cv01_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(428 / 750 * 100vw);
  }
}
.cv.cv02 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-image: url(../img/pc/cv02_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(210 / 1080 * 100vw), 210px);
}
@media screen and (max-width: 767px) {
  .cv.cv02 {
    padding: calc(74 / 750 * 100vw) 0 calc(71 / 750 * 100vw);
    background-image: url(../img/sp/cv02_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(369 / 750 * 100vw);
  }
}
.cv.cv03 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-image: url(../img/pc/cv03_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(210 / 1080 * 100vw), 210px);
}
@media screen and (max-width: 767px) {
  .cv.cv03 {
    padding: calc(70 / 750 * 100vw) 0;
    background-image: url(../img/sp/cv03_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(308 / 750 * 100vw);
  }
}
.cv .cv__btn {
  width: min(calc(447 / 1080 * 100vw), 447px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  margin: 0 auto;
  background-color: #0058E9;
  border-radius: min(calc(200 / 1080 * 100vw), 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .cv .cv__btn {
    width: calc(660 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
  }
}
.cv .cv__btn:after {
  content: "";
  display: block;
  position: absolute;
  right: min(calc(32 / 1080 * 100vw), 32px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L8 8L0.5 15.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv .cv__btn:after {
    right: calc(36 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.cv .cv__btn p {
  color: var(--basic-white, #FFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .cv .cv__btn p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv .cv__btn:hover {
  filter: brightness(130%);
}
.cv .cv__item {
  display: flex;
  justify-content: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv .cv__item {
    flex-direction: column;
    gap: calc(14 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.cv .cv__label {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--text-black, #202124);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px) min(calc(4 / 1080 * 100vw), 4px);
  color: #FFF;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .cv .cv__label {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) calc(4 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    width: fit-content;
    margin: 0 auto;
  }
}
.cv .cv__title {
  color: var(--blue, #0058E9);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .cv .cv__title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv .cv__labels {
  display: flex;
  justify-content: center;
  gap: min(calc(17 / 1080 * 100vw), 17px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv .cv__labels {
    width: calc(660 / 750 * 100vw);
    margin: 0 auto calc(14 / 750 * 100vw);
    gap: calc(14 / 750 * 100vw);
  }
}
.cv .cv__labels .cv__label {
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .cv .cv__labels .cv__label {
    width: 50%;
  }
}
.cv .cv__note {
  color: var(--base-666, #666);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv .cv__note {
    text-align: justify;
    font-size: calc(20 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: min(calc(476 / 1080 * 100vw), 476px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(1124 / 750 * 100vw);
  }
}

.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__bg picture, .fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__logo {
  position: absolute;
  top: min(calc(19 / 1080 * 100vw), 19px);
  left: min(calc(420 / 1080 * 100vw), 420px);
  width: min(calc(184 / 1080 * 100vw), 184px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    top: calc(30 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    width: calc(260 / 750 * 100vw);
  }
}
.fv__logo img {
  width: 100%;
  height: auto;
}

.fv__copy {
  position: absolute;
  top: min(calc(72 / 1080 * 100vw), 72px);
  left: min(calc(477 / 1080 * 100vw), 477px);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    top: calc(98 / 750 * 100vw);
    left: calc(38 / 750 * 100vw);
  }
}

.fv__copy-service {
  color: #0058e9;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__copy-service {
    white-space: nowrap;
  }
}

.fv__copy-gemini {
  font-family: "Futura", sans-serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .fv__copy-gemini {
    font-size: calc(48 / 750 * 100vw);
  }
}

.fv__copy-amp {
  font-family: "Futura", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: -0.04em;
  margin: 0 min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__copy-amp {
    font-size: calc(33 / 750 * 100vw);
    margin: 0 calc(4 / 750 * 100vw);
  }
}

.fv__copy-workspace {
  font-family: "Futura", sans-serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .fv__copy-workspace {
    font-size: calc(48 / 750 * 100vw);
  }
}

.fv__copy-focus {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__copy-focus {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__copy-focus sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .fv__copy-focus sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__copy-main {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #202124;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__copy-main {
    font-size: calc(64 / 750 * 100vw);
  }
}

.fv__copy-line {
  display: inline;
}

.fv__copy-sub {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__copy-sub {
    margin-top: calc(0 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.fv__instructor {
  position: absolute;
  top: min(calc(84 / 1080 * 100vw), 84px);
  left: max(calc(-14 / 1080 * 100vw), -14px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__instructor {
    top: calc(438 / 750 * 100vw);
    left: calc(-78 / 750 * 100vw);
  }
}

.fv__instructor-box {
  position: relative;
  width: min(calc(1964 / 1080 * 100vw), 1964px);
  height: min(calc(159 / 1080 * 100vw), 159px);
  background-color: #202124;
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-bottom: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
  margin-top: min(calc(230 / 1080 * 100vw), 230px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-box {
    width: calc(854 / 750 * 100vw);
    height: calc(685 / 750 * 100vw);
    border-width: calc(12 / 750 * 100vw);
    margin-top: 0;
  }
}

.fv__instructor-title {
  position: absolute;
  top: min(calc(24 / 1080 * 100vw), 24px);
  left: min(calc(490 / 1080 * 100vw), 490px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__instructor-title {
    top: calc(36 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: calc(39 / 750 * 100vw);
  }
}

.fv__instructor-title-text {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__instructor-title-text {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__instructor-title-text sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .fv__instructor-title-text sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__instructor-title-large {
  font-family: "Futura", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-title-large {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv__instructor-title-small {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-title-small {
    font-size: calc(40 / 750 * 100vw);
  }
}

.fv__instructor-title-text2 {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__instructor-title-text2 {
    font-size: calc(66 / 750 * 100vw);
  }
}

.fv__instructor-badge {
  position: absolute;
  top: max(calc(-236 / 1080 * 100vw), -236px);
  left: min(calc(1239 / 1080 * 100vw), 1239px);
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(12 / 1080 * 100vw), 12px) min(calc(6 / 1080 * 100vw), 6px);
  background-color: #ea4335;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .fv__instructor-badge {
    top: calc(259 / 750 * 100vw);
    left: calc(406 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.fv__instructor-person {
  position: absolute;
}
.fv__instructor-person.--person1 {
  top: max(calc(-233 / 1080 * 100vw), -233px);
  left: min(calc(988 / 1080 * 100vw), 988px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-person.--person1 {
    top: calc(180 / 750 * 100vw);
    left: calc(106 / 750 * 100vw);
  }
}
.fv__instructor-person.--person2 {
  top: max(calc(-233 / 1080 * 100vw), -233px);
  left: min(calc(1277 / 1080 * 100vw), 1277px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-person.--person2 {
    top: calc(180 / 750 * 100vw);
    left: calc(483 / 750 * 100vw);
  }
}

.fv__instructor-photo {
  width: min(calc(286 / 1080 * 100vw), 286px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-photo {
    width: calc(333 / 750 * 100vw);
  }
}
.--person2 .fv__instructor-photo {
  width: min(calc(273 / 1080 * 100vw), 273px);
}
@media screen and (max-width: 767px) {
  .--person2 .fv__instructor-photo {
    width: calc(318 / 750 * 100vw);
  }
}
.fv__instructor-photo img {
  width: 100%;
  height: auto;
}

.fv__instructor-info {
  position: absolute;
  top: min(calc(270 / 1080 * 100vw), 270px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__instructor-info {
    top: calc(320 / 750 * 100vw);
  }
}

.fv__instructor-company {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__instructor-company {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__instructor-name {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__instructor-name {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__instructor-name.--mt {
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__instructor-name.--mt {
    padding-top: calc(30 / 750 * 100vw);
  }
}

.fv__note {
  position: absolute;
  bottom: min(calc(33 / 1080 * 100vw), 33px);
  left: min(calc(615 / 1080 * 100vw), 615px);
  width: min(calc(690 / 1080 * 100vw), 690px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: justify;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__note {
    bottom: calc(52 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec01 {
  position: relative;
  background-color: #202124;
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}

.sec01__bg {
  position: relative;
  width: 100%;
}
.sec01__bg picture, .sec01__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.sec01__problem {
  position: absolute;
  top: min(calc(240 / 1080 * 100vw), 240px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(502 / 1080 * 100vw), 502px);
}
@media screen and (max-width: 767px) {
  .sec01__problem {
    top: calc(554 / 750 * 100vw);
    width: calc(565 / 750 * 100vw);
  }
}

.sec01__heading {
  position: relative;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__heading {
    flex-direction: column;
    align-items: center;
    margin-top: calc(80 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec01__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-top: min(calc(27 / 1080 * 100vw), 27px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__container {
    gap: calc(0 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec01__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(3 / 1080 * 100vw), 3px);
  width: min(calc(419 / 1080 * 100vw), 419px);
  padding: min(calc(13 / 1080 * 100vw), 13px) 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec01__list {
    gap: calc(10 / 750 * 100vw);
    width: 100%;
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.sec01__item {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__item {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec01__item p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__item p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__item p strong {
  font-weight: 600;
}

.sec01__check {
  flex-shrink: 0;
  display: block;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  background: url(../img/common/icon_check1.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01__check {
    width: calc(27 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
  }
}

.sec01__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  position: relative;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec01__cta {
    gap: calc(18 / 750 * 100vw);
    width: 100%;
    margin-top: calc(144 / 750 * 100vw);
  }
}
.sec01__cta:after {
  content: "";
  display: block;
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/sec01_arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(52 / 1080 * 100vw), 52px);
  height: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec01__cta:after {
    top: calc(-96 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
}
.sec01__cta-txt {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__cta-txt {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(355 / 1080 * 100vw), 355px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  background-color: #0058e9;
}
@media screen and (max-width: 767px) {
  .sec01__cta-btn {
    width: calc(516 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.sec01__cta-btn span {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__cta-btn span {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  background-color: #f6f6f6;
  padding: min(calc(73 / 1080 * 100vw), 73px) 0 min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(72 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}

.sec02__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/pc/sec02_balloon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(731 / 1080 * 100vw), 731px);
  height: min(calc(104 / 1080 * 100vw), 104px);
  margin: 0 auto min(calc(10 / 1080 * 100vw), 10px);
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__bubble {
    background-image: url(../img/sp/sec02_balloon.webp);
    width: calc(630 / 750 * 100vw);
    height: calc(230 / 750 * 100vw);
    margin: 0 auto calc(10 / 750 * 100vw);
    padding-bottom: calc(36 / 750 * 100vw);
  }
}
.sec02__bubble-txt {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  color: #0058e9;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__bubble-txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec02__recommend {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__recommend {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec02__recommend-txt {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__recommend-txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec02__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    gap: 0 calc(5 / 750 * 100vw);
  }
}
.sec02__title-for {
  font-family: "Futura", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #0058e9;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__title-for {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__title-for sup {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec02__title-for sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__title-gemini {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 500;
  color: #0058e9;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__title-gemini {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec02__title-gemini .large {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec02__title-gemini .large {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec02__main {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .sec02__main {
    margin-top: calc(30 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec02__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(63 / 1080 * 100vw), 63px) min(calc(60 / 1080 * 100vw), 60px) min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-bottom: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
}
@media screen and (max-width: 767px) {
  .sec02__box {
    gap: calc(50 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-top-width: calc(12 / 750 * 100vw);
    border-bottom-width: calc(12 / 750 * 100vw);
  }
}

.sec02__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec02__heading-bracket {
  display: block;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(54 / 1080 * 100vw), 54px);
  border: 2px solid #0058e9;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .sec02__heading-bracket {
    width: calc(24 / 750 * 100vw);
    height: calc(108 / 750 * 100vw);
  }
}
.sec02__heading-bracket.--right {
  border-left: none;
  border-right: 2px solid #0058e9;
}
.sec02__heading-txt {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  color: #0058e9;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__heading-txt {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__heading-txt sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec02__heading-txt sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec02__lead {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #0058e9;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  width: min(calc(630 / 1080 * 100vw), 630px);
}
@media screen and (max-width: 767px) {
  .sec02__lead {
    font-size: calc(26 / 750 * 100vw);
    width: 100%;
  }
}
.sec02__lead sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec02__lead sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec02__cards {
  position: relative;
}

.sec02__card-img {
  width: min(calc(850 / 1080 * 100vw), 850px);
}
@media screen and (max-width: 767px) {
  .sec02__card-img {
    width: calc(690 / 750 * 100vw);
  }
}

.sec02__card-txt {
  position: absolute;
  top: min(calc(42 / 1080 * 100vw), 42px);
  left: min(calc(423 / 1080 * 100vw), 423px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__card-txt {
    top: calc(127 / 750 * 100vw);
    left: calc(361 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec02__card-content {
  position: absolute;
  top: min(calc(100 / 1080 * 100vw), 100px);
  left: min(calc(60 / 1080 * 100vw), 60px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__card-content {
    top: calc(449 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}

.sec02__card-label {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__card-label {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec02__card-detail {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__card-detail {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.6;
  }
}

.sec02__desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #0058e9;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  width: min(calc(668 / 1080 * 100vw), 668px);
}
@media screen and (max-width: 767px) {
  .sec02__desc {
    font-size: calc(26 / 750 * 100vw);
    width: 100%;
  }
}

.sec02__note {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__note {
    margin-top: calc(30 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec03 {
  position: relative;
  background-color: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(87 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.sec03__en {
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .sec03__en {
    top: calc(87 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
  }
}
.sec03__en img {
  width: 100%;
  height: auto;
}

.sec03__heading {
  position: relative;
  margin-top: min(calc(61 / 1080 * 100vw), 61px);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  color: #0058e9;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__heading {
    margin-top: calc(63 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec03__cards {
  display: grid;
  grid-template-columns: repeat(2, min(calc(446 / 1080 * 100vw), 446px));
  gap: min(calc(28 / 1080 * 100vw), 28px);
  justify-content: center;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  padding: 0 min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    grid-template-columns: 1fr;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec03__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(14 / 1080 * 100vw), 14px) min(calc(28 / 1080 * 100vw), 28px);
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .sec03__card {
    gap: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec03__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: min(calc(7 / 1080 * 100vw), 7px) 0;
  background-color: #202124;
}
@media screen and (max-width: 767px) {
  .sec03__card-header {
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.sec03__card-title {
  color: #fff;
  text-align: center;
}
.sec03__card-title-main {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__card-title-main {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec03__card-title-sub {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__card-title-sub {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__card-title-sub sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec03__card-title-sub sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__card-subtitle {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  color: #0058e9;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-subtitle {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec03__card-body {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec03__card-icon {
  flex-shrink: 0;
  width: min(calc(92 / 1080 * 100vw), 92px);
  height: min(calc(92 / 1080 * 100vw), 92px);
}
@media screen and (max-width: 767px) {
  .sec03__card-icon {
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}
.sec03__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec03__card-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec03__card-content {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec03__card-lead {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-lead {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__card-list {
  display: flex;
  flex-direction: column;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__card-list {
    padding-left: calc(39 / 750 * 100vw);
  }
}
.sec03__card-list li {
  list-style-type: disc;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__card-list li {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec03__bottom {
  display: flex;
  justify-content: center;
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec03__bottom {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec03__bottom-txt {
  display: inline-block;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #202124;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  border-bottom: min(calc(4 / 1080 * 100vw), 4px) solid #0058e9;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-txt {
    padding: calc(0 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .sec03__bottom-txt span {
    display: inline-block;
    padding: calc(10 / 750 * 100vw);
    border-bottom: calc(4 / 750 * 100vw) solid #0058e9;
  }
}

.sec03__note {
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__note {
    margin-top: calc(50 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec04 {
  position: relative;
  background-color: #fff;
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(0 / 750 * 100vw) 0 calc(94 / 750 * 100vw);
  }
}

.sec04__top {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(40 / 1080 * 100vw), 40px);
  background-image: url(../img/pc/sec04_bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec04__top {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-image: url(../img/sp/sec04_bg01.webp);
  }
}

.sec04__en {
  position: absolute;
  top: min(calc(62 / 1080 * 100vw), 62px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .sec04__en {
    top: calc(87 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
  }
}
.sec04__en img {
  width: 100%;
  height: auto;
}

.sec04__heading {
  position: relative;
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  color: #0058e9;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    margin-top: calc(73 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec04__cards {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(54 / 1080 * 100vw), 54px);
  padding: 0 min(calc(545 / 1080 * 100vw), 545px);
}
@media screen and (max-width: 767px) {
  .sec04__cards {
    gap: calc(30 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec04__card-row {
  display: flex;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec04__card-row {
    justify-content: center;
  }
}

.sec04__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  width: min(calc(380 / 1080 * 100vw), 380px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__card {
    gap: calc(8 / 750 * 100vw);
    width: calc(280 / 750 * 100vw);
    height: calc(371 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
}
.sec04__card.--before {
  flex-direction: row;
  background-color: #0058e9;
}
@media screen and (max-width: 767px) {
  .sec04__card.--before {
    flex-direction: column;
  }
}
.sec04__card.--after {
  flex-direction: row;
  background-color: #fff;
  border: 2px solid #0058e9;
}
@media screen and (max-width: 767px) {
  .sec04__card.--after {
    flex-direction: column;
  }
}

.sec04__card-label {
  position: absolute;
  top: max(calc(-8 / 1080 * 100vw), -8px);
  left: max(calc(-3 / 1080 * 100vw), -3px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__card-label {
    top: calc(-14 / 750 * 100vw);
    left: calc(-4 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.--before .sec04__card-label {
  color: #fff;
  opacity: 0.5;
}
.--after .sec04__card-label {
  color: #0058e9;
  left: max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .--after .sec04__card-label {
    left: 0;
  }
}

.sec04__card-icon {
  width: min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec04__card-icon {
    width: calc(114 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec04__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec04__card-text {
  text-align: center;
  color: #fff;
}
.sec04__card-title {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__card-title {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec04__card-sub {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__card-sub {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec04__card-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(8 / 1080 * 100vw), 8px);
  background-color: #0058e9;
  border-radius: min(calc(7 / 1080 * 100vw), 7px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__card-badge {
    width: fit-content;
    margin: 0 auto calc(22 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__card-badge:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3.75189e-07 7.43327L14.1012 -0.000118872L14.1012 14.8667L-3.75189e-07 7.43327Z' fill='%230058E9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  position: absolute;
  left: max(calc(-12 / 1080 * 100vw), -12px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__card-badge:after {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09326 17.25L-6.12135e-06 1.94451e-07L18.1865 1.78437e-06L9.09326 17.25Z' fill='%230058E9'/%3E%3C/svg%3E%0A");
    width: calc(21 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
    left: 50%;
    top: auto;
    bottom: calc(-20 / 750 * 100vw);
    transform: translateY(0) translateX(-50%);
  }
}
.sec04__card-badge.--multi {
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__card-badge.--multi {
    flex-direction: column;
    gap: 0;
    padding: calc(10 / 750 * 100vw);
  }
}
.sec04__card-badge sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec04__card-badge sup {
    font-size: calc(12 / 750 * 100vw);
  }
}

.sec04__card-result {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #0058e9;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__card-result {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec04__card-arrow {
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec04__card-arrow {
    width: calc(48 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: calc(-10 / 750 * 100vw) 0;
  }
}
.sec04__card-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec04__note1 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__note1 {
    margin-top: calc(50 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec04__example {
  position: relative;
  height: min(calc(258 / 1080 * 100vw), 258px);
}
@media screen and (max-width: 767px) {
  .sec04__example {
    height: calc(420 / 750 * 100vw);
  }
}

.sec04__example-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec04__example-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec04__example-heading {
  position: absolute;
  top: min(calc(68 / 1080 * 100vw), 68px);
  left: 50%;
  transform: translate(-50%);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04__example-heading {
    top: calc(120 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec04__cases {
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  margin: max(calc(-36 / 1080 * 100vw), -36px) auto 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec04__cases {
    gap: calc(112 / 750 * 100vw);
    margin-top: calc(-132 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec04__case {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(62 / 1080 * 100vw), 62px) max(calc(0 / 1080 * 100vw), 0px) min(calc(32 / 1080 * 100vw), 32px);
  background-color: #f6f6f6;
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-bottom: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
}
@media screen and (max-width: 767px) {
  .sec04__case {
    padding: calc(90 / 750 * 100vw) calc(30 / 750 * 100vw) calc(70 / 750 * 100vw);
    border-top-width: calc(12 / 750 * 100vw);
    border-bottom-width: calc(12 / 750 * 100vw);
  }
}

.sec04__case-num {
  position: absolute;
  top: max(calc(-53 / 1080 * 100vw), -53px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  background-color: #202124;
}
@media screen and (max-width: 767px) {
  .sec04__case-num {
    top: calc(-53 / 750 * 100vw);
    width: calc(105 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
  }
}

.sec04__case-label {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__case-label {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec04__case-number {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__case-number {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec04__case-title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #202124;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__case-title {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__case-title sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec04__case-title sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04__case-subtitle {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__case-subtitle {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec04__case-box {
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  padding: min(calc(17 / 1080 * 100vw), 17px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
  width: min(calc(616 / 1080 * 100vw), 616px);
}
@media screen and (max-width: 767px) {
  .sec04__case-box {
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec04__case-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  padding-left: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec04__case-list {
    gap: calc(10 / 750 * 100vw);
    padding-left: calc(37 / 750 * 100vw);
  }
}
.sec04__case-list li {
  list-style: none;
  position: relative;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #0058e9;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
  padding-left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__case-list li {
    font-size: calc(26 / 750 * 100vw);
    padding-left: calc(10 / 750 * 100vw);
  }
}
.sec04__case-list li::before {
  content: "";
  position: absolute;
  top: min(calc(11 / 1080 * 100vw), 11px);
  left: max(calc(-15 / 1080 * 100vw), -15px);
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url(../img/common/icon_check1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__case-list li::before {
    top: calc(18 / 750 * 100vw);
    left: calc(-27 / 750 * 100vw);
    width: calc(27 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }
}
.sec04__case-list li sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec04__case-list li sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04__case-arrow {
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec04__case-arrow {
    margin-top: calc(30 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
}
.sec04__case-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec04__case-result {
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  color: #0058e9;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__case-result {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec04__note2 {
  margin-top: min(calc(38 / 1080 * 100vw), 38px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__note2 {
    margin-top: calc(50 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec05 {
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(88 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec05__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec05__title {
  width: min(calc(477 / 1080 * 100vw), 477px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    width: calc(542 / 750 * 100vw);
  }
}
.sec05__subtitle {
  color: #0058E9;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: max(calc(-30 / 1080 * 100vw), -30px);
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec05__subtitle {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-top: calc(-50 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
  }
}
.sec05__description {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec05__description {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    margin-bottom: calc(72 / 750 * 100vw);
  }
}
.sec05__label {
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #202124;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #202124;
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec05__label {
    padding: calc(10 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid #202124;
    border-bottom: calc(2 / 750 * 100vw) solid #202124;
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(38 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec05 .sec05__wrapper {
    width: min(calc(1000 / 1080 * 100vw), 1000px);
    margin: 0 auto;
    overflow: hidden;
    overflow-x: auto;
  }
}
.sec05__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(1784 / 1080 * 100vw), 1784px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__container {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: 0;
  }
}
.sec05__table-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__table-wrapper {
    padding: 0;
    overflow-x: auto;
    width: 100%;
  }
}
.sec05__table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr min(calc(404 / 1080 * 100vw), 404px);
  grid-template-rows: min(calc(54 / 1080 * 100vw), 54px) auto;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
  height: min(calc(664 / 1080 * 100vw), 664px);
  padding: 0 0 min(calc(30 / 1080 * 100vw), 30px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05__table {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr calc(596 / 750 * 100vw);
    grid-template-rows: calc(80 / 750 * 100vw) auto auto auto calc(40 / 750 * 100vw) auto;
    gap: calc(16 / 750 * 100vw);
    width: calc(2642 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) 1px;
    height: auto;
  }
}
.sec05__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec05__cell--month-header {
  grid-row: 1;
}
.sec05__cell--month-header.sec05__cell--1month {
  grid-column: 1;
}
.sec05__cell--month-header.sec05__cell--2month {
  grid-column: 2;
}
.sec05__cell--month-header.sec05__cell--3month {
  grid-column: 3;
}
.sec05__cell--month-header.sec05__cell--4month {
  grid-column: 4;
}
.sec05__cell--month-header.sec05__cell--5month {
  grid-column: 5;
}
.sec05__cell--month-header.sec05__cell--6month {
  grid-column: 6;
}
.sec05__cell--month-header.sec05__cell--7month {
  grid-column: 7;
}
.sec05__cell--task1 {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task2 {
  grid-column: 2;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task3 {
  grid-column: 3;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task4 {
  grid-column: 4;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task5 {
  grid-column: 5;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task6 {
  grid-column: 6;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--task7 {
  grid-column: 7;
  grid-row: 2;
  justify-content: flex-start;
}
.sec05__cell--content, .sec05__cell--task, .sec05__cell--tool {
  background: rgb(247, 247, 247);
  padding: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .sec05__cell--content, .sec05__cell--task, .sec05__cell--tool {
    padding: calc(40 / 750 * 100vw);
  }
}
.sec05__cell--subtitle {
  border: 1px solid rgb(99, 93, 93);
  position: relative;
}
.sec05__cell--month-header {
  position: relative;
}
.sec05__cell--month-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(99, 93, 93);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%, 16px 50%);
}
@media screen and (max-width: 767px) {
  .sec05__cell--month-header::after {
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
  }
}
.sec05__cell--1month::after {
  background: #202124;
}
.sec05__cell--2month::after {
  background: #202124;
}
.sec05__cell--3month::after {
  background: #202124;
}
.sec05__cell--4month::after {
  background: #202124;
}
.sec05__cell--5month::after {
  background: #202124;
}
.sec05__cell--6month::after {
  background: #202124;
}
.sec05__cell--7month::after {
  background: #202124;
}
.sec05__month-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__month-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__subtitle-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: min(calc(26 / 1080 * 100vw), 26px);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__subtitle-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    width: calc(26 / 750 * 100vw);
  }
}
.sec05__content-title {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(86, 63, 3);
  text-align: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__content-title {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    text-align: left;
  }
}
.sec05__content-title p:first-child {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__content-title p:first-child {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.sec05__content-title p:last-child {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__content-title p:last-child {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__content-description {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__content-description {
    width: calc(690 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__video-list {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  justify-content: center;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.6;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec05__video-list {
    gap: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__video-column {
  list-style: none;
}
.sec05__video-column li {
  margin-bottom: 0;
  margin-left: min(calc(21 / 1080 * 100vw), 21px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__video-column li {
    margin-left: calc(39 / 750 * 100vw);
  }
}
.sec05__video-column li::before {
  content: "";
  position: absolute;
  left: max(calc(-21 / 1080 * 100vw), -21px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: rgb(102, 102, 102);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec05__video-column li::before {
    left: calc(-39 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}
.sec05__video-column li:last-child {
  margin-left: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec05__video-column li:last-child {
    margin-left: calc(39 / 750 * 100vw);
  }
}
.sec05__task-title {
  background: #0058E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__task-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec05__task-content {
  display: flex;
  flex-direction: column;
}
.sec05__task-section {
  display: flex;
  flex-direction: column;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  padding: 0 0 min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid rgb(102, 102, 102);
}
@media screen and (max-width: 767px) {
  .sec05__task-section {
    padding: 0 0 calc(24 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
    border-bottom-width: calc(1 / 750 * 100vw);
  }
}
.sec05__task-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.sec05__task-section .sec05__task-heading {
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec05__task-section .sec05__task-heading {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05__task-section-flex {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec05__task-section-flex {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec05__task-section-flex .box {
  flex: 0 0 min(calc(167 / 1080 * 100vw), 167px);
}
@media screen and (max-width: 767px) {
  .sec05__task-section-flex .box {
    flex: 0 0 calc(246 / 750 * 100vw);
  }
}
.sec05__task-heading {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #0058E9;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__task-heading {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec05__task-list {
  list-style-position: inside;
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__task-list {
    margin-left: calc(22 / 750 * 100vw);
  }
}
.sec05__task-list li {
  list-style-type: disc;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec05__task-list li {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec05__task-lead {
  color: var(--text-black, #202124);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec05__task-lead {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05__task-description {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #202124;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__task-description {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec05__task-description .large {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec05__task-description .large {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec05__caption-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec05__caption-text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__tool-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__tool-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
  width: min(calc(447 / 1080 * 100vw), 447px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border-radius: 200px;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #0058E9;
  position: relative;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .sec05__btn {
    margin: calc(50 / 750 * 100vw) auto 0;
    width: calc(660 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #0058E9;
  }
}
.sec05__btn:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L8 8L0.5 15.5' stroke='%230058E9' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__btn:after {
    width: calc(14 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}
.sec05__btn:hover {
  filter: brightness(130%);
}
.sec05__btn .text {
  color: var(--blue, #0058E9);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec05__btn .text {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .scroll-hint-icon {
    top: 35%;
  }
  .scroll-hint-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06 {
  position: relative;
  padding: min(calc(84 / 1080 * 100vw), 84px) 0 min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(170 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.sec06__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.sec06__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06__copy {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.sec06__copy-sub {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__copy-sub {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec06__copy-heading {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__copy-heading {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec06__lead {
  position: relative;
  z-index: 1;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__lead {
    margin-top: calc(46 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec06__profiles {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(87 / 1080 * 100vw), 87px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  padding: 0 min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .sec06__profiles {
    gap: calc(106 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec06__profile {
  position: relative;
}

.sec06__profile-box {
  position: relative;
  background: linear-gradient(180deg, #202124 0%, #3a3a3a 100%);
  mix-blend-mode: multiply;
  padding: min(calc(57 / 1080 * 100vw), 57px) min(calc(100 / 1080 * 100vw), 100px) min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-box {
    padding: calc(56 / 750 * 100vw) calc(35 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec06__profile-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #202124 0%, #3a3a3a 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.sec06__profile-header {
  display: grid;
  grid-template-columns: min(calc(239 / 1080 * 100vw), 239px) 1fr;
  grid-template-rows: 1fr auto;
  column-gap: min(calc(30 / 1080 * 100vw), 30px);
  row-gap: min(calc(14 / 1080 * 100vw), 14px);
  align-items: end;
  margin-top: max(calc(-82 / 1080 * 100vw), -82px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-header {
    grid-template-columns: calc(320 / 750 * 100vw) 1fr;
    grid-template-rows: auto auto;
    column-gap: calc(40 / 750 * 100vw);
    row-gap: calc(40 / 750 * 100vw);
    margin-top: calc(-100 / 750 * 100vw);
    margin-left: calc(-60 / 750 * 100vw);
    align-items: start;
  }
}

.sec06__profile-img {
  grid-column: 1;
  grid-row: 1/3;
  width: min(calc(239 / 1080 * 100vw), 239px);
  height: min(calc(239 / 1080 * 100vw), 239px);
  background-color: #fff;
  overflow: hidden;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec06__profile-img {
    grid-column: 1;
    grid-row: 1;
    width: calc(320 / 750 * 100vw);
    height: calc(320 / 750 * 100vw);
    align-self: start;
  }
}
.sec06__profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06__profile-info {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec06__profile-info {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
}

.sec06__profile-ruby {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__profile-ruby {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec06__profile-name {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__profile-name {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec06__profile-suffix {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__profile-suffix {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec06__profile-title {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__profile-title {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: calc(28 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
  }
}
.sec06__profile-title span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-title span {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec06__profile-content {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-content {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec06__profile-label {
  display: flex;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-label {
    justify-content: center;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec06__profile-label.--center {
  justify-content: center;
}
.sec06__profile-label span {
  display: inline-block;
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: #0058e9;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__profile-label span {
    padding: calc(0 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec06__profile-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__profile-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec06__profile-books {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(58 / 1080 * 100vw), 58px) min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
  display: flex;
  align-items: center;
  gap: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-books {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec06__profile-books .sec06__profile-label {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec06__profile-books .sec06__profile-label {
    margin-bottom: 0;
  }
}

.sec06__profile-book-list {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__profile-book-list {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec07 {
  position: relative;
  padding: min(calc(51 / 1080 * 100vw), 51px) 0 min(calc(57 / 1080 * 100vw), 57px);
  background-color: #F6F6F6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(78 / 750 * 100vw) calc(0 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
}

.sec07__heading {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #0058E9;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: -0.01em;
  }
}
.sec07__heading .small {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__heading .small {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec07__heading sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec07__heading sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec07__heading-highlight {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec07__heading-highlight {
    font-size: calc(70 / 750 * 100vw);
  }
}

.sec07__box {
  background-color: #F6F6F6;
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  background-color: #fff;
  border-top: min(calc(3 / 1080 * 100vw), 3px) solid;
  border-bottom: min(calc(3 / 1080 * 100vw), 3px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
}
@media screen and (max-width: 767px) {
  .sec07__box {
    margin-top: calc(24 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    width: 100%;
    border-width: calc(12 / 750 * 100vw);
  }
}

.sec07__box-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__box-text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec07__box-text sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec07__box-text sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec07__box-num {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec07__box-num {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec07__box-highlight {
  color: var(--blue, #0058E9);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec07__box-highlight {
    display: inline-block;
    font-size: calc(38 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec07__box-highlight .large {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__box-highlight .large {
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec07__chart-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__chart-block {
    display: block;
  }
}

.sec07__chart {
  margin-top: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec07__chart {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.sec07__chart-circle {
  width: min(calc(321 / 1080 * 100vw), 321px);
}
@media screen and (max-width: 767px) {
  .sec07__chart-circle {
    width: calc(562 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec07__chart-circle img {
  width: 100%;
  height: auto;
}

.sec07__desc {
  flex: 0 0 min(calc(316 / 1080 * 100vw), 316px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #202124;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__desc {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
  }
}

.sec07__notes {
  margin-top: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec07__notes {
    margin-top: calc(30 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    text-align: left;
  }
}

.sec07__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08 {
  overflow: hidden;
  background: rgb(247, 247, 247);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(120 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  }
}
.sec08__container {
  width: min(calc(1040 / 1080 * 100vw), 1040px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__container {
    width: 100%;
  }
}
.sec08__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__header {
    gap: calc(16 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec08__title {
  color: rgb(86, 63, 3);
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec08__subtitle {
  color: rgb(86, 63, 3);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08__subtitle {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec08__swiper-wrapper {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08__swiper-wrapper {
    margin-top: calc(56 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper {
  padding-bottom: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper {
    padding-bottom: calc(82 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper .swiper-slide {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper .swiper-slide {
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper .swiper-slide > .sec08__slide-inner {
  height: 100%;
}
.sec08__swiper.adlp-swiper .swiper-button-prev {
  background: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_24077_3972' fill='white'%3E%3Cpath d='M0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44C9.84974 44 0 34.1503 0 22Z'/%3E%3C/mask%3E%3Cpath d='M22 44V43C10.402 43 1 33.598 1 22H0H-1C-1 34.7025 9.29745 45 22 45V44ZM44 22H43C43 33.598 33.598 43 22 43V44V45C34.7025 45 45 34.7025 45 22H44ZM22 0V1C33.598 1 43 10.402 43 22H44H45C45 9.29745 34.7025 -1 22 -1V0ZM22 0V-1C9.29745 -1 -1 9.29745 -1 22H0H1C1 10.402 10.402 1 22 1V0Z' fill='%23333333' mask='url(%23path-1-inside-1_24077_3972)'/%3E%3Cpath d='M14.3131 22.3536C14.1179 22.1583 14.1179 21.8417 14.3131 21.6464L17.4951 18.4645C17.6904 18.2692 18.0069 18.2692 18.2022 18.4645C18.3975 18.6597 18.3975 18.9763 18.2022 19.1716L15.3738 22L18.2022 24.8284C18.3975 25.0237 18.3975 25.3403 18.2022 25.5355C18.0069 25.7308 17.6904 25.7308 17.4951 25.5355L14.3131 22.3536ZM30 22V22.5H14.6667V22V21.5H30V22Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  left: min(calc(400 / 1080 * 100vw), 400px);
  top: auto;
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper .swiper-button-prev {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    left: calc(163 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.sec08__swiper.adlp-swiper .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_24077_3972' fill='white'%3E%3Cpath d='M0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44C9.84974 44 0 34.1503 0 22Z'/%3E%3C/mask%3E%3Cpath d='M22 44V43C10.402 43 1 33.598 1 22H0H-1C-1 34.7025 9.29745 45 22 45V44ZM44 22H43C43 33.598 33.598 43 22 43V44V45C34.7025 45 45 34.7025 45 22H44ZM22 0V1C33.598 1 43 10.402 43 22H44H45C45 9.29745 34.7025 -1 22 -1V0ZM22 0V-1C9.29745 -1 -1 9.29745 -1 22H0H1C1 10.402 10.402 1 22 1V0Z' fill='%23333333' mask='url(%23path-1-inside-1_24077_3972)'/%3E%3Cpath d='M14.3131 22.3536C14.1179 22.1583 14.1179 21.8417 14.3131 21.6464L17.4951 18.4645C17.6904 18.2692 18.0069 18.2692 18.2022 18.4645C18.3975 18.6597 18.3975 18.9763 18.2022 19.1716L15.3738 22L18.2022 24.8284C18.3975 25.0237 18.3975 25.3403 18.2022 25.5355C18.0069 25.7308 17.6904 25.7308 17.4951 25.5355L14.3131 22.3536ZM30 22V22.5H14.6667V22V21.5H30V22Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  right: min(calc(400 / 1080 * 100vw), 400px);
  top: auto;
  bottom: 0;
  transform: translateY(50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper .swiper-button-next {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    right: calc(163 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper .swiper-button-next::after {
  display: none;
}
.sec08__swiper.adlp-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper .swiper-pagination {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__swiper.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec08__swiper.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.sec08__swiper.adlp-swiper .swiper-pagination-bullet {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background: rgb(221, 221, 221);
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sec08__swiper.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .sec08__swiper.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
  .sec08__swiper.adlp-swiper .swiper-pagination-bullet {
    width: calc(40 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin: 0 !important;
  }
}
.sec08__swiper.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.sec08__swiper.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active,
.sec08__swiper.adlp-swiper .swiper-pagination-bullet-active {
  background: rgb(252, 200, 0);
}
.sec08__slide-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sec08__card {
  background: rgb(255, 255, 255);
  border-left: min(calc(2 / 1080 * 100vw), 2px) solid rgb(252, 200, 0);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid rgb(252, 200, 0);
  border-right: none;
  border-bottom: none;
  width: min(calc(480 / 1080 * 100vw), 480px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(28 / 1080 * 100vw), 28px);
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__card {
    width: calc(550 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
    border-left-width: calc(2 / 750 * 100vw);
    border-top-width: calc(2 / 750 * 100vw);
  }
}
.sec08__card-title {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__card-title {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__card-image {
  width: min(calc(96 / 1080 * 100vw), 96px);
  height: min(calc(96 / 1080 * 100vw), 96px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08__card-image {
    width: calc(156 / 750 * 100vw);
    height: calc(156 / 750 * 100vw);
  }
}
.sec08__card-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__card-text {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec08__user-info {
  display: flex;
  flex-direction: column;
}
.sec08__user-age {
  color: rgb(86, 63, 3);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__user-age {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__user-name {
  color: rgb(86, 63, 3);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08__user-name {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec08__user-position {
  color: rgb(86, 63, 3);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__user-position {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__qa-block {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08__qa-block {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec08__qa-block:first-child {
  background: url("data:image/svg+xml,%3Csvg width='424' height='6' viewBox='0 0 424 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.113249 3L3 5.88675L5.88675 3L3 0.113249L0.113249 3ZM423.887 3L421 0.113249L418.113 3L421 5.88675L423.887 3ZM3 3V3.5H421V3V2.5H3V3Z' fill='%23999999'/%3E%3C/svg%3E%0A") no-repeat center bottom;
  background-size: min(calc(424 / 1080 * 100vw), 424px) min(calc(6 / 1080 * 100vw), 6px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__qa-block:first-child {
    background: url("data:image/svg+xml,%3Csvg width='454' height='12' viewBox='0 0 454 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.226497 6L6 11.7735L11.7735 6L6 0.226497L0.226497 6ZM453.773 6L448 0.226497L442.227 6L448 11.7735L453.773 6ZM6 6V7H448V6V5H6V6Z' fill='%23999999'/%3E%3C/svg%3E%0A") no-repeat center bottom;
    background-size: calc(454 / 750 * 100vw) calc(12 / 750 * 100vw);
    padding-bottom: calc(44 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec08__question {
  color: rgb(86, 63, 3);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__question {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__answer {
  color: rgb(102, 102, 102);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__answer {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec08__divider {
  height: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec08__divider {
    height: calc(12 / 750 * 100vw);
  }
}

.sec09 {
  background: rgb(255, 255, 255);
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(88 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec09__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec09__container {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
    align-items: center;
    width: 100%;
  }
}
.sec09__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec09__header {
    gap: calc(16 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
    width: 100%;
  }
}
.sec09__title {
  width: min(calc(551 / 1080 * 100vw), 551px);
}
@media screen and (max-width: 767px) {
  .sec09__title {
    width: calc(612 / 750 * 100vw);
  }
}
.sec09__subtitle {
  color: #0058E9;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: max(calc(-35 / 1080 * 100vw), -35px);
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec09__subtitle {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-top: calc(-50 / 750 * 100vw);
    margin-bottom: calc(90 / 750 * 100vw);
    text-align: center;
  }
}
.sec09__content {
  border: 1px solid #0058E9;
  border-right: none;
  width: min(calc(690 / 1080 * 100vw), 690px);
  height: min(calc(550 / 1080 * 100vw), 550px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(48 / 1080 * 100vw), 48px);
  text-align: justify;
  margin-left: auto;
  margin-top: max(calc(-70 / 1080 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .sec09__content {
    width: calc(690 / 750 * 100vw);
    height: calc(850 / 750 * 100vw);
    margin: 0 0 0 auto;
    padding: calc(48 / 750 * 100vw);
  }
}
.sec09__inner {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec09__block {
  display: flex;
  flex-direction: column;
}
.sec09__label {
  color: #0058E9;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__label {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__text .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__text .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec09__text-group {
  display: flex;
  flex-direction: column;
}
.sec09__text-group p {
  margin: 0;
}
.sec09__benefits {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09__benefits {
    gap: calc(24 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
.sec09__benefits-header {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__benefits-header {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec09__benefit-item {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__benefit-item {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec09__benefit-service {
  display: flex;
  flex-direction: column;
}
.sec09__benefit-title {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__benefit-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__benefit-title span {
  font-weight: 400;
}
.sec09__benefit-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__benefit-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__caption {
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__caption {
    padding-top: calc(16 / 750 * 100vw);
  }
}
.sec09__caption-text {
  color: #666;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__caption-text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__link {
  text-decoration: underline;
  cursor: pointer;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec09__link {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec09__list {
  margin: 0;
  padding: 0;
  list-style: disc;
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__list {
    margin-left: calc(30 / 750 * 100vw);
  }
}
.sec09__list-item {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .sec09__list-item {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__certification {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09__certification {
    gap: calc(16 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
.sec09__certification .sec09__link {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__certification .sec09__link {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09__cert-item {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec09__cert-item {
    line-height: 1.6;
  }
}
.sec09__cert-title {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec09__cert-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__cert-subtitle {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec09__cert-subtitle {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__cert-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__cert-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__cert-space {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec09__cert-space {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09__preparation {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__preparation {
    gap: calc(8 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec09__prep-title {
  color: rgb(102, 102, 102);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__prep-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__prep-list {
  margin: 0;
  padding: 0;
  list-style: disc;
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__prep-list {
    margin-left: calc(30 / 750 * 100vw);
  }
}
.sec09__prep-item {
  color: rgb(102, 102, 102);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .sec09__prep-item {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__prep-item:not(:last-child) {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__prep-item:not(:last-child) {
    margin-bottom: calc(12 / 750 * 100vw);
  }
}

.sec10 {
  background: rgb(255, 255, 255);
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-bottom: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-image: linear-gradient(112deg, #F5CC29 5.64%, #FC4A56 19.84%, #9BDD97 34.03%, #7FE0DC 48.49%, #65ABFF 61.35%) 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(17 / 1080 * 100vw), 17px) 0 min(calc(59 / 1080 * 100vw), 59px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    border-top: calc(12 / 750 * 100vw) solid;
    border-bottom: calc(12 / 750 * 100vw) solid;
    padding: calc(96 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec10__container {
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec10__container {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
    align-items: center;
    width: calc(630 / 750 * 100vw);
  }
}
.sec10__header {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec10__header {
    width: 100%;
  }
}
.sec10__title {
  width: min(calc(186 / 1080 * 100vw), 186px);
}
@media screen and (max-width: 767px) {
  .sec10__title {
    width: calc(218 / 750 * 100vw);
  }
}
.sec10__subtitle {
  color: #0058E9;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: max(calc(-30 / 1080 * 100vw), -30px);
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec10__subtitle {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-top: calc(-50 / 750 * 100vw);
    margin-bottom: calc(90 / 750 * 100vw);
  }
}
.sec10__accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec10__accordion {
    width: 100%;
  }
}
.sec10__item {
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid rgb(221, 221, 221);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__item {
    border-top: calc(2 / 750 * 100vw) solid rgb(221, 221, 221);
    gap: calc(24 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec10__item .adlp-accordion__header {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 min(calc(48 / 1080 * 100vw), 48px) 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__header {
    gap: calc(32 / 750 * 100vw);
    padding: 0 calc(90 / 750 * 100vw) 0 0;
  }
}
.sec10__item .adlp-accordion__header::after {
  content: "";
  display: block;
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.5' stroke='%23563F03'/%3E%3Cpath d='M15.2874 20V16.6447H12V15.3553H15.2874V12H16.7126V15.3553H20V16.6447H16.7126V20H15.2874Z' fill='%23563F03'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 100% 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__header::after {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}
.sec10__item .adlp-accordion__header.--open::after {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='15.5' stroke='%23563F03'/%3E%3Cpath d='M12 17V15H20V17H12Z' fill='%23563F03'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: 100% 100%;
}
.sec10__item .adlp-accordion__text {
  flex-grow: 1;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec10__item .adlp-accordion__body {
  display: none;
  width: 100%;
}
.sec10__item .adlp-accordion__body.--open {
  display: block;
}
.sec10__item .adlp-accordion__body__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(27 / 1080 * 100vw), 27px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__body__inner {
    padding: 0;
  }
}
.sec10__item .adlp-accordion__content {
  width: 100%;
}
.sec10__item .adlp-accordion__content p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__content p {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec10__item .adlp-accordion__content p .small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec10__item .adlp-accordion__content p .small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec10__bold {
  font-weight: 600 !important;
  font-size: min(calc(15 / 1080 * 100vw), 15px) !important;
  letter-spacing: 0.08em !important;
}
@media screen and (max-width: 767px) {
  .sec10__bold {
    font-size: calc(30 / 750 * 100vw) !important;
    letter-spacing: 0.08em !important;
  }
}
.sec10__note {
  color: var(--base-666, #666);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(37 / 1080 * 100vw), 37px);
}
@media screen and (max-width: 767px) {
  .sec10__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
    width: calc(630 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.sec11 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(96 / 750 * 100vw) 0;
  }
}
.sec11 iframe {
  display: block;
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec11 iframe {
    width: calc(690 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
