@charset "UTF-8";
.--maru {
  font-family: "Zen Maru Gothic", sans;
}

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

.--en {
  font-family: "Roboto", sans-serif;
}

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

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

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  color: rgb(34, 34, 34);
}
@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: #222;
  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 .red {
  color: #BE1919;
}
.adlp-wrapper .green,
.adlp-wrapper .darkgreen {
  color: #174A45;
}
.adlp-wrapper .text__txt {
  color: #222 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__red {
  color: #BE1919 !important;
}
.adlp-wrapper .text__darkgreen {
  color: #174A45 !important;
}
.adlp-wrapper .text__green {
  color: #147D3C !important;
}
.adlp-wrapper .bg__txt {
  background: #222 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__red {
  background: #BE1919 !important;
}
.adlp-wrapper .bg__darkgreen {
  background: #174A45 !important;
}
.adlp-wrapper .bg__green {
  background: #147D3C !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #222;
}
.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 .line__top__red {
  border-top: 1px solid #BE1919;
}
.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__darkgreen {
  border-top: 1px solid #174A45;
}
.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__green {
  border-top: 1px solid #147D3C;
}
.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%, #222 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 .marker__red {
  background: linear-gradient(transparent 60%, #BE1919 60%);
}
.adlp-wrapper .marker__darkgreen {
  background: linear-gradient(transparent 60%, #174A45 60%);
}
.adlp-wrapper .marker__green {
  background: linear-gradient(transparent 60%, #147D3C 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #222;
}
.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 .line__red {
  border-bottom: 1px solid #BE1919;
}
.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__darkgreen {
  border-bottom: 1px solid #174A45;
}
.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__green {
  border-bottom: 1px solid #147D3C;
}
.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: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #565656;
  z-index: 100;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
  }
}
.adlp-header__logo {
  width: min(calc(108 / 1080 * 100vw), 108px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(140 / 750 * 100vw);
  }
}

.adlp-footer {
  background: #174A45;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(56 / 750 * 100vw) 0 calc(158 / 750 * 100vw);
  }
}
.adlp-footer__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
  width: min(calc(560 / 1080 * 100vw), 560px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__box {
    flex-direction: column-reverse;
    gap: calc(14 / 750 * 100vw);
    width: calc(580 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw) calc(44 / 750 * 100vw);
  }
}
.adlp-footer__box-img {
  flex-shrink: 0;
  width: min(calc(147 / 1080 * 100vw), 147px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__box-img {
    width: calc(492 / 750 * 100vw);
  }
}
.adlp-footer__text01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text01 {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    color: #000;
    text-align: center;
  }
}
.adlp-footer__menu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.adlp-footer__menu a {
  color: #fff;
}
.adlp-footer__copyright {
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
  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.04em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.adlp-floating {
  position: fixed;
  top: min(calc(65 / 1080 * 100vw), 65px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  width: 100%;
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    top: calc(120 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(15 / 750 * 100vw);
  }
}
.adlp-floating.--top {
  top: 0;
}
.adlp-floating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(230 / 1080 * 100vw), 230px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background: #174A45;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  box-shadow: min(calc(3 / 1080 * 100vw), 3px) min(calc(4 / 1080 * 100vw), 4px) min(calc(3 / 1080 * 100vw), 3px) 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .adlp-floating__btn:hover::after {
    transform: translateX(20%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__btn {
    gap: calc(20 / 750 * 100vw);
    width: calc(210 / 750 * 100vw);
    height: calc(65 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    box-shadow: calc(4 / 750 * 100vw) calc(5 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-floating__btn::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: min(calc(15.57 / 1080 * 100vw), 15.57px);
  height: min(calc(4.95 / 1080 * 100vw), 4.95px);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='7' viewBox='0 0 22 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H20L16 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .adlp-floating__btn::after {
    width: calc(22 / 750 * 100vw);
    height: calc(7 / 750 * 100vw);
  }
}

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

.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;
}
.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;
}
@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-btn {
  overflow: hidden;
  position: relative;
  background-color: #000000;
  margin: 0 auto;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(488 / 1080 * 100vw), 488px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    border-radius: calc(8 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(43 / 1080 * 100vw), 43px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='10' viewBox='0 0 39 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9H37L29.6771 1' stroke='white' stroke-width='1.55176'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(39 / 1080 * 100vw), 39px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .adlp-btn::after {
    right: calc(16 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.adlp-btn__main {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding: 0 0 0 min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__main {
    padding-left: calc(50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-btn__main.--noPadding {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .adlp-btn__main.--noPadding {
    padding: 0;
  }
}
.adlp-btn__badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #AA151C;
  height: 100%;
  width: min(calc(100 / 1080 * 100vw), 100px);
  padding: 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-btn__badge {
    width: calc(134 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    transform: translateY(min(calc(2 / 1080 * 100vw), 2px));
  }
  .adlp-btn:hover::after {
    transform: translate(20%, -50%);
  }
}
.adlp-btn.--b, .adlp-btn.--c {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .adlp-btn.--b:hover, .adlp-btn.--c:hover {
    transform: none;
  }
}
.adlp-btn.--b, .adlp-btn.--c, .adlp-btn.--d {
  background: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.2;
}
.adlp-btn.--b p, .adlp-btn.--c p, .adlp-btn.--d p {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--b, .adlp-btn.--c, .adlp-btn.--d {
    font-size: calc(34 / 750 * 100vw);
  }
  .adlp-btn.--b p, .adlp-btn.--c p, .adlp-btn.--d p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-btn.--b::before, .adlp-btn.--c::before, .adlp-btn.--d::before {
  content: "";
  display: block;
  background: url(../img/common/icon_line.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(14 / 1080 * 100vw), 14px);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--b::before, .adlp-btn.--c::before, .adlp-btn.--d::before {
    left: calc(16 / 750 * 100vw);
    width: calc(42 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
}
.adlp-btn.--b::after, .adlp-btn.--c::after, .adlp-btn.--d::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='9' viewBox='0 0 26 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0263672 8H23.9034L16.8149 1' stroke='white' stroke-width='1.44074'/%3E%3C/svg%3E%0A");
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--b::after, .adlp-btn.--c::after, .adlp-btn.--d::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M0 11H32L22.5 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    width: calc(35 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-btn.--c {
  background-color: #fff;
}
.adlp-btn.--c::before {
  background-image: url(../img/common/icon_tel.svg);
}
.adlp-btn.--c::after {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='12' viewBox='0 0 35 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H32L22.5 1' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='12' viewBox='0 0 35 12' fill='none'%3E%3Cpath d='M0 11H32L22.5 1' stroke='%23222222' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.adlp-btn.--c {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #000;
  color: #222;
}
.adlp-btn.--c p {
  color: #222;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c {
    border: calc(3 / 750 * 100vw) solid #000;
  }
}
.adlp-btn.--d {
  border-width: 1px;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--d {
    width: calc(80 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--d::before, .adlp-btn.--d::after {
  content: none;
}
.adlp-btn.--d img {
  width: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--d img {
    width: calc(36 / 750 * 100vw);
  }
}
.adlp-btn.--e {
  background: linear-gradient(120deg, #2CD22C 81%, #fff 81%);
  border-width: 1px;
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--e {
    background: linear-gradient(120deg, #2CD22C 81%, #fff 81%);
    width: calc(266 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--e::before {
  content: none;
}
.adlp-btn.--e::after {
  right: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--e::after {
    right: calc(12 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.adlp-btn.--e .text01 {
  padding-right: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--e .text01 {
    padding-right: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-btn.--f {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #000;
  background-color: #2CD22C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--f {
    border: calc(3 / 750 * 100vw) solid #000;
  }
}
.adlp-btn.--g {
  background: linear-gradient(120deg, #fff 87%, #2CD22C 87%);
}
.adlp-btn.--h {
  background: linear-gradient(120deg, #2CD22C 91%, #fff 91%);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--h {
    background: linear-gradient(120deg, #2CD22C 90%, #fff 90%);
  }
  .adlp-btn.--h .adlp-btn__main {
    padding: 0;
  }
}
.adlp-btn.--i::before {
  background-image: url(../img/common/icon_memo.svg);
}
.adlp-btn.--j {
  background: #fff;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .adlp-btn.--j:hover {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--j {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-btn.--j .cv01__button-text {
  position: relative;
  padding-left: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--j .cv01__button-text {
    padding-left: calc(52 / 750 * 100vw);
  }
}
.adlp-btn.--j .cv01__button-text::before {
  content: "";
  display: block;
  background: url(../img/common/icon_tel.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max(calc(0 / 1080 * 100vw), 0px);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--j .cv01__button-text::before {
    left: calc(0 / 750 * 100vw);
    width: calc(42 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
}
.adlp-btn.--k {
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #174A45;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(9 / 1080 * 100vw), 9px) rgba(0, 0, 0, 0.4);
  color: #174A45;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--k {
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(12 / 750 * 100vw) rgba(0, 0, 0, 0.4);
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-btn.--k p {
  color: #174A45;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--k p {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-btn.--k::before {
  content: none;
}
.adlp-btn.--k::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='7' viewBox='0 0 37 7' fill='none'%3E%3Cpath d='M0 6H35L29 1' stroke='%23174A45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(7 / 1080 * 100vw), 7px);
  right: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--k::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='10' viewBox='0 0 48 10' fill='none'%3E%3Cpath d='M0 9H46L38 1' stroke='%23174A45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: calc(48 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    right: calc(22 / 750 * 100vw);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23333333'/%3E%3Cpath d='M16 0C7.08571 0 0 7.08571 0 16C0 24.9143 7.08571 32 16 32C24.9143 32 32 24.9143 32 16C32 7.08571 24.9143 0 16 0ZM22.1714 24L16 17.8286L9.82857 24L8 22.1714L14.1714 16L8 9.82857L9.82857 8L16 14.1714L22.1714 8L24 9.82857L17.8286 16L24 22.1714L22.1714 24Z' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.cv01.--method {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cv01.--method {
    gap: calc(30 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.cv01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv01__inner {
    gap: calc(10 / 750 * 100vw);
  }
}

.cv01__tabs {
  display: flex;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .cv01__tabs {
    gap: calc(20 / 750 * 100vw);
  }
}

.cv01__tab {
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(12 / 1080 * 100vw), 12px) min(calc(7 / 1080 * 100vw), 7px);
  background-color: #317071;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__tab {
    padding: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.cv01__lead {
  display: flex;
  align-items: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv01__lead {
    flex-direction: column;
    gap: 0;
  }
}
.cv01__lead-sub {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__lead-sub {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv01__lead-main {
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__lead-main {
    font-size: calc(48 / 750 * 100vw);
  }
}

.cv02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(22 / 1080 * 100vw), 22px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cv02 {
    gap: calc(48 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.cv02__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cv02__cards {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
  }
}
.cv02__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  width: min(calc(314 / 1080 * 100vw), 314px);
}
@media screen and (max-width: 767px) {
  .cv02__card {
    width: calc(630 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.cv02__card-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  color: #000;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__card-text {
    gap: calc(8 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.cv02__card-text-body {
  display: inline-block;
}
.cv02__card-text-slash {
  flex-shrink: 0;
  display: inline-block;
}
.cv02__card .adlp-btn {
  width: min(calc(310 / 1080 * 100vw), 310px);
  height: min(calc(86 / 1080 * 100vw), 86px);
}
@media screen and (max-width: 767px) {
  .cv02__card .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.cv02__card .adlp-btn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='9' viewBox='0 0 26 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0263672 8H23.9034L16.8149 1' stroke='white' stroke-width='1.44074'/%3E%3C/svg%3E%0A");
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .cv02__card .adlp-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='10' viewBox='0 0 39 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9H37L29.6771 1' stroke='white' stroke-width='1.55176'/%3E%3C/svg%3E%0A");
    width: calc(50 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(16 / 750 * 100vw);
  }
}
.cv02__card .adlp-btn__badge {
  width: min(calc(83 / 1080 * 100vw), 83px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv02__card .adlp-btn__badge {
    width: calc(133 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.cv02__card .adlp-btn__main {
  padding-left: min(calc(103 / 1080 * 100vw), 103px);
  padding-right: min(calc(47 / 1080 * 100vw), 47px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__card .adlp-btn__main {
    padding-left: calc(133 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    font-weight: 600;
  }
}
.cv02__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .cv02__line {
    gap: calc(16 / 750 * 100vw);
  }
}
.cv02__line-heading {
  color: #000;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__line-heading {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.12em;
  }
}
.cv02__line-buttons {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(644 / 1080 * 100vw), 644px);
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons {
    gap: calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.cv02__line-buttons .adlp-btn {
  flex-shrink: 0;
  width: min(calc(310 / 1080 * 100vw), 310px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons .adlp-btn {
    width: calc(300 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.cv02__line-buttons .adlp-btn p {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons .adlp-btn p {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons .adlp-btn.--b::before, .cv02__line-buttons .adlp-btn.--c::before {
    left: calc(24 / 750 * 100vw);
    width: calc(42 / 750 * 100vw);
    height: calc(43 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons .adlp-btn.--b::after, .cv02__line-buttons .adlp-btn.--c::after {
    right: calc(24 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
  }
}
.cv02__line-buttons .adlp-btn.--c p {
  color: #222;
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons-pc {
    display: none;
  }
}
.cv02__line-buttons-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .cv02__line-buttons-sp {
    display: inline-block;
  }
}
.cv02__line-time {
  color: #333;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__line-time {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}

.fv {
  background-color: #fff;
}

.fv__hero {
  position: relative;
}

.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
}

.fv__copy {
  position: absolute;
  top: 8.1%;
  left: 21.5%;
  width: 32.3%;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__copy {
    top: calc(12 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.fv__copy-lead {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__copy-lead {
    font-size: calc(80 / 750 * 100vw);
  }
}
.fv__copy-lead span {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .fv__copy-lead span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__copy-main {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__copy-main {
    margin-top: 0;
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv__copy-main span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .fv__copy-main span {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__copy-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  margin-top: min(calc(13 / 1080 * 100vw), 13px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__copy-row {
    gap: calc(8 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
  }
}
.fv__copy-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(calc(19 / 1080 * 100vw), 19px) min(calc(6 / 1080 * 100vw), 6px);
  background-color: #000;
  color: #f6f6f6;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv__copy-brand {
    padding: 0 calc(26 / 750 * 100vw) calc(8 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
  }
}
.fv__copy-particle {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__copy-particle {
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv__copy-end {
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__copy-end {
    margin-top: calc(2 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.fv__medals {
  position: absolute;
  top: 36.4%;
  left: 50.7%;
  width: 23.2%;
  display: flex;
  align-items: center;
  gap: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .fv__medals {
    top: 50.7%;
    left: 4.4%;
    width: 90.9%;
    gap: calc(20 / 750 * 100vw);
  }
}

.fv__medal {
  flex: 1;
}
.fv__medal picture,
.fv__medal img {
  display: block;
  width: 100%;
}

.fv__note {
  position: absolute;
  top: 66.3%;
  left: 67%;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__note {
    display: none;
  }
}

.fv__band {
  padding: min(calc(6 / 1080 * 100vw), 6px) 0 min(calc(8 / 1080 * 100vw), 8px);
  background-color: #efd451;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__band {
    padding: calc(16 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.fv__band p {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__band p {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
}

.fv__banner {
  background: linear-gradient(90deg, #dac9a4 0.81%, #f6f5ed 49.5%, #dac9a4 99.58%);
}
@media screen and (min-width: 768px) {
  .fv__banner {
    padding-block: min(calc(32 / 1080 * 100vw), 32px);
  }
}
.fv__banner-link {
  display: block;
  width: min(calc(592 / 1080 * 100vw), 592px);
  margin-inline: auto;
  transition: filter 0.3s;
}
@media screen and (min-width: 768px) {
  .fv__banner-link:hover {
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .fv__banner-link {
    width: 100%;
  }
}

.sec01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec01 {
    gap: calc(10 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.sec01__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec01__heading {
    flex-direction: column;
    gap: 0;
  }
}
.sec01__heading-sub {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__heading-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__heading-main {
  color: #147d3c;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__heading-main {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec01__stats {
  display: flex;
  align-items: stretch;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01__stats {
    gap: calc(14 / 750 * 100vw);
  }
}

.sec01__stats-num {
  position: relative;
  padding-bottom: min(calc(15 / 1080 * 100vw), 15px);
  color: #BE1919;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: italic;
  font-size: min(calc(94 / 1080 * 100vw), 94px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__stats-num {
    padding-bottom: calc(28 / 750 * 100vw);
    font-size: calc(160 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.sec01__stats-num span {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec01__stats-num span {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec01__stats-num::after {
  content: "";
  position: absolute;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  left: 0;
  right: 0;
  width: min(calc(240 / 1080 * 100vw), 240px);
  aspect-ratio: 240/15;
  background: url(../img/common/sec01_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec01__stats-num::after {
    width: calc(451 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
  }
}

.sec01__stats-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__stats-info {
    padding-bottom: calc(38 / 750 * 100vw);
  }
}

.sec01__stats-unit {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__stats-unit {
    font-weight: 600;
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.sec01__stats-note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec01__stats-note {
    margin-top: calc(14 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec01 .adlp-swiper {
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-swiper {
    padding-bottom: 0;
  }
}
.sec01 .adlp-swiper .swiper-slide {
  padding: 0 min(calc(2.5 / 1080 * 100vw), 2.5px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-swiper .swiper-slide {
    padding: 0 calc(5 / 750 * 100vw);
  }
}
.sec01 .adlp-swiper .swiper-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
.sec01 .adlp-swiper .swiper-button-prev,
.sec01 .adlp-swiper .swiper-button-next {
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  margin: 0;
  background-size: contain;
  position: static;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-swiper .swiper-button-prev,
  .sec01 .adlp-swiper .swiper-button-next {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec01 .adlp-swiper .swiper-button-prev {
  background-image: url(../img/common/sli_arrow_prev.svg);
}
.sec01 .adlp-swiper .swiper-button-next {
  background-image: url(../img/common/sli_arrow_next.svg);
}
.sec01 .adlp-swiper .swiper-pagination {
  display: none;
}

.sec02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02 {
    gap: calc(50 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.sec02__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__copy {
    flex-direction: column;
    gap: 0;
  }
}
.sec02__copy-sub {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__copy-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__copy-sub span {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  color: var(--acc01, #be1919);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .sec02__copy-sub span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__copy-main {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__copy-main {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec02__cards {
  display: flex;
  flex-direction: row;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(780 / 1080 * 100vw), 780px);
}
@media screen and (max-width: 767px) {
  .sec02__cards {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    width: 100%;
  }
}

.sec02__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(28 / 1080 * 100vw), 28px);
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec02__card {
    gap: calc(20 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(53 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin-inline: auto;
  }
}
.sec02__card-brand {
  align-self: stretch;
  padding-bottom: min(calc(6 / 1080 * 100vw), 6px);
  border-bottom: 1px solid #452f04;
  color: #452f04;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card-brand {
    padding-bottom: calc(8 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec02__card-body {
    flex-direction: row-reverse;
    align-items: center;
    gap: calc(56 / 750 * 100vw);
  }
}
.sec02__card-img {
  width: min(calc(190 / 1080 * 100vw), 190px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__card-img {
    width: calc(218 / 750 * 100vw);
  }
}
.sec02__card-img img {
  display: block;
  width: 100%;
}
.sec02__card-prices {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__card-prices {
    flex: 1;
    gap: calc(16 / 750 * 100vw);
  }
}
.sec02__card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec02__card-price-label {
  align-self: stretch;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  background-color: #452f04;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card-price-label {
    padding: 0 calc(0 / 750 * 100vw) calc(3 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__card-price-value {
  color: #BE1919;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__card-price-value {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__card-price-value span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec02__card-price-value span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec02__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__cta {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec02__cta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec02__cta-tagline {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__cta-tagline {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__cta-tagline span {
  color: var(--acc01, #be1919);
}
.sec02__cta-heading {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__cta-heading {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__cta-heading span {
  color: var(--main02, #174a45);
}

.sec03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(50 / 1080 * 100vw), 50px);
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec03 {
    gap: calc(40 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0;
  }
}

.sec03__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__copy {
    padding-bottom: 0;
  }
}
.sec03__copy-sub {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__copy-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__copy-main {
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__copy-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__copy-main span {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03__copy-main span {
    font-size: calc(80 / 750 * 100vw);
  }
}

.sec03__ranks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__ranks {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec03__rank {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: #fff;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.08);
  width: min(calc(780 / 1080 * 100vw), 780px);
}
@media screen and (max-width: 767px) {
  .sec03__rank {
    gap: calc(20 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(33 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.08);
    width: calc(630 / 750 * 100vw);
  }
}
.sec03__rank-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__rank-header {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.sec03__rank-no {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__rank-no {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec03__rank-icon {
  display: block;
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec03__rank-icon {
    width: calc(66 / 750 * 100vw);
  }
}
.sec03__rank-num {
  color: #BE1919;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__rank-num {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec03__rank-num span {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03__rank-num span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__rank-brand {
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__rank-brand {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__cards {
  display: flex;
  flex-direction: row;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
  }
}

.sec03__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec03__card {
    flex-direction: row-reverse;
    align-items: center;
    gap: calc(60 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec03__card-img {
  width: min(calc(118 / 1080 * 100vw), 118px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__card-img {
    width: calc(163 / 750 * 100vw);
  }
}
.sec03__card-img img {
  display: block;
  width: 100%;
}
.sec03__card-info {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .sec03__card-info {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec03__card-info {
    flex: 1;
    align-self: center;
  }
}
.sec03__card-name {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  min-height: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (min-width: 768px) {
  .sec03__card-name {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec03__card-name {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__card-price {
  color: #BE1919;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__card-price {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__card-price span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec03__card-price span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec03__status {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__status {
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec03__status-heading {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__status-heading {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__status-heading span {
  color: var(--main02, #174a45);
}
.sec03__status-row {
  display: flex;
  align-items: stretch;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__status-row {
    gap: calc(14 / 750 * 100vw);
  }
}
.sec03__status-num {
  position: relative;
  padding-bottom: min(calc(15 / 1080 * 100vw), 15px);
  color: #BE1919;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: italic;
  font-size: min(calc(94 / 1080 * 100vw), 94px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__status-num {
    padding-bottom: calc(28 / 750 * 100vw);
    font-size: calc(160 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.sec03__status-num span {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec03__status-num span {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec03__status-num::after {
  content: "";
  position: absolute;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  left: 0;
  right: 0;
  width: min(calc(240 / 1080 * 100vw), 240px);
  aspect-ratio: 240/15;
  background: url(../img/common/sec01_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec03__status-num::after {
    width: calc(451 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
  }
}
.sec03__status-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__status-info {
    padding-bottom: calc(38 / 750 * 100vw);
  }
}
.sec03__status-unit {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__status-unit {
    font-weight: 600;
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__status-note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__status-note {
    margin-top: calc(14 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec03__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec03__cta {
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(-40 / 750 * 100vw);
  }
}
.sec03__cta-tagline {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__cta-tagline {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__cta-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__cta-heading {
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
  }
}
.sec03__cta-prefix, .sec03__cta-suffix {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__cta-prefix, .sec03__cta-suffix {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__cta-prefix span, .sec03__cta-suffix span {
  color: var(--acc01, #be1919);
}
.sec03__cta-brand-outer {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sec03__cta-brand {
  display: flex;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__cta-brand {
    gap: calc(6 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
  }
}
.sec03__cta-brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(calc(46 / 1080 * 100vw), 46px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #174A45;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03__cta-brand span {
    width: calc(60 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}

.sec04 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(100 / 1080 * 100vw), 100px);
  background-color: #174A45;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(70 / 750 * 100vw) 0 calc(130 / 750 * 100vw);
  }
}

.sec04__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    gap: calc(90 / 750 * 100vw);
  }
}

.sec04__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__copy {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec04__copy-label {
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(18 / 1080 * 100vw), 18px);
  border: 1px solid #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__copy-label {
    padding: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__copy-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  aspect-ratio: 1/15;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__copy-label::after {
    width: 1px;
    aspect-ratio: 1/12;
  }
}
.sec04__copy-sub {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__copy-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04__copy-main {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__copy-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__copy-main span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__copy-main span {
    font-size: calc(80 / 750 * 100vw);
  }
}

.sec04__reason-item {
  position: relative;
  width: min(calc(780 / 1080 * 100vw), 780px);
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px) min(calc(50 / 1080 * 100vw), 50px);
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec04__reason-item {
    width: calc(690 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec04__reason-number {
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  background-color: #f3efef;
  border-radius: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-number {
    top: calc(-54 / 750 * 100vw);
    width: calc(152 / 750 * 100vw);
    height: calc(152 / 750 * 100vw);
    border-radius: calc(72 / 750 * 100vw);
  }
}
.sec04__reason-number span {
  position: relative;
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__reason-number span {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec04__reason-number span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: 1px;
  background-color: #174A45;
}
@media screen and (max-width: 767px) {
  .sec04__reason-number span::after {
    width: calc(47 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}

.sec04__reason-title {
  margin: 0 0 min(calc(28 / 1080 * 100vw), 28px);
  color: #222;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__reason-title {
    margin: 0 0 calc(40 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04__reason-title span {
  color: var(--main02, #174a45);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.1;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec04__reason-title span {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.3;
  }
}
.sec04__reason-title span small {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__reason-title span small {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec04__reason-medal {
  width: min(calc(413 / 1080 * 100vw), 413px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__reason-medal {
    width: calc(630 / 750 * 100vw);
  }
}
.sec04__reason-medal img {
  display: block;
  width: 100%;
}
.sec04__reason-medal-note {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__reason-medal-note {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04__reason-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: calc(40 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
  }
}

.sec04__reason-fig {
  flex: 0 0 min(calc(354 / 1080 * 100vw), 354px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-fig {
    width: calc(630 / 750 * 100vw);
    flex: auto;
    margin-bottom: 0;
  }
}
.sec04__reason-fig img {
  display: block;
  width: 100%;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-fig img {
    border-radius: calc(16 / 750 * 100vw);
  }
}

.sec04__reason-exp {
  flex: 1;
}
.sec04__reason-exp p {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__reason-exp p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec04__reason-exp p b {
  color: var(--main02, #174a45);
}

.sec04__reason-note {
  position: relative;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(32 / 1080 * 100vw), 32px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__reason-note {
    margin-top: calc(110 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec04__reason-note.--row {
  display: flex;
  align-items: center;
  gap: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-note.--row {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.sec04__reason-note.--row > p:not(.sec04__reason-point) {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec04__reason-note.--row > p:not(.sec04__reason-point) {
    flex: none;
    align-self: stretch;
  }
}
.sec04__reason-note.--row > p:not(.sec04__reason-point) b {
  color: var(--main02, #174a45);
}
.sec04__reason-note > p:not(.sec04__reason-point) {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__reason-note > p:not(.sec04__reason-point) {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec04__reason-note > p:not(.sec04__reason-point) b {
  color: var(--main02, #174a45);
}

.sec04__reason-note-extra {
  flex: 0 0 min(calc(290 / 1080 * 100vw), 290px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__reason-note-extra {
    flex: none;
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}

.sec04__reason-badges {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__reason-badges {
    width: calc(438 / 750 * 100vw);
  }
}
.sec04__reason-badges img {
  display: block;
  width: 100%;
}

.sec04__reason-headline {
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__reason-headline {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec04__reason-point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: #174A45;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__reason-point {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(12 / 750 * 100vw);
    border-radius: calc(36 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec05 {
  position: relative;
  overflow-y: visible;
  background: radial-gradient(circle at 50% 59%, #fff 66%, #ebebeb 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05 {
    background: radial-gradient(circle at 50% 47%, #fff 66%, #ebebeb 100%);
  }
}

.sec05__inner {
  position: relative;
  width: 100%;
  height: min(calc(670 / 1080 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    height: calc(1155 / 750 * 100vw);
  }
}

.sec05__hero-bg {
  position: absolute;
  top: min(calc(136 / 1080 * 100vw), 136px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1063 / 1080 * 100vw), 1063px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05__hero-bg {
    top: calc(336 / 750 * 100vw);
    width: 100%;
  }
}
.sec05__hero-bg picture,
.sec05__hero-bg img {
  display: block;
  width: 100%;
}

.sec05__title-bg {
  position: absolute;
  top: min(calc(46 / 1080 * 100vw), 46px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1068 / 1080 * 100vw), 1068px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05__title-bg {
    top: calc(93 / 750 * 100vw);
    width: calc(710 / 750 * 100vw);
  }
}
.sec05__title-bg picture,
.sec05__title-bg img {
  display: block;
  width: 100%;
}

.sec05__pill {
  position: absolute;
  top: min(calc(96 / 1080 * 100vw), 96px);
  left: 50%;
  transform: translateX(-50%);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(28 / 1080 * 100vw), 28px);
  background-color: #174A45;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .sec05__pill {
    top: calc(280 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    white-space: normal;
  }
}

.sec05__title {
  position: absolute;
  top: min(calc(175 / 1080 * 100vw), 175px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    top: calc(398 / 750 * 100vw);
    width: calc(461 / 750 * 100vw);
  }
}
.sec05__title-sub {
  color: #452f04;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__title-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05__title-main {
  color: #174A45;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__title-main {
    font-size: calc(72 / 750 * 100vw);
  }
}

.sec05__bubble {
  position: absolute;
  top: max(calc(-25 / 1080 * 100vw), -25px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(84 / 1080 * 100vw), 84px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-color: #147d3c;
  border-radius: 50%;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .sec05__bubble {
    top: calc(-39 / 750 * 100vw);
    margin-left: 0;
    width: calc(135 / 750 * 100vw);
    height: calc(135 / 750 * 100vw);
  }
}
.sec05__bubble::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: min(calc(10 / 1080 * 100vw), 10px) solid transparent;
  border-right: min(calc(10 / 1080 * 100vw), 10px) solid transparent;
  border-top: min(calc(14 / 1080 * 100vw), 14px) solid #147d3c;
}
@media screen and (max-width: 767px) {
  .sec05__bubble::after {
    border-left-width: calc(16 / 750 * 100vw);
    border-right-width: calc(16 / 750 * 100vw);
    border-top-width: calc(22 / 750 * 100vw);
  }
}
.sec05__bubble span {
  color: #fff;
  font-family: "Yu Gothic Pr6N", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec05__bubble span {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec05__note {
  position: absolute;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  left: 50%;
  margin-left: min(calc(75 / 1080 * 100vw), 75px);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  .sec05__note {
    bottom: calc(20 / 750 * 100vw);
    left: 50%;
    margin-left: calc(46 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05__note::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 110%;
  aspect-ratio: 5/1;
  transform: translate(-50%, -50%);
  border-radius: 367px;
  opacity: 0.9;
  background: #fff;
  filter: blur(12px);
}
@media screen and (max-width: 767px) {
  .sec05__note::before {
    border-radius: calc(367 / 750 * 100vw);
    opacity: 0.9;
    background: #fff;
    filter: blur(calc(12 / 750 * 100vw));
  }
}
.sec05__note span {
  position: relative;
  z-index: 2;
}

.sec06 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.sec06__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(37.6 / 1080 * 100vw), 37.6px);
}
@media screen and (max-width: 767px) {
  .sec06__head {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06__head-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec06__head-label {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__head-label-text {
  color: #b99566;
  font-weight: 500;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
}
@media screen and (max-width: 767px) {
  .sec06__head-label-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__head-label::after {
  content: "";
  display: block;
  width: min(calc(25 / 1080 * 100vw), 25px);
  border-top: 1px solid #b99566;
}
@media screen and (max-width: 767px) {
  .sec06__head-label::after {
    width: calc(40 / 750 * 100vw);
  }
}
.sec06__head-titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06__head-titles {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__head-sub {
  color: #333;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__head-sub {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__head-main {
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
@media screen and (max-width: 767px) {
  .sec06__head-main {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(780 / 1080 * 100vw), 780px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__cards {
    gap: calc(45 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec06__card {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sec06__card-deco {
  display: flex;
  align-items: center;
  gap: min(calc(19 / 1080 * 100vw), 19px);
  margin-bottom: max(calc(-50.5 / 1080 * 100vw), -50.5px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06__card-deco {
    gap: calc(23.5 / 750 * 100vw);
    margin-bottom: calc(-80 / 750 * 100vw);
  }
}
.sec06__card-line {
  flex: 1;
  height: 0;
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #82b8a6;
}
@media screen and (max-width: 767px) {
  .sec06__card-line {
    border-top-width: calc(4 / 750 * 100vw);
  }
}
.sec06__card-icon {
  flex-shrink: 0;
  width: min(calc(101 / 1080 * 100vw), 101px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  border-radius: 50%;
  background-color: #82b8a6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-icon {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec06__card-icon img {
  width: min(calc(76 / 1080 * 100vw), 76px);
}
@media screen and (max-width: 767px) {
  .sec06__card-icon img {
    width: calc(120 / 750 * 100vw);
  }
}
.sec06__card-body {
  background-color: #f3efef;
  padding: min(calc(60 / 1080 * 100vw), 60px) max(calc(0 / 1080 * 100vw), 0px) min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-body {
    padding: calc(103 / 750 * 100vw) calc(25 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
}
.sec06__card-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec06__card-info {
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
  }
}
.sec06__card-title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec06__card-title {
    gap: calc(21 / 750 * 100vw);
  }
}
.sec06__card-num {
  color: #b99566;
  font-weight: 500;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec06__card-num {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec06__card-label {
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__card-label {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec06__card-text {
  color: #333;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec06__card-btns {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(14.6 / 1080 * 100vw), 14.6px);
}
@media screen and (max-width: 767px) {
  .sec06__card-btns {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(36 / 750 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec06__card-btns.--double {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__card-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(330 / 1080 * 100vw), 330px);
  height: min(calc(76 / 1080 * 100vw), 76px);
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #174a45;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-btn {
    width: 100%;
    height: calc(120 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06__card-btn > span {
  position: relative;
  left: max(calc(-15 / 1080 * 100vw), -15px);
}
.sec06__card-btn.--small {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec06__card-btn.--small {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
.sec06__card-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(calc(10 / 1080 * 100vw), 10px);
  transform: translateY(-50%);
  width: min(calc(28.8 / 1080 * 100vw), 28.8px);
  height: min(calc(6.2 / 1080 * 100vw), 6.2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='7' viewBox='0 0 37 7' fill='none'%3E%3Cpath d='M0 6H35L29 1' stroke='%23174A45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec06__card-btn::after {
    right: calc(30 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
  }
}

.adlp-modal.--flow .adlp-modal__content {
  width: min(calc(800 / 1080 * 100vw), 800px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-modal.--flow .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.adlp-modal.--flow .adlp-modal__content__close {
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  top: min(calc(26 / 1080 * 100vw), 26px);
  right: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("../img/common/icon_modal_close.svg");
}
@media screen and (max-width: 767px) {
  .adlp-modal.--flow .adlp-modal__content__close {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(18 / 750 * 100vw);
    right: calc(17 / 750 * 100vw);
  }
}

.sec06__modal {
  width: 100%;
}
.sec06__modal-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-head {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec06__modal-head-frame {
  display: inline-block;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #222;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px);
  color: #222;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__modal-head-frame {
    border-width: calc(2 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__modal-head-title {
  color: #222;
  font-weight: 500;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .sec06__modal-head-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__modal-head-num {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-head-num {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec06__modal-steps {
  display: flex;
  flex-direction: column;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  gap: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-steps {
    margin-top: calc(40 / 750 * 100vw);
    padding: 0 calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(80 / 750 * 100vw);
  }
}
.sec06__modal-step {
  position: relative;
}
.sec06__modal-step-banner {
  position: relative;
  top: 0;
  left: max(calc(-40 / 1080 * 100vw), -40px);
  display: flex;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  padding-left: min(calc(44 / 1080 * 100vw), 44px);
  background-color: #174a45;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-banner {
    width: calc(610 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    left: calc(-25 / 750 * 100vw);
  }
}
.sec06__modal-step-num {
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__modal-step-title {
  position: relative;
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-title {
    margin-left: calc(20 / 750 * 100vw);
    padding-left: calc(20 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06__modal-step-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-title::before {
    height: calc(56 / 750 * 100vw);
  }
}
.sec06__modal-step-row {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-row {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec06__modal-step-image {
  flex-shrink: 0;
  width: min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-image {
    width: 100%;
  }
}
.sec06__modal-step-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-text {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__modal-step-text p {
  color: #000;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-text p {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec06__modal-step-note {
  color: #666 !important;
  font-size: min(calc(12 / 1080 * 100vw), 12px) !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .sec06__modal-step-note {
    font-size: calc(20 / 750 * 100vw) !important;
    line-height: 1.4 !important;
  }
}
.sec06__modal-box {
  position: relative;
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(32 / 1080 * 100vw), 32px);
  background-color: #f3efef;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-box {
    margin-top: calc(80 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec06__modal-box-icon {
  position: absolute;
  z-index: 1;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding-top: min(calc(21 / 1080 * 100vw), 21px);
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  border-radius: 50%;
  background-color: #f3efef;
  color: #000;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-icon {
    top: calc(-65 / 750 * 100vw);
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__modal-box-title {
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec06__modal-box-cols {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-cols {
    gap: calc(24 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.sec06__modal-box-col {
  flex: 0 0 min(calc(188 / 1080 * 100vw), 188px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(16 / 1080 * 100vw), 16px);
  background-color: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-col {
    flex: 0 0 calc(263 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec06__modal-box-col-label {
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-col-label {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__modal-box-col-num {
  color: var(--darkgreen, #174a45);
  font-weight: 500;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-col-num {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__modal-box-col-num span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-col-num span {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__modal-box-text {
  color: #000;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__modal-box-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec07 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #f3efef;
}
@media screen and (max-width: 767px) {
  .sec07 {
    gap: calc(32 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec07__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(530 / 1080 * 100vw), 530px);
}
@media screen and (max-width: 767px) {
  .sec07__head {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
  }
}
.sec07__head-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec07__head-row {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec07__head-row-text {
  color: #000;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__head-row-text {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec07__head-row-badge {
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(12 / 1080 * 100vw), 12px) min(calc(4 / 1080 * 100vw), 4px);
  background-color: #317071;
  color: #fff;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__head-row-badge {
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) calc(6 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec07__head-title {
  color: #000;
  font-weight: 600;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__head-title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07__head-title span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec07__head-title span {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec07__card-wrap {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(530 / 1080 * 100vw), 530px);
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__card-wrap {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
    padding-inline: calc(60 / 750 * 100vw);
  }
}
.sec07__card {
  position: relative;
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(45 / 1080 * 100vw), 45px) min(calc(25 / 1080 * 100vw), 25px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec07__card {
    padding: calc(25 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
}
.sec07__card::before, .sec07__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: min(calc(5 / 1080 * 100vw), 5px);
  background: linear-gradient(to bottom, #57402b 0, #57402b min(calc(2 / 1080 * 100vw), 2px), #fff min(calc(2 / 1080 * 100vw), 2px), #fff min(calc(3 / 1080 * 100vw), 3px), #57402b min(calc(3 / 1080 * 100vw), 3px), #57402b min(calc(5 / 1080 * 100vw), 5px));
}
@media screen and (max-width: 767px) {
  .sec07__card::before, .sec07__card::after {
    height: calc(6 / 750 * 100vw);
    background: linear-gradient(to bottom, #452f04 0, #452f04 calc(2 / 750 * 100vw), #fff calc(2 / 750 * 100vw), #fff calc(4 / 750 * 100vw), #452f04 calc(4 / 750 * 100vw), #452f04 calc(6 / 750 * 100vw));
  }
}
.sec07__card::before {
  top: 0;
}
.sec07__card::after {
  bottom: 0;
}
.sec07__card-row {
  display: flex;
  align-items: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec07__card-row {
    gap: calc(23 / 750 * 100vw);
  }
}
.sec07__card-icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #57402b;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec07__card-icon {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
}
.sec07__card-icon img {
  width: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec07__card-icon img {
    width: calc(50 / 750 * 100vw);
  }
}
.sec07__card-text {
  flex: 1;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}
.sec07__card-text-main {
  color: #222;
  font-weight: 400;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec07__card-text-main {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
  }
}
.sec07__card-text-main span {
  color: var(--red, #be1919);
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07__card-text-main span {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec07__card-text-main small {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__card-text-main small {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec07__card-text-sub {
  color: #222;
  font-weight: 400;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec07__card-text-sub {
    font-weight: 500;
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
  }
}
.sec07__card-note {
  color: #666;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__card-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
    text-align: left;
  }
}
.sec07__features {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(530 / 1080 * 100vw), 530px);
}
@media screen and (max-width: 767px) {
  .sec07__features {
    gap: calc(32 / 750 * 100vw);
    width: 100%;
    padding-inline: calc(60 / 750 * 100vw);
  }
}
.sec07__features-label {
  display: flex;
  justify-content: center;
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec07__features-label {
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec07__features-label span {
  color: #333;
  font-weight: 600;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__features-label span {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__features-list {
  display: flex;
  justify-content: center;
  gap: min(calc(25 / 1080 * 100vw), 25px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__features-list {
    gap: calc(12 / 750 * 100vw);
  }
}
.sec07__features-item {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(20 / 1080 * 100vw), 20px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec07__features-item {
    gap: calc(10 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec07__features-item:before {
  content: "";
  position: absolute;
  display: block;
  bottom: max(calc(-8 / 1080 * 100vw), -8px);
  right: 0;
  width: min(calc(115 / 1080 * 100vw), 115px);
  aspect-ratio: 115/2;
  background: #000;
  transform-origin: left;
  rotate: -30deg;
  translate: 20% 0;
}
@media screen and (max-width: 767px) {
  .sec07__features-item:before {
    bottom: calc(-8 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    width: calc(110 / 750 * 100vw);
    rotate: -45deg;
    translate: 35% 0;
  }
}
.sec07__features-item-title {
  color: #174a45;
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__features-item-title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07__features-item-value {
  color: #be1919;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__features-item-value {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec07__features-item-value-num {
  font-weight: 700;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .sec07__features-item-value-num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07__features-item-value small {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__features-item-value small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__features-item-note {
  color: #333;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  position: absolute;
  right: min(calc(10 / 1080 * 100vw), 10px);
  bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__features-item-note {
    font-size: calc(20 / 750 * 100vw);
    bottom: calc(4 / 750 * 100vw);
  }
}
.sec07__features-note {
  color: #666;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__features-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08 {
  background-color: #fff;
}

.sec08__hero {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(26 / 1080 * 100vw), 26px) min(calc(40 / 1080 * 100vw), 40px) min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08__hero {
    flex-direction: column;
    gap: calc(57 / 750 * 100vw);
    width: 100%;
    padding: 0 0 calc(60 / 750 * 100vw);
  }
}

.sec08__hero-media {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(520 / 1080 * 100vw), 520px);
}
@media screen and (max-width: 767px) {
  .sec08__hero-media {
    width: 100%;
  }
}

.sec08__hero-img {
  width: 100%;
}
.sec08__hero-img picture,
.sec08__hero-img img {
  display: block;
  width: 100%;
}

.sec08__circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  list-style: none;
  padding: 0;
  margin: max(calc(-28 / 1080 * 100vw), -28px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08__circles {
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(-48 / 750 * 100vw);
    padding-inline: calc(43 / 750 * 100vw);
  }
}

.sec08__circle {
  flex-shrink: 0;
  width: min(calc(156 / 1080 * 100vw), 156px);
  height: min(calc(156 / 1080 * 100vw), 156px);
  border-radius: 50%;
  background-color: #174a45;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08__circle {
    width: calc(215 / 750 * 100vw);
    height: calc(215 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__circle span {
  color: var(--base-yellow, #ffe500);
  line-height: 1.4;
}

.sec08__hero-content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__hero-content {
    width: 100%;
    gap: calc(30 / 750 * 100vw);
    padding-inline: calc(43 / 750 * 100vw);
    position: relative;
  }
}

.sec08__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec08__copy {
    gap: calc(10 / 750 * 100vw);
    width: fit-content;
  }
}

.sec08__frame {
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__frame {
    align-self: stretch;
    padding: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.02em;
    width: calc(468 / 750 * 100vw);
  }
}

.sec08__lead {
  align-self: flex-start;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__lead {
    margin-top: 0;
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0em;
  }
}

.sec08__brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__brand {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec08__brand-name {
  flex-shrink: 0;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px) min(calc(6 / 1080 * 100vw), 6px);
  background-color: #174a45;
  color: #fff;
  font-weight: 500;
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec08__brand-name {
    padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(72 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
}
.sec08__brand-suffix {
  flex-shrink: 0;
  color: #174a45;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__brand-suffix {
    font-size: calc(72 / 750 * 100vw);
  }
}

.sec08__products {
  width: min(calc(436 / 1080 * 100vw), 436px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec08__products {
    width: calc(237 / 750 * 100vw);
    position: absolute;
    right: 0;
    top: calc(-40 / 750 * 100vw);
  }
}
.sec08__products picture,
.sec08__products img {
  display: block;
  width: 100%;
}

.sec15 {
  padding: min(calc(64 / 1080 * 100vw), 64px) 0;
  background: #fff1e1;
}
@media screen and (max-width: 767px) {
  .sec15 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec15__title-line {
  width: fit-content;
  margin: 0 auto;
  background: url(../img/pc/sec15_style1.webp) 0 100%/contain no-repeat;
  padding-bottom: min(calc(25 / 1080 * 100vw), 25px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: rgb(34, 34, 34);
}
@media screen and (max-width: 767px) {
  .sec15__title-line {
    background: url(../img/sp/sec15_style1.webp) 0 100%/contain no-repeat;
    padding-bottom: calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec15__title {
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #174A45;
}
@media screen and (max-width: 767px) {
  .sec15__title {
    margin: calc(16 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0;
  }
}
.sec15__content {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec15__content {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: calc(686 / 750 * 100vw);
  }
}
.sec15__card {
  width: min(calc(316 / 1080 * 100vw), 316px);
  background-color: #fff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(32 / 1080 * 100vw), 32px);
  box-shadow: min(calc(1.4 / 1080 * 100vw), 1.4px) min(calc(4.3 / 1080 * 100vw), 4.3px) min(calc(7.2 / 1080 * 100vw), 7.2px) 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .sec15__card {
    width: auto;
    flex: 0 0 auto;
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
}
.sec15__card .--emphasis {
  font-weight: 600;
  color: #174a45;
}
@media screen and (max-width: 767px) {
  .sec15__card-header {
    display: flex;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec15__card-header.--b {
    flex-direction: row-reverse;
  }
  .sec15__card-header.--b .sec15__card-title::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    left: auto;
    right: calc(-16 / 750 * 100vw);
  }
}
.sec15__card-header img {
  width: min(calc(116 / 1080 * 100vw), 116px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec15__card-header img {
    width: calc(170 / 750 * 100vw);
  }
}
.sec15__card-title {
  position: relative;
  background: #c7e5e2;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec15__card-title {
    text-align: left;
    flex: 1;
    border-radius: calc(12 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec15__card-title::after {
  content: "";
  display: block;
  background: #c7e5e2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  top: max(calc(-8 / 1080 * 100vw), -8px);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .sec15__card-title::after {
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: calc(-15 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec15__card-label {
  display: flex;
  align-items: center;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  text-align: center;
  color: #45300a;
}
@media screen and (max-width: 767px) {
  .sec15__card-label {
    margin: calc(32 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec15__card-label.--b, .sec15__card-label.--c {
  color: #45300a;
}
.sec15__card-label.--b span, .sec15__card-label.--c span {
  border-color: #45300a;
}
.sec15__card-label.--b::before, .sec15__card-label.--b::after, .sec15__card-label.--c::before, .sec15__card-label.--c::after {
  background: #45300a;
}
.sec15__card-label span {
  border: solid #45300a;
  border-width: 0 1px;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.16em;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .sec15__card-label span {
    padding: 0 calc(50 / 750 * 100vw);
  }
}
.sec15__card-label::before, .sec15__card-label::after {
  content: "";
  flex: 1;
  display: block;
  background: #45300a;
  height: 1px;
}
.sec15__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec15__card-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec15__card-text b {
  color: var(--main02, #174a45);
}
.sec15__card-note {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec15__card-note {
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec20 {
  background: #fff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec20 {
    padding: calc(80 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec20__title {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.12em;
  text-align: center;
  color: #174a45;
}
@media screen and (max-width: 767px) {
  .sec20__title {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.sec20__outer {
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec20__outer {
    width: calc(630 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}
.sec20 .adlp-accordion {
  background: #f3efef;
  overflow: hidden;
}
.sec20 .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__header {
  position: relative;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(68 / 1080 * 100vw), 68px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__header {
    padding: calc(40 / 750 * 100vw) calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__header.--open {
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__header.--open {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__header__inner {
  display: block;
  padding: 0;
}
.sec20 .adlp-accordion__header__inner .text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__header__inner .text {
    letter-spacing: 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(calc(24 / 1080 * 100vw), 24px);
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23452F04'/%3E%3Cpath d='M5.55469 8.33203L9.99979 12.2215L14.4449 8.33203' stroke='white' stroke-width='1.44074'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec20 .adlp-accordion__body {
  padding: 0 min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__body {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec20 .adlp-accordion__body__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 0;
  border-top: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__body__inner {
    gap: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec20 .adlp-accordion__body__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
}
.sec20 .adlp-accordion__body__inner .sec20__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: rgb(102, 102, 102);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec20 .adlp-accordion__body__inner .sec20__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
