@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-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 {
  background-image: url(../img/pc/cv_bg.webp);
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(63 / 1080 * 100vw), 63px);
  background-repeat: no-repeat;
  padding: min(calc(113 / 1080 * 100vw), 113px) 0 min(calc(86 / 1080 * 100vw), 86px);
}
@media screen and (max-width: 767px) {
  .cv {
    background-image: url(../img/sp/cv_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(84 / 750 * 100vw);
    padding: calc(144 / 750 * 100vw) 0 calc(86 / 750 * 100vw);
  }
}
.cv__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    max-width: calc(630 / 750 * 100vw);
  }
}
.cv__title {
  color: var(--txt2, #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: 600;
  line-height: 140%;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.cv__subtitle {
  color: var(--txt1, #444);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv__subtitle {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.cv__line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(443 / 1080 * 100vw), 443px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  background-color: #20A5A2;
  color: #fff;
  color: #FFF;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__line-button {
    width: calc(590 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.cv__line-button:hover {
  filter: brightness(1.1);
}
.cv__line-button-arrow {
  position: absolute;
  right: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cv__line-button-arrow {
    right: calc(34 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.cv__disclaimer {
  color: var(--txt2, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv__disclaimer {
    font-size: calc(26 / 750 * 100vw);
    text-align: justify;
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.cv__company {
  color: var(--txt2, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: min(calc(51 / 1080 * 100vw), 51px);
}
@media screen and (max-width: 767px) {
  .cv__company {
    font-size: calc(26 / 750 * 100vw);
    text-align: justify;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.cv__property-info {
  color: var(--txt1, #444);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv__property-info {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.cv__property-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(443 / 1080 * 100vw), 443px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  margin: 0 auto;
  background-color: #BBA843;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__property-button {
    width: calc(590 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.cv__property-button:hover {
  filter: brightness(1.1);
}
.cv__property-button-arrow {
  position: absolute;
  right: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .cv__property-button-arrow {
    right: calc(34 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  width: 100%;
  background-image: url(../img/pc/fv_bg.webp);
  background-position: center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(537 / 1080 * 100vw), 537px);
  background-repeat: no-repeat;
  height: min(calc(537 / 1080 * 100vw), 537px);
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/sp/fv_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1269 / 750 * 100vw);
    height: calc(1269 / 750 * 100vw);
  }
}
.fv__logo {
  width: min(calc(125 / 1080 * 100vw), 125px);
  margin: 0 auto min(calc(52 / 1080 * 100vw), 52px);
  padding-top: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(167 / 750 * 100vw);
    margin: 0 auto calc(72 / 750 * 100vw);
    padding-top: calc(35 / 750 * 100vw);
  }
}
.fv__logo img {
  width: 100%;
}
.fv__inner {
  position: relative;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  height: min(calc(537 / 1080 * 100vw), 537px);
}
@media screen and (max-width: 767px) {
  .fv__inner {
    max-width: 100%;
    height: calc(1269 / 750 * 100vw);
  }
}
.fv__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fv__flex {
    display: block;
  }
}
.fv__speech-bubble {
  position: relative;
  background-image: url(../img/pc/fv_balloon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: max(calc(0 / 1080 * 100vw), 0px) max(calc(0 / 1080 * 100vw), 0px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(77 / 1080 * 100vw), 77px);
  color: var(--txt1, #444);
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .fv__speech-bubble {
    background-image: url(../img/sp/fv_balloon.webp);
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin: 0 auto calc(20 / 750 * 100vw);
    width: calc(614 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.fv__speech-bubble span {
  color: var(--main2, #20A5A2);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__speech-bubble span {
    font-size: calc(42 / 750 * 100vw);
  }
}
.fv__title {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-bottom: calc(50 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
  }
}
.fv__title-text {
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .fv__title-text {
    font-size: calc(64 / 750 * 100vw);
  }
}
.fv__title-text span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .fv__title-text span {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__title-emphasis {
  display: block;
  color: #FDDD64;
  font-family: "Noto Serif JP";
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  background-image: url(../img/pc/fv_pen.webp);
  background-position: bottom max(calc(0 / 1080 * 100vw), 0px) center;
  background-size: min(calc(462 / 1080 * 100vw), 462px) min(calc(108 / 1080 * 100vw), 108px);
  background-repeat: no-repeat;
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(60 / 1080 * 100vw), 60px) min(calc(6 / 1080 * 100vw), 6px) 0;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .fv__title-emphasis {
    font-size: calc(93 / 750 * 100vw);
    background-image: url(../img/sp/fv_pen.webp);
    background-position: bottom calc(0 / 750 * 100vw) center;
    background-size: calc(702 / 750 * 100vw) calc(247 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(120 / 750 * 100vw) calc(70 / 750 * 100vw) 0;
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.fv__question {
  display: block;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (max-width: 767px) {
  .fv__question {
    font-size: calc(68 / 750 * 100vw);
    margin-top: calc(-30 / 750 * 100vw);
  }
}
.fv__house {
  position: absolute;
  right: min(calc(17 / 1080 * 100vw), 17px);
  bottom: max(calc(0 / 1080 * 100vw), 0px);
  z-index: 1;
  width: min(calc(417 / 1080 * 100vw), 417px);
}
@media screen and (max-width: 767px) {
  .fv__house {
    right: calc(0 / 750 * 100vw);
    bottom: calc(0 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
  }
}
.fv__checklist-item {
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__checklist-item {
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.fv__checklist-item .blended {
  mix-blend-mode: multiply;
  position: relative;
  z-index: 0;
  border: 0.626px solid var(--base-white, #FFF);
  opacity: 0.8;
  background: linear-gradient(90deg, #444 62.78%, rgba(68, 68, 68, 0.7) 100%);
  mix-blend-mode: multiply;
  width: min(calc(370 / 1080 * 100vw), 370px);
  height: min(calc(69 / 1080 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .fv__checklist-item .blended {
    width: calc(590 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    border: 1px solid var(--base-white, #FFF);
    opacity: 0.8;
    background: linear-gradient(90deg, #444 62.78%, rgba(68, 68, 68, 0.7) 100%);
    mix-blend-mode: multiply;
  }
}
.fv__checklist-item .normal-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(37 / 1080 * 100vw), 37px) min(calc(10 / 1080 * 100vw), 10px) min(calc(81 / 1080 * 100vw), 81px);
  color: #FDDD64;
  font-family: "Noto Serif JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-style: normal;
  font-weight: 500;
  line-height: min(calc(47.204 / 1080 * 100vw), 47.204px);
}
@media screen and (max-width: 767px) {
  .fv__checklist-item .normal-child {
    width: calc(590 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(37 / 750 * 100vw) calc(20 / 750 * 100vw) calc(128 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
    line-height: calc(47.204 / 750 * 100vw);
  }
}
.fv__checklist-item .normal-child:before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(28 / 1080 * 100vw), 28px);
  position: absolute;
  left: min(calc(37 / 1080 * 100vw), 37px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv__checklist-item .normal-child:before {
    width: calc(46 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
  }
}

.sec01 {
  background-image: url(../img/pc/sec01_bg.webp);
  background-position: center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(797 / 1080 * 100vw), 797px);
  background-repeat: no-repeat;
  height: min(calc(797 / 1080 * 100vw), 797px);
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background-image: url(../img/sp/sec01_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1223 / 750 * 100vw);
    height: calc(1223 / 750 * 100vw);
    padding-top: calc(70 / 750 * 100vw);
  }
}
.sec01__inner {
  position: relative;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    max-width: calc(630 / 750 * 100vw);
  }
}
.sec01__title {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  color: var(--txt1, #444);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-bottom: calc(30 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__title span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec01__title span {
    font-size: calc(56 / 750 * 100vw);
    display: block;
  }
}
.sec01__content {
  position: relative;
}
.sec01__speech-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec01__bubble {
  position: absolute;
  padding: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: #F5F5F5;
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) min(calc(3 / 1080 * 100vw), 3px) min(calc(15 / 1080 * 100vw), 15px) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .sec01__bubble {
    position: relative;
    padding: calc(30 / 750 * 100vw);
    width: calc(560 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    box-shadow: calc(0 / 750 * 100vw) calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) calc(0 / 750 * 100vw) rgba(0, 0, 0, 0.15);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec01__bubble-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec01__bubble-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__bubble--left {
  top: min(calc(15 / 1080 * 100vw), 15px);
  left: max(calc(0 / 1080 * 100vw), 0px);
}
.sec01__bubble--left:after {
  content: "";
  position: absolute;
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  left: min(calc(43 / 1080 * 100vw), 43px);
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='27' viewBox='0 0 19 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 26.75V0.75H0L19 26.75Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01__bubble--left:after {
    bottom: calc(-33 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.sec01__bubble--right {
  top: max(calc(0 / 1080 * 100vw), 0px);
  right: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec01__bubble--right {
    margin-left: auto;
  }
}
.sec01__bubble--right:after {
  content: "";
  position: absolute;
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  right: min(calc(43 / 1080 * 100vw), 43px);
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='27' viewBox='0 0 19 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 26.75V0.75H19L0 26.75Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01__bubble--right:after {
    bottom: calc(-33 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.sec01__bubble--center {
  width: min(calc(543 / 1080 * 100vw), 543px);
  top: min(calc(165 / 1080 * 100vw), 165px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec01__bubble--center {
    width: calc(560 / 750 * 100vw);
    top: auto;
    left: 0;
    transform: translateX(0);
  }
}
.sec01__bubble--center:after {
  content: "";
  position: absolute;
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  left: min(calc(43 / 1080 * 100vw), 43px);
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='27' viewBox='0 0 19 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 26.75V0.75H0L19 26.75Z' fill='%23F5F5F5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec01__bubble--center:after {
    bottom: calc(-33 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}

.sec02 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(64 / 1080 * 100vw), 64px);
  background-image: url(../img/pc/sec02_bg.webp);
  background-position: bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(797 / 1080 * 100vw), 797px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-image: url(../img/sp/sec02_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1524 / 750 * 100vw);
  }
}
.sec02__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec02__title {
  text-align: center;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    margin-bottom: calc(38 / 750 * 100vw);
  }
}
.sec02__title-main {
  display: inline-block;
  color: var(--txt2, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #444;
}
@media screen and (max-width: 767px) {
  .sec02__title-main {
    font-size: calc(32 / 750 * 100vw);
    border-bottom: calc(1 / 750 * 100vw) solid #444;
  }
}
.sec02__subtitle {
  text-align: center;
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec02__subtitle {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02__subtitle-accent {
  color: #008986;
  font-family: "Noto Serif JP";
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec02__subtitle-accent {
    font-size: calc(48 / 750 * 100vw);
    display: block;
  }
}
.sec02__subtitle-accent span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec02__subtitle-accent span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__images {
  width: min(calc(760 / 1080 * 100vw), 760px);
  margin: 0 auto min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__images {
    width: calc(662 / 750 * 100vw);
    margin: 0 auto calc(42 / 750 * 100vw);
  }
}
.sec02__points {
  margin: 0 auto min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .sec02__points {
    margin: 0 auto calc(170 / 750 * 100vw);
  }
}
.sec02__point {
  position: relative;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(36 / 1080 * 100vw), 36px);
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sec02__point {
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec02__point:not(:last-child) {
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec02__point:not(:last-child) {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec02__point-header {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--base-white, #FFF);
  text-align: center;
  font-family: "EB Garamond";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 32%;
  background-image: url(../img/common/sec02_deco.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(calc(127 / 1080 * 100vw), 127px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__point-header {
    font-size: calc(32 / 750 * 100vw);
    width: calc(168 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
    padding-top: calc(10 / 750 * 100vw);
  }
}
.sec02__point-text {
  color: var(--txt2, #333);
  font-family: "Noto Serif JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec02__point-text {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
}
.sec02__point-accent {
  color: #008986;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec02__point-accent {
    font-size: calc(36 / 750 * 100vw);
    display: block;
  }
}
.sec02__staff {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__staff {
    display: block;
  }
}
.sec02__staff-message {
  flex: 0 0 min(calc(396 / 1080 * 100vw), 396px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-message {
    text-align: center;
  }
}
.sec02__staff-title {
  color: #008986;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #20A5A2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .sec02__staff-title {
    font-size: calc(48 / 750 * 100vw);
    padding-bottom: calc(18 / 750 * 100vw);
    margin-bottom: calc(18 / 750 * 100vw);
    border-bottom: calc(1 / 750 * 100vw) solid #20A5A2;
  }
}
.sec02__staff-position {
  text-align: center;
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec02__staff-position {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__staff-name {
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-left: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-name {
    font-size: calc(36 / 750 * 100vw);
    margin-left: calc(16 / 750 * 100vw);
  }
}
.sec02__staff-ruby {
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-left: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-ruby {
    font-size: calc(24 / 750 * 100vw);
    margin-left: calc(16 / 750 * 100vw);
  }
}
.sec02__staff-flex {
  display: flex;
  align-items: center;
  margin-left: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-flex {
    margin-left: 0;
    gap: calc(20 / 750 * 100vw);
    margin-top: min(calc(26 / 1080 * 100vw), 26px);
  }
}
.sec02__staff-img {
  flex: 0 0 min(calc(187 / 1080 * 100vw), 187px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-img {
    flex: 0 0 calc(250 / 750 * 100vw);
  }
}
.sec02__staff-comment {
  flex: 0 0 min(calc(224 / 1080 * 100vw), 224px);
  color: var(--txt1, #444);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-left: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__staff-comment {
    flex: 0 0 calc(360 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__staff-comment::before {
  content: "";
  position: absolute;
  left: max(calc(-15 / 1080 * 100vw), -15px);
  top: 50%;
  transform: translateY(-50%);
  width: max(calc(0 / 1080 * 100vw), 0px);
  height: max(calc(0 / 1080 * 100vw), 0px);
  border-style: solid;
  border-width: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) 0;
  border-color: transparent #F5F5F5 transparent transparent;
}
@media screen and (max-width: 767px) {
  .sec02__staff-comment::before {
    left: 50%;
    top: max(calc(-15 / 1080 * 100vw), -15px);
    transform: translateX(-50%) rotate(90deg);
    border-width: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
  }
}

.sec03__top {
  background-image: url(../img/pc/sec03_title.webp);
  background-position: bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(211 / 1080 * 100vw), 211px);
  background-repeat: no-repeat;
  height: min(calc(211 / 1080 * 100vw), 211px);
}
@media screen and (max-width: 767px) {
  .sec03__top {
    background-image: url(../img/sp/sec03_title.webp);
    background-size: calc(750 / 750 * 100vw) calc(362 / 750 * 100vw);
    height: calc(362 / 750 * 100vw);
  }
}
.sec03__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
  }
}
.sec03__en {
  color: var(--base-white, #FFF);
  font-family: "EB Garamond";
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.4;
  position: relative;
  top: max(calc(-18 / 1080 * 100vw), -18px);
}
@media screen and (max-width: 767px) {
  .sec03__en {
    font-size: calc(120 / 750 * 100vw);
    top: calc(-22 / 750 * 100vw);
  }
}
.sec03__title-text01 {
  display: block;
  color: var(--txt2, #333);
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec03__title-text01 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
    margin-left: calc(50 / 750 * 100vw);
  }
}
.sec03__title-text02 {
  display: block;
  color: var(--txt2, #333);
  font-family: "Noto Serif JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03__title-text02 {
    font-size: calc(56 / 750 * 100vw);
    margin-left: calc(50 / 750 * 100vw);
  }
}
.sec03__title-text02 span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__title-text02 span {
    font-size: calc(40 / 750 * 100vw);
    display: block;
    position: relative;
    top: calc(-10 / 750 * 100vw);
  }
}
.sec03__content {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__content {
    width: 100%;
  }
}
.sec03__card-top {
  border-top: min(calc(1.5 / 1080 * 100vw), 1.5px) solid var(--main2, #20A5A2);
  border-bottom: min(calc(1.5 / 1080 * 100vw), 1.5px) solid var(--main2, #20A5A2);
  background: #DBF2F2;
  display: flex;
  align-items: center;
  height: min(calc(135 / 1080 * 100vw), 135px);
}
@media screen and (max-width: 767px) {
  .sec03__card-top {
    border-top: calc(2 / 750 * 100vw) solid var(--main2, #20A5A2);
    border-bottom: calc(2 / 750 * 100vw) solid var(--main2, #20A5A2);
    height: calc(180 / 750 * 100vw);
  }
}
.sec03__card-topleft {
  flex: 0 0 min(calc(112 / 1080 * 100vw), 112px);
  background-color: #20A5A2;
  height: min(calc(135 / 1080 * 100vw), 135px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-topleft {
    flex: 0 0 calc(150 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}
.sec03__card-check {
  color: var(--base1, #FFF);
  text-align: center;
  font-family: "EB Garamond";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .sec03__card-check {
    font-size: calc(32 / 750 * 100vw);
    bottom: calc(-10 / 750 * 100vw);
  }
}
.sec03__card-check span {
  color: var(--base1, #FFF);
  font-family: "EB Garamond";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__card-check span {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec03__card-num {
  color: var(--base1, #FFF);
  text-align: center;
  font-family: "EB Garamond";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 767px) {
  .sec03__card-num {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec03__card-num .slash {
  color: var(--base1, #FFF);
  font-family: "EB Garamond";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__card-num .slash {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03__card-num .small {
  color: var(--base1, #FFF);
  font-family: "EB Garamond";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__card-num .small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__card-topright {
  flex: 0 0 min(calc(808 / 1080 * 100vw), 808px);
  color: var(--333, #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: 600;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec03__card-topright {
    flex: 0 0 calc(600 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__card-topright .large {
  color: var(--008986, #008986);
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03__card-topright .large {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03__card-inner {
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(45 / 1080 * 100vw), 45px) min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec03__card-inner {
    padding: calc(40 / 750 * 100vw) calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec03__card-img {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__card-img {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__card-img.--margin01 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: 0;
}
.sec03__card-img.--margin02 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec03__card-text01 {
  color: var(--txt2, #333);
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec03__card-text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__card-text01 .green {
  color: var(--main2, #20A5A2);
}
.sec03__card-flex01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec03__card-flex01 {
    display: block;
  }
}
.sec03__card-flex01box {
  flex: 0 0 min(calc(408 / 1080 * 100vw), 408px);
}
.sec03__card-text02 {
  color: var(--txt2, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec03__card-text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03__card-text02 b {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__card-text03 {
  color: var(--008986, #008986);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__card-text03 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__card-text04 {
  color: var(--008986, #008986);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03__card-text04 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec03__card-text04 .small {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec03__card-text04 .small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__card-text04 .inner {
  display: inline-block;
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-bottom: dashed min(calc(2 / 1080 * 100vw), 2px) #008986;
}
@media screen and (max-width: 767px) {
  .sec03__card-text04 .inner {
    padding-bottom: calc(8 / 750 * 100vw);
    border-bottom: dashed calc(2 / 750 * 100vw) #008986;
  }
}
.sec03__card-text05 {
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__card-text05 {
    font-size: calc(26 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__card-text06 {
  color: var(--txt2, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec03__card-text06 {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
}
.sec03__card-text07 {
  color: var(--008986, #008986);
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__card-text07 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__card-text08 {
  color: var(--008986, #008986);
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border: min(calc(1 / 1080 * 100vw), 1px) solid var(--008986, #008986);
  background: rgba(255, 255, 255, 0.8);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0;
}
@media screen and (max-width: 767px) {
  .sec03__card-text08 {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0;
  }
}
.sec03__card-text09 {
  color: var(--base-black-333, #333);
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__card-text09 {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec04 {
  background-image: url(../img/pc/sec04_bg.webp);
  background-position: bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(668 / 1080 * 100vw), 668px);
  background-repeat: no-repeat;
  height: min(calc(668 / 1080 * 100vw), 668px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    background-image: url(../img/sp/sec04_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(1046 / 750 * 100vw);
    height: calc(1046 / 750 * 100vw);
  }
}
.sec04__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    max-width: 100%;
    padding-top: calc(94 / 750 * 100vw);
  }
}
.sec04__title {
  color: var(--txt2, #333);
  text-align: center;
  font-family: "EB Garamond";
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec04__subtitle {
  width: min(calc(467 / 1080 * 100vw), 467px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  color: var(--main2, #20A5A2);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border: min(calc(1.5 / 1080 * 100vw), 1.5px) solid var(--base-white, #FFF);
  background: #FFF;
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) min(calc(3 / 1080 * 100vw), 3px) min(calc(15 / 1080 * 100vw), 15px) max(calc(0 / 1080 * 100vw), 0px) rgba(100, 195, 195, 0.4);
  position: relative;
  top: max(calc(-14 / 1080 * 100vw), -14px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__subtitle {
    width: calc(520 / 750 * 100vw);
    height: calc(136 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid var(--base-white, #FFF);
    box-shadow: calc(0 / 750 * 100vw) calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) calc(0 / 750 * 100vw) rgba(100, 195, 195, 0.4);
    top: calc(-20 / 750 * 100vw);
  }
}
.sec04__subtitle:after {
  content: "";
  position: absolute;
  bottom: max(calc(-25 / 1080 * 100vw), -25px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='34' viewBox='0 0 4 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L2 32' stroke='white' stroke-width='3' stroke-linecap='round' stroke-dasharray='1.5 7.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec04__subtitle:after {
    bottom: calc(-40 / 750 * 100vw);
    width: calc(4 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
  }
}
.sec04__text {
  color: var(--base-white, #FFF);
  text-align: center;
  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: 140%;
}
@media screen and (max-width: 767px) {
  .sec04__text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__text span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec04__text span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__image {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__image {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.sec04__description {
  color: var(--base-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec04__description {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
}
.sec04__description span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec04__description span {
    font-size: calc(36 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
