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

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

.--en {
  font-family: "Gideon Roman", serif;
}

br {
  display: block;
}

* {
  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;
  line-height: 180%;
  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;
  color: #333;
}
@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;
}

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

@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: #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 / 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%, #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 / 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-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: fit-content;
  z-index: 90;
  padding: min(calc(12 / 1080 * 100vw), 12px);
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
  }
}
.adlp-floating .adlp-btn.--btn04 {
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 {
    box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.24);
  }
}
@media screen and (min-width: 768px) {
  .adlp-floating .adlp-btn.--btn04 {
    width: min(calc(140 / 1080 * 100vw), 140px) !important;
    height: min(calc(140 / 1080 * 100vw), 140px) !important;
    padding: min(calc(14 / 1080 * 100vw), 14px) 0 0 !important;
  }
  .adlp-floating .adlp-btn.--btn04 .text01 {
    line-height: 1.2 !important;
  }
  .adlp-floating .adlp-btn.--btn04 .cv__btn-sub {
    flex-direction: row;
    white-space: nowrap;
    width: fit-content;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    border-radius: min(calc(4 / 1080 * 100vw), 4px);
    top: min(calc(26 / 1080 * 100vw), 26px);
    padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(8 / 1080 * 100vw), 8px);
  }
  .adlp-floating .adlp-btn.--btn04::after {
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: min(calc(10 / 1080 * 100vw), 10px);
  }
  .adlp-floating .adlp-btn.--btn04:hover::after {
    transform: translate(0, -50%);
  }
}

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

.cv {
  background-color: rgb(157, 15, 49);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv {
    gap: calc(16 / 750 * 100vw);
  }
}
.cv.--a {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .cv.--a {
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.cv.--b {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .cv.--b {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.cv.--c {
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv.--c {
    padding: 0 0 calc(120 / 750 * 100vw);
  }
}
.cv__text {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.cv .adlp-btn.--btn04, .adlp-floating .adlp-btn.--btn04 {
  background: rgb(40, 63, 109);
  width: min(calc(360 / 1080 * 100vw), 360px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.56);
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn.--btn04, .adlp-floating .adlp-btn.--btn04 {
    width: calc(550 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
    box-shadow: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.56);
  }
}
.cv .adlp-btn.--btn04 p span.text01, .adlp-floating .adlp-btn.--btn04 p span.text01 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn.--btn04 p span.text01, .adlp-floating .adlp-btn.--btn04 p span.text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv .adlp-btn.--btn04::after, .adlp-floating .adlp-btn.--btn04::after {
  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.7071 8.70711C16.0976 8.31658 16.0976 7.68342 15.7071 7.29289L9.34315 0.928932C8.95262 0.538408 8.31946 0.538408 7.92893 0.928932C7.53841 1.31946 7.53841 1.95262 7.92893 2.34315L13.5858 8L7.92893 13.6569C7.53841 14.0474 7.53841 14.6805 7.92893 15.0711C8.31946 15.4616 8.95262 15.4616 9.34315 15.0711L15.7071 8.70711ZM0 8V9H15V8V7H0V8Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  right: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn.--btn04::after, .adlp-floating .adlp-btn.--btn04::after {
    right: calc(32 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.cv__btn-sub, .adlp-floating__btn-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  left: min(calc(8 / 1080 * 100vw), 8px);
  top: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(40, 63, 109);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__btn-sub, .adlp-floating__btn-sub {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    left: calc(12 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
  }
}
.cv__btn-sub .text-top, .adlp-floating__btn-sub .text-top {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cv__btn-sub .text-top, .adlp-floating__btn-sub .text-top {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv__btn-sub .text-bottom, .adlp-floating__btn-sub .text-bottom {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__btn-sub .text-bottom, .adlp-floating__btn-sub .text-bottom {
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.fv__visual {
  position: relative;
  height: min(calc(550 / 1080 * 100vw), 550px);
}
@media screen and (max-width: 767px) {
  .fv__visual {
    height: calc(923 / 750 * 100vw);
  }
}
.fv__logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    top: calc(24 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
  }
}
.fv__hero-content {
  position: absolute;
  top: min(calc(156 / 1080 * 100vw), 156px);
  left: min(calc(528 / 1080 * 100vw), 528px);
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv__hero-content {
    top: calc(420 / 750 * 100vw);
    left: calc(56 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv.--b .fv__hero-content {
    top: calc(480 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .fv.--c .fv__hero-content {
    top: min(calc(126 / 1080 * 100vw), 126px);
  }
}
.fv__tag {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(370 / 1080 * 100vw), 370px);
}
@media screen and (max-width: 767px) {
  .fv__tag {
    gap: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
    width: calc(360 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv.--b .fv__tag {
    width: calc(480 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .fv.--c .fv__tag {
    gap: min(calc(8 / 1080 * 100vw), 8px);
    width: min(calc(260 / 1080 * 100vw), 260px);
  }
}
.fv__tag-item {
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
  background-color: rgb(255, 255, 255);
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(17 / 1080 * 100vw), 17px);
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .fv__tag-item {
    padding: calc(2 / 750 * 100vw) calc(8 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__tag-item .text-small {
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__tag-item .text-small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__title {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    gap: calc(16 / 750 * 100vw);
  }
}
.fv__title-sub {
  position: relative;
}
.fv__title-sub::after {
  content: "";
  display: block;
  width: min(calc(215 / 1080 * 100vw), 215px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  margin-left: 0;
  background: url(../img/pc/fv_arrow.svg) 0 100%/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv__title-sub::after {
    width: calc(406 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    margin-left: calc(-56 / 750 * 100vw);
    background: url(../img/pc/fv_arrow.svg) 0 100%/100% no-repeat;
  }
}
.fv__title-sub-text {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .fv__title-sub-text {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__title-main {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__title-main {
    gap: calc(8 / 750 * 100vw);
  }
}
.fv__title-main h1 {
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fv__title-main h1 {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .fv.--b .fv__title-main h1 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__title-en {
  color: rgba(189, 187, 187, 0.8);
  font-weight: 400;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__title-en {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.01em;
  }
}
.fv__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    flex-direction: column;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.fv__medals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .fv__medals {
    gap: calc(16 / 750 * 100vw);
  }
}
.fv__medals picture {
  width: min(calc(147 / 1080 * 100vw), 147px);
  height: min(calc(137 / 1080 * 100vw), 137px);
}
@media screen and (max-width: 767px) {
  .fv__medals picture {
    width: calc(210 / 750 * 100vw);
    height: calc(195 / 750 * 100vw);
  }
}
.fv__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__content {
    align-items: center;
    gap: calc(8 / 750 * 100vw);
  }
}
.fv__subtitle {
  width: fit-content;
  background: linear-gradient(90deg, #8B0C2A 0%, #A82648 50%, #8B0C2A 100%);
  padding: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(2 / 1080 * 100vw), 2px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0 calc(8 / 750 * 100vw) calc(4 / 750 * 100vw);
    text-align: center;
  }
}
.fv__content-title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: rgb(157, 15, 49);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__content-title {
    font-size: calc(36 / 750 * 100vw);
    text-align: center;
  }
}
.fv__content-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(51, 51, 51);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__content-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    text-align: center;
  }
}
.fv__caption {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: rgb(153, 153, 153);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__caption {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.fv__bottom-img {
  width: min(calc(420 / 1080 * 100vw), 420px);
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
}
@media screen and (max-width: 767px) {
  .fv__bottom-img {
    width: calc(630 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
  }
}
.fv__slide {
  opacity: 1;
  transition: opacity 1.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__slide.--fadeout {
  opacity: 0;
}
.fv__slide:first-child {
  z-index: 3;
}

.sec01 {
  background-color: rgb(242, 237, 231);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec01__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec01__row:nth-child(1) {
  background: url("data:image/svg+xml,%3Csvg width='1000' height='218' viewBox='0 0 1000 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_282_1090' fill='white'%3E%3Cpath d='M0 0H1000V201H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM1000 0H1001V-1H1000V0ZM0 0V1H1000V0V-1H0V0ZM1000 0H999V201H1000H1001V0H1000ZM0 201H1V0H0H-1V201H0Z' fill='%239D0F31' mask='url(%23path-1-inside-1_282_1090)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M488 202L-8.74228e-08 202L0 201L488 201L488 202Z' fill='%239D0F31'/%3E%3Cpath d='M512 201L500 217L488 201' stroke='%239D0F31'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1000 202L512 202L512 201L1000 201L1000 202Z' fill='%239D0F31'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(218 / 1080 * 100vw), 218px);
}
@media screen and (max-width: 767px) {
  .sec01__row:nth-child(1) {
    background: url("data:image/svg+xml,%3Csvg width='630' height='284' viewBox='0 0 630 284' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_282_1150' fill='white'%3E%3Cpath d='M0 0H630V258H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-2H-2V0H0ZM630 0H632V-2H630V0ZM0 0V2H630V0V-2H0V0ZM630 0H628V258H630H632V0H630ZM0 258H2V0H0H-2V258H0Z' fill='%239D0F31' mask='url(%23path-1-inside-1_282_1150)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M299 260L-1.74846e-07 260L0 258L299 258L299 260Z' fill='%239D0F31'/%3E%3Cpath d='M331 258L315 282L299 258' stroke='%239D0F31' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M630 260L331 260L331 258L630 258L630 260Z' fill='%239D0F31'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
    width: calc(630 / 750 * 100vw);
    height: calc(284 / 750 * 100vw);
  }
}
.sec01__row:nth-child(2) {
  width: min(calc(560 / 1080 * 100vw), 560px);
}
@media screen and (max-width: 767px) {
  .sec01__row:nth-child(2) {
    width: calc(550 / 750 * 100vw);
  }
}
.sec01__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__content {
    gap: calc(24 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.sec01__title {
  color: rgb(157, 15, 49);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.sec01__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__detail {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec01__detail-text {
  color: rgb(51, 51, 51);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec01__detail-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__logo {
  width: min(calc(232 / 1080 * 100vw), 232px);
  height: min(calc(105 / 1080 * 100vw), 105px);
}
@media screen and (max-width: 767px) {
  .sec01__logo {
    width: calc(232 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
  }
}
.sec01__subsidy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  width: 100%;
  background: radial-gradient(rgba(235, 177, 89, 0.922) 0%, rgba(191, 147, 80, 0.749) 100%);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__subsidy {
    gap: calc(16 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) 0;
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec01__subsidy-text-1 {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-1 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__subsidy-text-1::before, .sec01__subsidy-text-1::after {
  content: "";
  display: block;
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-1::before, .sec01__subsidy-text-1::after {
    height: 2px;
  }
}
.sec01__subsidy-text-2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0 0 min(calc(4 / 1080 * 100vw), 4px);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-2 {
    padding: 0 0 calc(8 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__subsidy-text-2 .text-large {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-2 .text-large {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec01__subsidy-text-2 .text-normal {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-2 .text-normal {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__subsidy-text-3 {
  display: flex;
  justify-content: center;
  background: rgb(242, 237, 231);
  width: min(calc(280 / 1080 * 100vw), 280px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: rgb(177, 125, 48);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-3 {
    width: calc(480 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.04em;
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec01__subsidy-text-3 .text-large {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec01__subsidy-text-3 .text-large {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1;
  }
}
.sec01__note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(102, 102, 102);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__note {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.sec01__achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__achievement {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec01__achievement-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(40, 63, 109);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__achievement-text {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__achievement-text .text-large {
  color: rgb(40, 63, 109);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec01__achievement-text .text-large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__achievement-text::before, .sec01__achievement-text::after {
  content: "";
  display: block;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  border: solid rgb(40, 63, 109);
  border-width: 1px 0 1px 1px;
}
@media screen and (max-width: 767px) {
  .sec01__achievement-text::before, .sec01__achievement-text::after {
    width: calc(24 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.sec01__achievement-text::after {
  transform: scale(-1, 1);
}

.sec02 {
  background-color: rgb(245, 245, 245);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) 0 calc(176 / 750 * 100vw);
  }
}
.sec02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__image {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec02__image {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02 .sec02__content {
  padding: 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__content {
    padding: 0;
  }
}
.sec02__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__subtitle {
    gap: calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__subtitle:before, .sec02__subtitle::after {
  content: "";
  display: block;
  background: rgb(157, 15, 49);
  height: 1px;
  width: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__subtitle:before, .sec02__subtitle::after {
    width: calc(56 / 750 * 100vw);
  }
}
.sec02__title {
  margin: min(calc(4 / 1080 * 100vw), 4px) 0 min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  color: rgb(157, 15, 49);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    margin: min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(40 / 1080 * 100vw), 40px);
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__items {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__items {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec02__item {
  display: flex;
  justify-content: space-between;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(51, 51, 51);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__item {
    gap: calc(26 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__item:before, .sec02__item::after {
  content: "";
  display: block;
  border: solid rgb(157, 15, 49);
  border-width: 1px 0 1px 1px;
  width: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__item:before, .sec02__item::after {
    width: calc(24 / 750 * 100vw);
  }
}
.sec02__item::after {
  transform: scale(-1, 1);
}

.sec03 {
  background: linear-gradient(180deg, rgb(245, 245, 245) 0, rgb(245, 245, 245) min(calc(56 / 1080 * 100vw), 56px), #fff min(calc(56 / 1080 * 100vw), 56px));
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: linear-gradient(180deg, rgb(245, 245, 245) 0, rgb(245, 245, 245) calc(104 / 750 * 100vw), #fff calc(104 / 750 * 100vw));
    padding: 0 0 calc(120 / 750 * 100vw);
  }
}
.sec03__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec03__container {
    gap: calc(56 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec03__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec03__row.--a {
  position: relative;
}
.sec03__row.--a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: rgb(157, 15, 49);
  top: max(calc(-24 / 1080 * 100vw), -24px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__row.--a::after {
    top: calc(-56 / 750 * 100vw);
    width: calc(4 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.sec03__row.--b img {
  width: min(calc(400.5 / 1080 * 100vw), 400.5px);
}
@media screen and (max-width: 767px) {
  .sec03__row.--b img {
    width: calc(631 / 750 * 100vw);
  }
}
.sec03__row--c {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec03__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(calc(320 / 1080 * 100vw), 320px);
  background-color: rgb(157, 15, 49);
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    height: calc(630 / 750 * 100vw);
  }
}
.sec03__inner::before, .sec03__inner::after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec03__inner::before, .sec03__inner::after {
    width: calc(68 / 750 * 100vw);
  }
}
.sec03__inner::before {
  bottom: min(calc(32 / 1080 * 100vw), 32px);
  left: min(calc(10 / 1080 * 100vw), 10px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec03__inner::before {
    bottom: calc(40 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
  }
}
.sec03__inner::after {
  top: min(calc(32 / 1080 * 100vw), 32px);
  right: min(calc(10 / 1080 * 100vw), 10px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec03__inner::after {
    top: calc(40 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
  }
}
.sec03__title {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec03__title {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__title-small {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__title-small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__title-main {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__title-main {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec03__title-en {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__title-en {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__subtitle {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .sec03__subtitle {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__subtitle-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 min(calc(4 / 1080 * 100vw), 4px);
  background-color: rgb(40, 63, 109);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__subtitle-item {
    width: fit-content;
    padding: 0 calc(8 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__inner-group {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: min(calc(41 / 1080 * 100vw), 41px);
  margin-top: max(calc(-16 / 1080 * 100vw), -16px);
}
@media screen and (max-width: 767px) {
  .sec03__inner-group {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(-16 / 750 * 100vw);
  }
}
.sec03__inner-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: rgb(245, 245, 245);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__inner-card {
    gap: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec03__card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: rgb(40, 63, 109);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-title {
    gap: calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__card-title::before, .sec03__card-title::after {
  content: "";
  display: block;
  background: rgb(40, 63, 109);
  height: 1px;
  width: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__card-title::before, .sec03__card-title::after {
    width: calc(56 / 750 * 100vw);
  }
}
.sec03__card-list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__card-list {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec03__card-item {
  display: flex;
  justify-content: center;
  padding-left: min(calc(22 / 1080 * 100vw), 22px);
  background: url(../img/common/icon_check1.svg) 0 min(calc(5 / 1080 * 100vw), 5px)/min(calc(16 / 1080 * 100vw), 16px) no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__card-item {
    padding-left: calc(36 / 750 * 100vw);
    background: url(../img/common/icon_check1.svg) 0 calc(10 / 750 * 100vw)/calc(28 / 750 * 100vw) no-repeat;
  }
}
.sec03__item-text {
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justified;
}
@media screen and (max-width: 767px) {
  .sec03__item-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__bottom-text {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-text {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0em;
  }
}

.sec04 {
  background: rgb(255, 255, 255);
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 0 0 calc(120 / 750 * 100vw);
  }
}
.sec04__subtitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__subtitle {
    width: calc(360 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__subtitle::before, .sec04__subtitle::after {
  content: "";
  position: absolute;
  width: calc(100% - min(calc(8 / 1080 * 100vw), 8px));
  height: calc(100% - min(calc(8 / 1080 * 100vw), 8px));
  border: min(calc(1 / 1080 * 100vw), 1px) solid rgb(157, 15, 49);
}
@media screen and (max-width: 767px) {
  .sec04__subtitle::before, .sec04__subtitle::after {
    width: calc(100% - calc(24 / 750 * 100vw));
    height: calc(100% - calc(24 / 750 * 100vw));
    border: calc(2 / 750 * 100vw) solid rgb(157, 15, 49);
  }
}
.sec04__subtitle::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.sec04__subtitle::after {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
.sec04__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04__content {
    flex-direction: column;
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.sec04__inner {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 100%;
  }
}
.sec04__inner img {
  width: min(calc(432 / 1080 * 100vw), 432px);
  margin: 0 auto max(calc(-80 / 1080 * 100vw), -80px);
}
@media screen and (max-width: 767px) {
  .sec04__inner img {
    width: calc(550 / 750 * 100vw);
    margin: 0 auto calc(-120 / 750 * 100vw);
  }
}
.sec04__inner .sec04__mask {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(157, 15, 49);
  width: fit-content;
  height: min(calc(163 / 1080 * 100vw), 163px);
}
@media screen and (max-width: 767px) {
  .sec04__inner .sec04__mask {
    height: auto;
  }
}
.sec04__inner:nth-child(odd) .sec04__txt {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec04__inner:nth-child(odd) .sec04__mask {
    margin: 0 0 0 auto;
  }
}
.sec04__inner:nth-child(even) .sec04__mask {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner:nth-child(even) .sec04__mask {
    margin: 0;
  }
}
.sec04__inner:nth-child(n+3) .sec04__mask {
  height: min(calc(192 / 1080 * 100vw), 192px);
}
@media screen and (max-width: 767px) {
  .sec04__inner:nth-child(n+3) .sec04__mask {
    height: auto;
  }
}
.sec04__txt {
  display: flex;
  flex-direction: column;
  padding: 0 min(calc(36 / 1080 * 100vw), 36px);
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04__txt {
    padding: calc(40 / 750 * 100vw) calc(36 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}
.sec04__txt-small {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec04__txt-small {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__txt-large {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec04__txt-large {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__bottom {
  width: fit-content;
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: rgb(157, 15, 49);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .sec04__bottom {
    margin: calc(40 / 750 * 100vw) auto 0;
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__bottom span {
  border-bottom: 1px solid rgb(157, 15, 49);
}

.sec05 {
  background: rgb(255, 255, 255);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec05__container {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__container {
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec05__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    gap: calc(62 / 750 * 100vw);
  }
}
.sec05__title::before, .sec05__title::after {
  content: "";
  display: block;
  background: rgb(157, 15, 49);
  width: 1px;
  height: min(calc(136 / 1080 * 100vw), 136px);
  transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .sec05__title::before, .sec05__title::after {
    height: calc(210 / 750 * 100vw);
    transform: rotate(-25deg);
  }
}
.sec05__title-main {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__title-main {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__title-text1 {
  font-weight: 600;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title-text1 {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec05__title-text2 {
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title-text2 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__title-text3 {
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title-text3 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__title-en {
  color: rgb(157, 15, 49);
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title-en {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}
.sec05__content-container {
  display: flex;
  flex-direction: column;
  gap: min(calc(120 / 1080 * 100vw), 120px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__content-container {
    gap: calc(120 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec05__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__content {
    gap: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(even) .sec05__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(even) .sec05__visual {
    margin: 0 calc(-60 / 750 * 100vw) 0 auto;
  }
}
.sec05__content:nth-child(even) .sec05__item-content h4 {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(even) .sec05__item-content h4 {
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
  }
}
.sec05__content:nth-child(even) .sec05__item-content .sec05__item-image {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(even) .sec05__item-content .sec05__item-image {
    grid-column: 1;
    grid-row: 2;
  }
}
.sec05__content:nth-child(even) .sec05__item-content .sec05__item-text {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(even) .sec05__item-content .sec05__item-text {
    grid-column: 1;
    grid-row: 3;
    align-self: stretch;
  }
}
.sec05__content:nth-child(2) .sec05__item-content {
  grid-template-columns: 1fr min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(2) .sec05__item-content {
    grid-template-columns: 1fr;
  }
}
.sec05__content:nth-child(2) .sec05__item-image {
  width: min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(2) .sec05__item-image {
    width: 100%;
  }
}
.sec05__content:nth-child(4) .sec05__item-content {
  grid-template-columns: 1fr min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(4) .sec05__item-content {
    grid-template-columns: 1fr;
  }
}
.sec05__content:nth-child(4) .sec05__item-image {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(4) .sec05__item-image {
    width: calc(386 / 750 * 100vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec05__content:nth-child(4) h4 {
    text-align: center;
  }
}
.sec05__content .sec05__inner {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__content .sec05__inner {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec05__visual {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec05__visual {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto 0 calc(-60 / 750 * 100vw);
  }
}
.sec05__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__detail {
    gap: calc(24 / 750 * 100vw);
    padding: 0 0;
  }
}
.sec05__detail-title {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__detail-title {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec05__detail-main p {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__detail-main p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__detail-main h3 {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__detail-main h3 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__detail-sub {
  position: relative;
  background: rgb(157, 15, 49);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__detail-sub {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec05__detail-sub::before, .sec05__detail-sub::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5px;
  left: -0.5px;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: 103%;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .sec05__detail-sub::before, .sec05__detail-sub::after {
    width: calc(16 / 750 * 100vw);
  }
}
.sec05__detail-sub::after {
  left: auto;
  bottom: auto;
  top: -0.5px;
  right: -0.5px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.sec05__detail-sub span {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05__detail-sub span {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec05__detail-desc p {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__detail-desc p {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.sec05__inner-items {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__inner-items {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec05__item-detail {
  border-top: 1px solid rgb(157, 15, 49);
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__item-detail {
    padding-top: calc(24 / 750 * 100vw);
  }
}
.sec05__item-content {
  display: grid;
  gap: min(calc(8 / 1080 * 100vw), 8px) min(calc(40 / 1080 * 100vw), 40px);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .sec05__item-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: calc(16 / 750 * 100vw);
  }
}
.sec05__item-content h4 {
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .sec05__item-content h4 {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
  }
}
.sec05__item-image {
  width: min(calc(480 / 1080 * 100vw), 480px);
  grid-column: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .sec05__item-image {
    width: 100%;
    grid-column: 1;
    grid-row: 2;
  }
}
.sec05__item-image img {
  width: 100%;
  height: auto;
}
.sec05__item-text {
  flex: 1;
  display: flex;
  align-items: center;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}
@media screen and (max-width: 767px) {
  .sec05__item-text {
    grid-column: 1;
    grid-row: 3;
    align-self: stretch;
  }
}
.sec05__item-text p {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__item-text p {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.sec05__item-buttons {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__item-buttons {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: fit-content;
    margin: 0 auto;
  }
}
.sec05__btn-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(40, 63, 109);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec05__btn-card {
    width: calc(550 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.sec05__btn-image {
  width: 100%;
}
.sec05__btn-image img {
  width: 100%;
  height: auto;
}
.sec05__btn-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__btn-content {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec05__btn-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec05__btn-text {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec05__btn-text p {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__btn-text p {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.sec05__btn-text h5 {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__btn-text h5 {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.sec05__btn-link {
  align-self: flex-end;
}
.sec05__btn-link a {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .sec05__btn-link a:hover {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec05__btn-link a {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}
.sec05__btn-link a::after {
  content: "";
  display: inline-block;
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
  background: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5758 4.96293C13.771 4.76767 13.771 4.45108 13.5758 4.25582L10.3938 1.07384C10.1985 0.878579 9.88195 0.878579 9.68669 1.07384C9.49143 1.2691 9.49143 1.58569 9.68669 1.78095L12.5151 4.60938L9.68669 7.4378C9.49143 7.63306 9.49143 7.94965 9.68669 8.14491C9.88195 8.34017 10.1985 8.34017 10.3938 8.14491L13.5758 4.96293ZM0 4.60938V5.10938H13.2222V4.60938V4.10938H0V4.60938Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05__btn-link a::after {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}
.sec05__career-item {
  background: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(80 / 1080 * 100vw), 80px) 0 0 min(calc(280 / 1080 * 100vw), 280px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(460 / 1080 * 100vw), 460px) min(calc(40 / 1080 * 100vw), 40px) min(calc(180 / 1080 * 100vw), 180px);
}
@media screen and (max-width: 767px) {
  .sec05__career-item {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    margin: calc(120 / 750 * 100vw) 0 0 calc(60 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05__career-image {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec05__career-image {
    width: 100%;
  }
}
.sec05__career-image img {
  width: 100%;
  height: auto;
}
.sec05__career-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__career-detail {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec05__career-detail h3 {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__career-detail h3 {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: -0.04em;
  }
}
.sec05__career-detail h3 .smaller {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec05__career-detail h3 .smaller {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__career-detail p {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__career-detail p {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
}

.sec06 {
  border: min(calc(24 / 1080 * 100vw), 24px) solid rgb(157, 15, 49);
  padding: min(calc(56 / 1080 * 100vw), 56px) 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    border-width: calc(40 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
}
.sec06__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__container {
    width: 100%;
  }
}
.sec06__title {
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec06__title-main {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__title-main {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__title-sub {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__title-sub {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__content {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__medals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__medals {
    gap: calc(40 / 750 * 100vw);
    width: 100%;
  }
}
.sec06__medal {
  width: min(calc(196 / 1080 * 100vw), 196px);
  height: min(calc(182 / 1080 * 100vw), 182px);
}
@media screen and (max-width: 767px) {
  .sec06__medal {
    width: calc(280 / 750 * 100vw);
    height: calc(260 / 750 * 100vw);
  }
}
.sec06__medal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec06__caption {
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__caption {
    padding: 0 calc(16 / 750 * 100vw);
  }
}
.sec06__caption p {
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__caption p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec07__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__container {
    width: calc(630 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec07__title-small {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__title-small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__title-large {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__title-large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__content {
    gap: calc(56 / 750 * 100vw);
  }
}
.sec07__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__item {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec07__inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    flex-direction: column;
    align-items: center;
    padding: calc(40 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec07__inner::before, .sec07__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - min(calc(24 / 1080 * 100vw), 24px));
  height: calc(100% - min(calc(24 / 1080 * 100vw), 24px));
}
@media screen and (max-width: 767px) {
  .sec07__inner::before, .sec07__inner::after {
    width: calc(100% - calc(24 / 750 * 100vw));
    height: calc(100% - calc(24 / 750 * 100vw));
  }
}
.sec07__inner::before {
  top: 0;
  right: 0;
  border-top: 1px solid rgb(157, 15, 49);
  border-right: 1px solid rgb(157, 15, 49);
}
.sec07__inner::after {
  left: 0;
  bottom: 0;
  border-left: 1px solid rgb(157, 15, 49);
  border-bottom: 1px solid rgb(157, 15, 49);
}
.sec07__user {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(200 / 1080 * 100vw), 200px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__user {
    flex-direction: row;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec07__user-img {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec07__user-img {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.sec07__user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec07__user-name {
  text-align: center;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07__user-name {
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
}
.sec07__name-main {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sec07__name-main {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07__name-suffix {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07__name-suffix {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec07__name-course {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07__name-course {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__detail {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec07__detail-title {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07__detail-title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07__detail-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07__detail-text {
    gap: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__arrow {
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__arrow {
    width: calc(16 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec07__arrow img {
  width: 100%;
  height: 100%;
}

.sec08 {
  background-color: rgb(242, 237, 231);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec08__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec08__row:nth-child(1) {
  background: url("data:image/svg+xml,%3Csvg width='1000' height='218' viewBox='0 0 1000 218' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_298_2527' fill='white'%3E%3Cpath d='M0 0H1000V201H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM1000 0H1001V-1H1000V0ZM0 0V1H1000V0V-1H0V0ZM1000 0H999V201H1000H1001V0H1000ZM0 201H1V0H0H-1V201H0Z' fill='%239D0F31' mask='url(%23path-1-inside-1_298_2527)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M488 202L-8.74228e-08 202L0 201L488 201L488 202Z' fill='%239D0F31'/%3E%3Cpath d='M512 201L500 217L488 201' stroke='%239D0F31'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1000 202L512 202L512 201L1000 201L1000 202Z' fill='%239D0F31'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(218 / 1080 * 100vw), 218px);
}
@media screen and (max-width: 767px) {
  .sec08__row:nth-child(1) {
    background: url("data:image/svg+xml,%3Csvg width='630' height='284' viewBox='0 0 630 284' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_298_2879' fill='white'%3E%3Cpath d='M0 0H630V258H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-2H-2V0H0ZM630 0H632V-2H630V0ZM0 0V2H630V0V-2H0V0ZM630 0H628V258H630H632V0H630ZM0 258H2V0H0H-2V258H0Z' fill='%239D0F31' mask='url(%23path-1-inside-1_298_2879)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M299 260L-1.74846e-07 260L0 258L299 258L299 260Z' fill='%239D0F31'/%3E%3Cpath d='M331 258L315 282L299 258' stroke='%239D0F31' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M630 260L331 260L331 258L630 258L630 260Z' fill='%239D0F31'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
    width: calc(630 / 750 * 100vw);
    height: calc(284 / 750 * 100vw);
  }
}
.sec08__row:nth-child(2) {
  width: min(calc(560 / 1080 * 100vw), 560px);
}
@media screen and (max-width: 767px) {
  .sec08__row:nth-child(2) {
    width: calc(550 / 750 * 100vw);
  }
}
.sec08__row:nth-child(3) {
  background: rgb(255, 255, 255);
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__row:nth-child(3) {
    gap: calc(24 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec08__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__content {
    gap: calc(24 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.sec08__title {
  color: rgb(157, 15, 49);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec08__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__detail {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec08__detail-text {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec08__detail-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__logo {
  width: min(calc(232 / 1080 * 100vw), 232px);
  height: min(calc(105 / 1080 * 100vw), 105px);
}
@media screen and (max-width: 767px) {
  .sec08__logo {
    width: calc(232 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
  }
}
.sec08__subsidy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  width: 100%;
  background: radial-gradient(rgba(235, 177, 89, 0.922) 0%, rgba(191, 147, 80, 0.749) 100%);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__subsidy {
    padding: calc(56 / 750 * 100vw) 0;
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec08__subsidy-text-1 {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-1 {
    font-size: calc(40 / 750 * 100vw);
  }
  .sec08__subsidy-text-1 span {
    line-height: 1;
  }
}
.sec08__subsidy-text-1::before, .sec08__subsidy-text-1::after {
  content: "";
  display: block;
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: 1px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-1::before, .sec08__subsidy-text-1::after {
    height: 2px;
  }
}
.sec08__subsidy-text-2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 0 0 min(calc(4 / 1080 * 100vw), 4px);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-2 {
    padding: 0;
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__subsidy-text-2 .text-large {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-2 .text-large {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec08__subsidy-text-2 .text-normal {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-2 .text-normal {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec08__subsidy-text-3 {
  display: flex;
  justify-content: center;
  background: rgb(242, 237, 231);
  width: min(calc(280 / 1080 * 100vw), 280px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: rgb(177, 125, 48);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-3 {
    width: calc(480 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec08__subsidy-text-3 .text-large {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec08__subsidy-text-3 .text-large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec08__note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__note {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
}
.sec08__main-title {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__main-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08__flow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__flow {
    flex-direction: column;
    gap: min(calc(40 / 1080 * 100vw), 40px);
    width: 100%;
  }
}
.sec08__flow::after {
  content: "";
  background: rgb(157, 15, 49);
  display: block;
  position: absolute;
  z-index: -1;
  width: 80%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec08__flow::after {
    width: 1px;
    height: 80%;
    z-index: -1;
  }
}
.sec08__flow-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(157, 15, 49);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__flow-item {
    flex-direction: row;
  }
}
.sec08__flow-img {
  width: min(calc(218 / 1080 * 100vw), 218px);
  height: min(calc(218 / 1080 * 100vw), 218px);
}
@media screen and (max-width: 767px) {
  .sec08__flow-img {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}
.sec08__flow-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__flow-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec08__condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__condition {
    gap: calc(16 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0 0;
  }
}
.sec08__condition-title {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__condition-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__condition-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(2 / 1080 * 100vw), 2px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec08__condition-list {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec08__condition-item {
  background: url(../img/common/icon_check2.svg) 0 50%/min(calc(16 / 1080 * 100vw), 16px) no-repeat;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  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) {
  .sec08__condition-item {
    background: url(../img/common/icon_check2.svg) 0 calc(14 / 750 * 100vw)/calc(24 / 750 * 100vw) no-repeat;
    padding-left: calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.sec08__condition-note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__condition-note {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}

.sec09 {
  background-color: rgb(255, 255, 255);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec09__row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(157, 15, 49);
  width: 100%;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__row {
    flex-direction: column;
    align-items: center;
    gap: calc(8 / 750 * 100vw);
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec09__row--office {
  flex-direction: column;
  align-items: center;
  border: 0;
  padding: 0;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec09__row--office {
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec09__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(510 / 1080 * 100vw), 510px);
}
@media screen and (max-width: 767px) {
  .sec09__content {
    gap: calc(24 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec09__title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    align-items: center;
  }
}
.sec09__title-small {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec09__title-small {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
}
.sec09__title-large {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec09__title-large {
    font-size: calc(64 / 750 * 100vw);
    text-align: center;
  }
}
.sec09__description {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec09__description {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec09__visual {
  width: min(calc(498 / 1080 * 100vw), 498px);
}
@media screen and (max-width: 767px) {
  .sec09__visual {
    width: calc(630 / 750 * 100vw);
  }
}
.sec09__office-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__office-inner {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec09__office-title {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__office-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec09__office-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__office-list {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec09__office-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  background-color: rgb(245, 245, 245);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .sec09__office-item {
    gap: calc(8 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec09__office-item:nth-child(1) .sec09__office-subtitle {
    flex-direction: column;
  }
}
.sec09__office-item:nth-child(1) .sec09__office-subtitle-img {
  width: min(calc(188 / 1080 * 100vw), 188px);
  height: min(calc(148 / 1080 * 100vw), 148px);
}
@media screen and (max-width: 767px) {
  .sec09__office-item:nth-child(1) .sec09__office-subtitle-img {
    width: calc(550 / 750 * 100vw);
    height: calc(431 / 750 * 100vw);
  }
}
.sec09__office-item:nth-child(n+2) .sec09__office-subtitle-img {
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec09__office-item:nth-child(n+2) .sec09__office-subtitle-img {
    width: calc(138 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
  }
}
.sec09__office-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__office-subtitle {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec09__office-subtitle-text {
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justified;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec09__office-subtitle-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__office-description {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__office-description {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec09__office-address {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__office-address {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec10 {
  background: linear-gradient(180deg, #fff min(calc(120 / 1080 * 100vw), 120px), rgb(157, 15, 49) min(calc(120 / 1080 * 100vw), 120px));
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10 {
    background: linear-gradient(180deg, #fff calc(120 / 750 * 100vw), rgb(157, 15, 49) calc(120 / 750 * 100vw));
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec10__inner {
  position: relative;
  z-index: 1;
}
.sec10__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10__container {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec10__img {
  width: min(calc(526 / 1080 * 100vw), 526px);
  height: min(calc(680 / 1080 * 100vw), 680px);
}
@media screen and (max-width: 767px) {
  .sec10__img {
    width: 100%;
    height: calc(920 / 750 * 100vw);
  }
}
.sec10__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec10__content {
    justify-content: center;
    align-items: center;
    gap: calc(32 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec10__title {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec10__title {
    font-size: calc(56 / 750 * 100vw);
    text-align: center;
  }
}
.sec10__inner-box {
  background-color: rgb(255, 255, 255);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__inner-box {
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec10__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__list {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec10__item {
  background: url(../img/common/icon_check2.svg) 0 50%/min(calc(16 / 1080 * 100vw), 16px) no-repeat;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__item {
    background: url(../img/common/icon_check2.svg) 0 calc(14 / 750 * 100vw)/calc(24 / 750 * 100vw) no-repeat;
    padding-left: calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    text-align: justified;
  }
}

.sec11 {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec11__inner {
  display: flex;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec11__title {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec11__title {
    width: 100%;
  }
}
.sec11__title-small {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec11__title-small {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: -0.07em;
    text-align: center;
  }
}
.sec11__title-large {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec11__title-large {
    font-size: calc(64 / 750 * 100vw);
    text-align: center;
  }
}
.sec11__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .sec11__content {
    align-items: center;
  }
}
.sec11__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  border: 1px solid rgb(40, 63, 109);
}
@media screen and (max-width: 767px) {
  .sec11__item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec11__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11__icon {
    padding: calc(8 / 750 * 100vw) 0 0;
  }
}
.sec11__icon img {
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec11__icon img {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec11__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .sec11__text {
    align-items: flex-start;
  }
}
.sec11__step {
  color: rgb(40, 63, 109);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__step {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
}
.sec11__description {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__description {
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.sec11__line {
  width: min(calc(0.000001 / 1080 * 100vw), 0.000001px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  border-left: 1px solid rgb(40, 63, 109);
}
@media screen and (max-width: 767px) {
  .sec11__line {
    width: calc(0.000002 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.sec11__highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  background: radial-gradient(rgba(235, 177, 89, 0.922) 0%, rgba(191, 147, 80, 0.749) 100%);
}
@media screen and (max-width: 767px) {
  .sec11__highlight {
    gap: calc(40 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec11__highlight--additional {
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec11__highlight--additional {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec11__highlight-text {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__highlight-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec11__emphasis {
  font-size: min(calc(34 / 1080 * 100vw), 34px) !important;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec11__emphasis {
    font-size: calc(56 / 750 * 100vw) !important;
  }
}
.sec11__additional-text {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__additional-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11__additional-bonus {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__additional-bonus {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec11__caption {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  align-self: stretch;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11__caption {
    padding: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec11__caption p {
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec11__caption p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec12 {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px);
  border-top: 1px solid rgb(157, 15, 49);
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec12__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12__inner {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    width: 100%;
  }
}
.sec12__title {
  display: flex;
  flex-direction: column;
  width: min(calc(360 / 1080 * 100vw), 360px);
}
@media screen and (max-width: 767px) {
  .sec12__title {
    width: 100%;
    align-items: center;
  }
}
.sec12__title-small {
  color: rgb(157, 15, 49);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec12__title-small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec12__title-large {
  color: rgb(157, 15, 49);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec12__title-large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec12__accordion {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec12__accordion {
    width: 100%;
  }
}
.sec12__accordion .adlp-accordion__wrapper {
  width: 100%;
  gap: 0;
}
.sec12__accordion .adlp-accordion {
  border-top: 1px solid #DDDDDD;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec12__accordion .adlp-accordion__header.--plus::before {
  right: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion__header.--plus::before {
    right: calc(33 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}
.sec12__accordion .adlp-accordion__header.--plus::after {
  right: min(calc(13 / 1080 * 100vw), 13px);
  width: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion__header.--plus::after {
    right: calc(25 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
  }
}
.sec12__accordion .adlp-accordion .adlp-accordion__header__inner {
  position: relative;
  padding: 0 min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion .adlp-accordion__header__inner {
    padding: 0 calc(112 / 750 * 100vw) 0 0;
  }
}
.sec12__accordion .adlp-accordion .adlp-accordion__header__inner::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  border: 1px solid rgb(40, 63, 109);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion .adlp-accordion__header__inner::after {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}
.sec12__accordion .adlp-accordion .adlp-accordion__header__inner .text {
  color: rgb(40, 63, 109);
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec12__accordion .adlp-accordion .adlp-accordion__body__inner {
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec12__accordion .adlp-accordion .adlp-accordion__body__inner .text {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec12__accordion .adlp-accordion .adlp-accordion__body__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
