@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", "Helvetica Neue", "Arial", "Verdana", "Hiragino Sans", sans-serif;
  font-weight: 400;
}

html {
  color: #1C1C1C;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  z-index: 901;
  top: 0;
  width: 100%;
  background: #fff;
}
.c-header .inner-block {
  padding-inline: 14px 0;
  max-width: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo {
  max-width: 343px;
  width: 100%;
}
.c-header .js-nav-btn {
  background: #0099B3;
  padding-block: 12.5px 11.5px;
  padding-inline: 50px 18px;
  position: relative;
}
.c-header .js-nav-btn .box {
  width: 20px;
  height: 17.25px;
  position: absolute;
  left: 17.5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-header .js-nav-btn .box .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
}
.c-header .js-nav-btn .box .line:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}
.c-header .js-nav-btn .box .line:nth-child(2) {
  top: calc(50% - 2px);
  -webkit-transition: opacity 0.1s ease-in-out 0.3s;
  transition: opacity 0.1s ease-in-out 0.3s;
}
.c-header .js-nav-btn .box .line:last-child {
  bottom: 0.2666666667vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: bottom 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out 0.3s;
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
}
.c-header .js-nav-btn .txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.286;
  font-weight: 600;
}
.c-header .js-nav-btn.is-open .line:first-child {
  top: 7.625px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
}
.c-header .js-nav-btn.is-open .line:nth-child(2) {
  opacity: 0;
}
.c-header .js-nav-btn.is-open .line:last-child {
  bottom: 7.625px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
}
.c-header .js-nav-cont {
  position: fixed;
  top: 43px;
  left: 0;
  width: 100%;
  background: #E0F3F6;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .js-nav-cont.is-open {
  opacity: 1;
  pointer-events: all;
}
.c-header .js-nav-cont .cont {
  padding: 55px 65px 119.5px;
}
.c-header .js-nav-cont .cont .nav-list li {
  border-bottom: 1px solid #0099B3;
  padding-bottom: 10px;
}
.c-header .js-nav-cont .cont .nav-list li + li {
  margin-top: 10px;
}
.c-header .js-nav-cont .cont .nav-list li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: #0099B3;
  padding-right: 25px;
  position: relative;
}
.c-header .js-nav-cont .cont .nav-list li a::before {
  content: "";
  position: absolute;
  background: url("../img/home/arrow_down.svg") no-repeat center/contain;
  display: block;
  width: 16px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-footer {
  background: #006680;
  padding: 50px 0 25px;
  color: #fff;
}
.c-footer .txt {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2px;
  line-height: 1.8;
  font-weight: inherit;
}
.c-footer .txt .big {
  font-size: 20px;
  padding-right: 25px;
  display: inline-block;
  font-weight: bolder;
}
.c-footer .copyright {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

.c-ttl {
  position: relative;
  color: #0099B3;
  font-size: 32px;
  line-height: 1;
  padding-inline: 167px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 17px;
  font-weight: 600;
  text-align: center;
}
.c-ttl::before, .c-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 135px;
  height: 100%;
  top: -5px;
}
.c-ttl::before {
  background: url("../img/home/ttl-deco01.svg") no-repeat center/contain;
  left: 0;
}
.c-ttl::after {
  background: url("../img/home/ttl-deco02.svg") no-repeat center/contain;
  right: 0;
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 246px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px 8px;
  gap: 13px;
  background: #0099B3;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.c-btn::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#01AAB5), to(#018EB0));
  background: linear-gradient(to right, #01AAB5 0%, #018EB0 100%);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.c-btn.orange::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FE8C03), to(#FD6A01));
  background: linear-gradient(to right, #FE8C03 0%, #FD6A01 100%);
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn.orange .ico-img::before {
  background: url("../img/home/flow-deco01.svg") no-repeat center/contain;
}
.c-btn .ico-img {
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  display: block;
}
.c-btn .ico-img::before {
  content: "";
  position: absolute;
  background: url("../img/home/flow-deco02.svg") no-repeat center/contain;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 4px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.c-btn .txt {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  z-index: 10;
}
.c-btn .ico {
  display: block;
  width: 8px;
  height: auto;
  aspect-ratio: 8/12;
  margin-bottom: 2px;
  position: relative;
  z-index: 10;
}
.c-btn .ico img {
  display: block;
  width: 100%;
}

.sec-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
}
.sec-txt .small {
  font-size: 14px;
}

.acc-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
  padding-block: 12px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #0099B3;
  padding-right: 45px;
  position: relative;
}
.acc-btn::before {
  content: "";
  position: absolute;
  background: #0099B3;
  -webkit-mask: url("../img/home/acc-arrow.svg") no-repeat center/contain;
          mask: url("../img/home/acc-arrow.svg") no-repeat center/contain;
  display: block;
  width: 29px;
  height: auto;
  aspect-ratio: 29/17;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.acc-btn .ico {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}
.acc-btn .ico img {
  display: block;
  width: 100%;
}
.acc-btn .txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #0099B3;
  text-align: start;
}
.acc-btn.orange {
  border-color: #EE8800;
  padding-block: 10px;
  min-height: 74px;
  padding-right: 70px;
}
.acc-btn.orange .txt {
  color: #1C1C1C;
  width: calc(100% - 32px);
  font-size: 18px;
  line-height: 1.5;
}
.acc-btn.orange .orange {
  background: #EE8800;
  width: 32px;
  aspect-ratio: 1/1;
  height: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.acc-btn.orange::before {
  background: #EE8800;
}
.acc-btn.is-open::before {
  rotate: 180deg;
}

.acc-cont {
  padding-top: 8px;
}
.acc-cont + .acc-btn {
  margin-top: 3px;
}
.acc-cont .inn {
  background: #E0F3F6;
  padding: 20px clamp(8px, 1.25vw, 16px);
  line-height: 1.5;
}
.acc-cont .inn .note {
  padding-left: 16px;
  position: relative;
}
.acc-cont .inn .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.acc-cont .inn .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.acc-cont .inn .flex .left {
  white-space: nowrap;
}
.acc-cont .inn .dot-list.left {
  padding-left: 15px;
  margin-top: 4px;
}
.acc-cont .inn .dot-list li {
  padding-left: 24px;
  position: relative;
}
.acc-cont .inn .dot-list li::before {
  content: "";
  position: absolute;
  background: #1C1C1C;
  display: block;
  width: 2px;
  height: auto;
  aspect-ratio: 1/1;
  top: 12px;
  left: 11px;
}
.acc-cont .inn .img-wrap {
  display: grid;
  margin-top: 10px;
  grid-template-columns: auto 1fr;
  gap: clamp(20px, 3.125vw, 40px);
}
.acc-cont .inn .img-wrap .img {
  width: clamp(200px, 27.109375vw, 347px);
}
.acc-cont.orange .inn {
  background: #FFF3E4;
  padding-block: 7.5px;
}
.acc-cont.orange + .acc-btn {
  margin-top: 0;
}

.anim {
  opacity: 0;
}
.anim.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
#pagetop {
  right: 140px;
  z-index: 101;
  bottom: 30px;
  position: fixed;
}
#pagetop a {
  background: #fff;
  border: 1px solid #1C1C1C;
  font-size: 15px;
  width: 66px;
  height: 82px;
  border-radius: 6px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 8px 0 9px 0;
  position: relative;
}
#pagetop a::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
#pagetop a::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  width: 12px;
  height: 10px;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  padding-top: 65px;
}
.home .mv-section {
  overflow: clip;
  background: #CCEBF0;
  position: relative;
}
.home .mv-section .line {
  position: absolute;
  width: 100%;
  max-width: 1836px;
  height: 182.43px;
  top: -27px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: block;
}
.home .mv-section .line::before {
  content: "";
  position: absolute;
  background: url("../img/home/mv-deco01.svg") no-repeat center/cover;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .mv-section .box {
  background: url("../img/home/mv-bg.png.webp") no-repeat center/contain;
  padding-top: 104px;
  padding-bottom: 56px;
  position: relative;
}
.home .mv-section .box .ttl {
  display: block;
  margin-inline: auto;
  position: relative;
  top: clamp(0px, -28.5px + 3.7109375vw, 19px);
  width: clamp(500px, -100px + 78.125vw, 900px);
}
.home .mv-section .box .deco {
  position: absolute;
}
.home .mv-section .box .deco.ico {
  right: 5px;
  top: clamp(155px, 47px + 14.0625vw, 227px);
  width: clamp(125px, -20.5px + 18.9453125vw, 222px);
}
.home .mv-section .box .deco.ico .txt {
  position: absolute;
  bottom: -16px;
  font-size: 12px;
  right: clamp(0px, -15px + 1.953125vw, 10px);
}
.home .mv-section .box .deco.deco01 {
  left: clamp(20px, -4px + 3.125vw, 36px);
  top: clamp(130px, 46px + 10.9375vw, 186px);
  width: clamp(55px, 13px + 5.46875vw, 83px);
}
.home .mv-section .box .deco.deco02 {
  left: clamp(10px, 2.5px + 0.9765625vw, 15px);
  bottom: clamp(100px, 61px + 5.078125vw, 126px);
  width: clamp(55px, 4px + 6.640625vw, 89px);
}
.home .mv-section .box .deco.deco03 {
  bottom: 64px;
  width: clamp(55px, -3.5px + 7.6171875vw, 94px);
  right: clamp(22px, 14.5px + 0.9765625vw, 27px);
}
.home .mv-section .box .deco.deco04 {
  left: 61px;
  top: 10px;
  width: clamp(56px, 3.5px + 6.8359375vw, 91px);
}
.home .grad-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#CCEBF0), color-stop(50%, #fff), to(#F7B54A));
  background: linear-gradient(to bottom, #CCEBF0 0%, #fff 50%, #F7B54A 100%);
  height: auto;
  aspect-ratio: 1280/400;
  position: relative;
  overflow: clip;
}
.home .grad-bg::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-bg.png.webp") no-repeat center/contain;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 1280/120;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.home .grad-bg .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, -35px + 5.859375vw, 40px);
  position: relative;
  z-index: 90;
}
.home .grad-bg .btn-wrap .c-btn {
  max-width: 350px;
  display: block;
  padding: 17px 30px 15px 60px;
  position: relative;
  bottom: 0;
}
.home .grad-bg .btn-wrap .c-btn .txt {
  font-size: 20px;
}
.home .grad-bg .btn-wrap .c-btn .ico-img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .grad-bg .btn-wrap .c-btn .ico {
  width: 11px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .grad-bg .deco {
  position: absolute;
  bottom: 2.890625vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1320px;
  height: 280px;
  display: block;
  z-index: 1;
}
.home .grad-bg .deco::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-deco01.png.webp") no-repeat center/cover;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .present-section {
  background: #F9F5EE;
  padding-bottom: 52px;
}
.home .present-section .inner-block {
  max-width: 1040px;
}
.home .present-section .box-wrap {
  -webkit-box-shadow: 0px 0px 15px rgba(247, 181, 74, 0.6);
          box-shadow: 0px 0px 15px rgba(247, 181, 74, 0.6);
  padding: 65px clamp(20px, 4.6875vw, 60px) 12px clamp(15px, 4.296875vw, 55px);
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(-200px, -15.625vw, 0px);
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .present-section .box-wrap .deco {
  position: absolute;
  display: block;
  width: 84px;
  height: 99px;
  bottom: -28px;
  right: clamp(-52px, -4.0625vw, -10px);
}
.home .present-section .box-wrap .deco::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-deco02.svg") no-repeat center/contain;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.home .present-section .box-wrap .box {
  width: 100%;
  max-width: 210px;
  position: relative;
  margin-top: 15px;
}
.home .present-section .box-wrap .box.mid {
  max-width: 211px;
  margin-left: clamp(50px, 6.40625vw, 82px);
}
.home .present-section .box-wrap .box.mid .inn {
  padding: 32px clamp(5px, 1.171875vw, 15px) 7px clamp(2px, 0.9375vw, 12px);
}
.home .present-section .box-wrap .box.mid .inn .img {
  max-width: 122px;
}
.home .present-section .box-wrap .box.mid .ico {
  position: absolute;
  width: clamp(30px, 3.90625vw, 50px);
  aspect-ratio: 1/1;
  height: auto;
  background: #0099B3;
  border-radius: 50%;
  left: clamp(-66px, -5.15625vw, -55px);
  top: 96px;
}
.home .present-section .box-wrap .box.mid .ico::before, .home .present-section .box-wrap .box.mid .ico::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .present-section .box-wrap .box.mid .ico::before {
  width: 3.5px;
  height: 24px;
}
.home .present-section .box-wrap .box.mid .ico::after {
  height: 3.5px;
  width: 24px;
}
.home .present-section .box-wrap .box .inn {
  position: relative;
  padding: 32px clamp(13px, 1.875vw, 24px) 7px clamp(18px, 2.578125vw, 33px);
  border: 2px solid #0099B3;
  border-radius: 10px;
}
.home .present-section .box-wrap .box .inn .top {
  position: absolute;
  top: -35px;
  left: -18px;
  width: 240px;
}
.home .present-section .box-wrap .box .inn .txt {
  font-size: 18px;
  color: #0099B3;
  font-weight: 600;
  text-align: center;
}
.home .present-section .box-wrap .box .inn .txt .small {
  font-size: 12px;
}
.home .present-section .box-wrap .box .inn .big {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #0099B3;
  line-height: 1;
  text-align: center;
}
.home .present-section .box-wrap .box .inn .big .small {
  font-size: 24px;
}
.home .present-section .box-wrap .box .inn .img {
  max-width: 68px;
  width: 100%;
  margin: 21px auto 0;
}
.home .present-section .box-wrap .box .note {
  margin-left: 5px;
  margin-top: 4px;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  max-width: 206px;
  letter-spacing: 0.05em;
}
.home .present-section .box-wrap .box .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.home .present-section .box-wrap .total {
  background: #FFF8D2;
  border: 2px solid #EFCC00;
  border-radius: 10px;
  margin-left: clamp(50px, 6.40625vw, 82px);
  position: relative;
  padding: 20px 10px 114px;
  max-width: 260px;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #0099B3;
  line-height: 1;
}
.home .present-section .box-wrap .total::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-img03.png.webp") no-repeat center bottom/contain;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .present-section .box-wrap .total .ico {
  position: absolute;
  width: clamp(30px, 3.90625vw, 50px);
  aspect-ratio: 1/1;
  height: auto;
  background: #0099B3;
  border-radius: 50%;
  left: clamp(-68px, -5.3125vw, -55px);
  top: 108px;
}
.home .present-section .box-wrap .total .ico::before, .home .present-section .box-wrap .total .ico::after {
  content: "";
  position: absolute;
  background: #fff;
  display: block;
  height: 3px;
  width: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .present-section .box-wrap .total .ico::before {
  top: clamp(10px, 1.40625vw, 18px);
}
.home .present-section .box-wrap .total .ico::after {
  bottom: clamp(10px, 1.40625vw, 18px);
}
.home .present-section .box-wrap .total .txt {
  font-size: 26px;
}
.home .present-section .box-wrap .total .txt.mid {
  font-size: 30px;
  margin-top: 13px;
}
.home .present-section .box-wrap .total .big {
  font-size: 52px;
}
.home .present-section .box-wrap .total .big .small {
  font-size: 32px;
}
.home .present-section .note-list {
  margin-top: 12px;
  line-height: 1.5;
}
.home .present-section .note-list li {
  padding-left: 28px;
  position: relative;
}
.home .present-section .note-list li::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 12px;
  height: 12px;
  top: 7px;
  left: 2px;
}
.home .present-section .note-list li + li {
  margin-top: 8px;
}
.home .present-section .note-list li .link-txt {
  color: #0099B3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .flow-section {
  background: #F9F5EE;
  padding-bottom: 64px;
}
.home .flow-section > .inn {
  padding-block: 61px 64px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
.home .flow-section > .inn .deco {
  position: absolute;
  width: clamp(100px, 55px + 5.859375vw, 130px);
  height: auto;
  aspect-ratio: 130/118;
  top: -50px;
  right: clamp(80px, -43px + 16.015625vw, 162px);
}
.home .flow-section > .inn .deco::before {
  content: "";
  position: absolute;
  background: url("../img/home/flow-deco.svg") no-repeat center/contain;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.home .flow-section > .inn .inner-block {
  max-width: 884px;
}
.home .flow-section .flow-list {
  margin-top: 60px;
}
.home .flow-section .flow-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .flow-section .flow-list li:not(:last-child) {
  position: relative;
}
.home .flow-section .flow-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #B2E0E8;
  display: block;
  width: clamp(16px, 13px + 0.390625vw, 18px);
  height: 150%;
  top: clamp(20px, 3.125vw, 40px);
  left: clamp(20px, -7px + 3.515625vw, 38px);
}
.home .flow-section .flow-list li:not(:last-child):nth-child(2)::before {
  height: 150%;
}
.home .flow-section .flow-list li + li {
  margin-top: 48px;
}
.home .flow-section .flow-list li.span {
  margin-top: 75px;
  position: relative;
}
.home .flow-section .flow-list li.span .flow-span {
  position: absolute;
  top: -66px;
  left: clamp(100px, 16.25vw, 208px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .flow-section .flow-list li.span .flow-span .txt {
  color: #0099B3;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
}
.home .flow-section .flow-list li.span .flow-span .dot {
  position: relative;
  width: 8px;
  height: 55px;
  display: block;
}
.home .flow-section .flow-list li.span .flow-span .dot::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/home/flow-dot.png.webp") no-repeat center/contain;
}
.home .flow-section .flow-list li .inn {
  -webkit-box-shadow: 0 0 10px rgba(188, 147, 41, 0.3);
          box-shadow: 0 0 10px rgba(188, 147, 41, 0.3);
  padding: 24px 10px 23px clamp(60px, 7.03125vw, 90px);
  width: calc(100% - clamp(160px, 14.296875vw, 183px));
  position: relative;
  border-radius: 10px 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.5625vw, 20px);
}
.home .flow-section .flow-list li .inn .num {
  position: absolute;
  width: clamp(40px, 4.84375vw, 62px);
  left: clamp(9px, 1.25vw, 16px);
  top: -11px;
  z-index: 2;
}
.home .flow-section .flow-list li .inn .img {
  width: clamp(50px, 5.46875vw, 70px);
}
.home .flow-section .flow-list li .inn .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.home .flow-section .flow-list li .inn .txt-wrap > .txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333;
}
.home .flow-section .flow-list li .inn .txt-wrap > .txt .small {
  font-size: 14px;
  line-height: 1.714;
}
.home .flow-section .flow-list li .inn .txt-wrap .c-btn {
  margin-left: clamp(40px, 5.625vw, 72px);
}
.home .flow-section .flow-list li .yellow {
  width: clamp(160px, 14.296875vw, 183px);
  background: #D8C07B;
  border-radius: 0 10px 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .flow-section .flow-list li .yellow .txt {
  text-align: center;
  font-size: 15px;
}
.home .about-block {
  background: #EDF8FA;
  padding-top: 240px;
  position: relative;
}
.home .about-block::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-bg.png.webp") no-repeat center/contain;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 1280/120;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  rotate: 180deg;
  z-index: 2;
}
.home .about-block .inner-block {
  max-width: 1040px;
}
.home .about-block .inner-block .anchor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 12px;
  padding-block: 14px 16px;
  background: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .about-block .inner-block .anchor-link li + li {
  position: relative;
}
.home .about-block .inner-block .anchor-link li + li::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
}
.home .about-block .inner-block .anchor-link li a {
  padding-inline: clamp(20px, 3.75vw, 48px);
  color: #0099B3;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.home .about-block .inner-block .anchor-link li a .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 48px;
}
.home .about-block .inner-block .anchor-link li a .txt.p8 {
  padding-inline: 8px;
}
.home .about-block .inner-block .anchor-link li a .txt.p7 {
  padding-inline: 7px;
}
.home .about-block .inner-block .anchor-link li a .arrow {
  display: block;
  background: url("../img/home/arrow_down.svg") no-repeat center/contain;
  width: 16px;
  height: 9px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .about-block .about-section {
  padding-top: 117px;
  padding-bottom: 120px;
  position: relative;
}
.home .about-block .about-section .ico-wrap {
  margin-top: 60px;
  padding-left: clamp(150px, 54px + 12.5vw, 214px);
  padding-right: clamp(100px, -0.5px + 13.0859375vw, 167px);
  position: relative;
}
.home .about-block .about-section .ico-wrap::before {
  content: "";
  position: absolute;
  background: url("../img/home/about-deco01.png.webp") no-repeat center/contain;
  display: block;
  width: clamp(130px, 25px + 13.671875vw, 200px);
  height: auto;
  aspect-ratio: 200/130;
  top: 4px;
  left: 0;
}
.home .about-block .about-section .ico-wrap::after {
  content: "";
  position: absolute;
  background: url("../img/home/about-deco02.png.webp") no-repeat center/contain;
  display: block;
  width: clamp(128px, 71px + 7.421875vw, 166px);
  height: auto;
  aspect-ratio: 1/1;
  top: -24px;
  right: -18px;
}
.home .about-block .about-section .white {
  margin-top: 70px;
  background: #fff;
  border-radius: 45px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
  padding: 40px clamp(20px, 3.59375vw, 46px);
}
.home .about-block .about-section .white .ttl {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 13px;
  padding-inline: 38px;
  padding-bottom: 17px;
  position: relative;
}
.home .about-block .about-section .white .ttl::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-image: radial-gradient(circle, #0099B3 2px, transparent 2px);
  background-position: 0 0;
  background-size: 10px 4px;
  display: block;
  width: 278px;
  height: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .about-block .about-section .white .ttl .line {
  position: absolute;
  display: block;
  width: 23px;
  height: 35px;
  bottom: 11px;
}
.home .about-block .about-section .white .ttl .line.left {
  left: 0;
  background: url("../img/home/about-line01.svg") no-repeat center/contain;
}
.home .about-block .about-section .white .ttl .line.right {
  right: 0;
  background: url("../img/home/about-line02.svg") no-repeat center/contain;
}
.home .about-block .about-section .white .ttl .dot {
  position: relative;
}
.home .about-block .about-section .white .ttl .dot::before {
  content: "";
  position: absolute;
  background: #D8C07B;
  display: block;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.home .about-block .about-section .white .sec-txt {
  text-align: center;
  margin-top: 24px;
}
.home .about-block .about-section .white .num-list .swiper-slide,
.home .about-block .about-section .white .num-list li {
  width: calc((100% - 52px) / 3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 153, 179, 0.3);
  border-radius: 10px;
  padding: 27px 2px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.home .about-block .about-section .white .num-list .swiper-slide .num,
.home .about-block .about-section .white .num-list li .num {
  display: block;
  width: 64px;
  position: absolute;
  top: -31px;
  left: -3px;
}
.home .about-block .about-section .white .num-list .swiper-slide .lead,
.home .about-block .about-section .white .num-list li .lead {
  min-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #0099B3;
  text-align: center;
}
.home .about-block .about-section .white .num-list .swiper-slide .lead .small,
.home .about-block .about-section .white .num-list li .lead .small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.429;
}
.home .about-block .about-section .white .num-list .swiper-slide .img,
.home .about-block .about-section .white .num-list li .img {
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
}
.home .about-block .about-section .white .num-list .swiper-slide .img img,
.home .about-block .about-section .white .num-list li .img img {
  display: block;
  width: 100%;
}
.home .about-block .about-section .white .num-list .swiper-slide .txt,
.home .about-block .about-section .white .num-list li .txt {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.home .about-block .about-section .white .num-list .swiper-slide .txt .small,
.home .about-block .about-section .white .num-list li .txt .small {
  font-size: 12px;
}
.home .about-block .about-section .white .note {
  margin-left: 6px;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  margin-top: 16px;
  letter-spacing: 0.05em;
}
.home .about-block .about-section .white .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.home .about-block .about-section .deco {
  position: absolute;
  bottom: -28px;
  left: -45px;
  width: clamp(100px, 20.5px + 10.3515625vw, 153px);
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}
.home .charm-section {
  padding-block: 117px 120px;
  background: #F9F5EE;
}
.home .charm-section .inner-block {
  max-width: 1040px;
}
.home .charm-section .ttl {
  padding-block: 9px 7px;
  padding-left: 55px;
  font-size: 26px;
  font-weight: 600;
  background: #DEF2F5;
  margin-top: 60px;
  line-height: 1.308;
  border-radius: 25px;
  position: relative;
}
.home .charm-section .ttl::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 23px;
  aspect-ratio: 1/1;
  height: auto;
  top: 12px;
  left: 21px;
  border-radius: 50%;
}
.home .charm-section .ttl .blue {
  color: #0099B3;
}
.home .charm-section .ttl sup {
  font-size: 16px;
  line-height: 1;
}
.home .charm-section .sec-txt {
  margin-top: 31px;
  max-width: 844px;
  margin-inline: auto;
  line-height: 1.5;
}
.home .charm-section .sec-txt + .ttl {
  margin-top: 70px;
}
.home .charm-section .sec-txt.mt {
  margin-top: 35px;
}
.home .charm-section .sec-txt + .sec-txt {
  margin-top: 0;
}
.home .charm-section .sec-txt.note {
  padding-left: 20px;
  position: relative;
}
.home .charm-section .sec-txt.note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.home .charm-section .sec-txt.small {
  font-weight: 400;
  font-size: 14px;
}
.home .charm-section .sec-txt.small.note {
  padding-left: 14px;
}
.home .charm-section .sec-txt .link-txt {
  color: #0099B3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .charm-section .img {
  margin-top: 19px;
  max-width: 824px;
  margin-inline: auto;
  position: relative;
}
.home .charm-section .img img {
  display: block;
  width: 100%;
}
.home .charm-section .img .deco {
  position: absolute;
  bottom: -60px;
  right: -90px;
  width: clamp(100px, -11px + 14.453125vw, 174px);
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}
.home .charm-section .white {
  margin-top: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(188, 147, 41, 0.3);
          box-shadow: 0 0 10px rgba(188, 147, 41, 0.3);
  padding: 38px clamp(20px, 5.234375vw, 67px);
  border-radius: 10px;
  position: relative;
}
.home .charm-section .white .deco {
  display: block;
  position: absolute;
  width: clamp(100px, 46px + 7.03125vw, 136px);
  height: auto;
  right: clamp(100px, 8.5px + 11.9140625vw, 161px);
  aspect-ratio: 136/122;
  top: -43px;
}
.home .charm-section .white .deco::before {
  content: "";
  position: absolute;
  background: url("../img/home/charm-deco02.png.webp") no-repeat center/contain;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .charm-section .white .inn-ttl {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.home .charm-section .white .charm-table {
  max-width: 800px;
  margin-top: 24px;
}
.home .charm-section .white .charm-table table {
  table-layout: fixed;
  width: 100%;
}
.home .charm-section .white .charm-table table th,
.home .charm-section .white .charm-table table td {
  border: 1px solid #1C1C1C;
}
.home .charm-section .white .charm-table table tr:first-child {
  background: #D8C07B;
}
.home .charm-section .white .charm-table table tr:first-child td {
  width: 37.5%;
}
.home .charm-section .white .charm-table table tr:first-child th {
  padding-block: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
.home .charm-section .white .charm-table table tr:not(:first-child) th {
  padding-left: 16px;
  text-align: start;
}
.home .charm-section .white .charm-table table tr:last-child td {
  padding-block: 16px;
}
.home .charm-section .white .charm-table table th {
  padding-block: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.home .charm-section .white .charm-table table th.bold {
  font-weight: bold;
  font-size: 18px;
}
.home .charm-section .white .charm-table table td {
  text-align: center;
  padding-block: 13px;
  font-weight: 400;
  line-height: 1.2;
}
.home .charm-section .white .charm-table table td.red {
  font-size: 20px;
  font-weight: 600;
  color: #EE0105;
}
.home .charm-section .white .note {
  margin-left: 6px;
  position: relative;
  font-size: 12px;
  margin-top: 21px;
  letter-spacing: 0.05em;
}
.home .charm-section .white .note:not(.no-ico) {
  padding-left: 12px;
}
.home .charm-section .white .note:not(.no-ico)::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.home .charm-section .white .note + .note {
  margin-top: 0;
}
.home .charm-section .white .note .link-txt {
  color: #0099B3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .charm-section .white + .ttl {
  margin-top: 64px;
}
.home .overview-section {
  padding-top: 110px;
  position: relative;
}
.home .overview-section .deco {
  position: absolute;
  display: block;
}
.home .overview-section .deco.left {
  width: clamp(120px, 49.5px + 9.1796875vw, 167px);
  left: clamp(40px, -62px + 13.28125vw, 108px);
  top: -43px;
}
.home .overview-section .deco.right {
  width: clamp(90px, 12px + 10.15625vw, 142px);
  right: clamp(100px, -71px + 22.265625vw, 214px);
  top: -42px;
}
.home .overview-section .inner-block {
  max-width: 980px;
}
.home .overview-section .cont {
  margin-top: 58px;
  padding: 34px clamp(18px, 2.65625vw, 34px);
  border: 2px solid #0099B3;
  border-radius: 10px;
}
.home .faq-section {
  padding-block: 120px 174px;
}
.home .faq-section .inner-block {
  max-width: 980px;
}
.home .faq-section .cont {
  border: 2px solid #EE8800;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 55px;
}
.home .faq-section .cont .ttl {
  background: #EE8800;
  padding-block: 12px;
  padding-inline: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
.home .faq-section .cont .ttl:not(.top) {
  border-radius: 10px 10px 0 0;
}
.home .faq-section .cont .inn-cont {
  padding: 16px clamp(18px, 2.65625vw, 34px) 36px;
}
.home .contact-section {
  position: relative;
  background: #F9F5EE;
  margin-top: clamp(72px, 0px + 9.375vw, 120px);
  padding-block: 98px 120px;
}
.home .contact-section .inner-block {
  max-width: 980px;
}
.home .contact-section::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-bg.png.webp") no-repeat center/contain;
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  aspect-ratio: 1280/120;
  top: clamp(-120px, -9.375vw, -72px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.home .contact-section .deco {
  position: absolute;
  top: clamp(-173px, -13.515625vw, -120px);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1320px;
  height: 280px;
  display: block;
  z-index: 3;
  pointer-events: none;
}
.home .contact-section .deco::before {
  content: "";
  position: absolute;
  background: url("../img/home/pre-deco01.png.webp") no-repeat center/cover;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.home .contact-section .ttl {
  font-size: 32px;
  font-weight: 600;
  color: #0099B3;
  text-align: center;
}
.home .contact-section .contact-wrap {
  margin-top: 33px;
  border: 1px solid #D6D6D6;
}
.home .contact-section .contact-wrap > .top {
  padding: 17px 16px;
  background: #F3F3F3;
}
.home .contact-section .contact-wrap > .top .inn-ttl {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.091;
}
.home .contact-section .contact-wrap .white {
  border-top: 1px solid #D6D6D6;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  padding-block: 40px 36px;
}
.home .contact-section .contact-wrap .white .num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.home .contact-section .contact-wrap .white .num-wrap .tel {
  font-size: 36px;
  line-height: 1.278;
  font-weight: 600;
}
.home .contact-section .contact-wrap .white .num-wrap .tel .blue {
  color: #0099B3;
}
.home .contact-section .contact-wrap .white .num-wrap .note-txt {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
.home .contact-section .contact-wrap .white .list {
  margin-top: 28px;
  max-width: 740px;
  margin-inline: auto;
}
.home .contact-section .contact-wrap .white .list li {
  padding-left: 23px;
  position: relative;
}
.home .contact-section .contact-wrap .white .list li::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
  top: 6px;
  left: 2px;
}
.home .contact-section .contact-wrap .white .list li .link-txt {
  color: #0099B3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.home .contact-section .contact-wrap .white .gray {
  margin-top: 32px;
  max-width: 740px;
  width: 100%;
  margin-inline: auto;
  background: #F3F3F3;
  padding: 24px 195px 24px 25px;
  position: relative;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .txt {
  font-size: 20px;
  line-height: 1.6;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .txt .red {
  color: #E10303;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt:last-child {
  border-bottom: none;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt .right {
  white-space: nowrap;
}
.home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt.top {
  margin-top: 16px;
}
.home .contact-section .contact-wrap .white .gray .img {
  width: 100%;
}
.home .contact-section .contact-wrap .white .gray .img img {
  display: block;
  width: 100%;
}
.home .note-section {
  padding-block: 120px;
}
.home .note-section .inner-block {
  max-width: 976px;
}
.home .note-section .inn + .inn {
  margin-top: 32px;
}
.home .note-section .ttl {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}
.home .note-section .note-list li {
  font-size: 12px;
  padding-left: 13px;
  position: relative;
}
.home .note-section .note-list li::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  top: 3px;
  left: 0;
  border-radius: 50%;
}
.home .note-section .note-list li + li {
  margin-top: 8px;
}

/* blcBtn --------------- */
#fixedBtn {
  display: none;
  margin: auto;
  padding: 15px;
  background: rgba(51, 51, 51, 0.6);
  z-index: 100;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

#fixedBtn .btnArea {
  padding: 0 15px;
}
#fixedBtn .c-btn {
  margin: auto;
  max-width: 290px;
}
@media screen and (width < 768px) {
  html {
    font-size: 3.7333333333vw;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .logo {
    max-width: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer {
    padding-block: 35px 30px;
  }
  .c-footer .inner-block {
    padding-inline: 10px;
  }
  .c-footer .txt .big {
    padding-right: 0;
    display: block;
  }
  .c-footer .copyright {
    font-size: 12px;
    margin-top: 10px;
  }
  .c-ttl {
    padding-inline: clamp(50px, 14.5333333333vw, 109px);
    font-size: 5.8666666667vw;
    padding-bottom: 0;
  }
  .c-ttl::before, .c-ttl::after {
    width: clamp(40px, 14.5333333333vw, 109px);
    top: -0.6666666667vw;
  }
  .c-ttl::before {
    background-image: url("../img/home/ttl-deco01_sp.svg");
    left: -2.6666666667vw;
  }
  .c-ttl::after {
    background-image: url("../img/home/ttl-deco02_sp.svg");
    right: -2.6666666667vw;
  }
  .c-btn {
    max-width: 61.6vw;
    padding: 3.4666666667vw 2.6666666667vw 2.4vw 3.0666666667vw;
    gap: 5.3333333333vw;
  }
  .c-btn.gap {
    gap: 3.2vw;
  }
  .c-btn .txt {
    font-size: 3.7333333333vw;
  }
  .c-btn .ico {
    width: 2.1333333333vw;
    height: 3.2vw;
    margin-bottom: 1.0666666667vw;
  }
  .sec-txt {
    font-size: 4.2666666667vw;
  }
  .acc-btn {
    padding-right: 5.3333333333vw;
    padding-block: 2.1333333333vw 1.8666666667vw;
    gap: 3.0666666667vw;
  }
  .acc-btn::before {
    width: 5.2vw;
    right: 0.2666666667vw;
  }
  .acc-btn .ico {
    width: 8vw;
  }
  .acc-btn .txt {
    font-size: 4vw;
  }
  .acc-btn.orange {
    padding-block: 2.1333333333vw;
    min-height: inherit;
    gap: 3.2vw;
    padding-right: 8.4vw;
  }
  .acc-btn.orange .txt {
    font-size: 3.7333333333vw;
  }
  .acc-btn.orange .orange {
    width: 8vw;
    font-size: 4.5vw;
  }
  .acc-cont {
    padding-top: 2.1333333333vw;
  }
  .acc-cont + .acc-btn {
    margin-top: 0;
  }
  .acc-cont .inn {
    padding: 2.1333333333vw;
  }
  .acc-cont .inn .txt.pt {
    margin-top: 4vw;
  }
  .acc-cont .inn .note {
    padding-left: 3.7333333333vw;
  }
  .acc-cont .inn .dot-list.left {
    padding-left: 0;
    margin-top: 0;
  }
  .acc-cont .inn .dot-list li {
    padding-left: 5.6vw;
  }
  .acc-cont .inn .dot-list li::before {
    top: 3.2vw;
    left: 2.4vw;
  }
  .acc-cont .inn .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
  #pagetop {
    right: 4.5333333333vw;
    bottom: 80px;
  }
  #pagetop a {
    width: 9.3333333333vw;
    height: 13.3333333333vw;
    font-size: 2.6666666667vw;
    padding: 0 0 1.0666666667vw 0;
  }
  #pagetop a::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 1.0666666667vw;
  }
  #pagetop a::after {
    width: 1.6vw;
    height: 1.3333333333vw;
    top: 1.7333333333vw;
    left: 0.2666666667vw;
  }
  .home {
    padding-top: 44px;
  }
  .home .mv-section .inner-block {
    padding-inline: 3.6vw;
  }
  .home .mv-section .line {
    max-width: inherit;
    height: auto;
    aspect-ratio: 980/206;
    top: -2px;
  }
  .home .mv-section .line::before {
    background-image: url("../img/home/mv-deco01_sp.svg");
  }
  .home .mv-section .box {
    background-image: url("../img/home/mv-bg_sp.png.webp");
    padding-top: 34.1333333333vw;
    padding-bottom: 32vw;
  }
  .home .mv-section .box .ttl {
    top: 18.9333333333vw;
    width: 92.8vw;
  }
  .home .mv-section .box .deco.ico {
    top: 12.5333333333vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 34.1333333333vw;
  }
  .home .mv-section .box .deco.ico .txt {
    right: 0;
  }
  .home .mv-section .box .deco.deco01 {
    width: 11.4666666667vw;
    top: 24vw;
    left: 8vw;
  }
  .home .mv-section .box .deco.deco02 {
    width: 15.2vw;
    bottom: 2.1333333333vw;
    left: 1.0666666667vw;
  }
  .home .mv-section .box .deco.deco03 {
    width: 12.8vw;
    bottom: 2.1333333333vw;
    right: 3.4666666667vw;
  }
  .home .mv-section .box .deco.deco04 {
    width: 12.8vw;
    top: 37.3333333333vw;
    left: inherit;
    right: 5.0666666667vw;
  }
  .home .grad-bg {
    aspect-ratio: 750/650;
    width: 100%;
  }
  .home .grad-bg::before {
    background-image: url("../img/home/pre-bg_sp.png.webp");
    aspect-ratio: 749/120;
  }
  .home .grad-bg .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .grad-bg .btn-wrap .c-btn {
    max-width: 80vw;
  }
  .home .grad-bg .btn-wrap .c-btn .txt {
    font-size: 3.7333333333vw;
  }
  .home .grad-bg .btn-wrap .c-btn .ico {
    width: 1.4666666667vw;
    bottom: -2px;
  }
  .home .present-section {
    padding-bottom: 16vw;
  }
  .home .present-section .inner-block {
    padding-inline: 4.9333333333vw;
  }
  .home .present-section .box-wrap .box {
    max-width: inherit;
    margin-top: 0;
  }
  .home .present-section .box-wrap .box.mid .inn .img {
    position: absolute;
    width: 24.5333333333vw;
    right: 2.6666666667vw;
    bottom: 4.6666666667vw;
  }
  .home .present-section .box-wrap .box.mid .ico::before {
    width: 0.6666666667vw;
    height: 4.5333333333vw;
  }
  .home .present-section .box-wrap .box.mid .ico::after {
    height: 0.6666666667vw;
    width: 4.5333333333vw;
  }
  .home .present-section .box-wrap .box .inn .top {
    width: 44.8vw;
    left: -3.3333333333vw;
    top: -2.8vw;
  }
  .home .present-section .box-wrap .box .inn .txt {
    font-size: 3.7333333333vw;
  }
  .home .present-section .box-wrap .box .inn .txt .small {
    font-size: clamp(10px, 2.4vw, 18px);
  }
  .home .present-section .box-wrap .box .inn .big {
    font-size: 8vw;
    margin-top: 0.5333333333vw;
    text-align: start;
  }
  .home .present-section .box-wrap .box .inn .big .small {
    font-size: 4.8vw;
  }
  .home .present-section .box-wrap .box .inn .img {
    max-width: 13.6vw;
    margin: 0 0 0 auto;
  }
  .home .present-section .box-wrap .box .note {
    font-size: 3.2vw;
    max-width: inherit;
    margin-left: 0;
    letter-spacing: 0;
    padding-left: 3.2vw;
  }
  .home .present-section .box-wrap .total::before {
    background-image: url("../img/home/pre-img03_sp.png.webp");
  }
  .home .present-section .box-wrap .total .ico::before, .home .present-section .box-wrap .total .ico::after {
    width: 4.5333333333vw;
    height: 0.56vw;
  }
  .home .present-section .box-wrap .total .txt {
    font-size: 5.2vw;
  }
  .home .present-section .box-wrap .total .txt.mid {
    font-size: 5.0666666667vw;
    margin-top: 2.1333333333vw;
  }
  .home .present-section .box-wrap .total .big {
    font-size: 9.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .home .present-section .box-wrap .total .big .small {
    font-size: 6.1333333333vw;
  }
  .home .present-section .note-list {
    margin-top: 12.8vw;
  }
  .home .present-section .note-list li {
    padding-left: 3.8666666667vw;
    font-size: 3.2vw;
  }
  .home .present-section .note-list li::before {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    top: 0.9333333333vw;
    left: 0.5333333333vw;
  }
  .home .present-section .note-list li + li {
    margin-top: 1.0666666667vw;
  }
  .home .flow-section {
    padding-bottom: 5.3333333333vw;
  }
  .home .flow-section .ttl-wrap {
    margin-left: -2vw;
  }
  .home .flow-section > .inn {
    padding-block: 16vw;
  }
  .home .flow-section > .inn .deco {
    width: 24.2666666667vw;
    right: 9.7333333333vw;
    top: -12.8vw;
  }
  .home .flow-section > .inn .inner-block {
    padding-inline: 7.8666666667vw 5.0666666667vw;
  }
  .home .flow-section .flow-list {
    margin-top: 15.2vw;
  }
  .home .flow-section .flow-list li:not(:last-child)::before {
    width: 2.6666666667vw;
    height: 130%;
    left: 2.2666666667vw;
  }
  .home .flow-section .flow-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .home .flow-section .flow-list li:nth-child(3) .inn {
    padding-top: 4.5333333333vw;
  }
  .home .flow-section .flow-list li:last-child .inn {
    padding-top: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
  .home .flow-section .flow-list li:last-child .yellow {
    padding-bottom: 0.8vw;
  }
  .home .flow-section .flow-list li + li {
    margin-top: 10.6666666667vw;
  }
  .home .flow-section .flow-list li.span {
    margin-top: 25.0666666667vw;
  }
  .home .flow-section .flow-list li.span .flow-span {
    gap: 8vw;
    top: -22.6666666667vw;
    left: 15.2vw;
  }
  .home .flow-section .flow-list li.span .flow-span .txt {
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.5;
    padding-top: 1.3333333333vw;
  }
  .home .flow-section .flow-list li.span .flow-span .dot {
    height: 18.4vw;
    width: 1.4666666667vw;
  }
  .home .flow-section .flow-list li.span .flow-span .dot::before {
    background-image: url("../img/home/flow-dot_sp.png.webp");
  }
  .home .flow-section .flow-list li.span .flow-span .dot + .txt {
    margin-left: -2.6666666667vw;
  }
  .home .flow-section .flow-list li .inn {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    padding: 3.2vw 4.2666666667vw 4.2666666667vw 12.2666666667vw;
    gap: 0 3.2vw;
    border-radius: 10px 10px 0 0;
  }
  .home .flow-section .flow-list li .inn .num {
    width: 13.7333333333vw;
    top: -7.4666666667vw;
    left: -3.0666666667vw;
  }
  .home .flow-section .flow-list li .inn .img {
    width: 13.3333333333vw;
  }
  .home .flow-section .flow-list li .inn .txt-wrap > .txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  .home .flow-section .flow-list li .inn .txt-wrap > .txt .small {
    font-size: 2.9333333333vw;
  }
  .home .flow-section .flow-list li .inn .c-btn {
    margin-left: 2.9333333333vw;
    grid-area: 2/1/3/3;
    margin-top: 4.2666666667vw;
  }
  .home .flow-section .flow-list li .yellow {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding-block: 1.3333333333vw 1.3333333333vw;
  }
  .home .flow-section .flow-list li .yellow .txt {
    line-height: 1.5;
    font-size: 3.7333333333vw;
  }
  .home .about-block {
    padding-top: 31.4666666667vw;
  }
  .home .about-block::before {
    background-image: url("../img/home/pre-bg_sp.png.webp");
    aspect-ratio: 749/120;
  }
  .home .about-block .inner-block {
    padding-inline: 5.0666666667vw;
  }
  .home .about-block .about-section {
    padding-top: 0;
    padding-bottom: 16vw;
  }
  .home .about-block .about-section .ico-wrap {
    margin-top: 45.3333333333vw;
    padding: 0;
  }
  .home .about-block .about-section .ico-wrap::before {
    width: 42.9333333333vw;
    top: -33.0666666667vw;
    left: 1.8666666667vw;
  }
  .home .about-block .about-section .ico-wrap::after {
    width: 33.2vw;
    top: -36.8vw;
    right: 3.2vw;
  }
  .home .about-block .about-section .white {
    margin-top: 8.5333333333vw;
    border-radius: 10px;
    padding: 8.5333333333vw 0;
  }
  .home .about-block .about-section .white .ttl {
    font-size: 4.8vw;
    padding-top: 2.4vw;
    padding-bottom: 1.8666666667vw;
    padding-inline: 6.1333333333vw;
  }
  .home .about-block .about-section .white .ttl::before {
    width: 49.0666666667vw;
    background-image: radial-gradient(circle, #06b6d4 0.4vw, transparent 0.4vw);
    background-size: 1.8666666667vw 0.8vw;
    height: 0.8vw;
  }
  .home .about-block .about-section .white .ttl .line {
    width: 4.2666666667vw;
    height: 6.6666666667vw;
    bottom: 1.6vw;
  }
  .home .about-block .about-section .white .ttl .dot::before {
    width: 1.3333333333vw;
    top: -1.3333333333vw;
  }
  .home .about-block .about-section .white .sec-txt {
    margin-top: 9.0666666667vw;
    padding-inline: 4.9333333333vw 4vw;
    font-size: 3.7333333333vw;
    text-align: start;
    line-height: 1.5;
  }
  .home .about-block .about-section .white .num-list {
    margin-top: 4.2666666667vw;
    padding-inline: 3.2vw 8vw;
  }
  .home .about-block .about-section .white .num-list .swiper-slide,
  .home .about-block .about-section .white .num-list li {
    width: 67.7333333333vw;
    margin-top: 3.8666666667vw;
    margin-left: 1.8666666667vw;
    padding: 9.8666666667vw 3.4666666667vw 6.4vw;
    margin-bottom: 10px;
    gap: 0;
  }
  .home .about-block .about-section .white .num-list .swiper-slide + .swiper-slide,
  .home .about-block .about-section .white .num-list li + .swiper-slide {
    margin-left: 6.4vw;
  }
  .home .about-block .about-section .white .num-list .swiper-slide:last-child,
  .home .about-block .about-section .white .num-list li:last-child {
    margin-right: 2.6666666667vw;
  }
  .home .about-block .about-section .white .num-list .swiper-slide .num,
  .home .about-block .about-section .white .num-list li .num {
    width: 13.3333333333vw;
    top: -3.8666666667vw;
    left: -1.8666666667vw;
  }
  .home .about-block .about-section .white .num-list .swiper-slide .lead,
  .home .about-block .about-section .white .num-list li .lead {
    min-height: 11.3333333333vw;
    font-size: 4.8vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1.5;
  }
  .home .about-block .about-section .white .num-list .swiper-slide .lead .small,
  .home .about-block .about-section .white .num-list li .lead .small {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .home .about-block .about-section .white .num-list .swiper-slide .img,
  .home .about-block .about-section .white .num-list li .img {
    width: 21.0666666667vw;
    margin-top: 0.6666666667vw;
  }
  .home .about-block .about-section .white .num-list .swiper-slide .txt,
  .home .about-block .about-section .white .num-list li .txt {
    margin-top: 1.2vw;
    font-size: 3.7333333333vw;
  }
  .home .about-block .about-section .white .note {
    font-size: 3.2vw;
    margin-top: 0.2666666667vw;
    margin-left: 3.2vw;
    padding-left: 2.9333333333vw;
    max-width: 80vw;
    letter-spacing: 0;
  }
  .home .charm-section {
    padding-block: 17.3333333333vw 32.2666666667vw;
    overflow: clip;
  }
  .home .charm-section .inner-block {
    padding-inline: 4.9333333333vw;
  }
  .home .charm-section .inner-block .ttl-wrap {
    margin-inline: -4vw;
  }
  .home .charm-section .inner-block .ttl-wrap .c-ttl {
    line-height: 1.5;
  }
  .home .charm-section .inner-block .ttl-wrap .c-ttl::before {
    left: 0;
  }
  .home .charm-section .inner-block .ttl-wrap .c-ttl::after {
    right: 0;
  }
  .home .charm-section .ttl {
    margin-top: 8.5333333333vw;
    font-size: 4.8vw;
    padding-left: 10.1333333333vw;
    padding-block: 1.6vw 1.6vw;
  }
  .home .charm-section .ttl::before {
    width: 4.2666666667vw;
    top: 2.1333333333vw;
    left: 3.4666666667vw;
  }
  .home .charm-section .ttl sup {
    font-size: 3.2vw;
  }
  .home .charm-section .sec-txt {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
  .home .charm-section .sec-txt + .ttl {
    margin-top: 8.5333333333vw;
  }
  .home .charm-section .sec-txt.small.note {
    padding-left: 3.2vw;
  }
  .home .charm-section .sec-txt.small {
    font-size: 3.2vw;
  }
  .home .charm-section .img {
    max-width: 88.1333333333vw;
    margin-top: 4.2666666667vw;
  }
  .home .charm-section .white {
    margin-top: 30.6666666667vw;
    padding: 8.5333333333vw 3.2vw 8.5333333333vw;
  }
  .home .charm-section .white .deco {
    width: 23.6vw;
    right: inherit;
    left: 3.6vw;
    top: -12.1333333333vw;
  }
  .home .charm-section .white .inn-ttl {
    font-size: 4.8vw;
  }
  .home .charm-section .white .charm-table {
    margin-top: 5.0666666667vw;
  }
  .home .charm-section .white .charm-table table tr:first-child td {
    width: 33%;
  }
  .home .charm-section .white .charm-table table tr:first-child th {
    padding-block: 1.6vw;
  }
  .home .charm-section .white .charm-table table tr:not(:first-child) th {
    padding-left: 2.1333333333vw;
  }
  .home .charm-section .white .charm-table table tr:last-child td {
    padding-block: 1.3333333333vw 2.1333333333vw;
  }
  .home .charm-section .white .charm-table table th {
    padding-block: 2.1333333333vw;
    line-height: 1.5;
  }
  .home .charm-section .white .charm-table table th .ib {
    margin-left: -1.3333333333vw;
  }
  .home .charm-section .white .charm-table table th.bold {
    font-size: 3.7333333333vw;
  }
  .home .charm-section .white .charm-table table td {
    padding-block: 1.7333333333vw;
    line-height: 1.5;
  }
  .home .charm-section .white .charm-table table td .small {
    font-size: 3.4666666667vw;
    display: inline-block;
    line-height: 1.615;
  }
  .home .charm-section .white .charm-table table td.red {
    font-size: 3.7333333333vw;
  }
  .home .charm-section .white .note {
    margin-top: 5.3333333333vw;
    margin-left: 0;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .home .charm-section .white .note:not(.no-ico) {
    padding-left: 3.2vw;
  }
  .home .charm-section .white + .ttl {
    margin-top: 8.5333333333vw;
  }
  .home .overview-section {
    padding-top: 13.7333333333vw;
  }
  .home .overview-section .deco.left {
    width: 31.2vw;
    left: 8.5333333333vw;
    top: -16.2666666667vw;
  }
  .home .overview-section .deco.right {
    width: 26.5333333333vw;
    right: 12.8vw;
    top: -16.1333333333vw;
  }
  .home .overview-section .inner-block {
    padding-inline: 4.9333333333vw;
  }
  .home .overview-section .cont {
    margin-top: 8vw;
    border: 1px solid #0099B3;
    padding: 2.2666666667vw 4.1333333333vw 4vw;
  }
  .home .faq-section {
    padding-block: 15.7333333333vw 13.6vw;
  }
  .home .faq-section .inner-block {
    padding-inline: 4.9333333333vw;
  }
  .home .faq-section .cont {
    margin-top: 8vw;
  }
  .home .faq-section .cont .ttl {
    font-size: 4vw;
    padding-block: 2.6666666667vw 2vw;
    padding-inline: 6.1333333333vw;
    line-height: 1.5;
  }
  .home .faq-section .cont .inn-cont {
    padding: 4.2666666667vw 3.7333333333vw 6.4vw;
  }
  .home .contact-section {
    margin-top: 16vw;
    padding-block: 22.4vw 16vw;
  }
  .home .contact-section .inner-block {
    padding-inline: 4.9333333333vw;
  }
  .home .contact-section::before {
    background-image: url("../img/home/pre-bg_sp.png.webp");
    aspect-ratio: 749/120;
    top: -16vw;
  }
  .home .contact-section .deco {
    top: -16vw;
  }
  .home .contact-section .deco::before {
    aspect-ratio: inherit;
    max-width: 160vw;
    height: 35.0666666667vw;
    top: 0;
    bottom: inherit;
  }
  .home .contact-section .ttl {
    font-size: 5.8666666667vw;
  }
  .home .contact-section .contact-wrap {
    margin-top: 7.4666666667vw;
  }
  .home .contact-section .contact-wrap > .top {
    padding: 2.9333333333vw 3.0666666667vw;
  }
  .home .contact-section .contact-wrap > .top .inn-ttl {
    font-size: 4.2666666667vw;
    text-align: center;
    line-height: 1.5;
  }
  .home .contact-section .contact-wrap .white {
    padding-block: 8.2666666667vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .home .contact-section .contact-wrap .white .num-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.7333333333vw;
  }
  .home .contact-section .contact-wrap .white .num-wrap .tel {
    font-size: 6.4vw;
    line-height: 1;
  }
  .home .contact-section .contact-wrap .white .num-wrap .note-txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .home .contact-section .contact-wrap .white .list {
    margin-top: 8.5333333333vw;
  }
  .home .contact-section .contact-wrap .white .list li {
    padding-left: 3.7333333333vw;
  }
  .home .contact-section .contact-wrap .white .list li::before {
    width: 2.8vw;
    left: 0;
    top: 1.6vw;
  }
  .home .contact-section .contact-wrap .white .gray {
    margin-top: 4.2666666667vw;
    padding: 3.2vw 3.2vw 0 3.2vw;
  }
  .home .contact-section .contact-wrap .white .gray .txt-wrap .txt {
    font-size: 3.7333333333vw;
  }
  .home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt {
    line-height: 1.5;
    gap: 4.9333333333vw;
  }
  .home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt.pt {
    padding-top: 0.8vw;
  }
  .home .contact-section .contact-wrap .white .gray .txt-wrap .line-txt.top {
    margin-top: 3.2vw;
  }
  .home .contact-section .contact-wrap .white .gray .img {
    max-width: 26.1333333333vw;
    margin-inline: auto;
    margin-top: 2.6666666667vw;
  }
  .home .note-section {
    padding-block: 16vw 16vw;
  }
  .home .note-section .inner-block {
    padding-inline: 5.0666666667vw 4.5333333333vw;
  }
  .home .note-section .ttl {
    margin-bottom: 1.0666666667vw;
  }
  .home .note-section .note-list li {
    padding-left: 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .home .note-section .note-list li::before {
    top: 0.8vw;
    left: 0.2666666667vw;
  }
  .home .note-section .note-list li + li {
    margin-top: 1.3333333333vw;
  }
  #fixedBtn .c-btn {
    max-width: 85.3333333333vw;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .js-nav-btn {
    padding-block: 23px 21px;
  }
  .c-header .js-nav-btn .box {
    height: 18px;
  }
  .c-header .js-nav-btn .box .line:last-child {
    bottom: 1px;
  }
  .c-header .js-nav-btn .txt {
    font-size: 16px;
  }
  .c-header .js-nav-btn.is-open .line:last-child {
    bottom: 7.625px;
  }
  .c-header .js-nav-cont {
    top: 65px;
  }
  .home .about-block .about-section .white .num-list {
    margin-top: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px 26px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .about-block .about-section .white .num-list .swiper-slide,
  .home .about-block .about-section .white .num-list li {
    min-width: 271px;
  }
  .home .contact-section .contact-wrap > .top .inn-ttl {
    position: relative;
    padding-left: 60px;
  }
  .home .contact-section .contact-wrap > .top .inn-ttl::before {
    content: "";
    position: absolute;
    background: url("../img/home/tel.svg") no-repeat center/contain;
    display: block;
    width: 44px;
    height: auto;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .home .contact-section .contact-wrap .white .gray .txt-wrap {
    max-width: 498px;
  }
  .home .contact-section .contact-wrap .white .gray .img {
    position: absolute;
    right: clamp(20px, 4.140625vw, 53px);
    bottom: 0;
    max-width: 134px;
  }
}
@media (any-hover: hover) {
  .c-header .js-nav-cont .cont .nav-list li a:hover::before {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .c-btn:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .acc-btn.orange:hover {
    background: rgba(255, 243, 228, 0.6);
  }
  .acc-btn.orange:hover::before {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .acc-btn:hover {
    background: #EDF8FA;
  }
  .acc-btn:hover::before {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  #pagetop a:hover {
    background: #0099B3;
    color: #fff;
  }
  .home .grad-bg .btn-wrap .c-btn:hover {
    bottom: -4px;
  }
  .home .present-section .note-list li .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .home .about-block .inner-block .anchor-link li a:hover .arrow {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .home .charm-section .sec-txt .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .home .charm-section .white .note .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .home .contact-section .contact-wrap .white .list li .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media screen and (1281px <= width) {
  .home .grad-bg {
    aspect-ratio: inherit;
    height: 400px;
  }
  .home .grad-bg .deco {
    bottom: 38px;
  }
  .home .flow-section > .inn .deco {
    right: clamp(162px, -478px + 50vw, 482px);
  }
  .home .overview-section .deco.left {
    left: clamp(108px, -532px + 50vw, 428px);
  }
  .home .overview-section .deco.right {
    right: clamp(214px, -424px + 49.84375vw, 533px);
  }
}
@media screen and (width < 1279px) {
  .home .grad-bg .deco {
    aspect-ratio: 132/28;
    height: auto;
  }
  .home .contact-section .deco {
    aspect-ratio: 132/28;
    height: auto;
  }
}
@media screen and (width < 1279px) and (width < 768px) {
  .home .grad-bg .deco {
    aspect-ratio: inherit;
    max-width: 160vw;
    height: 35.0666666667vw;
    bottom: inherit;
    top: 36vw;
  }
}
@media screen and (width < 980px) {
  .home .present-section .box-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px 0;
    max-width: 600px;
    margin-inline: auto;
  }
  .home .present-section .box-wrap .box.mid {
    margin-left: 82px;
  }
  .home .present-section .box-wrap .box.mid .inn {
    padding: 32px 15px 7px 12px;
  }
  .home .present-section .box-wrap .box.mid .ico {
    width: 50px;
    left: -66px;
  }
  .home .present-section .box-wrap .box .inn {
    padding: 32px 24px 7px 33px;
  }
  .home .present-section .box-wrap .total {
    width: 260px;
    margin-left: 82px;
  }
  .home .present-section .box-wrap .total .ico {
    width: 50px;
    left: -68px;
  }
  .home .present-section .box-wrap .total .ico::before {
    top: 18px;
  }
  .home .present-section .box-wrap .total .ico::after {
    bottom: 18px;
  }
}
@media screen and (width < 980px) and (width < 768px) {
  .home .present-section .box-wrap {
    margin-top: -31.7333333333vw;
    padding-inline: 4.2666666667vw;
    padding-block: 7.4666666667vw;
    gap: 0;
  }
  .home .present-section .box-wrap .box.mid {
    max-width: inherit;
    margin-top: 14.5333333333vw;
    margin-left: 0;
  }
  .home .present-section .box-wrap .box.mid .inn {
    padding: 8.8vw 21.3333333333vw 3.0666666667vw 8.2666666667vw;
    position: relative;
  }
  .home .present-section .box-wrap .box.mid .ico {
    left: 0;
    right: 0;
    margin: auto;
    width: 9.3333333333vw;
    top: -12vw;
  }
  .home .present-section .box-wrap .box .inn {
    padding: 8.6666666667vw 11.7333333333vw 2.4vw 8.2666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3.4666666667vw;
  }
  .home .present-section .box-wrap .total {
    width: 100%;
    margin-left: 0;
    max-width: inherit;
    margin-top: 14.6666666667vw;
    padding: 5.8666666667vw 37.3333333333vw 5.0666666667vw 4vw;
  }
  .home .present-section .box-wrap .total .ico {
    left: 0;
    right: 0;
    margin: auto;
    width: 9.3333333333vw;
    top: -12.5333333333vw;
  }
  .home .present-section .box-wrap .total .ico::before {
    top: 3.3333333333vw;
  }
  .home .present-section .box-wrap .total .ico::after {
    bottom: 3.3333333333vw;
  }
}
@media screen and (width < 1080px) {
  .home .present-section .box-wrap .deco {
    right: -20px;
  }
  .home .about-block .about-section .deco {
    left: 0;
  }
}
@media screen and (width < 1080px) and (width < 768px) {
  .home .present-section .box-wrap .deco {
    width: 14.6666666667vw;
    height: 17.2vw;
    right: 1.7333333333vw;
    bottom: -10.1333333333vw;
  }
  .home .about-block .about-section .deco {
    width: 28.5333333333vw;
    bottom: -14.9333333333vw;
    left: 0.8vw;
  }
}
@media screen and (width < 930px) {
  .home .about-block .inner-block .anchor-link li a {
    padding-inline: clamp(20px, 2.688172043vw, 25px);
  }
}
@media screen and (width < 930px) and (width < 830px) {
  .home .about-block .inner-block .anchor-link li a {
    padding-inline: 10px;
  }
}
@media screen and (width < 1030px) {
  .home .charm-section .img .deco {
    right: -80px;
  }
}
@media screen and (width < 1030px) and (width < 990px) {
  .home .charm-section .img .deco {
    right: -40px;
  }
}
@media screen and (width < 1030px) and (width < 990px) and (width < 768px) {
  .home .charm-section .img .deco {
    right: -3.7333333333vw;
    width: 33.0666666667vw;
    bottom: -29.3333333333vw;
  }
}