@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  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;
  line-height: 1.8;
}
@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;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.1);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: none;
    height: calc(104.7 / 750 * 100vw);
  }
}
.adlp-header__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.adlp-header__btns {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
}
.adlp-header__logo {
  width: min(calc(202 / 1080 * 100vw), 202px);
  display: inline-block;
}
.adlp-header__switch {
  display: none;
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #046060;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 45%;
  transform: rotate(45deg) translateX(-50%);
  width: 130%;
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
  width: 130%;
}
.adlp-header__menu-link {
  border-bottom: 1px solid #ddd;
  height: calc(104.7 / 750 * 100vw);
}
.adlp-header__menu-link:last-of-type {
  border-bottom: none;
}
.adlp-header__content {
  display: flex;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
.adlp-header__phones {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: fit-content;
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
}
.adlp-header .adlp-phone.-s {
  width: min(calc(197 / 1080 * 100vw), 197px);
}
.adlp-phone__texts {
  width: 100%;
  display: flex;
  align-items: center;
}
.adlp-main {
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
}
.adlp-btn {
  display: inline-block;
  width: min(calc(300 / 1080 * 100vw), 300px);
  height: min(calc(57 / 1080 * 100vw), 57px);
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  background: #fc8b28;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: filter 0.3s;
}
.adlp-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(calc(4.5 / 1080 * 100vw), 4.5px) 0 min(calc(4.5 / 1080 * 100vw), 4.5px) min(calc(7 / 1080 * 100vw), 7px);
  position: absolute;
  top: 50%;
  right: min(calc(20 / 1080 * 100vw), 20px);
  transform: translateY(-50%);
}
.adlp-btn__inner {
  position: absolute;
  top: 49%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.adlp-btn__circle {
  position: absolute;
  top: 49%;
  left: min(calc(6 / 1080 * 100vw), 6px);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.adlp-btn__circle-inner {
  color: #fc8b28;
  text-align: center;
  font-size: min(calc(16.5 / 1080 * 100vw), 16.5px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  display: inline-block;
  margin: 0 0 min(calc(1 / 1080 * 100vw), 1px) min(calc(2 / 1080 * 100vw), 2px);
}
.adlp-btn.-gr {
  background-color: #14b4b4;
}
.adlp-btn.-gr::before {
  content: "";
  display: inline-block;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  background-image: url("../img/common/mail.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 51%;
  left: min(calc(23 / 1080 * 100vw), 23px);
  transform: translateY(-50%);
}
.adlp-btn.-s {
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.2);
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(38 / 1080 * 100vw), 38px);
}
.adlp-btn.-s .adlp-btn__circle {
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
.adlp-btn.-s .adlp-btn__circle-inner {
  margin-left: min(calc(1 / 1080 * 100vw), 1px);
  color: #fc8b28;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(11 / 1080 * 100vw), 11px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.adlp-btn.-s .adlp-btn__inner {
  padding: 0 0 min(calc(2 / 1080 * 100vw), 2px) 0;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.adlp-btn.-s::after {
  right: min(calc(14 / 1080 * 100vw), 14px);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(calc(3 / 1080 * 100vw), 3px) 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(4 / 1080 * 100vw), 4px);
}
.adlp-btn.-s.-gr::before {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  left: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 1080px) {
  .adlp-header__inner {
    width: min(calc(1040 / 1080 * 100vw), 1040px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    padding: 0 calc(30 / 750 * 100vw);
    height: calc(104.7 / 750 * 100vw);
    width: 100%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .adlp-header__logo {
    width: calc(270 / 750 * 100vw);
    margin: 0 auto;
  }
  .adlp-header__menu {
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__menu-link a {
    color: #333;
    font-feature-settings: "palt" on;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__menu-link a::after {
    display: inline-block;
    width: calc(10 / 750 * 100vw);
    aspect-ratio: 23/38;
    background-image: url("../img/common/mobile-arrow.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: min(calc(30 / 1080 * 100vw), 30px);
    transform: translateY(-50%);
  }
  .adlp-header__menu-area-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(40 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) 0;
  }
  .adlp-header__content {
    display: none;
  }
  .adlp-header .adlp-phone.-s {
    margin-top: calc(16 / 750 * 100vw);
    width: calc(467 / 750 * 100vw);
    gap: calc(12 / 750 * 100vw);
  }
  .adlp-header .adlp-phone.-s + .adlp-phone.-s {
    margin-top: calc(48 / 750 * 100vw);
  }
  .adlp-main {
    padding-top: calc(95 / 750 * 100vw);
  }
  .adlp-btn:hover {
    filter: brightness(110%);
  }
  .adlp-btn {
    width: calc(540 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
  .adlp-btn::after {
    border-width: calc(9 / 750 * 100vw) 0 calc(9 / 750 * 100vw) calc(14 / 750 * 100vw);
    right: calc(27 / 750 * 100vw);
  }
  .adlp-btn__inner {
    font-size: calc(38 / 750 * 100vw);
  }
  .adlp-btn__circle {
    width: calc(85 / 750 * 100vw);
    height: calc(85 / 750 * 100vw);
    top: 50%;
    left: calc(19 / 750 * 100vw);
  }
  .adlp-btn__circle-inner {
    font-size: calc(28 / 750 * 100vw);
  }
  .adlp-btn.-gr::before {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    left: calc(35 / 750 * 100vw);
  }
  .adlp-btn.-s {
    border-radius: calc(40 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    width: calc(180 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
  .adlp-btn.-s .adlp-btn__circle {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    left: calc(5 / 750 * 100vw);
  }
  .adlp-btn.-s .adlp-btn__circle-inner {
    font-size: calc(11 / 750 * 100vw);
  }
  .adlp-btn.-s .adlp-btn__inner {
    font-size: calc(16 / 750 * 100vw);
  }
  .adlp-btn.-s::after {
    right: calc(14 / 750 * 100vw);
    border-width: calc(3 / 750 * 100vw) 0 calc(3 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
  .adlp-btn.-s.-gr::before {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    left: calc(14 / 750 * 100vw);
  }
}

.adlp-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(283 / 1080 * 100vw), 283px);
}
.adlp-phone > a {
  display: block;
  width: 100%;
  pointer-events: none;
}
.adlp-phone__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  pointer-events: none;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
.adlp-phone__number img {
  width: min(calc(249 / 1080 * 100vw), 249px);
}
.adlp-phone__number::before {
  display: inline-block;
  width: min(calc(27 / 1080 * 100vw), 27px);
  aspect-ratio: 1/1;
  background-image: url("../img/common/phone.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.adlp-phone.-s {
  gap: min(calc(3 / 1080 * 100vw), 3px);
}
.adlp-phone.-s .adlp-phone__text-1 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0 min(calc(3.5 / 1080 * 100vw), 3.5px);
  background: #14b4b4;
  white-space: nowrap;
}
.adlp-phone.-s .adlp-phone__text-1.--blk {
  background: #333;
}
.adlp-phone.-s .adlp-phone__number img {
  width: min(calc(164 / 1080 * 100vw), 164px);
}
.adlp-phone.-s .adlp-phone__number::before {
  width: min(calc(21 / 1080 * 100vw), 21px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .adlp-phone {
    gap: calc(14 / 750 * 100vw);
    width: calc(510 / 750 * 100vw);
  }
  .adlp-phone > a {
    pointer-events: auto;
  }
  .adlp-phone__number {
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
  .adlp-phone__text-1 {
    font-size: calc(22 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) 0;
  }
  .adlp-phone__number img {
    width: calc(418 / 750 * 100vw);
  }
  .adlp-phone__number::before {
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
  .adlp-phone.-s {
    gap: calc(8 / 750 * 100vw);
    width: calc(459 / 750 * 100vw);
    margin: 0 auto 0;
  }
  .adlp-phone.-s .adlp-phone__text-1 {
    font-size: calc(22 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
  }
  .adlp-phone.-s .adlp-phone__number img {
    width: calc(392 / 750 * 100vw);
  }
  .adlp-phone.-s .adlp-phone__number a {
    pointer-events: auto;
  }
  .adlp-phone.-s .adlp-phone__number::before {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
  }
}


/* =========================================
  cv01
========================================= */
.cv01,.cv02 {
  width: 100%;
  background: url(../img/pc/cta_bg01.webp) no-repeat center top;
  background-size: 110% auto;
}
.cv01__inner,
.cv02__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
.cv01__area-top-inner {
  display: grid;
  align-items: center;
  grid-template-columns: min(calc(320 / 1080 * 100vw), 320px) 1fr;
  gap: 0;
  padding: min(calc(44 / 1080 * 100vw), 44px) min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
}
.cv01__top-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cv01__top-text-group {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  white-space: nowrap;
}
.cv01__top-text-1 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.cv01__top-text-2 {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.cv01__top-text-2 .digit {
  color: #fc8b28;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 1.4;
}
.cv01__top-text-2 .ac {
  color: #fc8b28;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.cv01__top-btns {
  display: flex;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
.cv01__top-btn,
.cv02__top-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cv01__top-btn-text {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}

/* =========================================
  cv02
========================================= */
.cv02 {
  background-size: 120% auto;
  padding: min(calc(100 / 1080 * 100vw), 100px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
.cv02__head {
  width: 100%;
}
.cv02__head__main {
  color: #15a2a2;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.cv02__head__sub {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.cv02__top-texts {
  width: min(calc(618 / 1080 * 100vw), 618px); 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.cv02__area-top-inner {
  display: grid;
  align-items: center;
  grid-template-columns: min(calc(320 / 1080 * 100vw), 320px) 1fr;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(44 / 1080 * 100vw), 44px) min(calc(20 / 1080 * 100vw), 20px) min(calc(24 / 1080 * 100vw), 24px);
}
.cv02__top-btn.--wide {
  width: 100%; 
  display: block;
  transition: opacity 0.3s;
}
.cv02__bot-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}

.cv02__top-text-group.--col {
  display: flex;
  align-items: flex-start;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
.cv02__top-text-group.--col .pict_box {
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: auto;
}
.cv02__top-text-group.--col .text_box {
  text-align: center;
}
.cv02__top-btn-body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fc8b28;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(10 / 1080 * 100vw), 10px);
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.cv02__top-btn-body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(calc(6.75 / 1080 * 100vw), 6.75px) 0 min(calc(6.75 / 1080 * 100vw), 6.75px) min(calc(10.5 / 1080 * 100vw), 10.5px);
  position: absolute;
  top: 52%;
  right: min(calc(15 / 1080 * 100vw), 15px);
  transform: translateY(-50%);
}
.cv02__top-btn.--wide:hover .cv02__top-btn-body {
  transform: translateY(-4px);
  box-shadow: 0 min(calc(15 / 1080 * 100vw), 15px) min(calc(30 / 1080 * 100vw), 30px) rgba(0, 0, 0, 0.15);
}
.cv02__top-btn.--wide:hover {
  opacity: 1;
}
.cv02__top-text-1 {
  text-align: center;
  font-weight: 600;
  font-size: min(calc(13 / 1080 * 100vw), 13px);
}
.cv02__top-text-2 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(17 / 1080 * 100vw), 17px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.cv02__top-text-2 .ac {
  color: #fc8b28;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cv02__top-text-2 .digit {
  color: #fc8b28;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 1;
}
.cv02__top-btn-pict {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fc8b28; 
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.05em;
  position: absolute;
  top: min(calc(-17 / 1080 * 100vw), -17px);
  left: min(calc(-14 / 1080 * 100vw), -14px);
  z-index: 2;
}
.cv02__top-btn-img {
  width: min(calc(217 / 1080 * 100vw), 217px);
  flex-shrink: 0;
}
.cv02__top-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.cv02__top-btn-text {
  color: #fff;
  font-size: min(calc(13 / 1080 * 100vw), 13px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.cv02__top-btn.--tall {
  height: min(calc(76 / 1080 * 100vw), 76px);
}
.cv02__top-btn__inner {
  color: #fff;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.cv02__top-btn__inner span {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
}
.cv02__top-btn.--gr {
  width: min(calc(300 / 1080 * 100vw), 300px);
  height: min(calc(57 / 1080 * 100vw), 57px);
  display: inline-block;
  position: relative;
  align-items: center;
  transition: filter 0.3s;
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #14b4b4;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
}
.cv02__top-btn:hover {
    filter: brightness(110%);
}
.cv02__top-btn__inner.--gr {
  position: absolute;
  top: 49%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.cv02__top-btn.--gr::before {
  content: "";
  display: inline-block;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  background-image: url(../img/common/mail.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 51%;
  left: min(calc(17 / 1080 * 100vw), 17px);
  transform: translateY(-50%);
}
.cv02__top-btn.--gr::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: min(calc(4.5 / 1080 * 100vw), 4.5px) 0 min(calc(4.5 / 1080 * 100vw), 4.5px) min(calc(7 / 1080 * 100vw), 7px);
  position: absolute;
  top: 50%;
  right: min(calc(15 / 1080 * 100vw), 15px);
  transform: translateY(-50%);
}
.cv02-contact {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  background: #fff;
  padding: min(calc(6 / 1080 * 100vw), 6px) 0 min(calc(5 / 1080 * 100vw), 5px);
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
}
.cv02-contact__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
.cv02-contact__label {
  color: #333;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  white-space: nowrap;
  margin: 0;
}
.cv02-contact__label::before {
  content: "";
  display: inline-block;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("../img/common/phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: min(calc(6 / 1080 * 100vw), 6px);
  transform: translateY(3px);
}
.cv02-contact__badge {
  line-height: 1;
  color: #15a2a2;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  padding: min(calc(5 / 1080 * 100vw), 5px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: solid 1px #15a2a2;
  background: #fff;
}
.cv02-contact__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.cv02-contact__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  pointer-events: none;
  cursor: default;
}
.cv02-contact__time {
  color: #fff;
  background-color: #15a2a2;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px);
  white-space: nowrap;
  line-height: 1;
}
.cv02-contact__num {
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: 0;
  line-height: 1;
}


/* =========================================
  cv01_cv02_sp
========================================= */
@media screen and (max-width: 767px) {
  .cv01 {
    min-height: calc(1000 / 750 * 100vw);
    background: url(../img/sp/cta_bg01.webp) no-repeat center top;
    background-size: cover;
  }
  .cv01__inner {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto;
  }
  .cv01__area-top-inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding: calc(130 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }

  .cv01__top-img {
    width: calc(600 / 750 * 100vw);
    margin: 0 auto;
  }
  .cv01__top-text-group {
    flex-direction: column;
    align-items: center;
    white-space: normal;
    gap: 0;
  }
  .cv01__top-text-1 {
    line-height: 1.6;
    font-size: calc(28 / 750 * 100vw);
    text-align: center;
  }
  .cv01__top-text-2 {
    font-size: calc(38 / 750 * 100vw);
    text-align: center;
    line-height: 1.3;
  }
  .cv01__top-text-2 .digit {
    line-height: 1;
    font-size: calc(54 / 750 * 100vw);
  }
  .cv01__top-text-2 .ac {
    line-height: 1;
    font-size: calc(42 / 750 * 100vw);
  }
  .cv01__top-btns {
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
    flex-direction: column;
  }
  .cv01__top-btn-text {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
  .cv01__bot-text-1 {
    font-size: calc(38 / 750 * 100vw);
    width: fit-content;
  }
  .cv02-contact__item {
    pointer-events: auto;
    cursor: pointer;
  }
  .cv02 {
    background: url(../img/sp/cta_bg01.webp) no-repeat center top;
    background-size: 150% auto;
    padding: calc(110 / 750 * 100vw) calc(38 / 750 * 100vw);
  }
  .cv02__head__main {
    font-size: calc(45 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.02em;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .cv02__head__sub {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  .cv02__inner {
    width: calc(650 / 750 * 100vw);
  }
  .cv02__area-top-inner {
    grid-template-columns: 1fr;
    gap: calc(20 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .cv02__top-texts {
    width: 100%;
    gap: calc(60 / 750 * 100vw);
  }
  .cv02__top-btn-pict {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
  }
  .cv02__top-btn-body {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(10 / 750 * 100vw); 
    box-shadow: 0 calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
  .cv02__top-btn-body::after {
    border-width: calc(13.5 / 750 * 100vw) 0 calc(13.5 / 750 * 100vw) calc(21 / 750 * 100vw);
    top: unset;
    right: calc(30 / 750 * 100vw);
    bottom: 15%;
  }
  .cv02__top-btn-img {
    width: calc(520 / 750 * 100vw);
  }
  .cv02__top-btn-text {
    margin-bottom: calc(6 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
  }
  .cv02__top-btn__inner {
    font-size: calc(50 / 750 * 100vw);
  }
  .cv02__top-btn__inner span {
    font-size: calc(46 / 750 * 100vw);
  }
  .cv02__bot-row {
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
  }
  .cv02__top-btn.--gr {
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
  .cv02__top-btn__inner.--gr {
    font-size: calc(32 / 750 * 100vw);
  }
  .cv02__top-btn.--gr::before {
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    left: calc(34 / 750 * 100vw);
  }
  .cv02__top-btn.--gr::after {
    border-width: calc(9 / 750 * 100vw) 0 calc(9 / 750 * 100vw) calc(14 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
  .cv02__top-text-group.--col {
    gap: calc(14 / 750 * 100vw);
  }
  .cv02__top-text-group.--col .pict_box {
    width: calc(69 / 750 * 100vw);
  }
  .cv02__top-text-1 {
    font-size: calc(28 / 750 * 100vw);
  }
  .cv02__top-text-2 {
    font-size: calc(35 / 750 * 100vw);
  }
  .cv02__top-text-2 .ac {
    font-size: calc(40 / 750 * 100vw);
  }
  .cv02__top-text-2 .digit {
    font-size: calc(56 / 750 * 100vw);
  }
  .cv02-contact {
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(25 / 750 * 100vw);
    width: 100%;
    border-radius: calc(30 / 750 * 100vw);
  }
  .cv02-contact__head {
    gap: calc(10 / 750 * 100vw);
  }
  .cv02-contact__label {
    font-size: calc(38 / 750 * 100vw);
  }
  .cv02-contact__label::before {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
  }
  .cv02-contact__badge {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw);
  }
  .cv02-contact__list {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    width: 100%;
  }
  .cv02-contact__item {
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
    width: 100%;
    pointer-events: auto;
    cursor: pointer;
  }
  .cv02-contact__time {
    width: calc(480 / 750 * 100vw);
    text-align: center;
    font-size: calc(28 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .cv02-contact__num {
    font-size: calc(86 / 750 * 100vw);
    line-height: 1;
  }
}

/* =========================================
  FV
========================================= */
.fv {
  position: relative;
  width: 100%;
  height: min(calc(632 / 1080 * 100vw), 632px);
}
.fv__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.fv__p1-area-subhead {
  position: absolute;
  top: min(calc(46 / 1080 * 100vw), 46px);
  left: min(calc(138 / 1080 * 100vw), 138px);
}
.fv__p1-subhead {
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
}
.fv__p1-subhead::before {
  display: inline-block;
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(152 / 1080 * 100vw), 152px);
  background-image: url("../img/common/fv-p1-bus.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: max(calc(-154 / 1080 * 100vw), -154px);
  top: max(calc(-42 / 1080 * 100vw), -42px);
}
.fv__p1-subhead .row-1 {
  margin-bottom: -0.3rem;
}
.fv__p1-subhead .row-1 .dot {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  background-image: radial-gradient(circle at center, #e2ff39 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.3em;
  padding-top: 0.2em;
}
.fv__p1-subhead .row-1 .sm {
  color: #fff;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.fv__p1-subhead .row-2 .df {
  color: #e2ff39;
  font-feature-settings: "halt" on, "pwid" on, "palt" on;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}
.fv__p1-subhead .row-2 .num {
  color: #e2ff39;
  font-feature-settings: "halt" on, "pwid" on, "palt" on;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  top: min(calc(3 / 1080 * 100vw), 3px);
}
.fv__p1-subhead .row-2 .kome {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  top: min(calc(3 / 1080 * 100vw), 3px);
}
.fv__p1-area-head {
  position: absolute;
  top: min(calc(148 / 1080 * 100vw), 148px);
  left: 0;
}
.fv__p1-head .row-1 {
  margin-left: min(calc(8 / 1080 * 100vw), 8px);
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.fv__p1-head .row-2 {
  color: #e2ff39;
  font-feature-settings: "palt" on;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}
.fv__p1-head .row-2 .min {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.fv__p1-area-pict {
  position: relative;
}
.fv__p1-area-pict .adlp-pict__item {
  width: min(calc(123 / 1080 * 100vw), 123px);
  height: min(calc(123 / 1080 * 100vw), 123px);
}
.fv__p1-area-pict .adlp-pict__item:first-of-type {
  position: absolute;
  right: min(calc(402 / 1080 * 100vw), 402px);
  top: min(calc(32 / 1080 * 100vw), 32px);
}
.fv__p1-area-pict .adlp-pict__item:last-of-type {
  position: absolute;
  right: min(calc(120 / 1080 * 100vw), 120px);
  top: min(calc(120 / 1080 * 100vw), 120px);
}
.fv__p1-area-medal {
  position: absolute;
  right: 0;
  bottom: min(calc(106 / 1080 * 100vw), 106px);
}
.adlp-medal {
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  position: relative;
}
.adlp-medal__item {
  width: min(calc(159 / 1080 * 100vw), 159px);
  height: min(calc(159 / 1080 * 100vw), 159px);
  position: relative;
}
.adlp-medal__bg {
  z-index: -1;
  position: absolute;
  bottom: max(calc(-25 / 1080 * 100vw), -25px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(501 / 1080 * 100vw), 501px);
  height: min(calc(186 / 1080 * 100vw), 186px);
}
.fv__p1-area-btn {
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  position: absolute;
  left: 0;
  top: min(calc(372 / 1080 * 100vw), 372px);
}
.fv__p1-area-note {
  position: absolute;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.fv__p1-note {
  color: #666;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* =========================================
  FV_SP
========================================= */
@media screen and (max-width: 767px) {
  .fv {
    height: calc(1870 / 750 * 100vw);
  }
  .fv__inner {
    width: calc(690 / 750 * 100vw);
  }
  .fv__p1-area-subhead {
    margin-top: calc(16 / 750 * 100vw);
    top: calc(39 / 750 * 100vw);
    left: 50%;
    transform: translateX(calc(-50% + calc(70 / 750 * 100vw)));
  }
  .fv__p1-subhead::before {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    left: calc(-164 / 750 * 100vw);
    top: calc(-28 / 750 * 100vw);
  }
  .fv__p1-subhead .row-1 {
    margin: 0 0 calc(-4 / 750 * 100vw) 0;
    white-space: nowrap;
  }
  .fv__p1-subhead .row-1 .dot {
    font-size: calc(28 / 750 * 100vw);
    padding-top: 0.2em;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .fv__p1-subhead .row-1 .sm {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
  }
  .fv__p1-subhead .row-2 {
    margin-left: 0;
    white-space: nowrap;
  }
  .fv__p1-subhead .row-2 .df {
    font-size: calc(50 / 750 * 100vw);
  }
  .fv__p1-subhead .row-2 .num {
    font-size: calc(58 / 750 * 100vw);
    top: calc(3 / 750 * 100vw);
  }
  .fv__p1-subhead .row-2 .kome {
    font-size: calc(20 / 750 * 100vw);
    top: calc(3 / 750 * 100vw);
  }
  .fv__p1-area-head {
    top: calc(180 / 750 * 100vw);
  }
  .fv__p1-head {
    font-size: calc(92 / 750 * 100vw);
  }
  .fv__p1-head .row-1 {
    margin-bottom: calc(-6 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 2;
  }
  .fv__p1-head .row-2 {
    font-size: calc(125 / 750 * 100vw);
    line-height: 1.1;
  }
  .fv__p1-head .row-2 .min {
    font-size: calc(90 / 750 * 100vw);
  }
  .fv__p1-area-pict .adlp-pict__item {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
  .fv__p1-area-pict .adlp-pict__item:first-of-type {
    right: unset;
    top: calc(560 / 750 * 100vw);
    left: 0;
  }
  .fv__p1-area-pict .adlp-pict__item:last-of-type {
    right: calc(130 / 750 * 100vw);
    top: calc(400 / 750 * 100vw);
  }
  .fv__p1-area-medal {
    right: auto;
    left: 50%;
    bottom: calc(620 / 750 * 100vw);
    transform: translateX(-50%);
    width: max-content;
    height: auto;
  }
  .fv__p1-area-medal .adlp-medal {
    gap: calc(12 / 750 * 100vw);
  }
  .fv__p1-area-medal .adlp-medal__item {
    width: calc(220 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    flex-shrink: 0;
  }
  .adlp-medal__bg {
    bottom: calc(130 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
  .fv__p1-area-btn {
    gap: calc(24 / 750 * 100vw);
    top: auto;
    position: absolute;
    bottom: calc(320 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fv__p1-area-note {
    bottom: calc(30 / 750 * 100vw);
  }
  .fv__p1-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

/* =========================================
  sec01_信頼ロゴエリア
========================================= */
.sec01 {
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(45 / 1080 * 100vw), 45px);
}
.sec01__head {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec01__head__copy {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.sec01__area-slider {
  position: relative;
  z-index: 2;
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.sec01__area-slider-inner {
  position: relative;
}
.sec01__area-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.sec01__area-slider .swiper-slide {
  padding: 0;
  height: auto;
}
.sec01__area-slider .swiper-slide img {
  width: 100%;
  height: min(calc(208 / 1080 * 100vw), 208px);
}

/* =========================================
  sec01_信頼ロゴエリア_SP
========================================= */
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(110 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
  .sec01__head {
    font-size: calc(48 / 750 * 100vw);
  }
  .sec01__head__copy {
    font-size: calc(28 / 750 * 100vw);
  }
  .sec01__area-slider {
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec01__area-slider .swiper-slide {
    padding: 0;
    height: auto;
    width: auto;
  }
  .sec01__area-slider .swiper-slide img {
    max-width: 100%;
    width: auto;
    height: calc(255 / 750 * 100vw);
  }
}


/* =========================================
  sec03_多彩な機能
========================================= */
.sec03 {
  width: 100%;
  background: url(../img/pc/s3-functions-bg.webp) no-repeat center top/contain;
  background-color: #f2fefe;
}
.sec03__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec03__area-main {
  width: min(calc(702 / 1080 * 100vw), 702px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  position: relative;
  right: max(calc(-25 / 1080 * 100vw), -25px);
}
.sec03__area-functions {
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(95 / 1080 * 100vw), 95px);
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec03__function-wrapper {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
.sec03__function {
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) 0 rgba(107, 211, 211, 0.8);
}
.sec03__function-head {
  background: #15a2a2;
  padding: min(calc(17 / 1080 * 100vw), 17px) 0;
  min-height: min(calc(110 / 1080 * 100vw), 110px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03__function-head-img {
  width: min(calc(86 / 1080 * 100vw), 86px);
  position: absolute;
  top: max(calc(-8 / 1080 * 100vw), -8px);
  left: min(calc(40 / 1080 * 100vw), 40px);
}
.sec03__function-title {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  min-width: min(calc(300 / 1080 * 100vw), 300px);
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
.sec03__function-wrapper:last-of-type .sec03__function-title {
  margin-left: min(calc(110 / 1080 * 100vw), 110px);
}
.sec03__function-title .sm {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sec03__function-lead {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #fff;
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
  min-width: min(calc(392 / 1080 * 100vw), 392px);
  letter-spacing: 0.12em;
}
.sec03__function-body {
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(10 / 1080 * 100vw), 10px);
  background: #fff;
}
.sec03__function-note {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-shadow: 20px 20px 30px rgba(107, 211, 211, 0.8);
  display: block;
}
.sec03__function-items-1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: stretch;
}
.sec03__function-item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(calc(100 / 1080 * 100vw), 100px);
  border-right: 2px dotted #15a2a2;
  padding: min(calc(6 / 1080 * 100vw), 6px);
  justify-content: flex-start;
}
.sec03__function-item-1:last-child {
  border-right: none;
}
.sec03__function-item-1-area-img {
  width: min(calc(76 / 1080 * 100vw), 76px);
  height: auto;
  margin: 0 auto min(calc(8 / 1080 * 100vw), 8px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec03__function-item-1-area-text {
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}
.sec03__function-item-1-text {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.sec03__function-item-1-text .sm,
.sec03__function-item-2-head .sm {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sec03__function-item-1-label {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
  color: #15a2a2;
  font-feature-settings: "palt" on;
  padding: 0 min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: 1px solid #14b4b4;
  background: #f5f5f5;
}
.sec03__function-item-1-bot-text {
  color: #15a2a2;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sec03__function-items-2.--grid-container {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    width: 100%;
    gap: 0;
}
.sec03__function-item-2.--full {
  width: 100%;
}
.sec03__function-item-2.--half {
  width: 49.5%;
}
.sec03__function-items-2.--grid-container .sec03__function-item-2.--half:nth-child(3) {
  margin-left: 1%;
}
.sec03__function-grid-6, 
.sec03__function-grid-2, 
.sec03__function-grid-3 {
    display: grid;
    width: 100%;
    margin: min(calc(12 / 1080 * 100vw), 12px) 0;
}
.sec03__function-grid-6 { 
  grid-template-columns: repeat(6, 1fr); 
}
.sec03__function-grid-2 { 
  grid-template-columns: repeat(2, 1fr); 
}
.sec03__function-grid-3 { 
  grid-template-columns: repeat(3, 1fr); 
}
.sec03__function-item-2.--full:last-of-type .sec03__function-grid-2 {
  margin: min(calc(12 / 1080 * 100vw), 12px) auto;
  padding: 0 min(calc(150 / 1080 * 100vw), 150px);
}
.sec03__function-grid-6 > *:not(:last-child),
.sec03__function-grid-2 > *:not(:last-child),
.sec03__function-grid-3 > *:not(:last-child) {
  border-right: 2px dotted #15a2a2;
}
.sec03__function-item-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 5px;
    height: 100%;
    min-height: min(calc(100 / 1080 * 100vw), 100px);
}
.sec03__function-item-1-top {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec03__function-item-2-head {
  color: #15a2a2;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: min(calc(3 / 1080 * 100vw), 3px) 0 min(calc(5 / 1080 * 100vw), 5px);
  background: #dcf4f4;
}
.sec03__function-item-2-card-area-img {
  width: min(calc(60 / 1080 * 100vw), 60px);
}
.sec03__function-item-2-card-area-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec03__function-item-2-card-text {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec03__area-note {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec03__note {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

/* =========================================
  sec03_多彩な機能_sp
========================================= */
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/sp/s3-functions-bg.webp) no-repeat center top/contain;
  }
  .sec03__inner {
    width: 100%;
    padding-top: calc(135 / 750 * 100vw);
  }
  .sec03__area-head {
    margin-bottom: calc(48 / 750 * 100vw);
  }
  .adlp-head__top .adlp-head__main {
    line-height: 1.1;
    font-size: calc(48 / 750 * 100vw);
  }
  .adlp-head__top .adlp-head__sub {
    font-size: calc(72 / 750 * 100vw);
  }
  .sec03__area-main {
    width: calc(720 / 750 * 100vw);
    margin: calc(135 / 750 * 100vw) auto 0;
    right: calc(-10 / 750 * 100vw);
  }
  .sec03__area-functions {
    gap: calc(48 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .sec03__function {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(107, 211, 211, 0.8);
  }
  .sec03__function-area-head {
    padding: calc(10 / 750 * 100vw) 0;
  }
  .sec03__function-head {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) ;
    min-height: min(calc(110 / 1080 * 100vw), 110px);
    flex-direction: column;
    align-items: center;
  }
  .sec03__function-head-img {
    position: static;
    width: calc(86 / 750 * 100vw);
  }
  .sec03__function-head .sm {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec03__function-head-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 0;
  }
  .sec03__function-body {
    padding: calc(20 / 750 * 100vw);
  }
  .sec03__function-title,
  .sec03__function-wrapper:last-of-type .sec03__function-title {
    font-size: calc(42 / 750 * 100vw);
    margin-left: calc(18 / 750 * 100vw);
  }
  .sec03__function-lead {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: calc(24 / 750 * 100vw);
    text-align: center;
  }
  .sec03__function-area-body {
    padding: calc(24 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .sec03__function-items-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .sec03__function-item-1 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: calc(30 / 750 * 100vw) 0;
    gap: 0;
    border: none; 
    position: relative;
  }
  .sec03__function-item-1::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(20 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
    border-right: 2px dotted #15a2a2;
  }
  .sec03__function-item-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    border-bottom: 2px dotted #15a2a2;
  }
  .sec03__function-items-1 .sec03__function-item-1:nth-child(even)::after {
    display: none;
  }
  .sec03__function-items-1 .sec03__function-item-1:nth-last-child(1)::before,
  .sec03__function-items-1 .sec03__function-item-1:nth-last-child(2)::before {
    display: none;
  }
  .sec03__function-item-1-area-img {
    width: calc(110 / 750 * 100vw); 
    height: auto;
    margin: 0 auto calc(4 / 750 * 100vw);
    display: flex;
    justify-content: center;
  }
  .sec03__function-item-1-text {
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
    line-height: 1.34;
  }
  .sec03__function-item-1-text .sm,
  .sec03__function-item-2-head .sm {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec03__function-item-1-label {
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
  }
  .sec03__function-grid-6, 
  .sec03__function-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
  }
  .sec03__function-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
  }
  .sec03__function-item-2.--half {
    width: 100%;
    margin-left: 0;
  }
  .sec03__function-item-2 .sec03__function-item-1 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: auto;
    padding: calc(30 / 750 * 100vw) 0;
    border: none;
    position: relative;
  }
  .sec03__function-item-2 .sec03__function-item-1::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(20 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
    border-right: 2px dotted #15a2a2;
  }
  .sec03__function-item-2 .sec03__function-item-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    border-bottom: 2px dotted #15a2a2;
  }
  .sec03__function-grid-6 .sec03__function-item-1:nth-child(even)::after,
  .sec03__function-grid-2 .sec03__function-item-1:nth-child(even)::after {
    display: none;
  }
  .sec03__function-grid-3 .sec03__function-item-1:nth-child(3n)::after {
    display: none;
  }
  .sec03__function-grid-6 .sec03__function-item-1:nth-last-child(1)::before,
  .sec03__function-grid-6 .sec03__function-item-1:nth-last-child(2)::before,
  .sec03__function-grid-2 .sec03__function-item-1:nth-last-child(1)::before,
  .sec03__function-grid-2 .sec03__function-item-1:nth-last-child(2)::before,
  .sec03__function-grid-3 .sec03__function-item-1::before {
    display: none;
  }
  .sec03__function-item-2 .sec03__function-item-1-area-img {
    width: calc(110 / 750 * 100vw);
    height: auto;
    margin-bottom: calc(16 / 750 * 100vw);
  }
  .sec03__function-items-2 {
    gap: calc(20 / 750 * 100vw);
  }
  .sec03__function-item-2-head {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(7 / 750 * 100vw) 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec03__function-item-2.--full:last-of-type .sec03__function-grid-2 {
    margin: 0 auto;
    padding: 0;
  }
  .sec03__function-note {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 0 0;
    line-height: 1.5;
  }
}


/* =========================================
  sec05_導入後66%削減
========================================= */
.sec05 {
  position: relative;
  width: 100%;
  height: min(calc(750 / 1080 * 100vw), 750px);
}
.sec05__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec05__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec05__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec05__head .row-1 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.sec05__head .row-2 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec05__area-body {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec05__main {
  opacity: 0.8;
  background: #15a2a2;
  mix-blend-mode: multiply;
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) 0 rgba(107, 211, 211, 0.8);
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
}
.sec05__main-head {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  letter-spacing: 0.08em;
}
.sec05__main-head .sm {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec05__main-area-content {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.sec05__main-items {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, min(calc(280 / 1080 * 100vw), 280px));
  gap: min(calc(124 / 1080 * 100vw), 124px);
  justify-content: center;
}
.sec05__main-item {
  position: relative;
}
.sec05__main-item:nth-of-type(2)::before {
  display: inline-block;
  width: min(calc(124 / 1080 * 100vw), 124px);
  height: min(calc(124 / 1080 * 100vw), 124px);
  background-image: url("../img/pc/s5-arrow.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 37%;
  left: max(calc(-120 / 1080 * 100vw), -120px);
  transform: translateY(-50%);
}
.sec05__main-item-times {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
.sec05__main-item-time {
  background-color: #fff;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  width: min(calc(280 / 1080 * 100vw), 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  min-height: min(calc(70 / 1080 * 100vw), 70px);
}
.sec05__main-item-time-hub {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: inline-block;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: 1px solid #999;
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
}
.sec05__main-item-time-hour {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
.sec05__main-item-time-hour .digit {
  color: #333;
  text-align: center;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
}
.sec05__main-item-time-hour .unit {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.sec05__main-item-time.--empty {
  background-color: transparent;
  border: 1px dashed #e2ff39;
}
.sec05__main-item-time.--yellow {
  background: #e2ff39;
}
.sec05__main-item-head {
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
  position: relative;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec05__main-item-head::before, 
.sec05__main-item-head::after {
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  border-top: solid #fff min(calc(1 / 1080 * 100vw), 1px);
}
.sec05__main-item-head::before {
  left: min(calc(50 / 1080 * 100vw), 50px);
}
.sec05__main-item-head::after {
  right: min(calc(50 / 1080 * 100vw), 50px);
}
.sec05__main-item:last-of-type .sec05__main-item-head {
  color: #e2ff39;
}
.sec05__main-item:last-of-type .sec05__main-item-head::before, 
.sec05__main-item:last-of-type .sec05__main-item-head::after {
  border-top: solid #e2ff39 min(calc(1 / 1080 * 100vw), 1px);
}
.sec05__main-item-pict {
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  position: absolute;
  top: min(calc(45 / 1080 * 100vw), 45px);
  right: min(calc(-40 / 1080 * 100vw), -40px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: #15a2a2;
  border-radius: 50%;
  background-color: #e2ff39;
}
.sec05__main-item-pict strong {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
.sec05__main-item-text-1 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
}
.sec05__main-item-text-1.--yellow {
  color: #e2ff39;
}
.sec05__main-item-text-2 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.sec05__main-item-text-2 .digit {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.sec05__main-item-text-2.--yellow {
  color: #e5ff4f;
}
.sec05__main-item-text-2.--yellow .digit {
  color: #e5ff4f;
}
.sec05__note {
  color: #333;
  text-align: right;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}

/* =========================================
  sec05_導入後66%削減_SP
========================================= */
@media screen and (max-width: 767px) {
  .sec05 {
    height: calc(1130 / 750 * 100vw);
  }
  .sec05__inner {
    width: calc(690 / 750 * 100vw);
    padding-top: calc(100 / 750 * 100vw);
  }
  .sec05__head .row-1 {
    font-size: calc(28 / 750 * 100vw);
  }
  .sec05__head .row-2 {
    letter-spacing: 0.04em;
    line-height: 1.3;
    font-size: calc(48 / 750 * 100vw);
  }
  .sec05__area-body {
    margin-top: calc(42 / 750 * 100vw);
  }
  .sec05__main {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(107, 211, 211, 0.8);
    padding: calc(43 / 750 * 100vw) calc(29 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
  .sec05__main-head {
    line-height: 1.1;
    font-size: calc(40 / 750 * 100vw);
  }
  .sec05__main-head .sm {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec05__main-area-content {
    margin-top: calc(15 / 750 * 100vw);
  }
  .sec05__main-items {
    grid-template-columns: repeat(2, calc(280 / 750 * 100vw));
    gap: calc(71 / 750 * 100vw);
  }
  .sec05__main-item:nth-of-type(2)::before {
    width: calc(110 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    left: calc(-93 / 750 * 100vw);
    top: 38%;
  }
  .sec05__main-item-head {
    margin-bottom: calc(3 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
  .sec05__main-item-head::before, 
  .sec05__main-item-head::after {
    width: calc(40 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    border-top: solid #fff calc(4 / 750 * 100vw);
  }
  .sec05__main-item-head::before {
    left: calc(40 / 750 * 100vw);
  }
  .sec05__main-item-head::after {
    right: calc(40 / 750 * 100vw);
  }
  .sec05__main-item:last-of-type .sec05__main-item-head::before, 
  .sec05__main-item:last-of-type .sec05__main-item-head::after {
    border-top: solid #e2ff39 calc(4 / 750 * 100vw);
  }
  .sec05__main-item-times {
    gap: calc(4 / 750 * 100vw);
  }
  .sec05__main-item-time {
    padding: calc(8 / 750 * 100vw) 0 calc(4 / 750 * 100vw);
    width: calc(280 / 750 * 100vw);
    gap: calc(4 / 750 * 100vw);
    min-height: calc(75.2 / 750 * 100vw);
  }
  .sec05__main-item-time-hub {
    font-size: calc(26 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    padding: 0 calc(16 / 750 * 100vw);
  }
  .sec05__main-item-time-hour {
    gap: calc(4 / 750 * 100vw);
  }
  .sec05__main-item-time-hour .digit {
    font-size: calc(46 / 750 * 100vw);
  }
  .sec05__main-item-time-hour .unit {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec05__main-item-text-1 {
    margin-top: calc(23 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.3;
  }
  .sec05__main-item-text-2 {
    line-height: 140%;
    font-size: calc(34 / 750 * 100vw);
  }
  .sec05__main-item-text-2 .digit {
    font-size: calc(48 / 750 * 100vw);
  }
  .sec05__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
    text-align: left;
  }
  .sec05__main-item-pict {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    top: calc(90 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  .sec05__main-item-pict strong {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto 0;
}
.sec06__area-top {
  padding: min(calc(130 / 1080 * 100vw), 130px) 0 min(calc(64 / 1080 * 100vw), 64px);
  background: linear-gradient(86deg, #edffff 0%, #c6eeee 62.75%, #5bd1d1 100%);
}
.sec06__area-list {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec06__reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(calc(18 / 1080 * 100vw), 18px);
  width: 100%;
  margin: 0 auto 0;
  align-items: stretch;
}
.sec06__reason {
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) 0 rgba(107, 211, 211, 0.8);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sec06__reason-info {
  padding: 0 min(calc(18 / 1080 * 100vw), 18px) min(calc(20 / 1080 * 100vw), 20px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.sec06__reason-text-1 {
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  display: inline-block;
  position: relative;
  color: #15a2a2;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  font-family: "Outfit", sans-serif;
}
.sec06__reason-text-1::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2rem;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #15a2a2;
  border-radius: 2px;
}
.sec06__reason-text-2 {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
.sec06__reason-text-2 .sm {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
.sec06__reason-text-2 .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
.sec06__reason-text-3 {
  color: #333;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.sec06__reason-text-4 {
  color: #333;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.sec06__reason-img {
  width: 100%;
}
.sec06__reason-img img {
  width: auto;
  height: min(calc(128 / 1080 * 100vw), 128px);
  margin: min(calc(18 / 1080 * 100vw), 18px) auto min(calc(10 / 1080 * 100vw), 10px);
}

@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
  }
  .sec06__area-top {
    padding-top: calc(120 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec06__area-list {
    margin-top: calc(50 / 750 * 100vw);
  }
  .sec06__reasons {
    grid-template-columns: 1fr;
    gap: calc(24 / 750 * 100vw);
    width: calc(650 / 750 * 100vw);
  }
  .sec06__reason {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(107, 211, 211, 0.8);
  }
  .sec06__reason-info {
    padding: calc(20 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
  .sec06__reason-img img {
    height: calc(240 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  .sec06__reason-text-1 {
    font-size: calc(30 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
  .sec06__reason-text-2 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
  .sec06__reason-text-2 .sm {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec06__reason-text-2 .kome {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec06__reason-text-3 {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
  .sec06__reason-text-4 {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}


/* =========================================
  sec07_こんなお悩みありませんか
========================================= */
.sec07 {
  position: relative;
  width: 100%;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  background: linear-gradient(86deg, #70d8d8 0%, #89e6e6 19%, #d3f2f2 54%);
}
.sec07__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  padding: min(calc(90 / 1080 * 100vw), 90px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__head {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec07__head__copy {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.sec07__box {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__box .adlp-box__item-inner {
  margin: 0 auto;
  padding: min(calc(16 / 1080 * 100vw), 16px);
}
.sec07__box .adlp-box__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(27 / 1080 * 100vw), 6px);
  width: 100%;
  margin: 0 auto 0;
  align-items: stretch;
}
.sec07__box .adlp-box__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) 0 rgb(44 223 223 / 90%);
  background-color: #fff;
}
.sec07 .adlp-box__item-area-head-1 {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(36 / 1080 * 100vw), 36px) min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 100vmax;
  background: #0f74d8;
  display: inline-block;
}
.sec07 .adlp-box__item:last-of-type .adlp-box__item-area-head-1 {
  background: #4f5ad2;
}
.sec07 .adlp-box__item-list-1-item {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
.sec07 .adlp-box__item-list-1-item .ac {
    color: #fc8b28;
    text-align: justify;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.sec07 .adlp-box__item-list-1-item::before {
  display: inline-block;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  background-image: url(../img/common/nayami.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================
  sec07_こんなお悩みありませんか_SP
========================================= */
@media screen and (max-width: 767px) {
  .sec07 {
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec07__inner {
    width: calc(690 / 750 * 100vw);
    padding-top: calc(100 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
  .sec07__head {
    margin-bottom: calc(12 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-size: calc(48 / 750 * 100vw);
  }
  .sec07 .adlp-box__item-area-head-1 {
    margin-bottom: calc(14 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(50 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
  }
  .sec07 .adlp-box__item-list-1 {
    text-align: left;
  }
  .sec07 .adlp-box__item-list-1-item {
    padding-left: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7;
  }
  .sec07 .adlp-box__item-list-1-item::before {
    width: calc(42 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
  }
  .sec07__head__copy {
    font-size: calc(28 / 750 * 100vw);
  }
  .sec07__box .adlp-box__items {
    grid-template-columns: 1fr;
    gap: calc(16 / 750 * 100vw);
  }
  .sec07__box .adlp-box__item-inner {
    padding: calc(20 / 750 * 100vw);
    text-align: center;
  }
  .sec07__text-1 .row-1 {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec07__text-1 .row-2 {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
  .sec07__text-1 .row-3 {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
  .sec07__medals {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
    margin: calc(58 / 750 * 100vw) auto 0;
    width: calc(540 / 750 * 100vw);
  }
  .sec07__medal {
    width: calc(540 / 750 * 100vw);
    height: calc(143 / 750 * 100vw);
  }
  .sec07__medal::before {
    background-image: url("../img/sp/medal.webp");
  }
  .sec07__medal-1 {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec07__medal-2 {
    margin-top: calc(-10 / 750 * 100vw);
  }
  .sec07__medal-2 .digit {
    font-size: calc(80 / 750 * 100vw);
  }
  .sec07__medal-2 .md {
    font-size: calc(50 / 750 * 100vw);
  }
  .sec07__medal-2 .kome {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
    padding-right: calc(25 / 750 * 100vw);
    margin-top: calc(26 / 750 * 100vw);
  }
}


/* =========================================
  sec08_導入事例
========================================= */
.sec08 {
  padding: min(calc(120 / 1080 * 100vw), 120px) 0;
  background: #dcf4f4;
}
.sec08__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec08__area-body {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec08__study {
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) 0 rgba(107, 211, 211, 0.8);
}
.sec08__study:nth-of-type(n + 2) {
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.sec08__study-area-head {
  text-align: center;
}
.sec08__study-head {
  color: #fff;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(33 / 1080 * 100vw), 34px) min(calc(10 / 1080 * 100vw), 10px);
  border-radius: 100vmax;
  background: #15a2a2;
  display: inline-block;
}
.sec08__study-area-overview {
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(20 / 1080 * 100vw), 20px);
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
  display: grid;
  align-items: start;
  grid-template-columns: min(calc(460 / 1080 * 100vw), 460px) 1fr;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  border-bottom: 1px solid #b3b3b3;
}
.sec08__study-overview-img {
  position: relative;
}
.sec08__study-pict-list {
  position: absolute;
  top: min(calc(10 / 1080 * 100vw), 10px);
  left: min(calc(10 / 1080 * 100vw), 10px);
  z-index: 5;
  display: flex;
  gap: min(calc(5 / 1080 * 100vw), 5px); 
}
.sec08__study-pict-list picture {
  width: min(calc(71 / 1080 * 100vw), 71px);
  display: block;
}
.sec08__study-pict-list img {
  width: 100%;
  height: auto;
}
.sec08__study-overview-point {
  position: relative;
}
.sec08__study-overview-point::after {
  content: "";
  position: absolute;
  top: min(calc(50 / 1080 * 100vw), 50px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(460 / 1080 * 100vw), 460px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background: linear-gradient(to top, #dcf4f4, #fff);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 1;
  pointer-events: none;
}
.study-overview-point__item-top,
.study-overview-point__item-bot {
  position: relative;
  z-index: 2;
}
.study-overview-point__item-area-list-1 {
  width: fit-content;
  margin: 0 auto min(calc(8 / 1080 * 100vw), 8px);
}
.study-overview-point__item-list-1-item {
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  margin: 0 min(calc(3 / 1080 * 100vw), 3px);
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  position: relative;
}
.study-overview-point__item-list-1-item .ac {
  color: #fc8b28;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.study-overview-point__item-list-1-item::before {
  display: inline-block;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  background-image: url("../img/common/nayami.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.study-overview-point__item-area-head-2 {
  text-align: center;
}
.study-overview-point__item-head-2 {
  color: #15a2a2;
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  border: 2px solid #15a2a2;
  background: #fff;
  box-shadow: min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.2);
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(14 / 1080 * 100vw), 14px) min(calc(4 / 1080 * 100vw), 4px) min(calc(32 / 1080 * 100vw), 32px);
  position: relative;
}
.study-overview-point__item-head-2 .sm {
  color: #15a2a2;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 700;
  line-height: 1;
}
.study-overview-point__item-head-2::before {
  display: inline-block;
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  background-image: url("../img/common/light.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 30%;
  left: max(calc(4 / 1080 * 100vw), 4px);
  transform: translateY(-50%);
}
.study-overview-point__item-area-text {
  margin: min(calc(12 / 1080 * 100vw), 12px) 0;
}
.study-overview-point__item-text {
  color: #333;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
.study-overview-point__item-text .ac {
  color: #15a2a2;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
}
.study-overview-point__item-area-img {
    width: min(calc(150 / 1080 * 100vw), 150px);
    height: auto;
    margin: 0 auto;
}
.study-overview-point__item-area-list-2 {
  width: fit-content;
  margin-inline: auto;
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
}
.study-overview-point__item-list-2-item {
  color: #15a2a2;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: min(calc(23 / 1080 * 100vw), 3px);
}
.study-overview-point__item-list-2-item::before {
  display: inline-block;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  background-image: url("../img/common/check.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
}
.sec08__study-overview-info {
  display: flex;
  align-items: flex-start;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec08__study-overview-head {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.sec08__study-overview-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; 
  gap: min(calc(8 / 1080 * 100vw), 8px) min(calc(24 / 1080 * 100vw), 24px);
}
.sec08__study-overview-list-item.--multiline {
  width: 100%;
}
.sec08__study-overview-list-item.--multiline dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
.sec08__study-overview-list-item:nth-of-type(n + 2) dl {
  display: flex;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  align-items: flex-start;
}
.sec08__study-overview-list-item dt {
  width: 7em;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0; 
  background: #dcf4f4;
  color: #333;
  font-feature-settings: "palt" on;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  letter-spacing: 0.08em;
}
.sec08__study-overview-list-item dd {
  color: #333;
  font-weight: 400;
  line-height: 1.8;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  letter-spacing: 0.08em;
}

/* =========================================
  sec08_導入事例_sp
========================================= */

@media screen and (max-width: 1080px) {
  .sec08__study-overview-list-item:nth-of-type(n + 2) dl {
    gap: min(calc(10 / 1080 * 100vw), 10px);
  }
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(120 / 750 * 100vw) 0 calc(137 / 750 * 100vw);
  }
  .sec08__inner {
    width: calc(690 / 750 * 100vw);
  }
  .sec08__area-body {
    margin-top: calc(50 / 750 * 100vw);
  }
  .sec08__study {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(107, 211, 211, 0.8);
  }
  .sec08__study:nth-of-type(n + 2) {
    margin-top: calc(47 / 750 * 100vw);
  }
  .sec08__study-head {
    padding: calc(14 / 750 * 100vw) calc(44 / 750 * 100vw) calc(17 / 750 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.3;
    font-size: calc(34 / 750 * 100vw);
  }
  .sec08__study-area-overview {
    margin: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    padding: 0 0 calc(40 / 750 * 100vw) 0; 
    grid-template-columns: 1fr;
    gap: calc(24 / 750 * 100vw);
  }
  .sec08__study-overview-point::after {
    top: calc(55 / 750 * 100vw);
    width: calc(650 / 750 * 100vw);
    height: calc(190 / 750 * 100vw);
  }
  .sec08__study-overview-head {
    padding: 0;
    font-size: calc(32 / 750 * 100vw);
  }
  .sec08__study-pict-list {
    top: calc(12 / 750 * 100vw);
    left: calc(12 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw); 
  }
  .sec08__study-pict-list picture {
      width: calc(100 / 750 * 100vw);
  }
  .sec08__study-overview-info {
    gap: calc(2 / 750 * 100vw);
    flex-direction: column;
  }
  .study-overview-point__item-bot {
    position: relative;
  }
  .study-overview-point__item-area-list-1 {
    max-width: calc(620 / 750 * 100vw);
    width: fit-content;
    margin: 0 auto calc(20 / 750 * 100vw);
    padding: 0;
  }
  .study-overview-point__item-list-1-item {
    font-size: calc(28 / 750 * 100vw);
    padding-left: calc(33 / 750 * 100vw);
    margin: 0 0 calc(8 / 750 * 100vw) 0;
  }
  .study-overview-point__item-list-1-item .ac {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
  }
  .study-overview-point__item-list-1-item::before {
    width: calc(35 / 750 * 100vw);
    height: calc(35 / 750 * 100vw);
    top: 0;
  }
  .study-overview-point__item-head-2 {
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(28 / 750 * 100vw);
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw) calc(2 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .study-overview-point__item-head-2 .sm {
    font-size: calc(19.6 / 750 * 100vw);
  }
  .study-overview-point__item-head-2::before {
    width: calc(65 / 750 * 100vw);
    height: calc(65 / 750 * 100vw);
    left: calc(-12 / 750 * 100vw);
    top: calc(16 / 750 * 100vw);
  }
  .study-overview-point__item-area-text {
    margin: calc(27 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
  }
  .study-overview-point__item-text,
  .study-overview-point__item-text .ac {
    line-height: 1.3;
    font-size: calc(40 / 750 * 100vw);
  }
  .study-overview-point__item-area-img {
    max-width: calc(300 / 750 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
  .study-overview-point__item-area-list-2 {
    padding: 0 calc(20 / 750 * 100vw);
    width: fit-content;
    margin: calc(16 / 750 * 100vw) auto 0;
  }
  .study-overview-point__item-list-2-item {
    font-size: calc(32 / 750 * 100vw);
    padding-left: calc(36 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
  .study-overview-point__item-list-2-item::before {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
  }
  .sec08__study-overview-list {
    margin-top: calc(10 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
  .sec08__study-overview-list-item:nth-of-type(n + 2) {
    gap: calc(10 / 750 * 100vw);
  }
  .sec08__study-overview-list-item.--multiline dl,
  .sec08__study-overview-list-item:nth-of-type(n + 2) dl {
    gap: calc(16 / 750 * 100vw);
  }
  .sec08__study-overview-list-item dt {
    padding: 0 calc(8 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    white-space: nowrap;
  }
  .sec08__study-overview-list-item dd {
    line-height: 1.6;
    font-size: calc(24 / 750 * 100vw);
  } 
}


/* =========================================
  sec09_料金
========================================= */
.sec09 {
  background: #F5F5F5;
  padding: min(calc(90 / 1080 * 100vw), 90px) 0 min(calc(70 / 1080 * 100vw), 70px);
}
.sec09__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec09__area-price {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec09__prices {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, min(calc(421 / 1080 * 100vw), 421px));
  gap: min(calc(78 / 1080 * 100vw), 78px);
  justify-content: center;
}
.sec09__price {
  background-color: #fff;
  position: relative;
}
.sec09__price:nth-of-type(2)::before {
  display: inline-block;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  background-image: url("../img/common/plus.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: max(calc(-55 / 1080 * 100vw), -55px);
  transform: translateY(-50%);
}
.sec09__price-head-text {
  color: #FFF;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: min(calc(7 / 1080 * 100vw), 7px) min(calc(16 / 1080 * 100vw), 16px);
  background: #15A2A2;
}
.sec09__price-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  min-height: min(calc(140 / 1080 * 100vw), 140px);
}
.sec09__price-text-1 .digit {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec09__price-text-1 .md {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec09__price-text-1 .sm {
  color: #333;
  font-feature-settings: "palt" on;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec09__price-text-2 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.sec09__price-text-3 {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.sec09__area-desc {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(80 / 1080 * 100vw), 80px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: 1px solid #15A2A2;
}
.sec09__desc-head {
  color: #15A2A2;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.sec09__desc-text {
  color: #333;
  font-feature-settings: "palt" on;
  border-top: 1px solid #15A2A2;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
}
.sec09__area-note {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
}
.sec09__note {
  color: #15A2A2;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
/* =========================================
  sec09_料金_sp
========================================= */
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0;
  }
  .sec09__inner {
    width: calc(690 / 750 * 100vw);
  }
  .sec09__area-price {
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec09__prices {
    grid-template-columns: 1fr;
    gap: calc(78 / 750 * 100vw);
  }
  .sec09__price:nth-of-type(2)::before {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    position: absolute;
    top: calc(-54 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .sec09__price-head-text {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
  .sec09__price-body {
    padding: calc(16 / 750 * 100vw);
    min-height: auto;
  }
  .sec09__price-text-1 .digit {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec09__price-text-1 .md {
    font-size: calc(38 / 750 * 100vw);
  }
  .sec09__price-text-1 .sm {
    font-size: calc(24 / 750 * 100vw);
  }
  .sec09__price-text-2 {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec09__price-text-3 {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
  .sec09__area-desc {
    width: calc(690 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
  .sec09__desc-head {
    font-size: calc(28 / 750 * 100vw);
  }
  .sec09__desc-text {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
  }
  .sec09__area-note {
    margin-top: calc(16 / 750 * 100vw);
  }
  .sec09__note {
    line-height: 1.5;
    font-size: calc(32 / 750 * 100vw);
  }
}


/* =========================================
  sec10_導入の流れ
========================================= */
.sec10 {
  padding: min(calc(130 / 1080 * 100vw), 130px) 0 min(calc(100 / 1080 * 100vw), 100px);
}
.sec10__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec10__area-body {
  margin-top: min(calc(26 / 1080 * 100vw), 26px);
}
.sec10__sub-head {
  width: min(calc(343 / 1080 * 100vw), 343px);
  height: min(calc(59 / 1080 * 100vw), 59px);
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.sec10__sub-head::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/s10-sub-bg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sec10__sub-head-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFF4F;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 100%;
}
.sec10__steps {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, min(calc(250 / 1080 * 100vw), 250px));
  margin-top: max(calc(-30 / 1080 * 100vw), -30px);
}
.sec10__step {
  background: linear-gradient(137deg, #FFF 0%, #EDFFFF 73.54%, #C3F1F1 102.76%);
  box-shadow: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) 0 rgba(142, 185, 185, 0.4);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  height: 100%;
  position: relative;
}
.sec10__step:nth-of-type(n + 2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #5AC9C9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max(calc(-7 / 1080 * 100vw), -7px);
  border-width: min(calc(14 / 1080 * 100vw), 14px) 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(16 / 1080 * 100vw), 16px);
}
.sec10__step-number {
  color: #15A2A2;
  font-feature-settings: "palt" on;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec10__step-number .digit {
  color: #15A2A2;
  font-feature-settings: "palt" on;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec10__step-img {
  width: min(calc(170 / 1080 * 100vw), 170px);
  margin: 0 auto 0;
}
.sec10__step-head {
  color: #15A2A2;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
.sec10__step-text {
  color: #333;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}

/* =========================================
  sec10_導入の流れ_sp
========================================= */
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(120 / 750 * 100vw) 0;
  }
  .sec10__inner {
    width: calc(690 / 750 * 100vw);
  }
  .sec10__area-body {
    margin-top: calc(56 / 750 * 100vw);
  }
  .sec10__sub-head {
    width: calc(343 / 750 * 100vw);
    height: calc(59 / 750 * 100vw);
  }
  .sec10__sub-head-inner {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec10__steps {
    margin-top: calc(-30 / 750 * 100vw);
    grid-template-columns: 1fr;
    width: 100%;
  }
  .sec10__step {
    box-shadow: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 rgba(142, 185, 185, 0.4);
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    display: grid;
    align-items: start;
    grid-template-columns: calc(170 / 750 * 100vw) 1fr;
    gap: calc(16 / 750 * 100vw);
  }
  .sec10__step:nth-of-type(n + 2)::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #5AC9C9 transparent transparent transparent;
    border-width: calc(20 / 750 * 100vw) calc(17.5 / 750 * 100vw) 0 calc(17.5 / 750 * 100vw);
  }
  .sec10__step-number {
    font-size: calc(30 / 750 * 100vw);
  }
  .sec10__step-number .digit {
    font-size: calc(44 / 750 * 100vw);
  }
  .sec10__step-img {
    width: calc(170 / 750 * 100vw);
  }
  .sec10__step-head {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
  .sec10__step-text {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}


/* =========================================
  sec12_よくあるご質問
========================================= */
.sec12 {
  padding: min(calc(120 / 1080 * 100vw), 120px) 0 min(calc(90 / 1080 * 100vw), 90px);
  background: linear-gradient(86deg, #f8ffff 0%, #e4fcfc 62.75%, #aaecec 100%);
}
.sec12__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec12__area-head {
  display: flex;
  justify-content: center;
}
.sec12__area-body {
  margin-top: min(calc(56 / 1080 * 100vw), 56px);
}
.sec12__qa {
  background-color: #fff;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
.sec12__qa:nth-of-type(n + 2) {
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.sec12__qa-top {
  color: #15A2A2;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec12__qa-bot {
  border-top: 1px solid #999;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
}
.sec12__qa-bot-text {
  color: #333;
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* =========================================
  sec12_よくあるご質問_sp
========================================= */
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(120 / 750 * 100vw) 0;
  }
  .sec12__inner {
    width: calc(690 / 750 * 100vw);
  }
  .sec12__area-body {
    margin-top: calc(56 / 750 * 100vw);
  }
  .sec12__qa {
    padding: calc(40 / 750 * 100vw);
  }
  .sec12__qa:nth-of-type(n + 2) {
    margin-top: calc(20 / 750 * 100vw);
  }
  .sec12__qa-top {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec12__qa-bot {
    margin-top: calc(16 / 750 * 100vw);
    padding-top: calc(16 / 750 * 100vw);
  }
  .sec12__qa-bot-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

/* =========================================
  上に戻るボタン
========================================= */
.adlp-pagetop {
  position: fixed;
  right: min(calc(20 / 1080 * 100vw), 20px);
  bottom: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #15a2a2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.adlp-pagetop.--show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (any-hover: hover) {
  .adlp-pagetop:hover {
    opacity: 0.8;
    transform: translateY(-5px);
  }
}
.adlp-pagetop__arrow {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .adlp-pagetop {
    right: calc(30 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  .adlp-pagetop__arrow {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    border-width: 2px;
  }
}
/* =========================================
  footer_sp
========================================= */
@media screen and (max-width: 767px) {
  .adlp-outer .adlp-footer {
    padding: calc(70 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */