@charset "UTF-8";
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: #262626;
}
@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: #262626;
  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: #262626 !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: #262626 !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 #262626;
}
.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%, #262626 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 #262626;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  background: #fff;
  width: 100%;
  height: min(calc(70 / 1080 * 100vw), 70px);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .adlp-header {
    height: calc(100 / 750 * 100vw);
  }
}
.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding-right: min(calc(28 / 1080 * 100vw), 28px);
  }
}
.adlp-header__logo {
  width: min(calc(242 / 1080 * 100vw), 242px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(360 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn04 {
  will-change: filter;
  background: rgb(231, 23, 78);
  margin: 0;
  height: min(calc(52 / 1080 * 100vw), 52px);
  width: min(calc(310 / 1080 * 100vw), 310px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn04 {
    height: calc(70 / 750 * 100vw);
    width: calc(360 / 750 * 100vw);
    border-radius: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn.--btn04:hover {
    filter: brightness(112%);
    background: rgb(231, 23, 78);
  }
  .adlp-header .adlp-btn.--btn04:hover::after {
    transform: translate(30%, -50%);
  }
}
.adlp-header .adlp-btn.--btn04::after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5607 0.43934C9.97487 -0.146447 9.02513 -0.146447 8.43934 0.43934C7.85355 1.02513 7.85355 1.97487 8.43934 2.56066L10.8787 5L1.5 5C0.671573 5 0 5.67157 0 6.5C0 7.32843 0.671573 8 1.5 8L10.8787 8L8.43934 10.4393C7.85355 11.0251 7.85355 11.9749 8.43934 12.5607C9.02513 13.1464 9.97487 13.1464 10.5607 12.5607L14.7058 8.41551C15.7637 7.3576 15.7637 5.6424 14.7058 4.58449L10.5607 0.43934Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn04::after {
    width: calc(21 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn04 p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn04 p {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #4B4B4B;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(15 / 750 * 100vw);
  }
}

.adlp-main {
  padding-top: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(100 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
.cv__buttons {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .cv__buttons {
    flex-direction: column;
    align-items: center;
    gap: calc(32 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 {
  will-change: filter;
  box-shadow: none;
  background: rgb(255, 102, 131);
  width: min(calc(460 / 1080 * 100vw), 460px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  padding-left: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04 {
    width: calc(690 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    padding-left: calc(46 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 .--badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1;
  color: rgb(231, 23, 78);
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04 .--badge {
    top: calc(7 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
    width: calc(126 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 .--badge .text01 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04 .--badge .text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 .--badge .text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04 .--badge .text02 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 + .adlp-btn {
  background: rgb(0, 75, 118);
}
.cv__buttons .adlp-btn.--btn04 + .adlp-btn .--badge {
  color: rgb(0, 75, 118);
}
@media screen and (min-width: 768px) {
  .cv__buttons .adlp-btn.--btn04:hover {
    filter: brightness(130%);
  }
}
.cv__buttons .adlp-btn.--btn04::after {
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  background: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8681 0.386294C11.253 -0.168644 10.3045 -0.119881 9.74956 0.495208C9.19462 1.1103 9.24339 2.05879 9.85848 2.61373L14.1502 6.48572L2.28027 6.48572C1.45185 6.48572 0.780273 7.1573 0.780273 7.98572C0.780273 8.81415 1.45185 9.48572 2.28027 9.48572L14.1495 9.48573L9.85848 13.3571C9.24339 13.9121 9.19462 14.8606 9.74956 15.4757C10.3045 16.0908 11.253 16.1395 11.8681 15.5846L18.0616 9.99677C19.254 8.92098 19.254 7.0499 18.0616 5.97411L11.8681 0.386294Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04::after {
    width: calc(28 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.cv__buttons .adlp-btn.--btn04 .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cv__buttons .adlp-btn.--btn04 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.fv, .cv {
  position: relative;
  background: url(../img/pc/fv.webp) 50% 0/100% no-repeat;
  padding: min(calc(42 / 1080 * 100vw), 42px) 0 min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv, .cv {
    background: url(../img/sp/fv.webp) 50% 0/100% no-repeat;
    padding: calc(65 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.fv__ribbon, .cv__ribbon {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__ribbon, .cv__ribbon {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__circles, .cv__circles {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__circles, .cv__circles {
    margin: calc(45 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
  }
}
.fv__circle, .cv__circle {
  width: min(calc(270 / 1080 * 100vw), 270px);
  height: min(calc(270 / 1080 * 100vw), 270px);
  padding-top: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .fv__circle, .cv__circle {
    width: calc(340 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
    padding-top: calc(100 / 750 * 100vw);
  }
}
.fv__service, .cv__service {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__service, .cv__service {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__trial, .cv__trial {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__trial, .cv__trial {
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv__discount, .cv__discount {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 1;
  color: rgb(231, 23, 78);
}
@media screen and (max-width: 767px) {
  .fv__discount, .cv__discount {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__number, .cv__number {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .fv__number, .cv__number {
    font-size: calc(76 / 750 * 100vw);
  }
}
.fv__per, .cv__per {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__per, .cv__per {
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv__circle--server .fv__discount, .fv__circle--server .cv__discount, .cv__circle--server .fv__discount, .cv__circle--server .cv__discount {
  color: rgb(0, 75, 118);
}
.fv__circle-connector, .cv__circle-connector {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 max(calc(-24 / 1080 * 100vw), -24px);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__circle-connector, .cv__circle-connector {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: 0 calc(-34 / 750 * 100vw);
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__campaign, .cv__campaign {
  text-shadow: 0px min(calc(3 / 1080 * 100vw), 3px) min(calc(10 / 1080 * 100vw), 10px) rgba(65, 65, 65, 0.2);
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__campaign, .cv__campaign {
    text-shadow: 0px calc(3 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(65, 65, 65, 0.2);
    font-size: calc(74 / 750 * 100vw);
  }
}
.fv__note, .cv__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__note, .cv__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__info, .cv__info {
  margin: min(calc(41 / 1080 * 100vw), 41px) 0 min(calc(64 / 1080 * 100vw), 64px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__info, .cv__info {
    margin: calc(69 / 750 * 100vw) 0 calc(76 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv__info b, .cv__info b {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #067AB7;
}
@media screen and (max-width: 767px) {
  .fv__info b, .cv__info b {
    font-size: calc(34 / 750 * 100vw);
  }
}
.fv__period, .cv__period {
  margin: min(calc(23 / 1080 * 100vw), 23px) 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
@media screen and (max-width: 767px) {
  .fv__period, .cv__period {
    margin: calc(40 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv .adlp-accordion, .cv .adlp-accordion {
  border: 1px solid rgb(92, 91, 91);
}
.fv .adlp-accordion__wrapper, .cv .adlp-accordion__wrapper {
  margin: 0 auto;
  width: min(calc(686 / 1080 * 100vw), 686px);
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__wrapper, .cv .adlp-accordion__wrapper {
    width: calc(690 / 750 * 100vw);
  }
}
.fv .adlp-accordion__header.--plus::before, .fv .adlp-accordion__header.--plus::after, .cv .adlp-accordion__header.--plus::before, .cv .adlp-accordion__header.--plus::after {
  background: rgb(92, 91, 91);
}
.fv .adlp-accordion__header.--plus::before, .cv .adlp-accordion__header.--plus::before {
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__header.--plus::before, .cv .adlp-accordion__header.--plus::before {
    height: calc(24 / 750 * 100vw);
    right: calc(42 / 750 * 100vw);
  }
}
.fv .adlp-accordion__header.--plus::after, .cv .adlp-accordion__header.--plus::after {
  width: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__header.--plus::after, .cv .adlp-accordion__header.--plus::after {
    width: calc(24 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.fv .adlp-accordion__header__inner, .cv .adlp-accordion__header__inner {
  justify-content: center;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: rgb(92, 91, 91);
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__header__inner, .cv .adlp-accordion__header__inner {
    padding: calc(18 / 750 * 100vw) 0;
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv .adlp-accordion__body__inner, .cv .adlp-accordion__body__inner {
  flex-direction: column;
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__body__inner, .cv .adlp-accordion__body__inner {
    padding: calc(22 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv .adlp-accordion__body__inner p, .cv .adlp-accordion__body__inner p {
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
.fv .adlp-accordion__body__inner b, .cv .adlp-accordion__body__inner b {
  font-weight: 700;
}
.fv .adlp-accordion__body__inner ul, .cv .adlp-accordion__body__inner ul {
  padding-left: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .fv .adlp-accordion__body__inner ul, .cv .adlp-accordion__body__inner ul {
    padding-left: calc(34 / 750 * 100vw);
  }
}
.fv .adlp-accordion__body__inner li, .cv .adlp-accordion__body__inner li {
  list-style-type: disc;
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
.fv .adlp-accordion__body__inner li a, .cv .adlp-accordion__body__inner li a {
  text-decoration: underline;
}

.cv.--a {
  background-image: url(../img/pc/cv01.webp);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv.--a {
    background-image: url(../img/sp/cv01.webp);
    padding: calc(95 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.cv.--a .cv__sptext {
  margin-top: calc(24 / 750 * 100vw);
  font-size: calc(40 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.cv.--a .cv__info {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto min(calc(80 / 1080 * 100vw), 80px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cv.--a .cv__info {
    gap: calc(24 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto calc(78 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    text-align: justify;
  }
}
.cv.--a .cv__info li {
  background: url(../img/common/cv_check1.svg) 0 50%/min(calc(24 / 1080 * 100vw), 24px) no-repeat;
  padding-left: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv.--a .cv__info li {
    background: url(../img/common/cv_check1.svg) 0 calc(10 / 750 * 100vw)/calc(40 / 750 * 100vw) no-repeat;
    padding-left: calc(58 / 750 * 100vw);
  }
}
.cv.--a .cv__subtitle {
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .cv.--a .cv__subtitle {
    margin-bottom: calc(32 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.cv.--a .cv__subtitle b {
  color: rgb(255, 102, 131);
}

.cv.--b {
  background-image: url(../img/pc/cv02.webp);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv.--b {
    background-image: url(../img/sp/cv02.webp);
    padding: calc(95 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.cv.--b .cv__buttons {
  margin: min(calc(90 / 1080 * 100vw), 90px) 0 min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .cv.--b .cv__buttons {
    margin: calc(122 / 750 * 100vw) 0 calc(56 / 750 * 100vw);
  }
}

.sec01 {
  background: rgb(249, 249, 249);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec01__title {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01__text {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__wrapper {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(38 / 1080 * 100vw), 38px) auto min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__wrapper {
    max-width: calc(630 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto calc(32 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__head {
  flex: 1;
  position: relative;
  transition: all 0.2s;
  background: #999;
  height: 80%;
  padding: 0;
  border-radius: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) 0 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.sec01 .adlp-tab__head__wrapper {
  display: flex;
  height: min(calc(60 / 1080 * 100vw), 60px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__head__wrapper {
    height: calc(96 / 750 * 100vw);
    gap: calc(6 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__head {
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__head::after {
  content: "";
  display: block;
  position: absolute;
  background: #999;
  opacity: 0;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__head::after {
    bottom: 0;
    width: calc(40 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__head.--active {
  height: 100%;
  background: rgb(255, 102, 131);
}
.sec01 .adlp-tab__head.--active::after {
  opacity: 1;
  background: rgb(255, 102, 131);
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__head.--active::after {
    bottom: calc(-19 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__head.--active.--b.--active {
  background: rgb(6, 122, 183);
}
.sec01 .adlp-tab__head.--active.--b.--active::after {
  background: rgb(6, 122, 183);
}
.sec01 .adlp-tab__content {
  display: none;
  border: 0;
  padding: 0;
}
.sec01 .adlp-tab__content__wrapper {
  background: #fff;
  border: solid #999;
  border-width: 0 1px 1px;
  border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-tab__content__wrapper {
    border-radius: 0 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec01 .adlp-tab__content.--active {
  display: block;
}
.sec01__steps {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(46 / 1080 * 100vw), 46px) min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec01__steps {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
    padding: calc(76 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec01__steps::after {
  content: "";
  display: block;
  background: rgb(255, 102, 131);
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  top: min(calc(108 / 1080 * 100vw), 108px);
  height: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec01__steps::after {
    top: 50%;
    transform: translateY(-50%);
    left: calc(120 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
    height: 80%;
  }
}
.sec01__steps.--b {
  gap: 0;
  padding: min(calc(46 / 1080 * 100vw), 46px) min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__steps.--b {
    gap: calc(56 / 750 * 100vw);
    padding: calc(76 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec01__steps.--b::after {
  background: rgb(6, 122, 183);
}
.sec01__step {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec01__step {
    display: flex;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec01__step-circle {
  background: rgb(255, 102, 131);
  border-radius: 50%;
  margin: 0 auto;
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__step-circle {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__step-circle.--b {
  background: rgb(6, 122, 183);
}
.sec01__step-circle img {
  width: min(calc(54 / 1080 * 100vw), 54px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__step-circle img {
    width: calc(80 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec01__step-body {
    flex: 1;
  }
}
.sec01__step-title {
  height: min(calc(58 / 1080 * 100vw), 58px);
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec01__step-title {
    height: auto;
    margin: 0 0 calc(8 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
}
.sec01__step-title.--b {
  color: rgb(6, 122, 183);
}
.sec01__step-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__step-text {
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
  }
}
.sec01__step-text .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec01__step-text .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01__step-note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: rgb(92, 91, 91);
}
@media screen and (max-width: 767px) {
  .sec01__step-note {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01__note {
  margin: min(calc(26 / 1080 * 100vw), 26px) auto min(calc(76 / 1080 * 100vw), 76px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
@media screen and (max-width: 767px) {
  .sec01__note {
    margin: calc(32 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01 .sec01__support-grid {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(2, max-content);
  grid-gap: 0 min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, max-content);
    grid-gap: calc(30 / 750 * 100vw) 0;
    width: calc(630 / 750 * 100vw);
  }
}
.sec01 .sec01__support-grid .sec01__support-item-1 {
  align-self: self-end;
  grid-area: 1/1/2/2;
}
.sec01 .sec01__support-grid .sec01__support-item-2 {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-grid .sec01__support-item-2 {
    grid-area: 3/1/4/2;
  }
}
.sec01 .sec01__support-grid .sec01__support-item-3 {
  grid-area: 1/2/3/3;
  width: min(calc(460 / 1080 * 100vw), 460px);
}
.sec01 .sec01__support-grid .sec01__support-item-3 .inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.sec01 .sec01__support-grid .sec01__support-item-3 .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-grid .sec01__support-item-3 {
    grid-area: 2/1/3/2;
    width: 100%;
  }
}
.sec01 .sec01__support-tag {
  width: fit-content;
  background: rgb(255, 102, 131);
  margin: 0 auto;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-tag {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01 .sec01__support-title {
  margin: min(calc(18 / 1080 * 100vw), 18px) 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-title {
    margin: calc(16 / 750 * 100vw) 0 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01 .sec01__support-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01 .sec01__support-banner {
  width: min(calc(458 / 1080 * 100vw), 458px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__support-banner {
    width: calc(640 / 750 * 100vw);
  }
}

.sec02 {
  background: rgb(230, 242, 248);
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec02__title {
  background: rgb(6, 122, 183);
  padding: min(calc(12 / 1080 * 100vw), 12px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(249, 249, 249);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    padding: calc(24 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__icon {
  margin: min(calc(42 / 1080 * 100vw), 42px) auto min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .sec02__icon {
    margin: calc(40 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    width: calc(102 / 750 * 100vw);
  }
}
.sec02__alert {
  border-bottom: 1px solid rgb(0, 75, 118);
  width: min(calc(826 / 1080 * 100vw), 826px);
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec02__alert {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(24 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0em;
    text-align: justify;
  }
}
.sec02__alert b {
  color: rgb(255, 102, 131);
}
.sec02__description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  line-height: 1.8;
  margin-bottom: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .sec02__description {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.sec02__description b {
  font-weight: 700;
  color: rgb(0, 75, 118);
}
.sec02 .adlp-accordion {
  background: none;
  border: 1px solid rgb(92, 91, 91);
}
.sec02 .adlp-accordion__wrapper {
  margin: 0 auto;
  width: min(calc(686 / 1080 * 100vw), 686px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__wrapper {
    width: calc(690 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__header.--plus::before, .sec02 .adlp-accordion__header.--plus::after {
  background: rgb(92, 91, 91);
}
.sec02 .adlp-accordion__header.--plus::before {
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__header.--plus::before {
    height: calc(24 / 750 * 100vw);
    right: calc(42 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__header.--plus::after {
  width: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__header.--plus::after {
    width: calc(24 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__header__inner {
  justify-content: center;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: rgb(92, 91, 91);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__header__inner {
    padding: calc(18 / 750 * 100vw) 0;
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__body__inner {
  flex-direction: column;
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__body__inner {
    padding: calc(22 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__body__inner p {
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
.sec02 .adlp-accordion__body__inner b {
  font-weight: 700;
}
.sec02 .adlp-accordion__body__inner ul {
  padding-left: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-accordion__body__inner ul {
    padding-left: calc(34 / 750 * 100vw);
  }
}
.sec02 .adlp-accordion__body__inner li {
  list-style-type: disc;
  line-height: 1.5;
  color: rgb(92, 91, 91);
}
.sec02 .adlp-accordion__body__inner li a {
  text-decoration: underline;
}

.sec03 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec03__lead {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #262626;
  padding: 0 min(calc(32 / 1080 * 100vw), 32px) min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__lead {
    padding: 0 0 calc(4 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__lead::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  border: solid #262626;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(-25%, 25%);
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec03__lead::after {
    bottom: calc(-12 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.sec03__title {
  margin: min(calc(34 / 1080 * 100vw), 34px) 0 min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin: calc(34 / 750 * 100vw) 0 calc(44 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__title-sub {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec03__title-sub {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__box {
  overflow: hidden;
  background: rgb(255, 241, 243);
  margin: 0 auto;
  width: min(calc(792 / 1080 * 100vw), 792px);
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__box {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec03__box-header {
  background: rgb(255, 102, 131);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__box-header {
    padding: calc(10 / 750 * 100vw) 0;
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__box-text {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__box-text {
    margin: calc(32 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.sec03__box-example {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0 auto;
  gap: min(calc(44 / 1080 * 100vw), 44px) min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(712 / 1080 * 100vw), 712px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03__box-example {
    gap: calc(32 / 750 * 100vw) calc(20 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}
.sec03__box-example-item.--a {
  width: 100%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__box-example-item.--a {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__box-example-item.--a span {
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-bottom: 1px solid rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec03__box-example-item.--a span {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03__box-example-item.--a b {
  color: rgb(255, 102, 131);
}
.sec03__box-example-item.--b, .sec03__box-example-item.--c {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec03__box-example-item.--b img, .sec03__box-example-item.--c img {
  margin: 0 auto min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(188 / 1080 * 100vw), 188px);
}
@media screen and (max-width: 767px) {
  .sec03__box-example-item.--b img, .sec03__box-example-item.--c img {
    margin: 0 auto calc(12 / 750 * 100vw);
    width: calc(272 / 750 * 100vw);
  }
}
.sec03__box-url {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__box-url {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
}
.sec03__box-url b {
  color: rgb(255, 102, 131);
}
.sec03__box-note {
  text-align: center;
  margin: min(calc(26 / 1080 * 100vw), 26px) 0;
}
@media screen and (max-width: 767px) {
  .sec03__box-note {
    margin: calc(32 / 750 * 100vw) 0;
  }
}
.sec03__box-note a {
  background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%235C5B5B'/%3E%3Cpath d='M9.83308 8.60735H7.66724C7.65621 7.54371 8.01994 6.6647 8.75843 5.9703C9.49691 5.27591 10.4696 4.92871 11.6765 4.92871C12.4536 4.92871 13.1149 5.072 13.6605 5.35857C14.2061 5.64515 14.6415 6.05848 14.9666 6.59856C15.2973 7.13865 15.4626 7.70629 15.4626 8.30148C15.4626 8.62663 15.4103 8.94628 15.3056 9.26041C15.2009 9.57454 15.0355 9.89693 14.8096 10.2276C14.6773 10.4205 14.3604 10.7456 13.8589 11.2031C13.3795 11.6384 13.0791 11.947 12.9579 12.1289C12.8366 12.3053 12.7347 12.5422 12.652 12.8398C12.5693 13.1374 12.517 13.5508 12.4949 14.0798H10.2547L10.2464 13.7078C10.2464 12.9694 10.3814 12.2998 10.6515 11.6991C10.9215 11.0928 11.3596 10.5252 11.9659 9.99613C12.55 9.4836 12.9027 9.1309 13.024 8.93801C13.1452 8.74512 13.2059 8.51917 13.2059 8.26015C13.2059 7.90744 13.0571 7.60984 12.7595 7.36736C12.4674 7.11936 12.0733 6.99536 11.5773 6.99536C11.0703 6.99536 10.6542 7.14691 10.3291 7.45002C10.0039 7.74762 9.83859 8.13339 9.83308 8.60735ZM11.412 15.0222C11.8143 15.0222 12.156 15.16 12.4371 15.4356C12.7236 15.7111 12.8669 16.0445 12.8669 16.4358C12.8669 16.8271 12.7264 17.1633 12.4453 17.4443C12.1643 17.7199 11.8253 17.8577 11.4285 17.8577C11.0317 17.8577 10.6928 17.7199 10.4117 17.4443C10.1362 17.1633 9.99841 16.8271 9.99841 16.4358C9.99841 16.0445 10.1362 15.7111 10.4117 15.4356C10.6873 15.16 11.0207 15.0222 11.412 15.0222Z' fill='white'/%3E%3C/svg%3E%0A") 100% 0/min(calc(23 / 1080 * 100vw), 23px) no-repeat;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  color: rgb(92, 91, 91);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec03__box-note a {
    background: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%235C5B5B'/%3E%3Cpath d='M9.83308 8.60735H7.66724C7.65621 7.54371 8.01994 6.6647 8.75843 5.9703C9.49691 5.27591 10.4696 4.92871 11.6765 4.92871C12.4536 4.92871 13.1149 5.072 13.6605 5.35857C14.2061 5.64515 14.6415 6.05848 14.9666 6.59856C15.2973 7.13865 15.4626 7.70629 15.4626 8.30148C15.4626 8.62663 15.4103 8.94628 15.3056 9.26041C15.2009 9.57454 15.0355 9.89693 14.8096 10.2276C14.6773 10.4205 14.3604 10.7456 13.8589 11.2031C13.3795 11.6384 13.0791 11.947 12.9579 12.1289C12.8366 12.3053 12.7347 12.5422 12.652 12.8398C12.5693 13.1374 12.517 13.5508 12.4949 14.0798H10.2547L10.2464 13.7078C10.2464 12.9694 10.3814 12.2998 10.6515 11.6991C10.9215 11.0928 11.3596 10.5252 11.9659 9.99613C12.55 9.4836 12.9027 9.1309 13.024 8.93801C13.1452 8.74512 13.2059 8.51917 13.2059 8.26015C13.2059 7.90744 13.0571 7.60984 12.7595 7.36736C12.4674 7.11936 12.0733 6.99536 11.5773 6.99536C11.0703 6.99536 10.6542 7.14691 10.3291 7.45002C10.0039 7.74762 9.83859 8.13339 9.83308 8.60735ZM11.412 15.0222C11.8143 15.0222 12.156 15.16 12.4371 15.4356C12.7236 15.7111 12.8669 16.0445 12.8669 16.4358C12.8669 16.8271 12.7264 17.1633 12.4453 17.4443C12.1643 17.7199 11.8253 17.8577 11.4285 17.8577C11.0317 17.8577 10.6928 17.7199 10.4117 17.4443C10.1362 17.1633 9.99841 16.8271 9.99841 16.4358C9.99841 16.0445 10.1362 15.7111 10.4117 15.4356C10.6873 15.16 11.0207 15.0222 11.412 15.0222Z' fill='white'/%3E%3C/svg%3E%0A") 100% 0/calc(42 / 750 * 100vw) no-repeat;
    padding-right: calc(58 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03 .adlp-modal__outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec03 .adlp-modal__outer__close {
  position: absolute;
  top: max(calc(-10 / 1080 * 100vw), -10px);
  right: max(calc(-10 / 1080 * 100vw), -10px);
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='20.5' fill='white' stroke='%23262626'/%3E%3Cpath d='M11.666 11.667L30.3327 30.3337' stroke='%23262626' stroke-linecap='round'/%3E%3Cpath d='M30.333 11.667L11.6663 30.3337' stroke='%23262626' stroke-linecap='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  cursor: pointer;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-modal__outer__close {
    top: calc(-20 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    width: calc(72 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
  }
}
.sec03 .adlp-modal__content {
  position: static;
  left: 0;
  top: 0;
  transform: none;
  width: min(calc(750 / 1080 * 100vw), 750px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec03 .adlp-modal__content__title {
  background: rgb(255, 102, 131);
  margin: max(calc(-32 / 1080 * 100vw), -32px) max(calc(-32 / 1080 * 100vw), -32px) min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-modal__content__title {
    margin: calc(-40 / 750 * 100vw) calc(-40 / 750 * 100vw) calc(32 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) 0;
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03 .adlp-modal__content img {
  width: min(calc(474 / 1080 * 100vw), 474px);
  margin: min(calc(26 / 1080 * 100vw), 26px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-modal__content img {
    width: calc(610 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
  }
}
.sec03 .adlp-modal__text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .adlp-modal__text01 {
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
  }
}
.sec03 .adlp-modal__text01 b {
  color: rgb(255, 102, 131);
}

.sec04 {
  background: rgb(249, 249, 249);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec04__heading {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(74 / 1080 * 100vw), 74px) auto;
}
@media screen and (max-width: 767px) {
  .sec04__list {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: calc(64 / 750 * 100vw) auto;
  }
}
.sec04__item > header {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__item > header {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec04__label {
  background: rgb(255, 102, 131);
  border-radius: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0;
  width: min(calc(144 / 1080 * 100vw), 144px);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__label {
    border-radius: 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0;
    width: calc(192 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__label span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec04__label span {
    font-size: calc(48 / 750 * 100vw);
    margin-left: min(calc(14 / 1080 * 100vw), 14px);
  }
}
.sec04__title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__content {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__content {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec04__image {
  background: #FFE7EA;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(65 / 1080 * 100vw), 65px);
}
@media screen and (max-width: 767px) {
  .sec04__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(630 / 750 * 100vw);
    height: calc(370 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: 0;
  }
}
.sec04__image img {
  width: min(calc(270 / 1080 * 100vw), 270px);
}
@media screen and (max-width: 767px) {
  .sec04__image img {
    width: calc(430 / 750 * 100vw);
  }
}
.sec04__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__text {
    padding: 0 calc(60 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__more-text {
  width: fit-content;
  position: relative;
  background: rgb(6, 122, 183);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  margin: min(calc(80 / 1080 * 100vw), 80px) auto min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__more-text {
    border-radius: calc(8 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto calc(40 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(32 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__more-text::after {
  content: "";
  display: block;
  background: rgb(6, 122, 183);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: max(calc(-15 / 1080 * 100vw), -15px);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec04__more-text::after {
    bottom: calc(-24 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}
.sec04__more-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec04__more-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__benefits {
  display: flex;
  justify-content: space-between;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04__benefits {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto 0;
  }
}
.sec04__benefit {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(255, 241, 243);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(44 / 1080 * 100vw), 44px) 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__benefit {
    flex-direction: row;
    justify-content: flex-start;
    gap: calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(44 / 750 * 100vw) calc(10 / 750 * 100vw) calc(44 / 750 * 100vw) calc(52 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
  .sec04__benefit:nth-child(even) {
    flex-direction: row-reverse;
    padding: calc(44 / 750 * 100vw) calc(52 / 750 * 100vw) calc(44 / 750 * 100vw) calc(10 / 750 * 100vw);
    text-align: right;
  }
}
.sec04__benefit img {
  width: min(calc(66 / 1080 * 100vw), 66px);
  margin: 0 auto min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec04__benefit img {
    width: calc(112 / 750 * 100vw);
    margin: 0;
  }
}

.sec05 {
  background: url(../img/pc/sec05.webp) 50% 0/100% no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: min(calc(447 / 1080 * 100vw), 447px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    background: url(../img/sp/sec05.webp) 50% 0/100% no-repeat;
    height: calc(983 / 750 * 100vw);
  }
}
.sec05__content {
  width: fit-content;
  margin: 0 auto 0 min(calc(548 / 1080 * 100vw), 548px);
}
@media screen and (max-width: 767px) {
  .sec05__content {
    margin: 0 auto;
  }
}
.sec05__title {
  background: rgb(255, 102, 131);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__title .text01 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05__title .text01 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__subtitle {
  margin-top: min(calc(27 / 1080 * 100vw), 27px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec05__subtitle {
    margin-top: calc(557 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec06 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background-color: #FFF1F3;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec06__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec06__header {
  text-align: center;
  margin-bottom: min(calc(135 / 1080 * 100vw), 135px);
}
@media screen and (max-width: 767px) {
  .sec06__header {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec06__lead {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  background-image: url(../img/common/sec06_balloon.svg);
  background-size: min(calc(388 / 1080 * 100vw), 388px) min(calc(12 / 1080 * 100vw), 12px);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__lead {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    background-size: calc(690 / 750 * 100vw) calc(22 / 750 * 100vw);
    padding-bottom: calc(26 / 750 * 100vw);
  }
}
.sec06__title-text01 {
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__title-text01 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06__title-emphasis {
  color: var(--main-1, #FF6683);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(82 / 1080 * 100vw), 82px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec06__title-emphasis {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec06__title-text02 {
  color: var(--main-2, #004B76);
  font-family: "Noto Sans JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec06__title-text02 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__grid {
    gap: calc(64 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.sec06__item {
  width: min(calc(450 / 1080 * 100vw), 450px);
  background-color: #FFFFFF;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  box-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(10 / 1080 * 100vw), 10px) rgba(65, 65, 65, 0.2);
  padding: 0 min(calc(36 / 1080 * 100vw), 36px) min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec06__item {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    box-shadow: 0 calc(3 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(65, 65, 65, 0.2);
    padding: 0 calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec06__item-header {
  width: min(calc(160 / 1080 * 100vw), 160px);
  height: min(calc(93 / 1080 * 100vw), 93px);
  border-radius: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px) min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  background: var(--main-1, #FF6683);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(5 / 1080 * 100vw), 5px) 0;
  margin: 0 auto min(calc(37 / 1080 * 100vw), 37px);
}
@media screen and (max-width: 767px) {
  .sec06__item-header {
    width: calc(160 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    border-radius: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0;
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.sec06__item-label {
  color: var(--base-1, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__item-label {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__item-number {
  color: var(--base-1, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__item-number {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__item-image {
  text-align: center;
  margin-bottom: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec06__item-image {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec06__item-image img {
  width: 100%;
}
.sec06__item-title {
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__item-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec06__item-description {
  color: var(--txt, #262626);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec06__item-description {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec07__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    max-width: 100%;
  }
}
.sec07__header {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__header {
    margin-bottom: calc(38 / 750 * 100vw);
  }
}
.sec07__more {
  display: inline-block;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--main-2, #004B76);
  background: var(--base-1, #FFF);
  color: #FFFFFF;
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__more {
    padding: calc(8 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec07__title {
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(64 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__description {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec07__description {
    font-size: calc(30 / 750 * 100vw);
    max-width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    text-align: justify;
  }
}
.sec07__content {
  width: min(calc(774 / 1080 * 100vw), 774px);
  margin: 0 auto min(calc(82 / 1080 * 100vw), 82px);
}
@media screen and (max-width: 767px) {
  .sec07__content {
    width: 100%;
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec07__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__list {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.sec07__icon {
  flex-shrink: 0;
  width: min(calc(124 / 1080 * 100vw), 124px);
  height: min(calc(124 / 1080 * 100vw), 124px);
  margin-right: max(calc(-40 / 1080 * 100vw), -40px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec07__icon {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    margin-right: 0;
  }
}
.sec07__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec07__item-content {
  flex: 1;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--base-3, #FFF1F3);
  padding: min(calc(26 / 1080 * 100vw), 26px) min(calc(18 / 1080 * 100vw), 18px) min(calc(26 / 1080 * 100vw), 26px) min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec07__item-content {
    width: 100%;
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-top: calc(-60 / 750 * 100vw);
  }
}
.sec07__item-title {
  color: var(--main-2, #004B76);
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07__item-title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec07__item-description {
  color: var(--txt, #262626);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec07__item-description {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07__footer {
  text-align: center;
}
.sec07__summary {
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__summary {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec07__service {
  color: var(--main-1, #FF6683);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec07__service {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07__bottom {
  background-color: #E6F2F8;
  padding: min(calc(138 / 1080 * 100vw), 138px) 0 0;
  background-image: url(../img/common/sec07_bg.webp);
  background-size: min(calc(920 / 1080 * 100vw), 920px) min(calc(90 / 1080 * 100vw), 90px);
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec07__bottom {
    padding: calc(160 / 750 * 100vw) 0 0;
    background-size: calc(750 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
.sec07__bottom-title {
  text-align: center;
  color: var(--main-2, #004B76);
  font-family: "Noto Sans JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
.sec07__bottom-title .pink {
  color: var(--main-1, #FF6683);
}
@media screen and (max-width: 767px) {
  .sec07__bottom-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07__bottom-image {
  margin: 0 auto 0;
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .sec07__bottom-image {
    width: calc(612 / 750 * 100vw);
  }
}
.sec07__bottom-image img {
  max-width: 100%;
  height: auto;
}

.sec08 {
  background-color: #FFF1F3;
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(0 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec08__title {
  color: var(--base-1, #FFF);
  background-color: #FF6683;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: min(calc(33 / 1080 * 100vw), 33px) 0;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    max-width: 100%;
  }
}
.sec08__cards {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__cards {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec08__card {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: min(calc(270 / 1080 * 100vw), 270px);
  height: min(calc(270 / 1080 * 100vw), 270px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(270 / 1080 * 100vw), 270px);
  background: #FFF;
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) min(calc(3 / 1080 * 100vw), 3px) min(calc(10 / 1080 * 100vw), 10px) max(calc(0 / 1080 * 100vw), 0px) rgba(65, 65, 65, 0.2);
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec08__card {
    width: calc(340 / 750 * 100vw);
    height: calc(340 / 750 * 100vw);
    box-shadow: 0 calc(3 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(65, 65, 65, 0.2);
  }
}
.sec08__card:nth-child(2) .sec08__card-price-number {
  color: #004B76;
}
.sec08__card:nth-child(2) .sec08__card-price-tax {
  color: #004B76;
}
.sec08__card:nth-child(2) .sec08__card-price-unit {
  color: #004B76;
}
.sec08__card-icon {
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec08__card-icon {
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec08__card-icon.icon1 {
  width: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec08__card-icon.icon1 {
    width: calc(70 / 750 * 100vw);
  }
}
.sec08__card-icon.icon2 {
  width: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec08__card-icon.icon2 {
    width: calc(52 / 750 * 100vw);
  }
}
.sec08__card-icon img {
  width: 100%;
}
.sec08__card-title {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec08__card-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.sec08__card-subtitle {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08__card-subtitle {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08__card-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08__card-price {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec08__card-price-number {
  color: var(--accent-2, #E7174E);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__card-price-number {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec08__card-price-tax {
  color: var(--accent-2, #E7174E);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  right: min(calc(25 / 1080 * 100vw), 25px);
  top: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec08__card-price-tax {
    font-size: calc(20 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    top: calc(-5 / 750 * 100vw);
  }
}
.sec08__card-price-unit {
  color: var(--accent-2, #E7174E);
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__card-price-unit {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__card-note {
  color: var(--sub-txt, #5C5B5B);
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec08__card-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08__notes {
  width: min(calc(350 / 1080 * 100vw), 350px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__notes {
    width: calc(690 / 750 * 100vw);
  }
}
.sec08__note-item {
  color: var(--sub-txt, #5C5B5B);
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec08__note-item {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec09 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec09__inner {
  max-width: min(calc(810 / 1080 * 100vw), 810px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec09__header {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec09__lead {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  background-image: url(../img/common/sec09_balloon.svg);
  background-size: min(calc(198 / 1080 * 100vw), 198px) min(calc(12 / 1080 * 100vw), 12px);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__lead {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    background-size: calc(330 / 750 * 100vw) calc(20 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09__title {
  color: var(--main-2, #004B76);
  font-family: "Noto Sans JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09__title-emphasis {
  color: var(--main-1, #FF6683);
}
.sec09__box {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--base-4, #E6F2F8);
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(18 / 1080 * 100vw), 18px);
  width: min(calc(690 / 1080 * 100vw), 690px);
  margin: 0 auto min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec09__box {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(16 / 750 * 100vw);
  }
}
.sec09__description {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec09__description {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09__inner {
  position: relative;
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    margin-bottom: calc(18 / 750 * 100vw);
  }
}
.sec09__circles {
  display: flex;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__circles {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec09__circle {
  width: min(calc(156 / 1080 * 100vw), 156px);
  height: min(calc(156 / 1080 * 100vw), 156px);
  background-color: #004B76;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec09__circle {
    width: calc(202 / 750 * 100vw);
    height: calc(202 / 750 * 100vw);
  }
}
.sec09__circle span {
  color: var(--base-1, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09__circle span {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__note {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: absolute;
  right: min(calc(60 / 1080 * 100vw), 60px);
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec09__note {
    font-size: calc(32 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
    bottom: calc(-50 / 750 * 100vw);
  }
}
.sec09__free {
  color: var(--txt, #262626);
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__free {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec09__free-text {
  color: var(--accent-2, #E7174E);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__free-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec09__disclaimer {
  color: var(--sub-txt, #5C5B5B);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec09__disclaimer {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(11 / 750 * 100vw);
  }
}
.sec09__link {
  color: var(--txt, #262626);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec09__link {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__link:hover {
  opacity: 0.8;
}

.sec10 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}
.sec10__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec10__header {
  text-align: center;
  margin-bottom: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec10__header {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec10__title {
  color: var(--main-2, #004B76);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__title {
    font-size: calc(64 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec10__subtitle {
  color: var(--main-1, #FF6683);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec10__subtitle {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec10__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10__list {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec10__item {
  background-color: #FFFFFF;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10__item {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec10__question {
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #004B76;
}
@media screen and (max-width: 767px) {
  .sec10__question {
    padding-bottom: calc(24 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #004B76;
  }
}
.sec10__question-text {
  color: var(--main-2, #004B76);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec10__question-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec10__answer {
  padding-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__answer {
    padding-top: calc(24 / 750 * 100vw);
  }
}
.sec10__answer-text {
  color: var(--txt, #262626);
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec10__answer-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec11 {
  background: url(../img/pc/sec11.webp) 50% 0/100% no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: min(calc(489 / 1080 * 100vw), 489px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    background: url(../img/sp/sec11.webp) 50% 0/100% no-repeat;
    height: calc(1089 / 750 * 100vw);
  }
}
.sec11__content {
  width: fit-content;
  margin: 0 auto 0 min(calc(450 / 1080 * 100vw), 450px);
}
@media screen and (max-width: 767px) {
  .sec11__content {
    margin: 0 auto;
  }
}
.sec11__title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(0, 75, 118);
}
@media screen and (max-width: 767px) {
  .sec11__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec11__title .text01 {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11__title .text01 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec11__subtitle {
  margin-top: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: rgb(255, 102, 131);
}
@media screen and (max-width: 767px) {
  .sec11__subtitle {
    margin-top: calc(592 / 750 * 100vw);
    font-size: calc(70 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
