* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

@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(750 / 750 * 100vw), 750px);
    max-width: 750px;
    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: #333 !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: #333 !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 #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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%, #333 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 #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 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 / 750 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

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

.cv {
  padding: min(calc(80 / 750 * 100vw), 80px) min(calc(16 / 750 * 100vw), 16px) min(calc(40 / 750 * 100vw), 40px);
}
.cv__container {
  position: relative;
  padding: min(calc(2 / 750 * 100vw), 2px);
  background: linear-gradient(90deg, #99825B 0%, #CABB7A 50.34%, #99825B 100%);
  border-radius: min(calc(16 / 750 * 100vw), 16px);
}
.cv__container-inner {
  width: 100%;
  background-color: #fff;
  border-radius: min(calc(16 / 750 * 100vw), 16px);
  padding-bottom: min(calc(56 / 750 * 100vw), 56px);
}
.cv__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(16 / 750 * 100vw), 16px);
  position: relative;
  top: max(calc(-40 / 750 * 100vw), -40px);
}
.cv__img {
  width: min(calc(200 / 750 * 100vw), 200px);
  height: min(calc(200 / 750 * 100vw), 200px);
}
.cv__txt-mask {
  display: flex;
  align-items: flex-end;
  padding-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.cv__title {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
.cv__text-base {
  font-size: min(calc(26 / 750 * 100vw), 26px);
  display: block;
}
.cv__text-large {
  font-size: min(calc(30 / 750 * 100vw), 30px);
  display: block;
}
.cv__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(542 / 750 * 100vw), 542px);
  height: min(calc(80 / 750 * 100vw), 80px);
  background: #C91F2C;
  border-radius: min(calc(40 / 750 * 100vw), 40px);
}
.cv__btn-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: min(calc(40 / 750 * 100vw), 40px);
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
}
.cv__btn-main p {
  margin: 0;
  line-height: 1.4;
}
.cv__btn-sub {
  position: absolute;
  left: max(calc(-58 / 750 * 100vw), -58px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(58 / 750 * 100vw), 58px);
  height: min(calc(54 / 750 * 100vw), 54px);
  background: #fff;
  border-radius: 50%;
}
.cv__btn-icon {
  width: min(calc(16 / 750 * 100vw), 16px);
  height: min(calc(16 / 750 * 100vw), 16px);
  margin-bottom: min(calc(2 / 750 * 100vw), 2px);
}
.cv__btn-sub-text {
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.cv__btn-sub-small {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 700;
  color: #C91F2C;
}
.cv__btn-sub-base {
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 700;
  color: #C91F2C;
}

.fv__kv {
  padding: min(calc(652 / 750 * 100vw), 652px) 0 0;
  position: relative;
  background-image: url(../img/fv_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(1300 / 750 * 100vw), 1300px);
  height: min(calc(1300 / 750 * 100vw), 1300px);
}
.fv__title {
  width: min(calc(611 / 750 * 100vw), 611px);
  margin: 0 auto max(calc(0 / 750 * 100vw), 0px);
}
.fv__medal {
  width: min(calc(750 / 750 * 100vw), 750px);
  margin-bottom: min(calc(10 / 750 * 100vw), 10px);
}
.fv__note {
  color: #333;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: right;
  padding-right: min(calc(60 / 750 * 100vw), 60px);
}
.fv__text {
  color: var(--base-white, #FFF);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
  position: absolute;
  right: min(calc(130 / 750 * 100vw), 130px);
  bottom: min(calc(53 / 750 * 100vw), 53px);
}
.fv__cv {
  padding: min(calc(40 / 750 * 100vw), 40px) 0 min(calc(56 / 750 * 100vw), 56px);
}

.sec01 {
  position: relative;
  padding-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec01__box {
  padding: min(calc(40 / 750 * 100vw), 40px) 0;
}
.sec01__box:first-child {
  margin-bottom: min(calc(27 / 750 * 100vw), 27px);
}
.sec01__title02 {
  color: #283C5A;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto max(calc(0 / 750 * 100vw), 0px);
}
.sec01__title02 .small {
  font-size: min(calc(38 / 750 * 100vw), 38px);
  line-height: 1.4;
}
.sec01__course {
  color: #667A99;
  font-size: min(calc(38 / 750 * 100vw), 38px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  width: fit-content;
  position: relative;
  padding: min(calc(14 / 750 * 100vw), 14px) min(calc(62 / 750 * 100vw), 62px);
  margin: min(calc(8 / 750 * 100vw), 8px) min(calc(60 / 750 * 100vw), 60px) 0;
}
.sec01__course:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='10.8358' y1='3.6533e-08' x2='10.8358' y2='34' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='15.8358' y1='4' x2='15.8358' y2='38' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='34' y1='11.8358' x2='-7.3066e-08' y2='11.8358' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='38' y1='16.8358' x2='4' y2='16.8358' stroke='%23667A99' stroke-width='1.67155'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 750 * 100vw), 38px);
  height: min(calc(38 / 750 * 100vw), 38px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec01__course:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='27.1642' y1='38' x2='27.1642' y2='4' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='22.1642' y1='34' x2='22.1642' y2='3.21247e-06' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='4' y1='26.1642' x2='38' y2='26.1642' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='1.46132e-07' y1='21.1642' x2='34' y2='21.1642' stroke='%23667A99' stroke-width='1.67155'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 750 * 100vw), 38px);
  height: min(calc(38 / 750 * 100vw), 38px);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec01__img {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: min(calc(24 / 750 * 100vw), 24px) auto min(calc(24 / 750 * 100vw), 24px) 0;
}
.sec01__list {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec01__item {
  display: flex;
  align-items: flex-start;
  gap: min(calc(16 / 750 * 100vw), 16px);
  color: #333;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  font-weight: 400;
  line-height: 180%;
  padding-left: min(calc(20 / 750 * 100vw), 20px);
  position: relative;
}
.sec01__item:before {
  content: "";
  display: block;
  background-color: #333;
  width: min(calc(6 / 750 * 100vw), 6px);
  height: min(calc(6 / 750 * 100vw), 6px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec01__note {
  color: #000;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: min(calc(24 / 750 * 100vw), 24px) auto 0;
}
.sec01__title01 {
  color: #283C5A;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto max(calc(0 / 750 * 100vw), 0px);
}

.sec02 {
  padding: min(calc(40 / 750 * 100vw), 40px) 0 min(calc(40 / 750 * 100vw), 40px);
}
.sec02__kv {
  padding-bottom: min(calc(52 / 750 * 100vw), 52px);
}
.sec02__inner {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec02__title-sub {
  display: block;
  width: fit-content;
  color: var(--accent-navy, #283C5A);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 750 * 100vw), 38px);
  font-weight: 500;
  line-height: 140%;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #C91F2C;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec02__title-main {
  display: block;
  color: var(--accent-navy, #283C5A);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
.sec02__title-main .small {
  font-size: min(calc(38 / 750 * 100vw), 38px);
  line-height: 140%;
}
.sec02__text01 {
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 180%;
  margin-top: min(calc(16 / 750 * 100vw), 16px);
}

.sec03 {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 0;
}
.sec03__title {
  border-radius: min(calc(40 / 750 * 100vw), 40px) min(calc(40 / 750 * 100vw), 40px) 0 0;
  background: var(--accent-navy, #283C5A);
  padding: min(calc(48 / 750 * 100vw), 48px) 0;
}
.sec03__title-sub {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-bottom: min(calc(4 / 750 * 100vw), 4px);
}
.sec03__title-main {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #99825B;
}
.sec03__content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec03__content-image {
  width: 100%;
}
.sec03__content-inner {
  padding: 0 min(calc(60 / 750 * 100vw), 60px) 0 min(calc(60 / 750 * 100vw), 60px);
  position: relative;
}
.sec03__content-number {
  width: min(calc(159 / 750 * 100vw), 159px);
  position: absolute;
  right: min(calc(30 / 750 * 100vw), 30px);
  top: max(calc(-80 / 750 * 100vw), -80px);
}
.sec03__content-detail {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.sec03__content-detail-item {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 750 * 100vw), 24px);
}
.sec03__content-detail-item.--qualification {
  position: relative;
  margin-top: min(calc(30 / 750 * 100vw), 30px);
}
.sec03__content-detail-item.--qualification:before {
  content: "";
  display: block;
  background: #E58C8A;
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(40 / 750 * 100vw), 40px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-40 / 750 * 100vw), -40px);
}
.sec03__content-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283C5A;
  text-align: justify;
  padding-top: min(calc(50 / 750 * 100vw), 50px);
}
.sec03__content-title .small {
  font-size: min(calc(30 / 750 * 100vw), 30px);
}
.sec03__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: justify;
}
.sec03__content-text .--bold {
  font-weight: 600;
}
.sec03__content-qualifications {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(calc(16 / 750 * 100vw), 16px);
  padding: min(calc(32 / 750 * 100vw), 32px) min(calc(40 / 750 * 100vw), 40px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #E58C8A;
  position: relative;
}
.sec03__content-qualifications:before {
  content: "";
  display: block;
  background-color: #fff;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  position: absolute;
  right: max(calc(-2 / 750 * 100vw), -2px);
  top: max(calc(-2 / 750 * 100vw), -2px);
}
.sec03__content-qualifications:after {
  content: "";
  display: block;
  background-color: #fff;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  position: absolute;
  left: max(calc(-2 / 750 * 100vw), -2px);
  bottom: max(calc(-2 / 750 * 100vw), -2px);
}
.sec03__content-qualification-item {
  display: flex;
  gap: min(calc(21 / 750 * 100vw), 21px);
}
.sec03__content-qualification-level {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #E58C8A;
  text-align: center;
}
.sec03__content-qualification-desc {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: justify;
}
.sec03__content-title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03__content-title-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #667A99;
  text-align: center;
}
.sec03__content-title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #667A99;
  text-align: center;
}
.sec03__content-features {
  display: flex;
  justify-content: center;
  gap: min(calc(15 / 750 * 100vw), 15px);
  margin: min(calc(16 / 750 * 100vw), 16px) 0;
}
.sec03__content-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 min(calc(200 / 750 * 100vw), 200px);
  gap: min(calc(16 / 750 * 100vw), 16px);
}
.sec03__content-feature-icon {
  width: min(calc(204 / 750 * 100vw), 204px);
  margin: 0 auto;
}
.sec03__content-feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
.sec03__content-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
  text-align: justify;
}

.sec04 {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec04__title {
  border-radius: min(calc(40 / 750 * 100vw), 40px) min(calc(40 / 750 * 100vw), 40px) 0 0;
  background: var(--accent-navy, #283C5A);
  padding: min(calc(48 / 750 * 100vw), 48px) 0;
}
.sec04__title-sub {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-bottom: min(calc(4 / 750 * 100vw), 4px);
}
.sec04__title-main {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #99825B;
}
.sec04__anchor {
  background-image: url(../img/sec04_step_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(650 / 750 * 100vw), 650px);
  height: min(calc(650 / 750 * 100vw), 650px);
  padding-top: min(calc(128 / 750 * 100vw), 128px);
}
.sec04__anchor-wrapper {
  display: flex;
  align-items: flex-end;
}
.sec04__anchor-link {
  transition: all 0.3s;
}
.sec04__anchor-link:hover {
  opacity: 0.9;
}
.sec04__content-item {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 min(calc(64 / 750 * 100vw), 64px);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: min(calc(750 / 750 * 100vw), 750px) min(calc(96 / 750 * 100vw), 96px);
}
.sec04__content-item:nth-child(1) {
  background-color: #fff;
  background-image: url(../img/sec04_bg01.webp);
  padding-bottom: min(calc(160 / 750 * 100vw), 160px);
  padding-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec04__content-item:nth-child(1) .sec04__content-blockinner:before {
  background-color: #fff;
}
.sec04__content-item:nth-child(1) .sec04__content-blockinner:after {
  background-color: #fff;
}
.sec04__content-item:nth-child(2) {
  background-color: #FAFAFA;
  background-image: url(../img/sec04_bg02.webp);
  padding-bottom: min(calc(160 / 750 * 100vw), 160px);
}
.sec04__content-item:nth-child(2) .sec04__content-blockinner:before {
  background-color: #FAFAFA;
}
.sec04__content-item:nth-child(2) .sec04__content-blockinner:after {
  background-color: #FAFAFA;
}
.sec04__content-item:nth-child(3) {
  background-color: #F4F6F9;
  background-image: url(../img/sec04_bg03.webp);
  padding-bottom: min(calc(160 / 750 * 100vw), 160px);
}
.sec04__content-item:nth-child(3) .sec04__content-blockinner:before {
  background-color: #F4F6F9;
}
.sec04__content-item:nth-child(3) .sec04__content-blockinner:after {
  background-color: #F4F6F9;
}
.sec04__content-item:nth-child(4) {
  background: #EEF2F9;
}
.sec04__content-inner {
  padding: 0 min(calc(60 / 750 * 100vw), 60px);
}
.sec04__content-title {
  position: relative;
  padding-top: min(calc(109 / 750 * 100vw), 109px);
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
.sec04__content-title .sub {
  color: var(--accent-navy, #283C5A);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 140%;
  width: fit-content;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #283C5A;
}
.sec04__content-title .main {
  color: var(--accent-navy, #283C5A);
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 140%;
  margin-top: min(calc(16 / 750 * 100vw), 16px);
}
.sec04__content-number {
  position: absolute;
  right: 0;
  top: 0;
  width: min(calc(159 / 750 * 100vw), 159px);
}
.sec04__content-image {
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
.sec04__content-exp {
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
  letter-spacing: 0.08em;
}
.sec04__content-block {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
  position: relative;
}
.sec04__content-block:before {
  content: "";
  display: block;
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(40 / 750 * 100vw), 40px);
  background-color: #E58C8A;
  position: absolute;
  top: max(calc(0 / 750 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}
.sec04__content-blockinner {
  padding: min(calc(32 / 750 * 100vw), 32px) min(calc(40 / 750 * 100vw), 40px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #E58C8A;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 750 * 100vw), 16px);
  position: relative;
}
.sec04__content-blockinner:before {
  content: "";
  display: block;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  position: absolute;
  right: max(calc(-2 / 750 * 100vw), -2px);
  top: max(calc(-2 / 750 * 100vw), -2px);
}
.sec04__content-blockinner:after {
  content: "";
  display: block;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  position: absolute;
  left: max(calc(-2 / 750 * 100vw), -2px);
  bottom: max(calc(-2 / 750 * 100vw), -2px);
}
.sec04__content-blockinner .text01 {
  color: var(--accent-key-color-pink, #E58C8A);
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec04__content-blockinner .text02 {
  color: #333;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec04__content-pinkblock {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  padding-top: min(calc(40 / 750 * 100vw), 40px);
  position: relative;
}
.sec04__content-pinkblock:before {
  content: "";
  display: block;
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(40 / 750 * 100vw), 40px);
  background-color: #E58C8A;
  position: absolute;
  top: max(calc(0 / 750 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}
.sec04__content-pinkblockinner {
  background-color: #E58C8A;
  padding: min(calc(20 / 750 * 100vw), 20px) min(calc(30 / 750 * 100vw), 30px);
  color: #fff;
  text-align: center;
}
.sec04__content-pinkblockinner .text01 {
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec04__content-pinkblockinner .text02 {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 160%;
}

.sec05 {
  background-color: #F4F6F9;
  padding-bottom: min(calc(30 / 750 * 100vw), 30px);
}
.sec05__title {
  border-radius: min(calc(40 / 750 * 100vw), 40px) min(calc(40 / 750 * 100vw), 40px) 0 0;
  background: var(--accent-navy, #283C5A);
  padding: min(calc(48 / 750 * 100vw), 48px) 0;
}
.sec05__title-sub {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 160%;
  display: block;
  margin-bottom: min(calc(4 / 750 * 100vw), 4px);
}
.sec05__title-main {
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  font-weight: 500;
  line-height: 140%;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #99825B;
}
.sec05__contents {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin: 0 auto;
  background-color: #fff;
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(30 / 750 * 100vw), 30px);
}
.sec05__lead01 {
  color: var(--accent-navy, #283C5A);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec05__lead02 {
  color: var(--accent-navy, #283C5A);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec05__deco {
  color: #667A99;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  width: fit-content;
  position: relative;
  padding: min(calc(14 / 750 * 100vw), 14px) min(calc(62 / 750 * 100vw), 62px);
  margin: min(calc(8 / 750 * 100vw), 8px) auto min(calc(24 / 750 * 100vw), 24px);
}
.sec05__deco:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='10.8358' y1='3.6533e-08' x2='10.8358' y2='34' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='15.8358' y1='4' x2='15.8358' y2='38' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='34' y1='11.8358' x2='-7.3066e-08' y2='11.8358' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='38' y1='16.8358' x2='4' y2='16.8358' stroke='%23667A99' stroke-width='1.67155'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 750 * 100vw), 38px);
  height: min(calc(38 / 750 * 100vw), 38px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec05__deco:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='27.1642' y1='38' x2='27.1642' y2='4' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='22.1642' y1='34' x2='22.1642' y2='3.21247e-06' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='4' y1='26.1642' x2='38' y2='26.1642' stroke='%23667A99' stroke-width='1.67155'/%3E%3Cline x1='1.46132e-07' y1='21.1642' x2='34' y2='21.1642' stroke='%23667A99' stroke-width='1.67155'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(38 / 750 * 100vw), 38px);
  height: min(calc(38 / 750 * 100vw), 38px);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec05__mv {
  margin-bottom: min(calc(30 / 750 * 100vw), 30px);
}
.sec05__exp {
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec05__block01 {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
  position: relative;
}
.sec05__block01:before {
  content: "";
  display: block;
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(40 / 750 * 100vw), 40px);
  background-color: #E58C8A;
  position: absolute;
  top: max(calc(0 / 750 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}
.sec05__block01-inner {
  background-color: #E58C8A;
  padding: min(calc(16 / 750 * 100vw), 16px) min(calc(30 / 750 * 100vw), 30px);
  color: #fff;
  text-align: center;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 180%;
}
.sec05__medal {
  margin: min(calc(48 / 750 * 100vw), 48px) auto min(calc(24 / 750 * 100vw), 24px);
  width: min(calc(533 / 750 * 100vw), 533px);
}
.sec05__note {
  color: #333;
  text-align: center;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 150%;
  margin-bottom: min(calc(24 / 750 * 100vw), 24px);
}
.sec05__block02 {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
  position: relative;
}
.sec05__block02:before {
  content: "";
  display: block;
  width: min(calc(2 / 750 * 100vw), 2px);
  height: min(calc(40 / 750 * 100vw), 40px);
  background-color: #E58C8A;
  position: absolute;
  top: max(calc(0 / 750 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
}
.sec05__block02-inner {
  padding: min(calc(32 / 750 * 100vw), 32px) min(calc(40 / 750 * 100vw), 40px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #E58C8A;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 750 * 100vw), 16px);
  position: relative;
}
.sec05__block02-inner:before {
  content: "";
  display: block;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  background-color: #fff;
  position: absolute;
  right: max(calc(-2 / 750 * 100vw), -2px);
  top: max(calc(-2 / 750 * 100vw), -2px);
}
.sec05__block02-inner:after {
  content: "";
  display: block;
  width: min(calc(24 / 750 * 100vw), 24px);
  height: min(calc(24 / 750 * 100vw), 24px);
  background-color: #fff;
  position: absolute;
  left: max(calc(-2 / 750 * 100vw), -2px);
  bottom: max(calc(-2 / 750 * 100vw), -2px);
}
.sec05__block02-inner .text {
  color: #333;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}

.sec06 {
  padding: min(calc(120 / 750 * 100vw), 120px) 0;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #E58C8A;
  background-image: url(../img/sec06_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.sec06__title {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto min(calc(64 / 750 * 100vw), 64px);
}
.sec06__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #283C5A;
  display: block;
}
.sec06__title-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283C5A;
  display: block;
}
.sec06__content-list {
  width: min(calc(690 / 750 * 100vw), 690px);
  margin-left: auto;
}
.sec06__content-item {
  display: flex;
  justify-content: space-between;
  padding: min(calc(56 / 750 * 100vw), 56px) min(calc(60 / 750 * 100vw), 60px) min(calc(56 / 750 * 100vw), 56px) 0;
  border-radius: min(calc(16 / 750 * 100vw), 16px) 0px 0px 0px;
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #667A99;
  background: #FFF;
}
.sec06__content-item:last-child {
  border-bottom: none;
}
.sec06__content-profile {
  flex: 0 0 min(calc(146 / 750 * 100vw), 146px);
}
.sec06__content-avatar {
  width: min(calc(146 / 750 * 100vw), 146px);
  margin-bottom: min(calc(8 / 750 * 100vw), 8px);
}
.sec06__content-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #333;
  text-align: center;
}
.sec06__content-textarea {
  flex: 0 0 min(calc(444 / 750 * 100vw), 444px);
}
.sec06__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
  margin-bottom: min(calc(16 / 750 * 100vw), 16px);
}
.sec06__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
.sec06__generation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 750 * 100vw), 24px);
  width: 100%;
}
.sec06__generation-image {
  width: min(calc(630 / 750 * 100vw), 630px);
}
.sec06__generation-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 750 * 100vw), 40px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #667A99;
  text-align: center;
}

.sec07 {
  padding: min(calc(120 / 750 * 100vw), 120px) 0;
}
.sec07__inner {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec07__title {
  display: flex;
  flex-direction: column;
  margin-bottom: min(calc(56 / 750 * 100vw), 56px);
}
.sec07__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #283C5A;
}
.sec07__title-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #283C5A;
}
.sec07 .adlp-accordion__wrapper {
  gap: min(calc(56 / 750 * 100vw), 56px);
}
.sec07 .adlp-accordion__header__inner {
  border: min(calc(2 / 750 * 100vw), 2px) solid #E58C8A;
  border-radius: min(calc(100 / 750 * 100vw), 100px);
  padding: min(calc(16 / 750 * 100vw), 16px) min(calc(100 / 750 * 100vw), 100px) min(calc(16 / 750 * 100vw), 16px) min(calc(40 / 750 * 100vw), 40px);
}
.sec07 .adlp-accordion__header__inner .text {
  color: #E58C8A;
  text-align: justify;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-weight: 500;
  line-height: 160%;
}
.sec07 .adlp-accordion__header::after {
  width: min(calc(16 / 750 * 100vw), 16px);
  height: min(calc(16 / 750 * 100vw), 16px);
  right: min(calc(40 / 750 * 100vw), 40px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5749 16.5V9.78932H0V7.21068H6.5749V0.5H9.4251V7.21068H16V9.78932H9.4251V16.5H6.5749Z' fill='%23E58C8A'/%3E%3C/svg%3E%0A");
}
.sec07 .adlp-accordion__header.--open::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.5V6.5H16V10.5H0Z' fill='%23E58C8A'/%3E%3C/svg%3E%0A");
}
.sec07 .adlp-accordion__body__inner {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 max(calc(0 / 750 * 100vw), 0px);
}
.sec07 .adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 180%;
}
.sec07__acc-item {
  padding: min(calc(56 / 750 * 100vw), 56px) min(calc(24 / 750 * 100vw), 24px);
  border-bottom: min(calc(2 / 750 * 100vw), 2px) solid #DDD;
}
.sec07__acc-item:first-child {
  padding-top: min(calc(40 / 750 * 100vw), 40px);
}
.sec07__acc-item:last-child {
  border-bottom: none;
}
.sec07__acc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec07__acc-name {
  flex: 0 0 min(calc(184 / 750 * 100vw), 184px);
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 160%;
}
.sec07__acc-img {
  flex: 0 0 min(calc(398 / 750 * 100vw), 398px);
}
.sec07__acc-title {
  margin-top: min(calc(16 / 750 * 100vw), 16px);
  color: #667A99;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
  position: relative;
}
.sec07__acc-title:before {
  content: "";
  display: block;
  background-color: #DDD;
  width: 100%;
  height: min(calc(2 / 750 * 100vw), 2px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec07__acc-title span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: min(calc(16 / 750 * 100vw), 16px);
}
.sec07__acc-text {
  color: #666;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
}
.sec07__acc-text .note {
  font-size: min(calc(20 / 750 * 100vw), 20px);
  line-height: 150%;
  display: block;
}
.sec07__acc-tel a {
  color: #666;
  text-align: justify;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  font-weight: 400;
  line-height: 160%;
}

.sec08 {
  background: #F4F6F9;
  padding: 0 0 min(calc(120 / 750 * 100vw), 120px);
}
.sec08__header {
  margin-bottom: min(calc(40 / 750 * 100vw), 40px);
}
.sec08__container {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(56 / 750 * 100vw), 56px);
}
.sec08__title {
  display: flex;
  flex-direction: column;
}
.sec08__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #283C5A;
}
.sec08__title-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #283C5A;
}
.sec08__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(80 / 750 * 100vw), 80px);
}
.sec08__plan {
  background: #FFFFFF;
  border-radius: min(calc(16 / 750 * 100vw), 16px);
  padding: min(calc(32 / 750 * 100vw), 32px) 0 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sec08__plan:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(76 / 750 * 100vw), 76px);
  height: min(calc(50 / 750 * 100vw), 50px);
  position: absolute;
  left: max(calc(-25 / 750 * 100vw), -25px);
  top: max(calc(-25 / 750 * 100vw), -25px);
}
.sec08__plan:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='50' viewBox='0 0 76 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.6178 0.00331026C54.1971 -0.0751958 57.8325 1.24659 60.547 3.55211C62.472 5.18792 63.5177 7.31559 65.1705 9.14847C67.4574 11.6815 70.5114 13.1491 72.675 15.6965C77.7694 21.6966 76.8533 30.8578 70.9983 36.052C69.6931 37.2088 68.1476 38.0772 66.8472 39.2467C64.3569 41.4834 62.9092 44.5611 60.4605 46.5927C54.7832 51.3014 46.558 51.0915 41.0665 46.2001C39.441 44.7518 38.6178 42.9942 37.2405 41.4033C34.0616 37.7311 29.6319 36.1353 27.4699 31.5339C25.3111 26.9357 25.476 21.2592 28.3251 17.0007C30.7001 13.4487 34.6413 11.7552 37.3911 8.50279C38.2335 7.50625 38.8837 6.2101 39.7084 5.23117C42.3285 2.12618 46.5484 0.0930315 50.6178 0.00331026Z' fill='%23283C5A'/%3E%3Cpath d='M24.6178 0.00331026C28.1971 -0.0751958 31.8325 1.24659 34.547 3.55211C36.472 5.18792 37.5177 7.31559 39.1705 9.14847C41.4574 11.6815 44.5114 13.1491 46.675 15.6965C51.7694 21.6966 50.8533 30.8578 44.9983 36.052C43.6931 37.2088 42.1476 38.0772 40.8472 39.2467C38.3569 41.4834 36.9092 44.5611 34.4605 46.5927C28.7832 51.3014 20.558 51.0915 15.0665 46.2001C13.441 44.7518 12.6178 42.9942 11.2405 41.4033C8.06159 37.7311 3.63188 36.1353 1.46988 31.5339C-0.688927 26.9357 -0.523974 21.2592 2.32507 17.0007C4.70007 13.4487 8.64133 11.7552 11.3911 8.50279C12.2335 7.50625 12.8837 6.2101 13.7084 5.23117C16.3285 2.12618 20.5484 0.0930315 24.6178 0.00331026Z' fill='%23E58C8A'/%3E%3C/svg%3E%0A");
}
.sec08__plan:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='76' height='50' viewBox='0 0 76 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50.6178 0.00331026C54.1971 -0.0751958 57.8325 1.24659 60.547 3.55211C62.472 5.18792 63.5177 7.31559 65.1705 9.14847C67.4574 11.6815 70.5114 13.1491 72.675 15.6965C77.7694 21.6966 76.8533 30.8578 70.9983 36.052C69.6931 37.2088 68.1476 38.0772 66.8472 39.2467C64.3569 41.4834 62.9092 44.5611 60.4605 46.5927C54.7832 51.3014 46.558 51.0915 41.0665 46.2001C39.441 44.7518 38.6178 42.9942 37.2405 41.4033C34.0616 37.7311 29.6319 36.1353 27.4699 31.5339C25.3111 26.9357 25.476 21.2592 28.3251 17.0007C30.7001 13.4487 34.6413 11.7552 37.3911 8.50279C38.2335 7.50625 38.8837 6.2101 39.7084 5.23117C42.3285 2.12618 46.5484 0.0930315 50.6178 0.00331026Z' fill='%23283C5A'/%3E%3Cpath d='M24.6178 0.00331026C28.1971 -0.0751958 31.8325 1.24659 34.547 3.55211C36.472 5.18792 37.5177 7.31559 39.1705 9.14847C41.4574 11.6815 44.5114 13.1491 46.675 15.6965C51.7694 21.6966 50.8533 30.8578 44.9983 36.052C43.6931 37.2088 42.1476 38.0772 40.8472 39.2467C38.3569 41.4834 36.9092 44.5611 34.4605 46.5927C28.7832 51.3014 20.558 51.0915 15.0665 46.2001C13.441 44.7518 12.6178 42.9942 11.2405 41.4033C8.06159 37.7311 3.63188 36.1353 1.46988 31.5339C-0.688927 26.9357 -0.523974 21.2592 2.32507 17.0007C4.70007 13.4487 8.64133 11.7552 11.3911 8.50279C12.2335 7.50625 12.8837 6.2101 13.7084 5.23117C16.3285 2.12618 20.5484 0.0930315 24.6178 0.00331026Z' fill='%23667A99'/%3E%3C/svg%3E%0A");
}
.sec08__plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 min(calc(40 / 750 * 100vw), 40px) min(calc(16 / 750 * 100vw), 16px);
}
.sec08__plan-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #E58C8A;
  text-align: center;
  margin-bottom: max(calc(0 / 750 * 100vw), 0px);
}
.sec08__plan-title.--blue {
  color: #667A99;
}
.sec08__plan-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #E58C8A;
  text-align: center;
}
.sec08__plan-desc.--blue {
  color: #667A99;
}
.sec08__plan-divider {
  width: 100%;
  height: min(calc(2 / 750 * 100vw), 2px);
  background: #DDDDDD;
}
.sec08__plan-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0 min(calc(40 / 750 * 100vw), 40px) min(calc(4 / 750 * 100vw), 4px);
}
.sec08__price {
  display: flex;
  align-items: baseline;
}
.sec08__price-yen {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(48 / 750 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__price-amount {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(64 / 750 * 100vw), 64px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__price-unit {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__plan-detail {
  display: flex;
  justify-content: center;
  padding: 0 min(calc(40 / 750 * 100vw), 40px) 0 0;
  width: 100%;
}
.sec08__detail-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 min(calc(32 / 750 * 100vw), 32px);
  flex: 0 0 auto;
}
.sec08__detail-subtitle span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__detail-divider {
  width: min(calc(2 / 750 * 100vw), 2px);
  background: #DDDDDD;
  flex: 0 0 min(calc(2 / 750 * 100vw), 2px);
}
.sec08__detail-content {
  padding: min(calc(16 / 750 * 100vw), 16px) 0 min(calc(16 / 750 * 100vw), 16px) min(calc(32 / 750 * 100vw), 32px);
  flex: 1;
}
.sec08__detail-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(26 / 750 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: justify;
}

.sec09 {
  padding: min(calc(120 / 750 * 100vw), 120px) 0 min(calc(80 / 750 * 100vw), 80px);
}
.sec09__inner {
  width: min(calc(630 / 750 * 100vw), 630px);
  margin: 0 auto;
}
.sec09__title {
  color: #283C5A;
  text-align: justify;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(56 / 750 * 100vw), 56px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(56 / 750 * 100vw), 56px);
}
.sec09 .adlp-accordion__wrapper {
  gap: 0;
}
.sec09 .adlp-accordion__header {
  border-top: min(calc(2 / 750 * 100vw), 2px) solid #ddd;
}
.sec09 .adlp-accordion__header__inner {
  padding: min(calc(40 / 750 * 100vw), 40px) min(calc(100 / 750 * 100vw), 100px) min(calc(40 / 750 * 100vw), 40px) 0;
}
.sec09 .adlp-accordion__header__inner .text {
  color: #283C5A;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 160%;
}
.sec09 .adlp-accordion__header::after {
  width: min(calc(64 / 750 * 100vw), 64px);
  height: min(calc(64 / 750 * 100vw), 64px);
  right: max(calc(0 / 750 * 100vw), 0px);
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='31' stroke='%23667A99' stroke-width='2'/%3E%3Cpath d='M30.5749 40V33.2893H24V30.7107H30.5749V24H33.4251V30.7107H40V33.2893H33.4251V40H30.5749Z' fill='%23667A99'/%3E%3C/svg%3E%0A");
}
.sec09 .adlp-accordion__header.--open::after {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='31' stroke='%23667A99' stroke-width='2'/%3E%3Cpath d='M24 34V30H40V34H24Z' fill='%23667A99'/%3E%3C/svg%3E%0A");
}
.sec09 .adlp-accordion__body__inner {
  padding: max(calc(0 / 750 * 100vw), 0px) 0 min(calc(40 / 750 * 100vw), 40px);
}
.sec09 .adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-size: min(calc(30 / 750 * 100vw), 30px);
  font-weight: 400;
  line-height: 180%;
}
/*# sourceMappingURL=fv.css.map */
