@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: #333;
  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: #333;
}
@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);
  }
}
.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__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@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%);
  }
}
.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__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
@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: rgb(252, 200, 0);
  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(8 / 1080 * 100vw), 8px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p.--a {
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn p.--a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(86, 63, 3);
  transform: skew(-16deg);
}
.adlp-floating .adlp-btn p.--b {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn p.--b {
    font-size: calc(30 / 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-main {
  padding-top: min(calc(87 / 1080 * 100vw), 87px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(104 / 750 * 100vw);
  }
}

.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;
}
.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;
}
@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%);
  }
}

.adlp-outer .adlp-btn.--btn4 {
  position: relative;
  background: rgb(252, 200, 0);
  border-radius: 1000px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(360 / 1080 * 100vw), 360px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(86, 63, 3);
  box-shadow: 0px min(calc(2 / 1080 * 100vw), 2px) min(calc(12 / 1080 * 100vw), 12px) 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .adlp-outer .adlp-btn.--btn4 {
    height: calc(140 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
    gap: calc(12 / 750 * 100vw);
    box-shadow: 0px calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) 0px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  .adlp-outer .adlp-btn.--btn4:hover:after {
    right: min(calc(16 / 1080 * 100vw), 16px);
  }
}
.adlp-outer .adlp-btn.--btn4 p.--a {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .adlp-outer .adlp-btn.--btn4 p.--a {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.adlp-outer .adlp-btn.--btn4 p.--b {
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0 min(calc(12 / 1080 * 100vw), 12px);
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-outer .adlp-btn.--btn4 p.--b {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
    padding: 0 calc(24 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.adlp-outer .adlp-btn.--btn4 p.--b::after {
  content: "";
  background: rgb(86, 63, 3);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-16deg);
}
.adlp-outer .adlp-btn.--btn4::after {
  content: "";
  transition: right 0.2s;
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3536 8.35355C15.5488 8.15829 15.5488 7.84171 15.3536 7.64645L12.1716 4.46447C11.9763 4.2692 11.6597 4.2692 11.4645 4.46447C11.2692 4.65973 11.2692 4.97631 11.4645 5.17157L14.2929 8L11.4645 10.8284C11.2692 11.0237 11.2692 11.3403 11.4645 11.5355C11.6597 11.7308 11.9763 11.7308 12.1716 11.5355L15.3536 8.35355ZM0 8V8.5H15V8V7.5H0V8Z' fill='%23563F03'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-outer .adlp-btn.--btn4::after {
    right: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.adlp-outer .cv__btn-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(252, 200, 0);
  padding-right: min(calc(32 / 1080 * 100vw), 32px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-outer .cv__btn-sub {
    gap: calc(16 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-outer .cv__btn-sub:hover:after {
    right: max(calc(-4 / 1080 * 100vw), -4px);
  }
}
.adlp-outer .cv__btn-sub p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(86, 63, 3);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-outer .cv__btn-sub p {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.adlp-outer .cv__btn-sub::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(16 / 1080 * 100vw), 16px);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3536 8.35355C15.5488 8.15829 15.5488 7.84171 15.3536 7.64645L12.1716 4.46447C11.9763 4.2692 11.6597 4.2692 11.4645 4.46447C11.2692 4.65973 11.2692 4.97631 11.4645 5.17157L14.2929 8L11.4645 10.8284C11.2692 11.0237 11.2692 11.3403 11.4645 11.5355C11.6597 11.7308 11.9763 11.7308 12.1716 11.5355L15.3536 8.35355ZM0 8V8.5H15V8V7.5H0V8Z' fill='%23563F03'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-outer .cv__btn-sub::after {
    right: 0;
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}

.cv01.--a {
  background: url(../img/pc/cv01a.webp) 50% 0/100% no-repeat;
  height: min(calc(253 / 1080 * 100vw), 253px);
  padding-top: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .cv01.--a {
    background: url(../img/sp/cv01a.webp) 50% 0/100% no-repeat;
    height: calc(418 / 750 * 100vw);
    padding-top: calc(68 / 750 * 100vw);
  }
}
.cv01.--a .cv01__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv01.--a .cv01__item {
    gap: calc(36 / 750 * 100vw);
  }
}

.cv01 {
  position: relative;
  background: url(../img/pc/cv01b.webp) 50% 0/100% no-repeat;
  height: min(calc(725 / 1080 * 100vw), 725px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .cv01 {
    background: url(../img/sp/cv01b.webp) 50% 0/100% no-repeat;
    height: calc(1657 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 0 0;
  }
}
.cv01__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto min(calc(42 / 1080 * 100vw), 42px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .cv01__box {
    flex-direction: column;
    gap: calc(111 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(68 / 750 * 100vw);
    padding: calc(166 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.cv01__bg-img {
  position: relative;
  z-index: 1;
  width: min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .cv01__bg-img {
    width: 100%;
  }
}
.cv01__bg-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: min(calc(310 / 1080 * 100vw), 310px);
  height: min(calc(310 / 1080 * 100vw), 310px);
  border: 1px solid rgb(99, 93, 93);
}
@media screen and (max-width: 767px) {
  .cv01__bg-img::after {
    top: 35%;
    width: calc(478 / 750 * 100vw);
    height: calc(478 / 750 * 100vw);
  }
}
.cv01__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv01__txt {
    position: static;
    transform: none;
    gap: calc(16 / 750 * 100vw);
  }
}
.cv01__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: rgb(86, 63, 3);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__logo {
  width: min(calc(228 / 1080 * 100vw), 228px);
}
@media screen and (max-width: 767px) {
  .cv01__logo {
    width: calc(304 / 750 * 100vw);
  }
}
.cv01__content {
  width: min(calc(270 / 1080 * 100vw), 270px);
}
@media screen and (max-width: 767px) {
  .cv01__content {
    width: 100%;
  }
}
.cv01__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv01__accent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv01__accent {
    gap: calc(8 / 750 * 100vw);
  }
}
.cv01__accent-line {
  background: linear-gradient(0deg, transparent 4%, rgb(252, 200, 0) 4%, rgb(252, 200, 0) 8%, transparent 8%);
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv01__accent-line {
    margin-top: calc(16 / 750 * 100vw);
  }
}
.cv01__accent-text {
  font-weight: 500;
  color: rgb(86, 63, 3);
  text-align: center;
}
.cv01__accent-text span:nth-child(1) {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv01__accent-text span:nth-child(1) {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__accent-text span:nth-child(2) {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv01__accent-text span:nth-child(2) {
    font-size: calc(88 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__accent-text span:nth-child(3) {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv01__accent-text span:nth-child(3) {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__detail {
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__detail {
    margin: calc(6 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
  }
}
.cv01__detail span:nth-child(1) {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv01__detail span:nth-child(1) {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__detail span:nth-child(2) {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv01__detail span:nth-child(2) {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__detail span:nth-child(3) {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv01__detail span:nth-child(3) {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv01__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv01__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv01__item {
    gap: calc(36 / 750 * 100vw);
  }
}

.cv02 {
  background: url(../img/pc/cv02.webp) 50% 0/100% no-repeat;
  height: min(calc(838 / 1080 * 100vw), 838px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .cv02 {
    background: url(../img/sp/cv02.webp) 50% 0/100% no-repeat;
    height: calc(1338 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 0 0;
  }
}
.cv02__content {
  margin: 0 0 min(calc(350 / 1080 * 100vw), 350px) min(calc(520 / 1080 * 100vw), 520px);
}
@media screen and (max-width: 767px) {
  .cv02__content {
    margin: 0 0 calc(547 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.cv02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv02__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv02__title {
  display: flex;
  flex-direction: column;
}
.cv02__title-line {
  font-weight: 500;
  color: rgb(86, 63, 3);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv02__title-line {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv02__title-large {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv02__title-large {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv02__title-small {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv02__title-small {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv02__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv02__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv02__item {
    gap: calc(36 / 750 * 100vw);
  }
}

.cv03 {
  background: url(../img/pc/cv03.webp) 50% 0/100% no-repeat;
  height: min(calc(803 / 1080 * 100vw), 803px);
  padding: min(calc(280 / 1080 * 100vw), 280px) 0 0;
}
@media screen and (max-width: 767px) {
  .cv03 {
    background: url(../img/sp/cv03.webp) 50% 0/100% no-repeat;
    height: calc(1374 / 750 * 100vw);
    padding: calc(725 / 750 * 100vw) 0 0;
  }
}
.cv03__content {
  margin: 0 0 min(calc(170 / 1080 * 100vw), 170px) min(calc(1060 / 1080 * 100vw), 1060px);
}
@media screen and (max-width: 767px) {
  .cv03__content {
    margin: 0 auto calc(68 / 750 * 100vw);
    width: fit-content;
  }
}
.cv03__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv03__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv03__title {
  display: flex;
  flex-direction: column;
}
.cv03__title-line {
  font-weight: 500;
  color: rgb(86, 63, 3);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv03__title-line {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv03__title-large {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv03__title-large {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv03__title-small {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv03__title-small {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.cv03__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cv03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv03__item {
    gap: calc(36 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: calc(409 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv.--a {
    padding-bottom: calc(329 / 750 * 100vw);
  }
}
.fv__sub-title {
  width: min(calc(350 / 1080 * 100vw), 350px);
  height: min(calc(61 / 1080 * 100vw), 61px);
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(460 / 1080 * 100vw), 460px);
  padding: min(calc(15 / 1080 * 100vw), 15px) 0 0 min(calc(36 / 1080 * 100vw), 36px);
  color: rgb(86, 63, 3);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background: url(../img/pc/fv_style1.webp) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv__sub-title {
    width: calc(630 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw) 0;
    padding: calc(20 / 750 * 100vw) 0 0 calc(60 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    background: url(../img/sp/fv_style1.webp) 0 0/100% no-repeat;
  }
}
.fv__main-title {
  margin: 0 0 min(calc(24 / 1080 * 100vw), 24px) min(calc(500 / 1080 * 100vw), 500px);
  line-height: 1.4;
  color: rgb(86, 63, 3);
}
@media screen and (max-width: 767px) {
  .fv__main-title {
    margin: 0 0 calc(33 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.fv__main-title-line1, .fv__main-title-line2 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__main-title-line1, .fv__main-title-line2 {
    letter-spacing: 0.132em;
  }
}
.fv__main-title-word1 {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__main-title-word1 {
    font-size: calc(66 / 750 * 100vw);
  }
}
.fv__main-title-word2 {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__main-title-word2 {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__badge {
  position: absolute;
  top: min(calc(149 / 1080 * 100vw), 149px);
  left: min(calc(1316 / 1080 * 100vw), 1316px);
  width: min(calc(144 / 1080 * 100vw), 144px);
}
@media screen and (max-width: 767px) {
  .fv__badge {
    top: calc(231 / 750 * 100vw);
    left: calc(514 / 750 * 100vw);
    width: calc(205 / 750 * 100vw);
  }
}
.fv__main-image {
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(521 / 1080 * 100vw), 521px);
}
@media screen and (max-width: 767px) {
  .fv__main-image {
    height: calc(622 / 750 * 100vw);
  }
}
.fv__text-block {
  background: #595858;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min(calc(356 / 1080 * 100vw), 356px);
  right: min(calc(420 / 1080 * 100vw), 420px);
  width: min(calc(406 / 1080 * 100vw), 406px);
  height: min(calc(406 / 1080 * 100vw), 406px);
}
@media screen and (max-width: 767px) {
  .fv__text-block {
    top: calc(848 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    right: auto;
    width: calc(690 / 750 * 100vw);
    height: calc(406 / 750 * 100vw);
  }
}
.fv__text-block-badge {
  width: fit-content;
  background: rgb(252, 200, 0);
  color: rgb(86, 63, 3);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__text-block-badge {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.14em;
    padding: calc(8 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.fv__text-block-title {
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
  color: rgb(255, 255, 255);
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fv__text-block-title {
    margin: calc(20 / 750 * 100vw) 0 calc(28 / 750 * 100vw);
    font-size: calc(59 / 750 * 100vw);
  }
}
.fv__text-block-subtitle {
  color: rgb(255, 255, 255);
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .fv__text-block-subtitle {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: 0.22em;
  }
}
.fv__note {
  position: absolute;
  top: min(calc(747 / 1080 * 100vw), 747px);
  left: min(calc(460 / 1080 * 100vw), 460px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  color: rgb(86, 63, 3);
}
@media screen and (max-width: 767px) {
  .fv__note {
    width: calc(634 / 750 * 100vw);
    top: calc(1276 / 750 * 100vw);
    left: calc(58 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec01 {
  background: url(../img/pc/sec01.webp) 50% 0/100% no-repeat rgb(99, 93, 93);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: url(../img/sp/sec01.webp) 50% 0/100% no-repeat rgb(99, 93, 93);
    padding-bottom: calc(120 / 750 * 100vw);
  }
}
.sec01__container {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__container {
    gap: calc(56 / 750 * 100vw);
  }
}
.sec01__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01__item:nth-child(1) {
  gap: 0;
}
.sec01__item:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec01__item:nth-child(2) {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec01__title {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin-top: max(calc(-20 / 1080 * 100vw), -20px);
  color: rgb(247, 247, 247);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    gap: calc(16 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin-top: calc(-36 / 750 * 100vw);
  }
}
.sec01__title-en {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec01__title-en {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec01__title-ja {
  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) {
  .sec01__title-ja {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec01__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec01__content {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
  }
}
.sec01__subtitle {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(247, 247, 247);
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__subtitle {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec01__subtitle::before {
  content: "";
  display: block;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(6 / 1080 * 100vw), 6px);
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg width='480' height='6' viewBox='0 0 480 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M479.887 2.88672L477 -3.25959e-05L474.113 2.88672L477 5.77347L479.887 2.88672ZM0 2.88672V3.38672H477V2.88672V2.38672H0V2.88672Z' fill='%23999999'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01__subtitle::before {
    margin-bottom: calc(16 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    background: url("data:image/svg+xml,%3Csvg width='630' height='12' viewBox='0 0 630 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M629.774 5.77344L624 -6.51919e-05L618.227 5.77344L624 11.5469L629.774 5.77344ZM0 5.77344V6.77344H624V5.77344V4.77344H0V5.77344Z' fill='%23999999'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  }
}
.sec01__detail {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__detail {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec01__txt {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  background: url(../img/common/icon_check1.svg) 0 50%/min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) no-repeat;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__txt {
    background-size: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
    background-position: 0 calc(16 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
.sec01__txt p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(247, 247, 247);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__txt p {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec01__highlight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec01__highlight {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec01__highlight-txt {
  width: fit-content;
  background: rgb(252, 200, 0);
  display: flex;
  align-items: center;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(86, 63, 3);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec01__highlight-txt {
    padding: 0 calc(8 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec01__highlight-txt span:first-child {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec01__highlight-txt span:first-child {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec01__highlight-txt span:last-child {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__highlight-txt span:last-child {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec02 {
  background: rgb(247, 247, 247);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(120 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec02__container {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__container {
    gap: calc(80 / 750 * 100vw);
  }
}
.sec02__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__item {
    width: 100%;
  }
}
.sec02__item:nth-child(1) {
  width: min(calc(1460 / 1080 * 100vw), 1460px);
  margin-left: min(calc(460 / 1080 * 100vw), 460px);
}
@media screen and (max-width: 767px) {
  .sec02__item:nth-child(1) {
    align-items: center;
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec02__item:nth-child(2) {
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__item:nth-child(2) {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec02__item:nth-child(2) .sec02__img1 {
  width: min(calc(384 / 1080 * 100vw), 384px);
}
@media screen and (max-width: 767px) {
  .sec02__item:nth-child(2) .sec02__img1 {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.sec02__content:nth-child(1) {
  flex-direction: row;
  gap: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02__content:nth-child(1) {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec02__content:nth-child(2), .sec02__content:nth-child(3) {
  flex-direction: column;
  align-items: center;
}
.sec02__content:nth-child(4) {
  background: rgb(255, 255, 255);
  flex-direction: row;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
  justify-content: center;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(24 / 1080 * 100vw), 24px) 0;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__content:nth-child(4) {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0;
    padding: calc(40 / 750 * 100vw);
  }
}
.sec02__content:nth-child(4) img {
  width: min(calc(264 / 1080 * 100vw), 264px);
}
@media screen and (max-width: 767px) {
  .sec02__content:nth-child(4) img {
    width: calc(456 / 750 * 100vw);
  }
}
.sec02__content:nth-child(5) {
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__content:nth-child(5) {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec02__title {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
  color: rgb(86, 63, 3);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec02__title-en {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02__title-en {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec02__title-ja {
  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) {
  .sec02__title-ja {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: -0.03em;
  }
}
.sec02__detail {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(8 / 750 * 100vw);
  padding: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec02__detail {
    gap: calc(16 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin-right: calc(-60 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw);
  }
}
.sec02__detail__txt {
  color: rgb(86, 63, 3);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__detail__txt {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__detail__txt b {
  font-weight: 600;
}
.sec02__subtitle {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__subtitle {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__accent {
  margin: min(calc(2 / 1080 * 100vw), 2px) 0 min(calc(6 / 1080 * 100vw), 6px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(252, 200, 0);
}
@media screen and (max-width: 767px) {
  .sec02__accent {
    margin: calc(4 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
  }
}
.sec02__accent p {
  color: rgb(86, 63, 3);
  line-height: 1.4;
  text-align: center;
}
.sec02__accent p .--large {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__accent p .--large {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__accent p .--medium {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__accent p .--medium {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__text-content {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__text-content {
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
  }
}
.sec02__img2-bg {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(250 / 1080 * 100vw), 250px);
  background: url(../img/pc/sec02_img2.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02__img2-bg {
    width: 100%;
    height: calc(420 / 750 * 100vw);
    background: url(../img/sp/sec02_img2.webp) 50% 0/100% no-repeat;
  }
}
.sec02__img2-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
}
.sec02__img2-text p {
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .sec02__img2-text p {
    line-height: 0;
  }
}
.sec02__img2-text p .--medium {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__img2-text p .--medium {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__img2-text p .--semibold {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__img2-text p .--semibold {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__img2-text p.--semibold {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__img2-text p.--semibold {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
.sec02__txt {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__txt {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__highlight-txt {
  background: rgb(99, 93, 93);
  color: rgb(255, 255, 255);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec02__highlight-txt {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
    padding: 0 calc(8 / 750 * 100vw);
  }
}
.sec02__conclusion {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__conclusion {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__conclusion .--small {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__conclusion .--small {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__conclusion .--medium {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__conclusion .--medium {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.sec03 {
  position: relative;
  background: rgb(255, 255, 255);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: min(calc(120 / 1080 * 100vw), 120px);
  background: rgb(247, 247, 247);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec03::after {
    height: calc(160 / 750 * 100vw);
  }
}
.sec03__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__container {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec03__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec03__item:nth-child(1) {
  display: flex;
  flex-direction: row;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__item:nth-child(1) {
    flex-direction: row;
    gap: calc(16 / 750 * 100vw);
  }
}
.sec03__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__item:nth-child(2) {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__mentor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(260 / 1080 * 100vw), 260px);
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  transform: rotate(90deg);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03__mentor {
    width: calc(88 / 750 * 100vw);
    height: calc(410 / 750 * 100vw);
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec03__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__content {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec03__img-area {
  position: relative;
  width: 100%;
  height: min(calc(320 / 1080 * 100vw), 320px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__img-area {
    margin-right: calc(-60 / 750 * 100vw);
    width: calc(586 / 750 * 100vw);
    height: calc(586 / 750 * 100vw);
  }
}
.sec03__overlay {
  position: absolute;
  left: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__overlay {
    left: calc(14 / 750 * 100vw);
    top: calc(40 / 750 * 100vw);
    transform: none;
    padding: calc(24 / 750 * 100vw);
  }
}
.sec03__subtitle {
  position: relative;
  z-index: 1;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec03__subtitle {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(calc(-10 / 1080 * 100vw), -10px);
  right: max(calc(-10 / 1080 * 100vw), -10px);
  bottom: 0;
  border: 1px solid rgb(86, 63, 3);
  transform: skew(12deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec03__subtitle::after {
    top: 0;
    left: calc(-12 / 750 * 100vw);
    right: calc(-12 / 750 * 100vw);
    bottom: 0;
  }
}
.sec03__catchcopy {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__catchcopy {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__highlight {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__highlight {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__text-area {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__text-area {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec03__intro-wrapper {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .sec03__intro-wrapper {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__intro {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__intro {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec03__name {
  display: flex;
  align-items: baseline;
}
.sec03__name-main {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__name-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__name-title {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__name-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__desc-wrapper {
  border-top: 1px solid rgb(99, 93, 93);
  padding-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__desc-wrapper {
    padding-top: calc(16 / 750 * 100vw);
  }
}
.sec03__desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__desc {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec03__desc-bold {
  font-weight: 600;
}
.sec03__diagram {
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec03__diagram {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03__conclusion {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__conclusion {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__lead {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__lead {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__theory, .sec03__skill {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 1px solid rgb(252, 200, 0);
}
@media screen and (max-width: 767px) {
  .sec03__theory, .sec03__skill {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__theory .sec03__highlight, .sec03__skill .sec03__highlight {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__theory .sec03__highlight, .sec03__skill .sec03__highlight {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.sec04 {
  position: relative;
}
.sec04__features-title {
  position: absolute;
  right: min(calc(460 / 1080 * 100vw), 460px);
  top: max(calc(-13 / 1080 * 100vw), -13px);
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 400;
  color: rgb(247, 247, 247);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__features-title {
    right: calc(-4 / 750 * 100vw);
    top: calc(-26 / 750 * 100vw);
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec04__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04__container {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec04__item {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
  height: min(calc(452 / 1080 * 100vw), 452px);
  padding-bottom: min(calc(32 / 1080 * 100vw), 32px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__item {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    height: auto;
  }
}
.sec04__item:nth-child(odd) {
  flex-direction: row;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(odd) {
    flex-direction: column;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__item:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(even) {
    flex-direction: column;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__item:nth-child(even) .sec04__item-no {
  text-align: right;
}
.sec04__item:nth-child(1) {
  background: url(../img/pc/sec04_img1.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(1) {
    background: url(../img/sp/sec04_img1.webp) 50% 0/100% no-repeat;
    height: calc(1102 / 750 * 100vw);
  }
}
.sec04__item:nth-child(2) {
  background: url(../img/pc/sec04_img2.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(2) {
    background: url(../img/sp/sec04_img2.webp) 50% 0/100% no-repeat;
    height: calc(1143 / 750 * 100vw);
  }
}
.sec04__item:nth-child(3) {
  background: url(../img/pc/sec04_img3.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(3) {
    background: url(../img/sp/sec04_img3.webp) 50% 0/100% no-repeat;
    height: calc(1143 / 750 * 100vw);
  }
}
.sec04__item:nth-child(4) {
  background: url(../img/pc/sec04_img4.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(4) {
    background: url(../img/sp/sec04_img4.webp) 50% 0/100% no-repeat;
    height: calc(1210 / 750 * 100vw);
  }
}
.sec04__item:nth-child(5) {
  background: url(../img/pc/sec04_img5.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04__item:nth-child(5) {
    background: url(../img/sp/sec04_img5.webp) 50% 0/100% no-repeat;
    height: calc(1210 / 750 * 100vw);
  }
}
.sec04__item-no {
  flex: 1;
  height: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__item-no {
    flex: none;
    width: 100%;
    height: calc(640 / 750 * 100vw);
  }
}
.sec04__no-prefix {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 400;
  color: rgb(252, 200, 0);
}
@media screen and (max-width: 767px) {
  .sec04__no-prefix {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__no-num {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 400;
  color: rgb(252, 200, 0);
}
@media screen and (max-width: 767px) {
  .sec04__no-num {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec04__item-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .sec04__item-content {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__item-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__item-title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec04__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__item-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec04__text-bold {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec04__text-bold {
    letter-spacing: 0.08em;
  }
}

.sec05 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec05__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__container {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: 0;
  }
}
.sec05__header {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(86, 63, 3);
}
@media screen and (max-width: 767px) {
  .sec05__header {
    gap: calc(16 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec05__title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec05__description {
  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) {
  .sec05__description {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.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: min(calc(32 / 1080 * 100vw), 32px) 1fr 1fr 1fr 1fr;
  grid-template-rows: min(calc(40 / 1080 * 100vw), 40px) auto auto auto min(calc(24 / 1080 * 100vw), 24px) auto;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
  height: min(calc(893 / 1080 * 100vw), 893px);
}
@media screen and (max-width: 767px) {
  .sec05__table {
    grid-template-columns: calc(56 / 750 * 100vw) 1fr 1fr 1fr 1fr;
    grid-template-rows: calc(80 / 750 * 100vw) auto auto auto calc(40 / 750 * 100vw) auto;
    gap: calc(16 / 750 * 100vw);
    width: calc(1541 / 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: 2;
}
.sec05__cell--month-header.sec05__cell--2month {
  grid-column: 3;
}
.sec05__cell--month-header.sec05__cell--3month {
  grid-column: 4;
}
.sec05__cell--month-header.sec05__cell--4month {
  grid-column: 5;
}
.sec05__cell--input-header {
  grid-column: 1;
  grid-row: 2/4;
}
.sec05__cell--live-course {
  grid-column: 2/6;
  grid-row: 2;
}
.sec05__cell--video-course {
  grid-column: 2/6;
  grid-row: 3;
}
.sec05__cell--output-header {
  grid-column: 1;
  grid-row: 4;
}
.sec05__cell--task1 {
  grid-column: 2;
  grid-row: 4;
  justify-content: flex-start;
}
.sec05__cell--task2 {
  grid-column: 3;
  grid-row: 4;
  justify-content: flex-start;
}
.sec05__cell--task3 {
  grid-column: 4;
  grid-row: 4;
  justify-content: flex-start;
}
.sec05__cell--task4 {
  grid-column: 5;
  grid-row: 4;
  justify-content: flex-start;
}
.sec05__cell--caption {
  grid-column: 1/6;
  grid-row: 5;
  align-items: flex-end;
  padding-right: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__cell--caption {
    padding-right: calc(40 / 750 * 100vw);
  }
}
.sec05__cell--tool-header {
  grid-column: 1;
  grid-row: 6;
}
.sec05__cell--tool {
  grid-column: 2/6;
  grid-row: 6;
}
.sec05__cell--content, .sec05__cell--task, .sec05__cell--tool {
  background: rgb(247, 247, 247);
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@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% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 24px 50%);
  }
}
.sec05__cell--1month::after {
  background: #c1bebe;
}
.sec05__cell--2month::after {
  background: #a29e9e;
}
.sec05__cell--3month::after {
  background: #837d7d;
}
.sec05__cell--4month::after {
  background: rgb(99, 93, 93);
}
.sec05__month-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
  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: rgb(252, 200, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(86, 63, 3);
  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(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__task-section .sec05__task-heading {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05__task-heading {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__task-heading {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec05__task-description {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__task-description {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.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;
  }
}

@media screen and (max-width: 767px) {
  .scroll-hint-icon {
    top: 35%;
  }
  .scroll-hint-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06 {
  position: relative;
  background: rgb(255, 255, 255) url(../img/pc/sec06.webp) 50% 0/100% no-repeat;
  height: min(calc(675 / 1080 * 100vw), 675px);
  padding: min(calc(120 / 1080 * 100vw), 120px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    background: rgb(255, 255, 255) url(../img/sp/sec06.webp) 50% 0/100% no-repeat;
    height: calc(1514 / 750 * 100vw);
    padding: calc(160 / 750 * 100vw) 0 0;
  }
}
.sec06__container {
  display: flex;
  gap: min(calc(56 / 1080 * 100vw), 56px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__container {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
    width: 100%;
  }
}
.sec06__item {
  display: flex;
  flex-direction: column;
}
.sec06__item--left {
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__item--left {
    gap: calc(24 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec06__item--right {
  flex: 1;
  gap: max(calc(0 / 1080 * 100vw), 0px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06__item--right {
    gap: calc(0 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec06__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0em;
  }
}
.sec06__description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__description {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec06__profile-title {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
  justify-content: center;
  margin-bottom: max(calc(-16 / 1080 * 100vw), -16px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-title {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(-24 / 750 * 100vw);
  }
}
.sec06__profile-image {
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .sec06__profile-image {
    width: calc(320 / 750 * 100vw);
  }
}
.sec06__profile-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.sec06__role {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec06__role {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec06__profile-inner {
  display: flex;
  flex-direction: column;
  text-align: justify;
  width: 100%;
}
.sec06__name-kana {
  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) {
  .sec06__name-kana {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec06__name-kanji {
  line-height: 0;
}
.sec06__name-main {
  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) {
  .sec06__name-main {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec06__name-title {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__name-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec06__profile-detail {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding-left: min(calc(56 / 1080 * 100vw), 56px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__profile-detail {
    gap: calc(24 / 750 * 100vw);
    padding-left: calc(96 / 750 * 100vw);
  }
}
.sec06__affiliation {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  background: rgb(221, 221, 221);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  color: rgb(86, 63, 3);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec06__affiliation {
    gap: calc(16 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__affiliation p {
  letter-spacing: 0.08em;
}
.sec06__bio {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__bio {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec07__decoration-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sec07__decoration-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  color: rgb(221, 221, 221);
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .sec07__decoration-text {
    position: static;
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec07__decoration-text:nth-child(1) {
  left: 0;
  top: 0;
}
.sec07__decoration-text:nth-child(2) {
  left: min(calc(56 / 1080 * 100vw), 56px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec07__decoration-text:nth-child(2) {
    padding-top: calc(24 / 750 * 100vw);
  }
}
.sec07__container {
  position: relative;
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__container {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    width: 100%;
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw) calc(120 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
.sec07__item {
  display: flex;
  flex-direction: column;
}
.sec07__item--left {
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding-left: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec07__item--left {
    gap: calc(24 / 750 * 100vw);
    padding: 0;
  }
}
.sec07__item--right {
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(554 / 1080 * 100vw), 554px);
}
@media screen and (max-width: 767px) {
  .sec07__item--right {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
  }
}
.sec07__title {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  color: rgb(86, 63, 3);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec07__description {
  color: rgb(86, 63, 3);
}
.sec07__description-main {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__description-main {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07__annotation {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec07__annotation {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07__badge {
  width: min(calc(336 / 1080 * 100vw), 336px);
}
@media screen and (max-width: 767px) {
  .sec07__badge {
    width: calc(570 / 750 * 100vw);
  }
}
.sec07__text {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07__text {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec07__support {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(86, 63, 3);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__support {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec07__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.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);
  border-top: 1px solid rgb(221, 221, 221);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec09__container {
  display: flex;
  justify-content: space-between;
  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 {
  color: rgb(86, 63, 3);
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec09__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) {
  .sec09__subtitle {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec09__content {
  border: 1px solid rgb(99, 93, 93);
  border-right: none;
  width: min(calc(636 / 1080 * 100vw), 636px);
  height: min(calc(550 / 1080 * 100vw), 550px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: min(calc(28 / 1080 * 100vw), 28px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec09__content {
    width: calc(690 / 750 * 100vw);
    height: calc(830 / 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;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__block {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec09__label {
  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) {
  .sec09__label {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__text {
  color: rgb(102, 102, 102);
  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__text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.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 {
  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) {
  .sec09__benefit-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__benefit-title span {
  font-weight: 400;
}
.sec09__benefit-text {
  color: rgb(102, 102, 102);
  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(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__caption {
    padding-top: calc(8 / 750 * 100vw);
  }
}
.sec09__caption-text {
  color: rgb(102, 102, 102);
  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 {
  color: rgb(102, 102, 102);
  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 {
  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__list-item {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec09__list-item:not(:last-child) {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__list-item:not(:last-child) {
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.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 {
  color: rgb(102, 102, 102);
  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 {
  color: rgb(102, 102, 102);
  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 {
  color: rgb(102, 102, 102);
  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 {
  color: rgb(102, 102, 102);
  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: 1px solid rgb(221, 221, 221);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(56 / 1080 * 100vw), 56px) 0 min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(96 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec10__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@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;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
  color: rgb(86, 63, 3);
}
@media screen and (max-width: 767px) {
  .sec10__header {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
  }
}
.sec10__title {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__title {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec10__subtitle {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__subtitle {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec10__accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(636 / 1080 * 100vw), 636px);
}
@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(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  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(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: rgb(86, 63, 3);
  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(18 / 1080 * 100vw), 18px) 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;
  color: rgb(102, 102, 102);
  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__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;
  }
}

.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(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .sec11 iframe {
    width: calc(670 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
