@charset "UTF-8";
* {
  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;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(228 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: calc(45 / 750 * 100vw);
  height: calc(36 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: calc(10 / 750 * 100vw);
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(104 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    background: #fff;
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(246 / 1080 * 100vw), 246px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(288 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border-radius: calc(50 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: calc(20 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: calc(7 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(29 / 1080 * 100vw), 29px) 0;
  z-index: 90;
  background-image: url(../img/pc/floating_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    background-image: url(../img/sp/floating_bg.webp);
    width: 100%;
    padding: calc(22 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-floating .tel-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.adlp-floating .tel-number {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CC1143;
  position: relative;
  padding-left: min(calc(80 / 1080 * 100vw), 80px);
}
.adlp-floating .tel-number:before {
  content: "";
  display: block;
  position: absolute;
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: max(calc(-10 / 1080 * 100vw), -10px);
  width: min(calc(72 / 1080 * 100vw), 72px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  background-image: url(../img/common/icon_tel_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.adlp-floating .tel-time {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CC1143;
}
@media screen and (max-width: 767px) {
  .adlp-floating .tel-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    background: #CC1143;
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(136, 136, 136, 0.35);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(140 / 750 * 100vw);
    position: relative;
    transition: all 0.3s ease;
  }
  .adlp-floating .tel-btn > span {
    padding-left: calc(50 / 750 * 100vw);
  }
  .adlp-floating .tel-btn:hover {
    opacity: 0.8;
  }
  .adlp-floating .tel-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%);
    border-radius: inherit;
    padding: calc(3 / 750 * 100vw); /* ボーダーの太さ */
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
  }
  .adlp-floating .tel-btn:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(40 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    width: calc(103 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
    background-image: url(../img/common/icon_tel_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .adlp-floating .tel-btn-text01 {
    display: block;
    color: var(--cv-txt, #FFF);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Serif JP";
    font-size: calc(50 / 750 * 100vw);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: calc(14 / 750 * 100vw);
  }
  .adlp-floating .tel-btn-text02 {
    display: block;
    color: var(--cv-txt, #FFF);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Serif JP";
    font-size: calc(26 / 750 * 100vw);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 26px */
  }
  .adlp-floating .tel-btn-arrow {
    position: absolute;
    right: calc(50 / 750 * 100vw);
    top: calc(58 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    border-top: calc(4 / 750 * 100vw) solid #fff;
    border-right: calc(4 / 750 * 100vw) solid #fff;
    transform: rotate(45deg);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv.cv1 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(64 / 1080 * 100vw), 64px);
  background-image: url(../img/pc/cv01.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(273 / 1080 * 100vw), 273px);
}
@media screen and (max-width: 767px) {
  .cv.cv1 {
    padding: calc(65 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-image: url(../img/sp/cv01.webp);
    background-size: calc(750 / 750 * 100vw) calc(563 / 750 * 100vw);
  }
}
.cv.cv2 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(48 / 1080 * 100vw), 48px);
  background-image: url(../img/pc/cv02.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(544 / 1080 * 100vw), 544px);
}
@media screen and (max-width: 767px) {
  .cv.cv2 {
    padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
    background-image: url(../img/sp/cv02.webp);
    background-size: calc(750 / 750 * 100vw) calc(1024 / 750 * 100vw);
  }
}
.cv__bubble {
  width: min(calc(280 / 1080 * 100vw), 280px);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  background-color: #233158;
  border-radius: min(calc(45 / 1080 * 100vw), 45px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__bubble {
    width: calc(440 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    margin: 0 auto calc(39 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}
.cv__bubble:after {
  content: "";
  position: absolute;
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(calc(7 / 1080 * 100vw), 7px) solid transparent;
  border-right: min(calc(7 / 1080 * 100vw), 7px) solid transparent;
  border-top: min(calc(10 / 1080 * 100vw), 10px) solid #233158;
}
@media screen and (max-width: 767px) {
  .cv__bubble:after {
    bottom: calc(-19 / 750 * 100vw);
    border-left: calc(14 / 750 * 100vw) solid transparent;
    border-right: calc(14 / 750 * 100vw) solid transparent;
    border-top: calc(20 / 750 * 100vw) solid #233158;
  }
}
.cv__bubble-text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__bubble-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.cv__campaign {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(509 / 1080 * 100vw), 509px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  margin: max(calc(0 / 1080 * 100vw), 0px) auto 0;
  background-image: url(../img/common/cv_ribbon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cv__campaign {
    width: calc(678 / 750 * 100vw);
    height: calc(112 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    margin: max(calc(0 / 1080 * 100vw), 0px) auto calc(0 / 750 * 100vw);
  }
}
.cv__campaign-text {
  color: var(--white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(39.2) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  position: relative;
  top: max(calc(-11 / 1080 * 100vw), -11px);
}
@media screen and (max-width: 767px) {
  .cv__campaign-text {
    font-size: calc(38 / 750 * 100vw);
    top: calc(-11 / 750 * 100vw);
  }
}
.cv__campaign-text .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cv__campaign-text .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv__campaign-text .per {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cv__campaign-text .per {
    font-size: calc(28 / 750 * 100vw);
  }
}
.cv__title {
  text-align: center;
  z-index: 2;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .cv__title {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.cv__title:before {
  content: "";
  position: absolute;
  bottom: min(calc(5 / 1080 * 100vw), 5px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(254 / 1080 * 100vw), 254px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  background: var(--AR-gold-pale, linear-gradient(90deg, #C5B16A 0%, #FBF29F 50.52%, #C5B16A 100%));
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cv__title:before {
    bottom: calc(10 / 750 * 100vw);
    width: calc(377 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.cv__title-inner {
  color: var(--Black, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* vw(47.6) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv__title-inner {
    font-size: calc(42 / 750 * 100vw);
  }
}
.cv__title-inner .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .cv__title-inner .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv__cta-inner {
  display: flex;
  justify-content: center;
  gap: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .cv__cta-inner {
    flex-direction: column;
    gap: calc(53 / 750 * 100vw);
  }
}
.cv__cta-tel {
  flex: 0 0 min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .cv__cta-tel {
    flex: 0 0 100%;
  }
}
.cv__cta-web {
  flex: 0 0 min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .cv__cta-web {
    flex: 0 0 100%;
  }
}
.cv__cta-label {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .cv__cta-label {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.cv__tel-content {
  text-align: center;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.cv__tel-number {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CC1143;
  position: relative;
  padding-left: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv__tel-number {
    font-size: calc(54 / 750 * 100vw);
  }
}
.cv__tel-number:before {
  content: "";
  display: block;
  position: absolute;
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: max(calc(-10 / 1080 * 100vw), -10px);
  width: min(calc(72 / 1080 * 100vw), 72px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  background-image: url(../img/common/icon_tel_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cv__tel-time {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #CC1143;
  margin-top: min(calc(9 / 1080 * 100vw), 9px);
  padding-left: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv__tel-time {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv__tel-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    background: #CC1143;
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(136, 136, 136, 0.35);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(140 / 750 * 100vw);
    position: relative;
    transition: all 0.3s ease;
  }
  .cv__tel-btn > span {
    padding-left: calc(50 / 750 * 100vw);
  }
  .cv__tel-btn:hover {
    opacity: 0.8;
  }
  .cv__tel-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%);
    border-radius: inherit;
    padding: calc(3 / 750 * 100vw); /* ボーダーの太さ */
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
  }
  .cv__tel-btn:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(40 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
    width: calc(103 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
    background-image: url(../img/common/icon_tel_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .cv__tel-btn-text01 {
    display: block;
    color: var(--cv-txt, #FFF);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Serif JP";
    font-size: calc(50 / 750 * 100vw);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: calc(14 / 750 * 100vw);
  }
  .cv__tel-btn-text02 {
    display: block;
    color: var(--cv-txt, #FFF);
    text-align: center;
    font-feature-settings: "palt" on;
    font-family: "Noto Serif JP";
    font-size: calc(26 / 750 * 100vw);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 26px */
  }
  .cv__tel-btn-arrow {
    position: absolute;
    right: calc(50 / 750 * 100vw);
    top: calc(58 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    border-top: calc(4 / 750 * 100vw) solid #fff;
    border-right: calc(4 / 750 * 100vw) solid #fff;
    transform: rotate(45deg);
  }
}
.cv__web-btn {
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(105 / 1080 * 100vw), 105px);
  background: #F779A1;
  box-shadow: min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) min(calc(4.5 / 1080 * 100vw), 4.5px) rgba(136, 136, 136, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(105 / 1080 * 100vw), 105px);
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cv__web-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    margin: 0 auto;
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(136, 136, 136, 0.35);
  }
}
.cv__web-btn:hover {
  opacity: 0.8;
}
.cv__web-btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%);
  border-radius: inherit;
  padding: min(calc(2 / 1080 * 100vw), 2px); /* ボーダーの太さ */
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
@media screen and (max-width: 767px) {
  .cv__web-btn:before {
    padding: calc(3 / 750 * 100vw);
  }
}
.cv__web-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(39 / 1080 * 100vw), 39px);
  background-image: url(../img/common/icon_web.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .cv__web-btn:after {
    left: calc(56 / 750 * 100vw);
    width: calc(72 / 750 * 100vw);
    height: calc(51 / 750 * 100vw);
  }
}
.cv__web-btn-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__web-btn-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.cv__web-btn-arrow {
  position: absolute;
  right: min(calc(36 / 1080 * 100vw), 36px);
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cv__web-btn-arrow {
    right: calc(50 / 750 * 100vw);
    top: calc(58 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    border-top: calc(4 / 750 * 100vw) solid #fff;
    border-right: calc(4 / 750 * 100vw) solid #fff;
  }
}
.cv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5C5B5B;
  text-align: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv__note {
    width: calc(630 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.fv {
  padding: min(calc(15 / 1080 * 100vw), 15px) 0 max(calc(0 / 1080 * 100vw), 0px);
  position: relative;
  background-image: url(../img/pc/fv.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(563 / 1080 * 100vw), 563px);
  height: min(calc(563 / 1080 * 100vw), 563px);
}
@media screen and (max-width: 767px) {
  .fv {
    padding: calc(20 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background-image: url(../img/sp/fv.webp);
    background-size: calc(750 / 750 * 100vw) calc(1218 / 750 * 100vw);
    height: calc(1218 / 750 * 100vw);
  }
}
.fv__logo {
  width: min(calc(245 / 1080 * 100vw), 245px);
  margin: 0 auto min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(327 / 750 * 100vw);
    margin: 0 auto calc(72 / 750 * 100vw);
  }
}
.fv__campaign {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__campaign {
    width: calc(540 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.fv__campaign-badge {
  background-image: url(../img/common/fv_desien.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(405 / 1080 * 100vw), 405px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .fv__campaign-badge {
    width: calc(540 / 750 * 100vw);
    height: calc(85 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__campaign-badge .num {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .fv__campaign-badge .num {
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__campaign-badge .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .fv__campaign-badge .kome {
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__title {
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: 100%;
  }
}
.fv__title .text01 {
  display: block;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv__title .text01 {
    font-size: calc(60 / 750 * 100vw);
  }
}
.fv__title .text01 .small {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv__title .text01 .small {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__title .text02 {
  display: block;
  text-align: center;
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .fv__title .text02 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__features {
  display: flex;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto;
}
@media screen and (max-width: 767px) {
  .fv__features {
    justify-content: center;
    margin: calc(457 / 750 * 100vw) auto 0;
  }
}
.fv__feature-item {
  background-image: url(../img/common/fv_medal.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(167 / 1080 * 100vw), 167px);
  height: min(calc(167 / 1080 * 100vw), 167px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 max(calc(-4 / 1080 * 100vw), -4px);
}
@media screen and (max-width: 767px) {
  .fv__feature-item {
    width: calc(223 / 750 * 100vw);
    height: calc(223 / 750 * 100vw);
    margin: 0 calc(-4 / 750 * 100vw);
  }
}
.fv__feature-content {
  text-align: center;
  z-index: 1;
}
.fv__feature-text {
  color: #CC1143;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .fv__feature-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.fv__feature-large {
  color: #CC1143;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .fv__feature-large {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__feature-large .num {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__feature-large .num {
    font-size: calc(60 / 750 * 100vw);
  }
}
.fv__img {
  width: min(calc(900 / 1080 * 100vw), 900px);
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
}
@media screen and (max-width: 767px) {
  .fv__img {
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.fv__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  text-align: right;
  margin-top: max(calc(-35 / 1080 * 100vw), -35px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
    padding: 0 calc(52 / 750 * 100vw);
  }
}

.sec01 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec01_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(403 / 1080 * 100vw), 403px);
  height: min(calc(403 / 1080 * 100vw), 403px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(40 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background-image: url(../img/sp/sec01_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(793 / 750 * 100vw);
    height: calc(793 / 750 * 100vw);
  }
}
.sec01__flex {
  display: flex;
  justify-content: space-between;
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01__flex {
    display: block;
    padding: 0;
  }
}
.sec01__logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__logo {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec01__logo-img {
  width: min(calc(258 / 1080 * 100vw), 258px);
}
@media screen and (max-width: 767px) {
  .sec01__logo-img {
    width: calc(330 / 750 * 100vw);
  }
}
.sec01__logo-text {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-left: min(calc(10 / 1080 * 100vw), 10px);
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01__logo-text {
    font-size: calc(36 / 750 * 100vw);
    margin-left: calc(10 / 750 * 100vw);
    padding-bottom: calc(12 / 750 * 100vw);
  }
}
.sec01__area {
  text-align: center;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(36.4) */
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
@media screen and (max-width: 767px) {
  .sec01__area {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__medal {
  position: relative;
  background-image: url(../img/pc/sec01_leaf.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(165 / 1080 * 100vw), 165px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__medal {
    background-image: url(../img/sp/sec01_leaf.webp);
    width: calc(608 / 750 * 100vw);
    height: calc(227 / 750 * 100vw);
    margin: calc(19 / 750 * 100vw) auto calc(22 / 750 * 100vw);
  }
}
.sec01__medal-text {
  color: #AD8033;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* vw(36) */
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
@media screen and (max-width: 767px) {
  .sec01__medal-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01__medal-num {
  color: #AD8033;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(105 / 1080 * 100vw), 105px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* vw(141.75) */
  letter-spacing: max(calc(-2.1 / 1080 * 100vw), -2.1px);
}
@media screen and (max-width: 767px) {
  .sec01__medal-num {
    font-size: calc(140 / 750 * 100vw);
  }
}
.sec01__medal-num .small {
  color: #AD8033;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* vw(56.7) */
  letter-spacing: max(calc(-0.84 / 1080 * 100vw), -0.84px);
}
@media screen and (max-width: 767px) {
  .sec01__medal-num .small {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec01__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5C5B5B;
  text-align: justify;
  max-width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__note {
    font-size: calc(20 / 750 * 100vw);
    max-width: calc(630 / 750 * 100vw);
  }
}

.sec02 {
  padding: min(calc(28 / 1080 * 100vw), 28px) 0 min(calc(40 / 1080 * 100vw), 40px);
  background-image: url(../img/pc/sec02_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(253 / 1080 * 100vw), 253px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    background-image: url(../img/sp/sec02_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(367 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    height: calc(367 / 750 * 100vw);
  }
}
.sec02__subtitle {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__subtitle {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__title {
  color: #E95383;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec02__campaign-box {
  background-color: #E95383;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  padding: min(calc(1 / 1080 * 100vw), 1px) min(calc(20 / 1080 * 100vw), 20px);
  max-width: min(calc(548 / 1080 * 100vw), 548px);
  margin: 0 auto min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec02__campaign-box {
    padding: calc(1 / 750 * 100vw) calc(0 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(25 / 750 * 100vw);
  }
}
.sec02__campaign-text {
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(36.4) */
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__campaign-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__campaign-text .large {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
}
@media screen and (max-width: 767px) {
  .sec02__campaign-text .large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #5C5B5B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
  }
}

.sec03 {
  padding: min(calc(51 / 1080 * 100vw), 51px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background-image: url(../img/pc/sec03_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
    background-image: url(../img/sp/sec03_bg.webp);
  }
}
.sec03__title {
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__title-sub {
  display: block;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* vw(28) */
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec03__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03__title-main {
  display: block;
  color: var(--333, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(58.8) */
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
}
@media screen and (max-width: 767px) {
  .sec03__title-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__cards {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(32 / 1080 * 100vw), 32px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    gap: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec03__card {
  flex: 0 0 min(calc(280 / 1080 * 100vw), 280px);
  background-color: #FFF;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  overflow: hidden;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03__card {
    flex: 0 0 calc(335 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03__card:nth-child(1) .sec03__card-img {
  width: min(calc(183 / 1080 * 100vw), 183px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(1) .sec03__card-img {
    width: calc(244 / 750 * 100vw);
  }
}
.sec03__card:nth-child(2) .sec03__card-img {
  width: min(calc(134 / 1080 * 100vw), 134px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(2) .sec03__card-img {
    width: calc(179 / 750 * 100vw);
  }
}
.sec03__card:nth-child(3) .sec03__card-img {
  width: min(calc(151 / 1080 * 100vw), 151px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(3) .sec03__card-img {
    width: calc(201 / 750 * 100vw);
  }
}
.sec03__card:nth-child(4) .sec03__card-img {
  width: min(calc(167 / 1080 * 100vw), 167px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(4) .sec03__card-img {
    width: calc(223 / 750 * 100vw);
  }
}
.sec03__card:nth-child(5) .sec03__card-img {
  width: min(calc(164 / 1080 * 100vw), 164px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(5) .sec03__card-img {
    width: calc(219 / 750 * 100vw);
  }
}
.sec03__card:nth-child(6) .sec03__card-img {
  width: min(calc(191 / 1080 * 100vw), 191px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(6) .sec03__card-img {
    width: calc(255 / 750 * 100vw);
  }
}
.sec03__card:nth-child(7) .sec03__card-img {
  width: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(7) .sec03__card-img {
    width: calc(200 / 750 * 100vw);
  }
}
.sec03__card:nth-child(8) .sec03__card-img {
  width: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .sec03__card:nth-child(8) .sec03__card-img {
    width: calc(187 / 750 * 100vw);
  }
}
.sec03__card-top {
  height: min(calc(146 / 1080 * 100vw), 146px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-top {
    height: calc(185 / 750 * 100vw);
  }
}
.sec03__card-img {
  margin: 0 auto;
}
.sec03__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec03__card-name {
  background-color: #FBF7EF;
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #E95383;
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #E95383;
  background: var(--beige, #FBF7EF);
  padding: min(calc(3 / 1080 * 100vw), 3px) max(calc(0 / 1080 * 100vw), 0px);
  color: #E95383;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  text-align: center;
  margin: 0 min(calc(29 / 1080 * 100vw), 29px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__card-name {
    border-top: calc(2 / 750 * 100vw) solid #E95383;
    border-bottom: calc(2 / 750 * 100vw) solid #E95383;
    padding: calc(3 / 750 * 100vw) max(calc(0 / 1080 * 100vw), 0px);
    font-size: calc(24 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
}
.sec03__card-normal {
  color: var(--text-b_333, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* vw(22.4) */
  letter-spacing: min(calc(0.56 / 1080 * 100vw), 0.56px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-normal {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__card-normal .num {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__card-normal .num {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__card-normal .num:before {
  content: "";
  display: block;
  position: absolute;
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(85 / 1080 * 100vw), 85px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background-image: url("data:image/svg+xml,%3Csvg width='85' height='14' viewBox='0 0 85 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00002 1.74992L84.4999 12.5003' stroke='%23CC1143' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-normal .num:before {
    width: calc(127 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}
.sec03__card-up {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec03__card-up {
    gap: calc(5 / 750 * 100vw);
  }
}
.sec03__card-percent {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-percent {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__card-special {
  color: #CC1143;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* vw(64) */
  letter-spacing: max(calc(-0.4 / 1080 * 100vw), -0.4px);
}
@media screen and (max-width: 767px) {
  .sec03__card-special {
    font-size: calc(53 / 750 * 100vw);
  }
}
.sec03__card-special .yen {
  color: #CC1143;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: max(calc(-0.2 / 1080 * 100vw), -0.2px);
}
@media screen and (max-width: 767px) {
  .sec03__card-special .yen {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__title02 {
  color: var(--333, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* vw(47.6) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  margin: min(calc(28 / 1080 * 100vw), 28px) 0 min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec03__title02 {
    font-size: calc(42 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) 0 calc(36 / 750 * 100vw);
  }
}
.sec03__icons {
  display: flex;
  align-items: center;
  gap: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec03__icons {
    flex-wrap: wrap;
    gap: calc(60 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
}
.sec03__icon-item {
  flex: 0 0 min(calc(143 / 1080 * 100vw), 143px);
}
@media screen and (max-width: 767px) {
  .sec03__icon-item {
    flex: 0 0 calc(220 / 750 * 100vw);
  }
}
.sec03__icon-img {
  margin-bottom: min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .sec03__icon-img {
    margin-bottom: calc(17 / 750 * 100vw);
  }
}
.sec03__icon-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sec03__icon-label {
  color: #FFF;
  background-color: #E95383;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid var(--, #FFF);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid var(--, #FFF);
  padding: min(calc(2 / 1080 * 100vw), 2px) max(calc(0 / 1080 * 100vw), 0px);
  font-family: "Noto Serif JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  text-align: center;
  width: min(calc(140 / 1080 * 100vw), 140px);
  margin: 0 auto;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec03__icon-label {
    font-size: calc(26 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid var(--, #FFF);
    border-bottom: calc(1 / 750 * 100vw) solid var(--, #FFF);
    padding: calc(4 / 750 * 100vw) calc(0 / 750 * 100vw);
    width: calc(210 / 750 * 100vw);
    letter-spacing: -0.03em;
  }
}

.sec04 {
  padding: min(calc(95 / 1080 * 100vw), 95px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec04_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(468 / 1080 * 100vw), 468px);
  height: min(calc(468 / 1080 * 100vw), 468px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    background-image: url(../img/sp/sec04_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(980 / 750 * 100vw);
    height: calc(980 / 750 * 100vw);
  }
}
.sec04__title {
  width: min(calc(420 / 1080 * 100vw), 420px);
  margin-left: min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    width: 100%;
    margin-left: 0;
  }
}
.sec04__title-text {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* vw(67.2) */
  letter-spacing: min(calc(1.68 / 1080 * 100vw), 1.68px);
}
@media screen and (max-width: 767px) {
  .sec04__title-text {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec04__title-text .small {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec04__title-text .small {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04__title-logo {
  display: block;
  width: min(calc(245 / 1080 * 100vw), 245px);
  margin: min(calc(58 / 1080 * 100vw), 58px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec04__title-logo {
    width: calc(328 / 750 * 100vw);
    margin: calc(38 / 750 * 100vw) auto 0;
  }
}

.sec05 {
  padding: min(calc(45 / 1080 * 100vw), 45px) 0 min(calc(78 / 1080 * 100vw), 78px);
  background-image: url(../img/pc/sec05_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(60 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background-image: url(../img/sp/sec05_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(2697 / 750 * 100vw);
    height: calc(2697 / 750 * 100vw);
  }
}
.sec05__title {
  text-align: center;
  margin-bottom: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05__title-sub {
  display: block;
  color: var(--Black, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec05__title-main {
  display: block;
  color: #E95383;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* vw(54.4) */
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec05__title-main {
    font-size: calc(42 / 750 * 100vw);
    line-height: 110%;
  }
}
.sec05__title-main .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05__title-main .num {
    font-size: calc(56 / 750 * 100vw);
    line-height: 110%;
  }
}
.sec05__reasons {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__reasons {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec05__reason {
  background-color: #FFF;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #E95383;
  border-radius: min(calc(7 / 1080 * 100vw), 7px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__reason {
    border: calc(4 / 750 * 100vw) solid #E95383;
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec05__reason-number {
  background-image: url(../img/pc/sec05_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(99 / 1080 * 100vw), 99px);
  height: min(calc(99 / 1080 * 100vw), 99px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: max(calc(-2 / 1080 * 100vw), -2px);
  top: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-number {
    background-image: url(../img/sp/sec05_deco.webp);
    width: calc(132 / 750 * 100vw);
    height: calc(132 / 750 * 100vw);
    left: calc(-4 / 750 * 100vw);
    top: calc(-4 / 750 * 100vw);
  }
}
.sec05__reason-number-text {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-number-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__reason-number-num {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-number-num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__reason-title {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(23 / 1080 * 100vw), 23px) min(calc(129 / 1080 * 100vw), 129px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-title {
    font-size: calc(38 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) calc(172 / 750 * 100vw);
  }
}
.sec05__reason-content {
  display: flex;
  align-items: center;
  padding: 0 min(calc(28 / 1080 * 100vw), 28px) min(calc(44 / 1080 * 100vw), 44px) min(calc(23 / 1080 * 100vw), 23px);
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-content {
    flex-direction: column;
    padding: 0 calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
  }
}
.sec05__reason-img {
  flex: 0 0 min(calc(437 / 1080 * 100vw), 437px);
}
.sec05__reason-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.sec05__reason-text {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec06 {
  padding: min(calc(48 / 1080 * 100vw), 48px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec06_bg.webp);
  background-repeat: no-repeat t;
  background-position: bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(613 / 1080 * 100vw), 613px);
  height: min(calc(613 / 1080 * 100vw), 613px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(62 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background-image: url(../img/sp/sec06_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1108 / 750 * 100vw);
    height: calc(1108 / 750 * 100vw);
  }
}
.sec06__title-wrap {
  text-align: center;
  margin-bottom: min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec06__title-wrap {
    margin-bottom: calc(303 / 750 * 100vw);
  }
}
.sec06__title-sub {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec06__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec06__title {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec06__items {
  display: flex;
  justify-content: flex-end;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__items {
    justify-content: center;
    gap: calc(6 / 750 * 100vw);
  }
}
.sec06__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(170 / 1080 * 100vw), 170px);
  height: min(calc(170 / 1080 * 100vw), 170px);
  background-image: url(../img/common/sec06_circle.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec06__item {
    width: calc(226 / 750 * 100vw);
    height: calc(226 / 750 * 100vw);
  }
}
.sec06__item-text {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__item-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__message {
  position: relative;
  text-align: center;
  margin-top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .sec06__message {
    margin-top: calc(113 / 750 * 100vw);
  }
}
.sec06__message-text {
  color: #CC1143;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* vw(47.6) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .sec06__message-text {
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(48 / 1080 * 100vw), 48px) 0 min(calc(70 / 1080 * 100vw), 70px);
  background-image: url(../img/pc/sec07_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
    background-image: url(../img/sp/sec07_bg.webp);
  }
}
.sec07__title {
  text-align: center;
  margin-bottom: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__title-sub {
  display: block;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec07__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec07__title-main {
  display: block;
  color: var(--Black, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* vw(47.6) */
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .sec07__title-main {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec07__title-main .large {
  display: block;
  color: #E95383;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec07__title-main .large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07__box01 {
  background: linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%);
  padding: min(calc(3 / 1080 * 100vw), 3px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec07__box01 {
    padding: calc(3 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec07__items {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px) min(calc(26 / 1080 * 100vw), 26px);
  background: white;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec07__items {
    gap: calc(50 / 750 * 100vw) calc(38 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(37 / 750 * 100vw);
  }
}
.sec07__item {
  flex: 0 0 min(calc(190 / 1080 * 100vw), 190px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__item {
    flex: 0 0 calc(286 / 750 * 100vw);
  }
}
.sec07__item-img {
  width: min(calc(190 / 1080 * 100vw), 190px);
  height: min(calc(190 / 1080 * 100vw), 190px);
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec07__item-img {
    width: calc(286 / 750 * 100vw);
    height: calc(286 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec07__item-img img {
  width: 100%;
}
.sec07__item-name {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  text-align: center;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid var(--, #FFF);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid var(--, #FFF);
  background: var(--5-c-5-b-5-b, #5C5B5B);
  width: min(calc(190 / 1080 * 100vw), 190px);
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
}
@media screen and (max-width: 767px) {
  .sec07__item-name {
    font-size: calc(33 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid var(--, #FFF);
    border-bottom: calc(2 / 750 * 100vw) solid var(--, #FFF);
    width: calc(286 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0;
  }
}
.sec07__box-caption {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__box-caption {
    font-size: calc(42 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec07__box-items {
  display: flex;
  justify-content: center;
  gap: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec07__box-items {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec07__box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(115 / 1080 * 100vw), 115px);
  position: relative;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--Black, #333);
  background: #fff;
  padding-top: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec07__box-item {
    width: calc(202 / 750 * 100vw);
    height: calc(153 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid var(--Black, #333);
    padding-top: calc(22 / 750 * 100vw);
  }
}
.sec07__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec07__box-icon.-i1 {
  width: min(calc(58 / 1080 * 100vw), 58px);
  height: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .sec07__box-icon.-i1 {
    width: calc(78 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
}
.sec07__box-icon.-i2 {
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec07__box-icon.-i2 {
    width: calc(63 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.sec07__box-icon.-i3 {
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec07__box-icon.-i3 {
    width: calc(62 / 750 * 100vw);
    height: calc(61 / 750 * 100vw);
  }
}
.sec07__box-icon img {
  width: 100%;
}
.sec07__box-text {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  text-align: center;
  position: absolute;
  bottom: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec07__box-text {
    font-size: calc(28 / 750 * 100vw);
    bottom: calc(11 / 750 * 100vw);
  }
}

.sec08 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec08_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(476 / 1080 * 100vw), 476px);
  height: min(calc(476 / 1080 * 100vw), 476px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(60 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background-image: url(../img/sp/sec08_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(863 / 750 * 100vw);
    height: calc(863 / 750 * 100vw);
  }
}
.sec08__title {
  text-align: center;
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec08__title {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec08__title-sub {
  display: block;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08__title-main {
  display: block;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec08__title-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec08__areas {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08__areas {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(45 / 750 * 100vw);
  }
}
.sec08__area-card {
  width: min(calc(440 / 1080 * 100vw), 440px);
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px) min(calc(13 / 1080 * 100vw), 13px) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec08__area-card {
    width: calc(690 / 750 * 100vw);
    box-shadow: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px) calc(17 / 750 * 100vw) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.1);
  }
}
.sec08__area-header {
  background-color: #E95383;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__area-header {
    padding: calc(7 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec08__area-name {
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
@media screen and (max-width: 767px) {
  .sec08__area-name {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08__area-body {
  background-color: rgba(255, 255, 255, 0.6);
  padding: min(calc(15 / 1080 * 100vw), 15px) max(calc(0 / 1080 * 100vw), 0px) min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec08__area-body {
    padding: calc(20 / 750 * 100vw) 0;
  }
}
.sec08__area-text {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__area-text {
    width: calc(370 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(28 / 750 * 100vw);
    text-align: left;
  }
}
.sec08__note {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 170%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
@media screen and (max-width: 767px) {
  .sec08__note {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec09 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec09_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(620 / 1080 * 100vw), 620px);
  height: min(calc(620 / 1080 * 100vw), 620px);
  /* ダミースライドを非表示にする */
  /* SP時はダミースライドを完全に非表示 */
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(60 / 750 * 100vw) 0 max(calc(0 / 1080 * 100vw), 0px);
    background-image: url(../img/sp/sec09_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(884 / 750 * 100vw);
    height: calc(884 / 750 * 100vw);
  }
}
.sec09 .swiper-wrapper {
  margin-bottom: max(calc(-60 / 1080 * 100vw), -60px);
}
.sec09 .swiper-slide.dummy-slide {
  visibility: hidden;
}
@media (max-width: min(calc(767 / 1080 * 100vw), 767px)) {
  .sec09 .swiper-slide.dummy-slide {
    display: none;
  }
}
.sec09__title {
  margin-bottom: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec09__title {
    margin-bottom: calc(26 / 750 * 100vw);
  }
}
.sec09__title-sub {
  display: block;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* vw(28) */
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec09__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec09__title-main {
  display: block;
  color: var(--333, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* vw(44.8) */
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec09__title-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec09__icon {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(138 / 1080 * 100vw), 138px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec09__icon {
    width: calc(160 / 750 * 100vw);
    height: calc(184 / 750 * 100vw);
  }
}
.sec09__box {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--main-accent-1, #FFF);
  position: relative;
  padding: min(calc(72 / 1080 * 100vw), 72px) min(calc(27 / 1080 * 100vw), 27px) max(calc(0 / 1080 * 100vw), 0px);
  position: relative;
  top: max(calc(-60 / 1080 * 100vw), -60px);
  height: min(calc(300 / 1080 * 100vw), 300px);
}
@media screen and (max-width: 767px) {
  .sec09__box {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) calc(52 / 750 * 100vw) calc(0 / 750 * 100vw);
    top: calc(-76 / 750 * 100vw);
    height: calc(438 / 750 * 100vw);
  }
}
.sec09__age {
  color: #435165;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #E95383;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__age {
    font-size: calc(26 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #E95383;
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec09__exp {
  color: var(--text-b_333, #333);
  text-align: justify;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec09__exp {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(26 / 750 * 100vw);
  }
}

.sec10 {
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(83 / 1080 * 100vw), 83px);
  background-image: url(../img/pc/sec10_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
    background-image: url(../img/sp/sec10_bg.webp);
  }
}
.sec10__inner {
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec10__title {
  text-align: center;
  margin-bottom: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec10__title {
    margin-bottom: calc(78 / 750 * 100vw);
  }
}
.sec10__title-sub {
  display: block;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(1.8 / 1080 * 100vw), 1.8px);
}
@media screen and (max-width: 767px) {
  .sec10__title-sub {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec10__title-sub .num {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec10__title-sub .num {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec10__title-main {
  display: block;
  color: var(--333, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec10__title-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec10__step {
  background-color: #FFF;
  padding: min(calc(37 / 1080 * 100vw), 37px) min(calc(30 / 1080 * 100vw), 30px) min(calc(37 / 1080 * 100vw), 37px) min(calc(34 / 1080 * 100vw), 34px);
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px) min(calc(13 / 1080 * 100vw), 13px) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec10__step {
    padding: calc(40 / 750 * 100vw) calc(45 / 750 * 100vw);
    box-shadow: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px) calc(17 / 750 * 100vw) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.25);
    display: block;
  }
}
.sec10__step:not(:last-child) {
  margin-bottom: min(calc(68 / 1080 * 100vw), 68px);
}
@media screen and (max-width: 767px) {
  .sec10__step:not(:last-child) {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec10__step:not(:last-child):before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='35' viewBox='0 0 86 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 34.25L0.564755 0.500008L85.4352 0.500001L43 34.25Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(98 / 1080 * 100vw), 98px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-40 / 1080 * 100vw), -40px);
  filter: drop-shadow(max(calc(0 / 1080 * 100vw), 0px) min(calc(3 / 1080 * 100vw), 3px) min(calc(2 / 1080 * 100vw), 2px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .sec10__step:not(:last-child):before {
    width: calc(100 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    bottom: calc(-36 / 750 * 100vw);
  }
}
.sec10__step-header {
  display: flex;
  align-items: center;
  gap: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec10__step-header {
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec10__step-icon.-i1 {
  width: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec10__step-icon.-i1 {
    width: calc(75 / 750 * 100vw);
  }
}
.sec10__step-icon.-i2 {
  width: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec10__step-icon.-i2 {
    width: calc(75 / 750 * 100vw);
  }
}
.sec10__step-icon.-i3 {
  width: min(calc(49 / 1080 * 100vw), 49px);
}
@media screen and (max-width: 767px) {
  .sec10__step-icon.-i3 {
    width: calc(65 / 750 * 100vw);
  }
}
.sec10__step-icon.-i4 {
  width: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .sec10__step-icon.-i4 {
    width: calc(52 / 750 * 100vw);
  }
}
.sec10__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec10__step-title {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec10__step-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec10__step-text {
  color: #333;
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.02em;
  text-align: justify;
  flex: 0 0 min(calc(370 / 1080 * 100vw), 370px);
}
@media screen and (max-width: 767px) {
  .sec10__step-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec10__step-num {
  color: #333;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec10__step-num {
    font-size: calc(36 / 750 * 100vw);
    top: calc(-50 / 750 * 100vw);
  }
}
.sec10__step-num .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec10__step-num .num {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec11 {
  padding: min(calc(95 / 1080 * 100vw), 95px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background-image: url(../img/pc/sec11_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(468 / 1080 * 100vw), 468px);
  height: min(calc(468 / 1080 * 100vw), 468px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    background-image: url(../img/sp/sec11_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(980 / 750 * 100vw);
    height: calc(980 / 750 * 100vw);
  }
}
.sec11__title {
  width: min(calc(470 / 1080 * 100vw), 470px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__title {
    width: 100%;
    margin-left: 0;
  }
}
.sec11__title-text {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* vw(67.2) */
}
@media screen and (max-width: 767px) {
  .sec11__title-text {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec11__title-text .small {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec11__title-text .small {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec11__title-text .pink {
  color: #E95383;
}
.sec11__title-logo {
  display: block;
  width: min(calc(245 / 1080 * 100vw), 245px);
  margin: min(calc(46 / 1080 * 100vw), 46px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec11__title-logo {
    width: calc(328 / 750 * 100vw);
    margin: calc(38 / 750 * 100vw) auto 0;
  }
}

.sec12 {
  background-color: #FFF1F8;
  padding: min(calc(72 / 1080 * 100vw), 72px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(96 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec12 .adlp-section {
    padding: 0;
    width: calc(670 / 750 * 100vw);
  }
}
.sec12__title {
  color: var(--body, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec12__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
#float_cta {
  z-index: 9999;
  opacity: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
}
#float_cta a {
  display: block;
  line-height: 1.5;
}
#float_cta .link_inner {
  display: flex;
}
#float_cta .link_inner > div {
  font-weight: bold;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#float_cta .link_inner .float_tel {
  background: #fff;
  color: #003567;
  font-size: 1.8rem;
}
#float_cta .link_inner .float_btn {
  background: #CC1143;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #float_cta .link_inner > div {
    font-size: 1.4rem;
  }
}
/* フォームUI調整 */
input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.form td input,
.form td select,
.form td textarea {
  border: 1px solid #003567 !important;
}
