@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  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;
}

/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 100;
  width: 100%;
}
.c-header.scroll-up {
  top: -89px;
}
.c-header .inner-block {
  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;
}
.c-header .logo {
  width: min(172px, calc( 2.8666666667vw + 137.6px));
  height: min(89px, calc( 1.4833333333vw + 71.2px));
}
.c-header .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header .info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .info .btn {
  background: #ea3a21;
  border: 1px solid #ea3a21;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  padding: 7px 26px 6px;
  border-radius: 20px;
  text-align: center;
}
.c-header .info .tel {
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  margin-right: 10px;
}
.c-header .info .tel .tel-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header .info .tel img {
  width: 18px;
  margin-right: 7px;
  margin-top: 7px;
}
.c-header .c-nav-list {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.c-header .c-nav-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.c-header .c-nav-list > li > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #ea3a21;
}
.c-header .c-menu-btn {
  width: 26px;
  height: 18px;
  position: fixed;
  top: 13px;
  right: 17px;
  outline: initial;
  z-index: 11;
}
.c-header .c-menu-btn .inn {
  margin: auto;
  position: absolute;
  width: 26px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.c-header .c-menu-btn .inn .line {
  border-radius: 50px;
  position: absolute;
  display: inline-block;
  background-color: #3b3938;
  height: 2px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header .c-menu-btn .inn .line:nth-of-type(1) {
  top: 0;
}
.c-header .c-menu-btn .inn .line:nth-of-type(2) {
  top: 8px;
}
.c-header .c-menu-btn .inn .line:nth-of-type(3) {
  bottom: 0;
}
.c-header .c-menu-btn.is-open .inn .line {
  background-color: #fff;
}
.c-header .c-menu-btn.is-open .inn .line:nth-of-type(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header .c-menu-btn.is-open .inn .line:nth-of-type(2) {
  opacity: 0;
}
.c-header .c-menu-btn.is-open .inn .line:nth-of-type(3) {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: auto;
}
.c-header .c-nav.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: visible;
}

.c-footer {
  background: #ebebeb;
  padding: 55px 0 30px;
  text-align: center;
}
.c-footer .footer-nav {
  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;
  margin-bottom: 66px;
  gap: 30px;
}
.c-footer .footer-nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-footer .footer-nav > li > a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #ea3a21;
}
.c-footer .address {
  font-size: 14px;
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}
.c-footer .copy {
  font-size: 12px;
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.c-footer.simple-footer {
  padding-top: 30px;
}

.c-ttl01 {
  font-size: min(40px, calc( 2.3333333333vw + 12px));
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: min(60px, calc( 3.5vw + 18px));
}

.c-ttl02 {
  font-size: min(40px, calc( 2.3333333333vw + 12px));
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: min(60px, calc( 2.5vw + 30px));
  letter-spacing: 0.04em;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.mask {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #0000004D;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.mask.open {
  opacity: 1;
  pointer-events: visible;
}

.form-box.float-form {
  overflow-y: auto;
  height: 100vh;
  width: 350px;
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-box.float-form .form-area {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.form-box.float-form .form-area .cta {
  margin-top: 30px;
  width: 100%;
  border: 2px solid #fff;
  text-align: center;
}
.form-box.float-form .form-area .cta .tel-area {
  display: block;
  width: 100%;
  padding: 15px;
  height: 100%;
}
.form-box.float-form .form-area .cta .cta-ttl {
  background: #b9d1fb;
  font-size: 22px;
  line-height: 32px;
  color: #0644b0;
  letter-spacing: 0.04em;
  border-radius: 20px;
  font-weight: bold;
}
.form-box.float-form .form-area .cta p {
  line-height: 1;
  margin-top: 20px;
}
.form-box.float-form .form-area .cta .time {
  font-size: 18px;
}
.form-box.float-form .form-area .cta .time > span {
  position: relative;
}
.form-box.float-form .form-area .cta .time > span::before, .form-box.float-form .form-area .cta .time > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -25px;
  background: #6686ec;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.form-box.float-form .form-area .cta .time > span::after {
  right: -22px;
  left: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.form-box.float-form .form-area .cta .tel {
  margin: 15px auto 19px;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  align-items: center;
  letter-spacing: -0.05em;
}
.form-box.float-form .form-area .cta .tel > img {
  margin-right: 15px;
  width: 28px;
  height: 28px;
  position: relative;
  bottom: -3px;
}
.form-box.float-form .form-area .cta .btn {
  display: block;
  font-weight: bold;
  background: #ea3a21;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
  font-size: 21px;
  line-height: 60px;
  margin: 12px auto 0;
  border: 1px solid #ea3a21;
}
.form-box.float-form .form-area .parts-area {
  margin-top: 15px;
  text-align: center;
}
.form-box.float-form .form-area .form-txt-wrap {
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
}
.form-box.float-form .form-area .form-txt-wrap > a {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-box.float-form .form-area .form-txt-wrap > a::after {
  position: absolute;
  content: "";
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.form-box.float-form .form-area .form-wrap {
  background: #0644b0;
  color: #fff;
  min-height: 100vh;
}
.form-box.float-form .form-area .form-wrap .inner-block {
  padding: 150px 20px 24px;
  position: relative;
}
.form-box.float-form .form-area .form-wrap .banner {
  font-weight: bold;
  text-align: center;
  background: #fff65f;
  color: #0644b0;
  font-size: 23px;
  line-height: 1.2;
  width: 130px;
  height: 90px;
  position: absolute;
  top: 22px;
  left: 10px;
  -webkit-clip-path: polygon(0 0, 0 100%, 50% calc(100% * 5/6), 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 50% calc(100% * 5/6), 100% 100%, 100% 0);
}
.form-box.float-form .form-area .form-wrap .banner .num {
  font-size: 30px;
}
.form-box.float-form .form-area .form-wrap .ttl {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-box.float-form .form-area .form-wrap .input-area {
  overflow: hidden;
  color: #333;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 0;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box {
  width: 100%;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box input {
  width: 100%;
  background: #fff;
  padding: 16px 22px 13px 22px;
  border-radius: 4px;
  font-size: 16px !important;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box .input-wrap {
  position: relative;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box .input-wrap .c-required {
  z-index: 1;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  margin-left: auto;
  text-align: center;
  color: #ea3a21;
  border: 1px solid #ea3a21;
  pointer-events: none;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box .input-wrap .c-required.hide {
  display: none;
}
.form-box.float-form .form-area .form-wrap .input-area .input-box .input-wrap .error {
  pointer-events: none;
  color: #ea3a21;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
}
.form-box.float-form .form-area .form-wrap .input-area button {
  width: 200px;
  height: 56px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 25px;
  color: #fff;
  background: #ea3a21;
  border: 3px solid #fff;
}
.form-box.float-form .form-area .pop-btn {
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #375bca;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.form-box.float-form .form-area .pop-btn::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
  background: #375bca;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  margin: auto;
}
.form-box.float-form .form-area .pop-close {
  top: 10px;
  right: 10px;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #375bca;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.form-box.float-form .form-area .pop-close::after, .form-box.float-form .form-area .pop-close::before {
  position: absolute;
  content: "";
  background: #375bca;
  height: 2px;
  border-radius: 4px;
  width: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-box.float-form .form-area .pop-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home {
  padding-top: 89px;
}
.home .lineup {
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background: #eef7ff;
  padding: 19px 0 24px;
}
.home .lineup .ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.home .lineup .ttl > span {
  position: relative;
}
.home .lineup .ttl > span::before, .home .lineup .ttl > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -18px;
  background: #6686ec;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home .lineup .ttl > span::after {
  right: -18px;
  left: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home .lineup .lineup-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.home .lineup .lineup-list > li {
  line-height: calc(35/26);
  color: #0644b0;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  background: #fff;
  font-size: min(26px, calc( 1.0833333333vw + 13px));
  letter-spacing: 0.04em;
  padding: 8px 28px 7px 28px;
}
.home .blue-txt {
  color: #375bca;
}
.home .red-txt {
  color: #ea3a21;
}
.home .yellow-txt {
  color: #fff65f;
}
.home .orange-txt {
  color: #ea3a21;
}
.home .marker {
  color: #375bca;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff65f), color-stop(100%, #fff65f), to(transparent));
  background: linear-gradient(transparent 60%, #fff65f 60%, #fff65f 100%, transparent 100%);
}
.home .marker-mini {
  z-index: 1;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff65f), color-stop(100%, #fff65f), to(transparent));
  background: linear-gradient(transparent 60%, #fff65f 60%, #fff65f 100%, transparent 100%);
}
.home .lead {
  font-size: min(34px, calc( 1.4166666667vw + 17px));
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: 45px;
  line-height: calc(46/34);
}
.home section {
  padding: min(100px, calc( 4.1666666667vw + 50px)) 0 min(150px, calc( 6.25vw + 75px));
}
.home .tel-area {
  display: block;
  width: 100%;
  height: 100%;
}
.home .mv {
  padding-top: 14px;
  padding-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.home .mv::before {
  background: url(../img/mv-bg.png.webp) no-repeat center center/cover;
  content: "";
  height: 52.03125vw;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.home .mv .mv-inner {
  position: relative;
}
.home .mv .mv-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: min(622px, calc( 62.2vw + -124.4px));
  height: min(466px, calc( 46.6vw + -93.2px));
}
.home .mv .mv-txt-round {
  background: #375bca;
  color: #fff;
  font-size: min(2.1666666667vw, 26px);
  line-height: 2;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-weight: 800;
  text-align: center;
  width: min(43.25vw, 519px);
  border-radius: 30px;
  margin-bottom: min(0.8333333333vw, 10px);
  position: relative;
}
.home .mv .mv-txt-round::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 10px;
  background: #375bca;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.home .mv .mv-ttl {
  font-size: min(4.1666666667vw, 50px);
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-weight: 800;
}
.home .mv .discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.home .mv .discount .box {
  margin-right: min(25px, calc( 1.0416666667vw + 12.5px));
  font-size: min(2.8333333333vw, 34px);
  text-align: center;
  line-height: 1.4;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -10px;
  letter-spacing: 0.05em;
}
.home .mv .discount .box .orange-txt {
  margin-top: 13px;
  padding-top: 3px;
  position: relative;
  font-size: min(3.3333333333vw, 40px);
}
.home .mv .discount .box .orange-txt::before {
  position: absolute;
}
.home .mv .discount .box .dot {
  position: relative;
}
.home .mv .discount .box .dot::after {
  position: absolute;
  content: "";
  background: #ea3a21;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  margin: auto;
  top: -2px;
}
.home .mv .discount .box .orange-line {
  position: relative;
}
.home .mv .discount .box .orange-line::after, .home .mv .discount .box .orange-line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 100%;
  background: #ea3a21;
}
.home .mv .discount .box .orange-line::before {
  top: calc(100% + 4px);
}
.home .mv .discount .num-area {
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #ea3a21;
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: -0.05em;
}
.home .mv .discount .num-area .num {
  font-size: min(15.4166666667vw, 185px);
  line-height: min(11.6666666667vw, 140px);
  letter-spacing: -0.075em;
}
.home .mv .discount .num-area .unit {
  line-height: 1;
  font-size: min(3.3333333333vw, 40px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 15px;
}
.home .mv .awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.home .mv .awards > li {
  font-size: 21px;
  line-height: 1.3;
  width: 166px;
  height: 163px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: url(../img/ico-award.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home .mv .awards > li > p {
  position: relative;
  top: -3px;
}
.home .mv .awards > li .blue-txt {
  font-weight: bold;
}
.home .mv .awards > li .small {
  font-size: 18px;
}
.home .mv .awards > li:nth-child(2) > p {
  top: -10px;
}
.home .mv .awards > li:nth-child(3) > p {
  top: 2px;
}
.home .mv .note {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -22px;
  right: 0;
}
.home .point {
  padding: 84px 0 min(100px, calc( 4.1666666667vw + 50px));
  background: #f7f7f7;
}
.home .point .ttl-wrap {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.home .point .ttl-wrap .deco-wrap {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .point .ttl-wrap .deco-wrap > img {
  width: 63px;
  height: 74px;
  position: relative;
  top: -10px;
}
.home .point .ttl-wrap .deco-wrap .deco {
  text-align: center;
  margin-left: 4px;
  margin-right: 36px;
  font-size: 20px;
  color: #0644b0;
  font-weight: bold;
}
.home .point .ttl-wrap .deco-wrap .deco > span {
  position: relative;
}
.home .point .ttl-wrap .deco-wrap .deco > span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #333;
}
.home .point .ttl-wrap .c-ttl01 {
  font-size: min(40px, calc( 1.6666666667vw + 20px));
  margin-bottom: 0;
}
.home .point .point-wrap {
  padding: min(4.8333333333vw, 58px) min(4.75vw, 57px) min(5.25vw, 63px) min(4.5833333333vw, 55px);
  border-radius: 40px;
  border: 3px solid #b9d1fb;
}
.home .point .point-cont-wrap {
  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;
}
.home .point .txt-wrap {
  letter-spacing: -0.03em;
  width: calc(100% - 520px);
  line-height: calc(26/16);
}
.home .point .txt-wrap p + p {
  margin-top: 26px;
}
.home .point .txt-wrap .check-list {
  margin-top: 10px;
}
.home .point .txt-wrap .check-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .point .txt-wrap .check-list > li > img {
  width: 15px;
  height: 12px;
  position: relative;
  top: 6px;
}
.home .point .txt-wrap .check-list > li > span {
  margin-left: 10px;
}
.home .point .img-wrap {
  width: 480px;
}
.home .point .img-wrap img {
  width: 100%;
}
.home .voice {
  padding: min(90px, calc( 3.75vw + 45px)) 0 min(120px, calc( 5vw + 60px));
  background: #c9dcfe;
  position: relative;
  z-index: 1;
}
.home .voice::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 41px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: #b9d1fb;
}
.home .voice::after {
  position: absolute;
  content: "";
  width: calc(100% * 1360/1920);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, calc(100% * 715/1360) 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, calc(100% * 715/1360) 0);
  height: 100%;
  top: 0;
  right: 0;
  background: #b9d1fb;
  z-index: -1;
}
.home .voice .c-ttl01 {
  line-height: calc(53/40);
  margin-bottom: 50px;
  letter-spacing: 0.04em;
}
.home .voice .voice-list {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home .voice .voice-list > li {
  min-width: 270px;
  max-width: 270px;
  min-height: 130px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 4px solid #809bf2;
  border-radius: 20px;
  background: #fff;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  line-height: calc(30/22);
  letter-spacing: 0.02em;
  width: 100%;
}
.home .voice .voice-list > li::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: calc(100% - 22px);
  right: 42px;
  background-image: url(../img/voice01.png.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home .voice .voice-list > li:nth-child(2) {
  margin-left: -35px;
  margin-top: 141px;
}
.home .voice .voice-list > li:nth-child(2)::after {
  background-image: url(../img/voice04.png.webp);
}
.home .voice .voice-list > li:nth-child(3) {
  margin-left: -130px;
}
.home .voice .voice-list > li:nth-child(3)::after {
  background-image: url(../img/voice02.png.webp);
}
.home .voice .voice-list > li:nth-child(4) {
  margin-left: -27px;
  margin-top: 103px;
}
.home .voice .voice-list > li:nth-child(4)::after {
  background-image: url(../img/voice05.png.webp);
}
.home .voice .voice-list > li:nth-child(5) {
  margin-left: -40px;
}
.home .voice .voice-list > li:nth-child(5)::after {
  background-image: url(../img/voice03.png.webp);
}
.home #feature {
  padding-top: 55px;
  padding-bottom: min(105px, calc( 4.375vw + 52.5px));
  position: relative;
  overflow: hidden;
}
.home #feature::before {
  background: url(../img/feature-bg.png.webp) no-repeat center center/cover;
  content: "";
  height: 99.0104166667vw;
  width: 90.7291666667vw;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.home #feature .lead {
  margin-top: 0;
  margin-bottom: min(6.6666666667vw, 80px);
  font-size: min(40px, calc( 1.6666666667vw + 20px));
  line-height: 1.25;
}
.home #feature .lead > span {
  font-size: min(50px, calc( 2.0833333333vw + 25px));
}
.home #feature .lead > span:not(.blue-txt) {
  letter-spacing: -0.3em;
}
.home #feature .feature-wrap {
  background: #e0edfd;
  padding: min(5.8333333333vw, 70px) min(60px, calc( 9vw + -48px)) min(6.6666666667vw, 80px);
  border-radius: 40px;
}
.home #feature .feature-wrap .c-ttl02 {
  line-height: 1.4;
  margin-bottom: min(68px, calc( 2.8333333333vw + 34px));
}
.home #feature .feature-wrap .c-ttl02 .blue-txt {
  font-size: min(50px, calc( 2.0833333333vw + 25px));
  line-height: calc(53/50);
}
.home #feature .feature-wrap .feature-list {
  margin-bottom: 54px;
}
.home #feature .feature-wrap .feature-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home #feature .feature-wrap .feature-list > li .num {
  display: inline-block;
  line-height: 1;
  font-size: min(100px, calc( 4.1666666667vw + 50px));
  color: #fff;
  position: relative;
  font-weight: bold;
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.home #feature .feature-wrap .feature-list > li .num::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 5px;
  background: #fff;
}
.home #feature .feature-wrap .feature-list > li .feature-ttl {
  margin: 11px 0 18px;
  font-size: min(30px, calc( 1.25vw + 15px));
  color: #375bca;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.home #feature .feature-wrap .feature-list > li .txt-wrap {
  width: calc(100% - 502px);
  min-width: 340px;
  padding-left: 11px;
  margin-right: 10px;
}
.home #feature .feature-wrap .feature-list > li .txt-wrap > p:not(.num) {
  line-height: calc(28/16);
}
.home #feature .feature-wrap .feature-list > li .txt-wrap .txt {
  padding-left: 5px;
}
.home #feature .feature-wrap .feature-list > li .img-wrap {
  width: min(480px, calc( 20vw + 240px));
}
.home #feature .feature-wrap .feature-list > li .img-wrap > img {
  width: 100%;
  height: 100%;
}
.home #feature .feature-wrap .feature-list > li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home #feature .feature-wrap .feature-list > li:nth-child(2) .txt-wrap {
  padding-left: 35px;
}
.home #feature .feature-wrap .feature-list > li + li {
  margin-top: min(65px, calc( 2.7083333333vw + 32.5px));
}
.home #feature .feature-wrap .note {
  line-height: 1;
  font-size: 16px;
  padding-left: 13px;
}
.home #standard {
  padding-bottom: 36px;
}
.home #standard .standard-list {
  gap: 45px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home #standard .standard-list > li {
  border: 2px solid #0644b0;
  width: 100%;
}
.home #standard .standard-list > li.open .standard-ttl > span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home #standard .standard-list > li .standard-ttl {
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #375bca;
  background: #eef7ff;
  font-size: min(28px, calc( 1.1666666667vw + 14px));
  line-height: min(60px, calc( 2.5vw + 30px));
  font-weight: bold;
  padding: min(5px, calc( 0.2083333333vw + 2.5px)) min(28px, calc( 1.1666666667vw + 14px));
  letter-spacing: 0.04em;
  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;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home #standard .standard-list > li .standard-ttl > span {
  font-size: min(18px, calc( 0.75vw + 9px));
  margin-right: min(18px, calc( 0.75vw + 9px));
  position: relative;
}
.home #standard .standard-list > li .standard-ttl > span::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: min(18px, calc( 0.75vw + 9px));
  height: min(14px, calc( 0.5833333333vw + 7px));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #375bca;
  top: min(2px, calc( 0.0833333333vw + 1px));
  right: min(-18px, calc( -0.75vw + -9px));
  bottom: 0;
  margin: auto;
}
.home #standard .standard-list > li > p {
  padding: min(24px, calc( 1vw + 12px)) min(28px, calc( 1.1666666667vw + 14px)) min(30px, calc( 1.25vw + 15px));
  letter-spacing: -0.04em;
}
.home #standard .standard-list > li .slide-content {
  position: relative;
  padding: min(20px, calc( 0.8333333333vw + 10px)) min(28px, calc( 1.1666666667vw + 14px)) min(20px, calc( 0.8333333333vw + 10px));
}
.home #standard .standard-list > li .slide-content::after {
  background: #375bca;
  top: 1px;
  left: 10px;
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 1px;
}
.home #standard .standard-list > li .standard-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10%;
}
.home #standard .standard-list > li .standard-list-inner > li {
  width: 45%;
  padding: 5px 10px;
}
.home #flow {
  padding-bottom: min(10vw, 120px);
}
.home #flow .flow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
}
.home #flow .flow-list > li {
  width: calc((100% - 220px) /3);
  border: 4px solid #0644b0;
  border-radius: 20px;
  padding: 46px 30px 28px;
}
.home #flow .flow-list > li .icon-box {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.home #flow .flow-list > li:nth-child(2) .icon-box {
  width: 51px;
  height: 60px;
}
.home #flow .flow-list > li:nth-child(3) .icon-box {
  width: 69px;
  height: 60px;
}
.home #flow .flow-list > li:not(:first-child) {
  position: relative;
}
.home #flow .flow-list > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105px;
  margin: auto;
  width: 90px;
  height: 156px;
  -webkit-mask: url(../img/arrow.svg) no-repeat center/contain;
          mask: url(../img/arrow.svg) no-repeat center/contain;
  background: #0644b0;
}
.home #flow .flow-list > li:not(:first-child) .arrow-txt {
  color: #fff;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  left: -115px;
  margin: auto;
  width: 90px;
  line-height: 1.25;
}
.home #flow .flow-list .flow-ttl {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 25px 0;
  letter-spacing: -0.04em;
}
.home #flow .flow-list p {
  line-height: calc(26/16);
  letter-spacing: -0.04em;
}
.home #flow .orange-txt {
  font-weight: bold;
}
.home #faq {
  background: #e0edfd;
  padding-top: min(92px, calc( 3.8333333333vw + 46px));
  padding-bottom: min(155px, calc( 6.4583333333vw + 77.5px));
}
.home #faq .c-ttl02 {
  margin-bottom: 70px;
}
.home #faq .faq-list .question, .home #faq .faq-list .answer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
}
.home #faq .faq-list .question > p, .home #faq .faq-list .answer > p {
  padding-left: 16px;
}
.home #faq .faq-list .question::before, .home #faq .faq-list .answer::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Manrope", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  content: "Q";
  font-size: 22px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #0644b0;
  border: 2px solid #0644b0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
}
.home #faq .faq-list .question {
  line-height: 60px;
  border-bottom: 2px solid #0644b0;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home #faq .faq-list .question > p {
  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-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home #faq .faq-list .question::after {
  position: absolute;
  content: "";
  background: #0644b0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 13px;
  height: 8px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home #faq .faq-list .answer {
  letter-spacing: -0.02em;
  padding-top: min(3.5vw, 42px);
  line-height: calc(26/16);
}
.home #faq .faq-list .answer::before {
  background: transparent;
  color: #0644b0;
  content: "A";
}
.home #faq .faq-list .answer > p {
  padding-top: 15px;
}
.home #faq .faq-list > li {
  margin-bottom: min(60px, calc( 2.5vw + 30px));
}
.home #faq .faq-list > li:last-child {
  margin-bottom: 0;
}
.home #faq .faq-list > li.open .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home #company {
  padding-top: min(12.9166666667vw, 155px);
  padding-bottom: min(100px, calc( 4.1666666667vw + 50px));
  position: relative;
  overflow: hidden;
}
.home #company::before {
  background: url(../img/company-bg.png.webp) no-repeat center center/cover;
  content: "";
  height: 46.09375vw;
  width: 100vw;
  position: absolute;
  top: 117px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.home #company .company-list {
  max-width: 836px;
  margin: 62px auto 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: calc(26/16);
}
.home #company .company-list > dt {
  width: 138px;
  font-weight: bold;
  border-bottom: 2px solid #d9d9d9;
  padding: 18px 0;
}
.home #company .company-list > dd {
  width: calc(100% - 138px);
  border-bottom: 2px solid #d9d9d9;
  padding: 18px 2px 18px 0;
  letter-spacing: -0.02em;
}
.home #company .company-list + p {
  padding-left: clamp(0px, calc(50vw - 464px) ,136px);
  font-size: 18px;
  letter-spacing: -0.02em;
}
.home .cta {
  background: #0644b0;
  padding: min(60px, calc( 2.5vw + 30px)) 0 min(46px, calc( 1.9166666667vw + 23px));
  color: #fff;
  text-align: center;
}
.home .cta .c-ttl01 {
  font-size: min(36px, calc( 1.5vw + 18px));
  margin-bottom: 31px;
}
.home .cta .cta-list {
  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;
  padding: 0 45px;
  gap: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .cta .cta-list > li {
  width: calc((100% - 50px)/2);
  border: 2px solid #fff;
  padding: min(22px, calc( 0.9166666667vw + 11px)) min(20px, calc( 0.8333333333vw + 10px)) min(31px, calc( 1.2916666667vw + 15.5px));
}
.home .cta .cta-list > li:nth-child(1) {
  padding: 0;
}
.home .cta .cta-list > li .tel-area {
  padding: 22px 20px 31px;
}
.home .cta .cta-ttl {
  background: #b9d1fb;
  font-size: min(26px, calc( 1.0833333333vw + 13px));
  line-height: 40px;
  color: #0644b0;
  letter-spacing: 0.04em;
  border-radius: 20px;
  font-weight: bold;
}
.home .cta p {
  line-height: 1;
  margin-top: 20px;
}
.home .cta .time {
  font-size: 18px;
}
.home .cta .time > span {
  position: relative;
}
.home .cta .time > span::before, .home .cta .time > span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -25px;
  background: #6686ec;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.home .cta .time > span::after {
  right: -22px;
  left: auto;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.home .cta .tel {
  margin: 20px auto 22px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  align-items: center;
  letter-spacing: -0.05em;
  position: relative;
  left: -10px;
}
.home .cta .tel > img {
  margin-right: 15px;
  width: 28px;
  height: 28px;
  position: relative;
  bottom: -3px;
}
.home .cta .btn {
  display: block;
  font-weight: bold;
  background: #ea3a21;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
  font-size: 21px;
  line-height: 60px;
  margin: 12px auto 0;
  border: 1px solid #ea3a21;
}
.home .cta.mini {
  padding: min(15px, calc( 0.625vw + 7.5px)) 0 min(16px, calc( 0.6666666667vw + 8px));
}
.home .cta.mini .c-ttl01 {
  font-size: min(20px, calc( 0.8333333333vw + 10px));
  margin-bottom: 14px;
}
.home .cta.mini .tel {
  margin: 12px auto 4px;
  font-size: 30px;
}
.home .cta.mini .cta-ttl {
  font-size: 22px;
  line-height: 32px;
}
.home .cta.mini .btn {
  font-size: 18px;
  line-height: 32px;
  margin: 10px auto 0;
}
.home .cta.mini .cta-list > li {
  padding: min(15px, calc( 0.625vw + 7.5px)) min(15px, calc( 0.625vw + 7.5px)) min(0px, calc( 0vw + 0px));
}
.home .cta.mini .cta-list > li:nth-child(1) {
  padding: 0;
}
.home .cta.mini .cta-list > li .tel-area {
  padding: 15px 20px 25px;
}
.home .cta.mini p {
  margin-top: 20px;
}
.home .cta.mini p.time-ad {
  margin-top: 15px;
}
.home .cta.mini p.time {
  margin-top: 15px;
}
.home .comparison {
  margin-top: 100px;
}
.home .comparison .table-wrap {
  overflow-x: auto;
}
.home .comparison .img-wrap {
  min-width: 700px;
}
.home .comparison .img-wrap > img {
  width: 100%;
}
.home #customer-voice {
  background: #f7f7f7;
  padding-top: min(100px, calc( 4.1666666667vw + 50px));
  padding-bottom: min(100px, calc( 4.1666666667vw + 50px));
}
.home #customer-voice .swiper .swiper-button-prev, .home #customer-voice .swiper .swiper-button-next {
  border-radius: 50%;
  border: 1px solid #375bca;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home #customer-voice .swiper .swiper-button-prev::before, .home #customer-voice .swiper .swiper-button-prev::after, .home #customer-voice .swiper .swiper-button-next::before, .home #customer-voice .swiper .swiper-button-next::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  content: "";
  top: -10px;
  left: 3px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #375bca;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.home #customer-voice .swiper .swiper-button-prev::after, .home #customer-voice .swiper .swiper-button-next::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home #customer-voice .swiper .swiper-button-prev {
  left: 0;
}
.home #customer-voice .swiper .swiper-button-prev::before {
  top: 10px;
  left: -3px;
}
.home #customer-voice .swiper .swiper-button-prev::after {
  top: -10px;
  left: -3px;
}
.home #customer-voice .swiper .swiper-button-next {
  right: 0;
}
.home #customer-voice .swiper .swiper-slide {
  padding: 0 80px;
}
.home #customer-voice .swiper .swiper-slide .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home #customer-voice .swiper .swiper-slide .thumb {
  width: 540px;
  height: 378px;
  background: #a7a7a7;
  margin-right: 50px;
}
.home #customer-voice .swiper .swiper-slide .thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #customer-voice .swiper .swiper-slide .company-name {
  font-weight: bold;
  font-size: 30px;
  color: #375bca;
  margin-bottom: 30px;
}
.home #customer-voice .swiper .swiper-slide .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
}
.home #customer-voice .swiper .swiper-slide .tags + .tags {
  margin-top: 14px;
}
.home #customer-voice .swiper .swiper-slide .tags .tag {
  display: inline-block;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px;
  line-height: 1;
  color: #375bca;
  background: #eef7ff;
  border: 1px solid #375bca;
  border-radius: 15px;
}
.home #customer-voice .swiper .swiper-slide .tags.standard .tag {
  color: #37ca63;
  background: #eeffee;
  border: 1px solid #37ca63;
}
.home #customer-voice .swiper .swiper-slide .txt-ttl {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: bold;
}
.home #customer-voice .swiper .swiper-slide .txt-area:not(:first-child) .txt-ttl {
  margin-top: 15px;
}

/* -----------------------------------------------
* form Module
* formページ用
-------------------------------------------------- */
.p-form {
  margin-bottom: 120px;
  padding-top: 100px;
}
.p-form .txt-wrap {
  margin-top: 16px;
  text-align: center;
}
.p-form .txt-wrap > a {
  text-decoration: underline;
}
.p-form .entry-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.p-form .entry-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 26px;
}
.p-form .entry-txt {
  text-align: center;
  margin-bottom: 20px;
}
.p-form .c-form {
  font-size: 16px;
}
.p-form .c-form.confirm-list .input-box {
  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;
  padding-left: 10px;
}
.p-form .c-form .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px;
}
.p-form .c-form .form-box .label {
  background: #e7e7e7;
  padding: 12px 16px 12px 32px;
  width: 281px;
  margin-right: 8px;
  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;
  font-weight: 500;
}
.p-form .c-form .form-box .input-box {
  width: calc(100% - 289px);
}
.p-form .c-form .form-box .input-box input, .p-form .c-form .form-box .input-box textarea {
  width: 100%;
  font-size: 16px !important;
  border: 1px solid #e1e1e1;
  padding: 12px 32px 12px 32px;
  line-height: 2;
}
.p-form .c-form .form-box .c-required {
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  margin-left: auto;
  text-align: center;
  color: #ea3a21;
  border: 1px solid #ea3a21;
}
.p-form .c-form .form-box.textarea-box .label {
  height: 218px;
}
.p-form .radio-box {
  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;
  position: relative;
  top: -11px;
}
.p-form .radio-box .radio-inner {
  margin-left: 32px;
}
.p-form .radio-box .radio-label {
  cursor: pointer;
}
.p-form .radio-box input[type=radio] + span, .p-form .radio-box input[type=checkbox] + span {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  padding: 0px 10px 0px 32px;
  position: relative;
}
.p-form .radio-box input[type=radio] + span::before, .p-form .radio-box input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #a0a0a0;
  height: 24px;
  left: 0;
  width: 24px;
  border-radius: 50%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  margin: auto 5px auto 0;
  position: absolute;
  top: 0;
}
.p-form .radio-box input[type=radio] + span::after, .p-form .radio-box input[type=checkbox] + span::after {
  background: #a0a0a0;
  height: 16px;
  left: 4px;
  opacity: 0;
  width: 16px;
  border-radius: 50%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  margin: auto 5px auto 0;
  position: absolute;
  top: 0;
}
.p-form .radio-box input[type=radio]:checked + span::after, .p-form .radio-box input[type=checkbox]:checked + span::after {
  opacity: 1;
  background: #ea3a21;
}
.p-form .btn-wrap {
  margin-top: 24px;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.p-form .btn-wrap button {
  display: inline-block;
  padding: 11px 84px;
  font-size: 16px;
  display: block;
  position: relative;
  color: #fff;
  background: #ea3a21;
  border: 1px solid #ea3a21;
}
.p-form .input-wrap {
  position: relative;
}
.p-form .input-wrap .error {
  color: #ea3a21;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  font-size: 14px;
}
.p-form.p-finish .finish-ttl {
  font-size: 28px;
  margin-bottom: 60px;
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
}
.p-form.p-finish .finish-text {
  text-align: center;
}
.p-form.p-finish .c-btn01 {
  display: inline-block;
  padding: 11px 84px;
  font-size: 16px;
  display: block;
  position: relative;
  color: #fff;
  background: #ea3a21;
  border: 1px solid #ea3a21;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  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-left: min(4.6666666667vw, 22.75px);
    padding-right: min(4.6666666667vw, 22.75px);
  }
  .pc {
    display: none !important;
  }
  .c-header.scroll-up {
    top: -46px;
  }
  .c-header .logo {
    width: 86px;
    height: 44px;
    margin-top: 2px;
  }
  .c-header .info {
    display: none;
  }
  .c-header .c-nav {
    background: rgba(6, 68, 176, 0.95);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 200px;
    padding: 75px 20px 25px 15px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .c-header .c-nav-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header .c-nav-list > li {
    width: 100%;
  }
  .c-header .c-nav-list > li:not(:first-child) > a {
    padding: 16px 12px;
  }
  .c-header .c-nav-list > li:first-child > a {
    padding: 0 12px 16px;
  }
  .c-header .c-nav-list > li > a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
  }
  .c-footer {
    padding: 28px 0 14px;
  }
  .c-footer .footer-nav {
    display: none;
  }
  .c-footer .address {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .c-ttl01 {
    font-size: min(5.8666666667vw, 22px);
    margin-bottom: 10px;
  }
  .c-ttl02 {
    font-size: min(5.8666666667vw, 22px);
    margin-bottom: 10px;
  }
  .form-box.float-form .form-area .cta {
    border: 1px solid #fff;
  }
  .form-box.float-form .form-area .cta .cta-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .form-box.float-form .form-area .cta p {
    font-size: 11px;
    margin-top: min(2.6666666667vw, 20px);
  }
  .form-box.float-form .form-area .cta .time {
    font-size: 14px;
  }
  .form-box.float-form .form-area .cta .tel {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .form-box.float-form .form-area .cta .tel > img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  .form-box.float-form .form-area .cta .btn {
    font-size: min(3.4666666667vw, 16.9px);
    line-height: min(8vw, 39px);
    margin-top: min(1.6vw, 12px);
  }
  .form-box.float-form .form-area .form-wrap .inner-block {
    padding-top: 120px;
  }
  .form-box.float-form .form-area .form-wrap .banner {
    width: 120px;
    height: 80px;
    font-size: 18px;
  }
  .form-box.float-form .form-area .form-wrap .ttl {
    font-size: 20px;
  }
  .home .lineup {
    padding: 20px 0 16px;
  }
  .home .lineup .inner-block {
    padding-left: 7px;
    padding-right: 7px;
  }
  .home .lineup .ttl {
    font-size: min(3.4666666667vw, 16.9px);
    margin-bottom: 8px;
  }
  .home .lineup .lineup-list {
    gap: 4px;
  }
  .home .lineup .lineup-list > li {
    min-width: 80px;
    font-size: min(3.4666666667vw, 16.9px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px 5px;
    line-height: calc(35/26);
  }
  .home {
    padding-top: 46px;
  }
  .home .lead {
    font-size: min(4.5333333333vw, 20.4px);
  }
  .home .mv .awards > li {
    font-size: min(3.4666666667vw, 13px);
    width: 108px;
    height: 106px;
  }
  .home .mv .awards > li .blue-txt {
    font-size: min(3.7333333333vw, 14px);
  }
  .home .mv .awards > li .small {
    font-size: 11px;
  }
  .home .mv .awards > li:nth-child(2) > p {
    top: -4px;
  }
  .home .point {
    padding: 43px 0;
  }
  .home .point .lead {
    margin-top: 32px;
  }
  .home .point .ttl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
    margin-bottom: 25px;
  }
  .home .point .ttl-wrap .deco-wrap > img {
    width: 41px;
    top: -6px;
    height: 48px;
  }
  .home .point .ttl-wrap .deco-wrap .deco {
    font-size: 13px;
    margin-right: 0;
  }
  .home .point .ttl-wrap .c-ttl01 {
    margin-top: 7px;
    font-size: min(5.8666666667vw, 22px);
  }
  .home .point .point-wrap {
    border-radius: 20px;
    padding: min(2.6666666667vw, 13px) min(4.8vw, 23.4px) min(5.3333333333vw, 26px);
    line-height: calc(22/14);
  }
  .home .point .point-cont-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .point .txt-wrap {
    width: 100%;
  }
  .home .point .txt-wrap p + p {
    margin-top: 10px;
  }
  .home .point .txt-wrap .check-list {
    margin-top: 10px;
    padding-left: 4px;
    margin-bottom: 27px;
  }
  .home .point .txt-wrap .check-list > li > img {
    width: 12px;
    height: 10px;
  }
  .home .point .txt-wrap .check-list > li + li {
    margin-top: 6px;
  }
  .home .point .img-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
  }
  .home .voice {
    padding: min(13.3333333333vw, 65px) 0 min(9.8666666667vw, 48.1px);
  }
  .home .voice::before {
    width: 65px;
    height: 21px;
    bottom: -20px;
  }
  .home .voice::after {
    width: calc(100% * 345/375);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, calc(100% * 315/345) 0);
            clip-path: polygon(0 100%, 100% 100%, 100% 0, calc(100% * 315/345) 0);
  }
  .home .voice .c-ttl01 {
    font-size: min(5.3333333333vw, 26px);
    margin-bottom: 15px;
  }
  .home .voice .voice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 339px;
    margin: auto;
  }
  .home .voice .voice-list > li {
    border-radius: 10px;
    border-width: 2px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-height: 69px;
    font-size: 14px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 25px 0 13px;
    min-width: inherit;
  }
  .home .voice .voice-list > li::after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 37px;
    height: 37px;
  }
  .home .voice .voice-list > li:nth-child(2) {
    margin-left: 24px;
    margin-top: 28px;
  }
  .home .voice .voice-list > li:nth-child(3) {
    margin-top: -21px;
    margin-left: 41px;
  }
  .home .voice .voice-list > li:nth-child(4) {
    margin-left: 19px;
    margin-top: 45px;
  }
  .home .voice .voice-list > li:nth-child(5) {
    margin-left: auto;
    margin-top: -128px;
    margin-right: 22px;
  }
  .home #feature::before {
    background: url(../img/feature-bg_sp.png.webp) no-repeat center center/cover;
    top: 66px;
    height: 433.0666666667vw;
    width: 100vw;
  }
  .home #feature {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .home #feature .lead {
    font-size: min(5.3333333333vw, 26px);
    margin-bottom: 35px;
  }
  .home #feature .lead > span {
    font-size: min(6.6666666667vw, 32.5px);
  }
  .home #feature .feature-wrap {
    border-radius: 20px;
    padding: min(8vw, 39px) min(5.3333333333vw, 26px) min(10.6666666667vw, 52px);
  }
  .home #feature .feature-wrap .c-ttl02 {
    margin-bottom: 31px;
  }
  .home #feature .feature-wrap .c-ttl02 .blue-txt {
    font-size: min(6.6666666667vw, 32.5px);
  }
  .home #feature .feature-wrap .feature-list {
    margin-bottom: 28px;
  }
  .home #feature .feature-wrap .feature-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home #feature .feature-wrap .feature-list > li .num {
    top: -26px;
    left: 8px;
    font-size: 60px;
  }
  .home #feature .feature-wrap .feature-list > li .num::after {
    width: 3px;
    height: 30px;
    right: -20px;
  }
  .home #feature .feature-wrap .feature-list > li .feature-ttl {
    font-size: 19px;
    margin: -6px 0 6px;
  }
  .home #feature .feature-wrap .feature-list > li .txt-wrap {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }
  .home #feature .feature-wrap .feature-list > li .txt-wrap > p:not(.num) {
    line-height: calc(44/28);
  }
  .home #feature .feature-wrap .feature-list > li .txt-wrap .txt {
    padding: 0;
    letter-spacing: -0.04em;
  }
  .home #feature .feature-wrap .feature-list > li .img-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .home #feature .feature-wrap .feature-list > li:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home #feature .feature-wrap .feature-list > li:nth-child(2) .txt-wrap {
    padding: 0;
  }
  .home #feature .feature-wrap .feature-list > li + li {
    margin-top: 48px;
  }
  .home #feature .feature-wrap .note {
    padding-left: 0;
    font-size: 14px;
  }
  .home #standard {
    padding-top: 42px;
  }
  .home #standard .standard-list {
    gap: 15px;
    margin-top: 18px;
  }
  .home #standard .standard-list > li {
    width: 100%;
    border: 1px solid #0644b0;
  }
  .home #standard .standard-list > li .standard-ttl {
    font-size: 19px;
    line-height: 30px;
    padding: 7px 15px;
  }
  .home #standard .standard-list > li > p {
    padding: 13px min(20px, calc( 5.3333333333vw + 0px)) 17px;
    line-height: calc(44/28);
  }
  .home #standard .standard-list > li .slide-content {
    padding: min(15px, calc( 2vw + 7.5px)) min(10px, calc( 1.3333333333vw + 5px));
  }
  .home #standard .standard-list > li .standard-list-inner > li {
    font-size: 12px;
  }
  .home #flow {
    padding-top: 16px;
    padding-bottom: 45px;
  }
  .home #flow .lead {
    margin-top: 25px;
  }
  .home #faq {
    padding-top: min(10.6666666667vw, 52px);
    padding-bottom: min(18.6666666667vw, 91px);
  }
  .home #faq .c-ttl02 {
    margin-bottom: 30px;
  }
  .home #faq .faq-list .question > p, .home #faq .faq-list .answer > p {
    padding-left: 15px;
  }
  .home #faq .faq-list .question::before, .home #faq .faq-list .answer::before {
    font-size: 19px;
    width: 45px;
    height: 45px;
  }
  .home #faq .faq-list .question {
    font-size: 15px;
    line-height: calc(38/30);
    padding-right: 30px;
    min-height: 43px;
  }
  .home #faq .faq-list .question::after {
    width: 8px;
    height: 5px;
    right: 8px;
  }
  .home #faq .faq-list .answer {
    padding-top: min(7.2vw, 27px);
  }
  .home #faq .faq-list .answer::before {
    top: 30px;
  }
  .home #faq .faq-list .answer > p {
    padding-top: 0;
  }
  .home #faq .faq-list > li {
    margin-bottom: 30px;
  }
  .home #company::before {
    display: none;
  }
  .home #company {
    padding-top: 58px;
    padding-bottom: 41px;
  }
  .home #company .company-list {
    margin: 10px auto 26px;
  }
  .home #company .company-list > dt {
    border-bottom-width: 1px;
    padding: 12px 0;
    width: 72px;
  }
  .home #company .company-list > dd {
    border-bottom-width: 1px;
    padding: 12px 0 12px 10px;
    width: calc(100% - 72px);
    line-height: calc(44/28);
  }
  .home #company .company-list + p {
    font-size: min(4vw, 15px);
  }
  .home .cta {
    padding: 25px 0 20px;
  }
  .home .cta .inner-block {
    padding: 0 14px;
  }
  .home .cta .c-ttl01 {
    font-size: min(4.5333333333vw, 20.4px);
    margin-bottom: 17px;
  }
  .home .cta .cta-list {
    gap: 8px;
    padding: 0;
  }
  .home .cta .cta-list > li {
    width: calc((100% - 8px)/2);
    padding: min(2.6666666667vw, 20px) min(1.8666666667vw, 14px);
    border: 1px solid #fff;
  }
  .home .cta .cta-list > li:nth-child(1) {
    padding: 0;
  }
  .home .cta .cta-list > li .tel-area {
    padding: min(2.6666666667vw, 20px) min(1.8666666667vw, 14px);
  }
  .home .cta .cta-ttl {
    font-size: min(3.4666666667vw, 16.9px);
    line-height: min(5.3333333333vw, 26px);
  }
  .home .cta p {
    font-size: min(2.9333333333vw, 14.3px);
    margin-top: min(2.6666666667vw, 20px);
  }
  .home .cta .time {
    font-size: min(3.4666666667vw, 16.9px);
  }
  .home .cta .tel {
    font-size: min(5.6vw, 27.3px);
    margin-top: min(2.6666666667vw, 20px);
    margin-bottom: min(2.1333333333vw, 16px);
    left: 0;
  }
  .home .cta .tel > img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
  }
  .home .cta .btn {
    font-size: min(3.4666666667vw, 16.9px);
    line-height: min(8vw, 39px);
    margin-top: min(1.6vw, 12px);
  }
  .home .comparison .table-wrap {
    margin-top: 20px;
  }
  .home #customer-voice .voice-list {
    margin-top: 20px;
  }
  .home #customer-voice .swiper .swiper-button-prev, .home #customer-voice .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .home #customer-voice .swiper .swiper-button-prev::before, .home #customer-voice .swiper .swiper-button-prev::after, .home #customer-voice .swiper .swiper-button-next::before, .home #customer-voice .swiper .swiper-button-next::after {
    width: 13px;
  }
  .home #customer-voice .swiper .swiper-slide .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home #customer-voice .swiper .swiper-slide .tags + .tags {
    margin-top: 5px;
  }
  .home #customer-voice .swiper .swiper-slide .tags .tag {
    font-size: 10px;
    padding: 5px 10px;
  }
  .home #customer-voice .swiper .swiper-slide .txt-ttl {
    font-size: 16px;
  }
  .home #customer-voice .swiper .swiper-slide .txt-area {
    font-size: 12px;
  }
  .p-form {
    padding-top: 76px;
    margin-bottom: 60px;
  }
  .p-form .entry-ttl {
    font-size: 22px;
  }
  .p-form .c-form .form-box {
    margin-bottom: 24px;
  }
  .p-form .c-form .form-box .label {
    width: 100%;
    margin-right: 0;
    padding: 8px 12px;
    margin-bottom: 12px;
  }
  .p-form .c-form .form-box .input-box {
    width: 100%;
  }
  .p-form .c-form .form-box .input-box input, .p-form .c-form .form-box .input-box textarea {
    padding: 8px 12px;
  }
  .p-form .c-form .form-box .c-required {
    font-size: 12px;
  }
  .p-form .c-form .form-box.textarea-box .label {
    height: auto;
  }
  .p-form .radio-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: -22px;
  }
  .p-form .btn-wrap {
    gap: 30px;
    margin-top: 30px;
  }
  .p-form .input-wrap .error {
    font-size: 10px;
    right: 8px;
  }
  .p-form.p-finish .finish-ttl {
    margin-top: 70px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  html {
    font-size: min(14px, calc( 1.8666666667vw + 7px));
  }
  .home .lineup .lineup-list > li {
    width: 35%;
  }
  .home #feature .feature-wrap .note {
    font-size: 12px;
  }
  .home .cta .cta-list > li {
    width: 100%;
  }
  .home .cta .cta-list > li:nth-child(1) {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: min(40px, calc( 1.6666666667vw + 20px));
    padding-right: min(40px, calc( 1.6666666667vw + 20px));
    max-width: 1200px;
  }
  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 .info .btn:hover {
    background: #fff;
    color: #ea3a21;
  }
  .c-header .c-nav-list > li:not(:first-child) {
    margin-left: 30px;
  }
  .c-header .c-nav-list > li > a:hover {
    color: #ea3a21;
  }
  .c-header .c-nav-list > li > a:hover::after {
    width: 100%;
  }
  .c-header .c-menu-btn {
    display: none;
  }
  .c-footer .footer-nav > li > a:hover {
    color: #ea3a21;
  }
  .c-footer .footer-nav > li > a:hover::after {
    width: 100%;
  }
  .form-box.float-form .form-area .cta .btn:hover {
    background: #fff;
    color: #ea3a21;
  }
  .form-box.float-form .form-area .form-txt-wrap > a:hover {
    opacity: 0.7;
  }
  .form-box.float-form .form-area .form-wrap .input-area button:hover {
    background: #fff;
    color: #ea3a21;
  }
  .form-box.float-form .form-area .pop-btn:hover {
    background: #375bca;
  }
  .form-box.float-form .form-area .pop-btn:hover::after {
    background: #fff;
  }
  .home #standard .standard-list > li .standard-ttl:hover {
    background: #fff;
  }
  .home #faq .faq-list .question:hover > p {
    background: #0644b0;
    color: #fff;
  }
  .home #faq .faq-list .question:hover::after {
    top: 12px;
    background: #fff;
  }
  .home #faq .faq-list .question:hover::before {
    color: #0644b0;
    background: #fff;
    border-bottom: 1px solid #0644b0;
  }
  .home #faq .faq-list > li.open .question:hover::after {
    top: -12px;
    background: #fff;
  }
  .home #faq .faq-list > li.open .question:hover::before {
    color: #0644b0;
    background: #fff;
    border-bottom: 1px solid #0644b0;
  }
  .home .cta .btn:hover {
    background: #fff;
    color: #ea3a21;
  }
  .home #customer-voice .swiper .swiper-button-prev:hover, .home #customer-voice .swiper .swiper-button-next:hover {
    background: #375bca;
  }
  .home #customer-voice .swiper .swiper-button-prev:hover::before, .home #customer-voice .swiper .swiper-button-prev:hover::after, .home #customer-voice .swiper .swiper-button-next:hover::before, .home #customer-voice .swiper .swiper-button-next:hover::after {
    background: #fff;
  }
  .p-form .txt-wrap > a:hover {
    opacity: 0.7;
  }
  .p-form .btn-wrap button:hover {
    background: #fff;
    color: #ea3a21;
  }
  .p-form.p-finish .c-btn01:hover {
    background: #fff;
    color: #ea3a21;
  }
}

@media only screen and (max-width: 880px) {
  .mi-881 {
    display: none !important;
  }
  .home .mv {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .home .mv::before {
    background: url(../img/mv-bg_sp.png.webp) no-repeat center center/cover;
    height: 162.6666666667vw;
    width: 100vw;
  }
  .home .mv .mv-img {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    max-width: 315px;
    margin: -12px auto 0;
  }
  .home .mv .mv-txt-round {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(4vw, 15px);
    font-size: min(4.5333333333vw, 17px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 min(4vw, 15px);
  }
  .home .mv .mv-ttl {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    font-size: min(7.4666666667vw, 28px);
  }
  .home .mv .discount {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .home .mv .discount .box {
    background: #fff;
    border-width: 1px;
    font-size: min(4.5333333333vw, 17px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding: 5px 8px;
    margin-right: 0;
  }
  .home .mv .discount .box .orange-txt {
    margin-top: 7px;
    border-width: 1px;
    font-size: min(5.3333333333vw, 20px);
  }
  .home .mv .discount .box .dot::after {
    width: 5px;
    height: 5px;
  }
  .home .mv .discount .num-area .num {
    font-size: min(28.2666666667vw, 106px);
    line-height: 1;
  }
  .home .mv .discount .num-area .unit {
    font-size: min(6.6666666667vw, 25px);
    position: relative;
    top: -10px;
    margin-left: 5px;
  }
  .home .mv .awards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    gap: 6px;
  }
  .home .mv .note {
    font-size: min(2.6666666667vw, 11px);
    bottom: 0;
    position: relative;
    text-align: right;
    margin: 4px 0 0;
  }
}

@media only screen and (min-width: 1601px) {
  .c-header {
    width: calc(100% - 350px);
  }
  .c-footer {
    width: calc(100% - 350px);
  }
  .home {
    width: calc(100% - 350px);
  }
  .home .mv::before {
    background-position: -150px top;
  }
  .home #feature::before {
    background-position: -150px top;
  }
  .home #company::before {
    background-position: -150px top;
  }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .c-header .c-nav-list > li:not(:first-child) {
    margin-left: 15px;
  }
  .home .cta .tel {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1600px) {
  .form-box.float-form {
    right: -350px;
  }
  .form-box.float-form.open {
    right: 0;
  }
  .form-box.float-form.open .pop-btn {
    right: 370px;
  }
  .form-box.float-form.open .pop-btn::after {
    right: 0;
    left: 4px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .form-box.float-form .form-area .pop-btn {
    opacity: 1;
    pointer-events: visible;
  }
}

@media only screen and (max-width: 1600px) and (max-width: 767px) {
  .form-box.float-form.open .pop-btn {
    opacity: 0;
    pointer-events: none;
  }
  .form-box.float-form.open .pop-close {
    opacity: 1;
    pointer-events: visible;
  }
}

@media only screen and (max-width: 1600px) and (max-width: 767px) and (max-width: 460px) {
  .form-box.float-form {
    width: 100%;
    max-width: none;
    right: -100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1145px) {
  .form-box.float-form .form-area .form-wrap .input-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 1110px) {
  .home .mv .mv-img {
    bottom: -5px;
    top: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .home .mv .awards > li {
    font-size: 16px;
    width: 136px;
    height: 133px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
  .home .mv .awards > li {
    width: calc(108px * 1.2);
    height: calc(106px * 1.2);
  }
  .home .mv .awards > li .blue-txt {
    font-size: calc(14px * 1.2);
  }
  .home .mv .awards > li .small {
    font-size: calc(11px * 1.2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .home .point .txt-wrap {
    width: calc(100% - 370px);
  }
  .home .point .img-wrap {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1060px) and (max-width: 980px) {
  .home .point .txt-wrap {
    width: calc(100% - 300px);
  }
  .home .point .img-wrap {
    width: 280px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 970px) {
  .home .voice .voice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 60px 30px;
  }
  .home .voice .voice-list > li:nth-child(3) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 360px) {
  .home .voice .voice-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: inherit;
    gap: 20px 25px;
  }
  .home .voice .voice-list > li:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
  .home .voice .voice-list > li:nth-child(3) {
    margin-top: 0;
    margin-left: 0;
  }
  .home .voice .voice-list > li:nth-child(4) {
    margin-left: 0;
    margin-top: 0;
  }
  .home .voice .voice-list > li:nth-child(5) {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .home .voice .voice-list > li:nth-child(2) {
    margin-left: -100px;
    margin-top: 190px;
  }
  .home .voice .voice-list > li:nth-child(4) {
    margin-left: -100px;
    margin-top: 190px;
  }
  .home .voice .voice-list > li:nth-child(5) {
    margin-left: -120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1160px) and (max-width: 970px) {
  .home .voice .voice-list > li:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .home .voice .voice-list > li:nth-child(4) {
    margin-left: 0;
    margin-top: 0;
  }
  .home .voice .voice-list > li:nth-child(5) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
  .home #standard .standard-list > li .standard-list-inner > li {
    width: 100%;
  }
}

@media only screen and (max-width: 1060px) {
  .home #flow .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 62px;
    margin-top: 25px;
  }
  .home #flow .flow-list > li {
    width: 100%;
    border: 2px solid #0644b0;
    border-radius: 10px;
    padding: 27px 15px 21px;
  }
  .home #flow .flow-list > li .icon-box {
    width: calc(44px * 1.2);
    height: calc(44px * 1.2);
  }
  .home #flow .flow-list > li:nth-child(2) .icon-box {
    width: calc(34px * 1.2);
    height: calc(40px * 1.2);
  }
  .home #flow .flow-list > li:nth-child(3) .icon-box {
    width: 46px;
    height: 40px;
  }
  .home #flow .flow-list > li:not(:first-child)::before {
    -webkit-mask: url(../img/arrow_sp.svg) no-repeat center/contain;
            mask: url(../img/arrow_sp.svg) no-repeat center/contain;
    left: 0;
    right: 0;
    top: -54px;
    bottom: auto;
    width: 121px;
    height: 48px;
  }
  .home #flow .flow-list > li:not(:first-child) .arrow-txt {
    font-size: 15px;
    left: 0;
    right: 0;
    top: -52px;
    bottom: auto;
    letter-spacing: 0.04em;
  }
  .home #flow .flow-list .flow-ttl {
    margin: 15px 0 13px;
  }
}

@media only screen and (max-width: 1060px) and (max-width: 767px) {
  .home #flow .flow-list > li .icon-box {
    width: 44px;
    height: 44px;
  }
  .home #flow .flow-list > li:nth-child(2) .icon-box {
    width: 34px;
    height: 40px;
  }
  .home #flow .flow-list > li:nth-child(3) .icon-box {
    width: calc(46px * 1.2);
    height: calc(40px * 1.2);
  }
  .home #flow .flow-list .flow-ttl {
    font-size: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .home .cta .cta-list {
    padding: 0px;
    gap: 25px;
  }
  .home .cta .cta-list > li {
    width: calc((100% - 25px)/2);
  }
}

@media only screen and (max-width: 1000px) {
  .home #customer-voice .swiper .swiper-slide {
    padding: 0 60px;
  }
  .home #customer-voice .swiper .swiper-slide .company-name {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .home #customer-voice .swiper .swiper-slide {
    padding: 0 35px;
  }
  .home #customer-voice .swiper .swiper-slide .company-name {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 12px;
  }
}

@media only screen and (max-width: 1100px) {
  .home #customer-voice .swiper .swiper-slide .thumb {
    margin-right: 20px;
    width: 320px;
    height: 224px;
  }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) {
  .home #customer-voice .swiper .swiper-slide .thumb {
    width: 100%;
    height: 42vw;
    margin: 0 auto;
    max-width: 480px;
    max-height: 270px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .p-form .c-form .form-box .label {
    width: 230px;
  }
  .p-form .c-form .form-box .input-box {
    width: calc(100% - 238px);
  }
  .p-form .radio-box .radio-inner {
    margin-left: 18px;
  }
}

@media only screen and (max-width: 580px) {
  .p-form .radio-box .radio-inner {
    width: 46%;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 450px) {
  .p-form .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .p-form .btn-wrap button {
    padding: 8px 60px;
  }
  .p-form.p-finish .c-btn01 {
    padding: 8px 60px;
  }
}

@media only screen and (max-width: 560px) and (max-width: 450px) {
  .p-form .btn-wrap button {
    width: 100%;
  }
  .p-form.p-finish .c-btn01 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */