@charset "UTF-8";
/* //////////////////////////////////////////////////

　homeのスタイル

////////////////////////////////////////////////// */
.heloview {
  width: 100%;
  height: 700px;
  padding-inline: 15px;
  background: url(../../home-img/mv_bg.webp) no-repeat 50% 50%;
}
@media (max-width: 767.98px) {
  .heloview {
    height: 161.3333333333vw;
    background-image: url(../../home-img/mv_bg_sp.webp);
    background-size: contain;
  }
}
.heloview-inner {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 675px 1fr;
  grid-template-rows: 80px 112px repeat(2, min-content) 110px;
  gap: 20px 0px;
  grid-template-areas: ". ." "hv_hd ." "hv_ttl ." "hv_lead ." ". .";
  max-width: 1380px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 1200px) {
  .heloview-inner {
    grid-template-columns: 56.25vw 1fr;
    grid-template-rows: 90px 9.3333333333vw repeat(2, min-content) 110px;
  }
}
@media (min-width: 768px) {
  .heloview-inner {
    justify-content: center;
    align-content: center;
  }
}
@media (max-width: 767.98px) {
  .heloview-inner {
    display: block;
    padding-top: 10.6666666667vw;
  }
}
.heloview-sub {
  grid-area: hv_hd;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .heloview-sub {
    width: 46.5vw;
  }
}
@media (max-width: 767.98px) {
  .heloview-sub {
    margin-left: -10px;
  }
}
.heloview-ttl {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
  font-style: normal;
  grid-area: hv_ttl;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .heloview-ttl {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  .heloview-ttl {
    font-size: 5.3333333333vw;
  }
}
.heloview-ttl > span {
  display: block;
  font-size: 6.875rem;
  line-height: 1;
  padding-top: 8px;
}
@media screen and (max-width: 1200px) {
  .heloview-ttl > span {
    font-size: 9.1666666667vw;
  }
}
@media (max-width: 767.98px) {
  .heloview-ttl > span {
    font-size: 15.3333333333vw;
    padding-top: 8px;
  }
}
.heloview-lead {
  font-size: 1.25rem;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.67;
  color: #fff;
  grid-area: hv_lead;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .heloview-lead {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 767.98px) {
  .heloview-lead {
    font-size: 2.6666666667vw;
    margin-left: -10px;
    margin-top: 20px;
  }
}
.heloview-img {
  grid-area: hv_img;
  align-self: center;
}

.home {
  /* strength
  -------------------------------------------------- */
  /* プラン
  -------------------------------------------------- */
}
.home-strength {
  padding-block: 180px 100px;
  background: url(../../home-img/bg_strength.webp) 50% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .home-strength {
    padding-block: 70px 60px;
    background-image: url(../../home-img/bg_strength_sp.webp);
    background-size: auto 100%;
  }
}
.home-strength-wrap {
  position: relative;
  padding: 80px 20px;
  background-color: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767.98px) {
  .home-strength-wrap {
    padding: 60px 20px;
  }
}
.home-strength-eng {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  text-align: center;
  mix-blend-mode: multiply;
}
@media (max-width: 767.98px) {
  .home-strength-eng {
    top: -35px;
  }
  .home-strength-eng img {
    width: 228px;
  }
}
.home-strength .ttl {
  margin-top: 0;
}
.home-strength .ttl .h2 {
  font-size: 2.0625rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .home-strength .ttl .h2 {
    font-size: 1.21875rem;
  }
}
.home-strength .ttl-lead {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .home-strength .ttl-lead {
    font-size: 0.84375rem;
  }
}
.home-strength-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 30px 0;
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (max-width: 767.98px) {
  .home-strength-list {
    display: block;
    padding-inline: 0px;
  }
}
.home-strength-list > li {
  justify-self: center;
  padding-top: 116px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0.01em;
  text-align: center;
  background: 50% 0/auto 105px no-repeat;
}
@media (max-width: 767.98px) {
  .home-strength-list > li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 74px;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    font-size: 1rem;
    background-size: auto 70px;
  }
}
.home-strength-list > li .sml {
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .home-strength-list > li .sml {
    font-size: 0.8125rem;
    margin-right: 25px;
    display: inline-block;
  }
  .home-strength-list > li .sml > span {
    display: inline-block;
    margin-left: 15px;
    text-align: right;
  }
}
.home-strength-list > li:nth-child(1) {
  background-image: url(../../home-img/strength01.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(1) {
    padding-left: 5px;
    align-items: flex-start;
    background-position: 130px 0;
  }
}
.home-strength-list > li:nth-child(2) {
  background-image: url(../../home-img/strength02.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(2) {
    align-items: flex-end;
    background-position: 0 0;
    padding-right: 5px;
  }
}
.home-strength-list > li:nth-child(3) {
  background-image: url(../../home-img/strength03.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(3) {
    background-position: 115px 0;
    align-items: flex-start;
    padding-left: 5px;
  }
}
.home-strength-list > li:nth-child(4) {
  background-image: url(../../home-img/strength04.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(4) {
    align-items: flex-end;
    background-position: 0 0;
    padding-right: 15px;
  }
}
.home-strength-list > li:nth-child(5) {
  background-image: url(../../home-img/strength05.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(5) {
    align-items: flex-start;
    background-position: 146px 0;
    padding-left: 5px;
  }
}
.home-strength-list > li:nth-child(6) {
  background-image: url(../../home-img/strength06.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(6) {
    align-items: flex-end;
    background-position: 0 0;
    padding-right: 22px;
  }
}
.home-strength-list > li:nth-child(7) {
  background-image: url(../../home-img/strength07.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(7) {
    align-items: flex-start;
    background-position: 155px 0;
    padding-left: 5px;
  }
}
.home-strength-list > li:nth-child(8) {
  background-image: url(../../home-img/strength08.webp);
}
@media (max-width: 767.98px) {
  .home-strength-list > li:nth-child(8) {
    align-items: flex-end;
    background-position: 0 0;
    padding-right: 21px;
  }
}
.home-plan-list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .home-plan-list {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-plan-list {
    max-width: 540px;
    display: block;
  }
}
.home-plan-content {
  flex: 0;
  min-width: 340px;
}
@media (max-width: 767.98px) {
  .home-plan-content:not(:first-child) {
    margin-top: 10px;
  }
}
.home-plan-content:nth-child(1) .home-plan-link {
  background: linear-gradient(to bottom, #3B3257, #3C5485);
}
.home-plan-content:nth-child(1) .home-plan-sub {
  color: #3e305a;
  background-image: url(../../home-img/plan_line_01.webp);
}
@media (max-width: 767.98px) {
  .home-plan-content:nth-child(1) .home-plan-sub {
    background-image: url(../../home-img/plan_line_01_sp.webp);
  }
}
.home-plan-content:nth-child(1) .home-plan-exp > li::before {
  background: linear-gradient(to bottom, #3B3257, #3C5485);
}
.home-plan-content:nth-child(1) .home-plan-detial {
  color: #3e305a;
  background-image: url(../img/arrow_1.webp);
}
.home-plan-content:nth-child(2) .home-plan-link {
  background: linear-gradient(to bottom, #254164, #1C5179);
}
.home-plan-content:nth-child(2) .home-plan-sub {
  color: #003e83;
  background-image: url(../../home-img/plan_line_02.webp);
}
@media (max-width: 767.98px) {
  .home-plan-content:nth-child(2) .home-plan-sub {
    background-image: url(../../home-img/plan_line_02_sp.webp);
  }
}
.home-plan-content:nth-child(2) .home-plan-exp > li::before {
  background: linear-gradient(to bottom, #254164, #1C5179);
}
.home-plan-content:nth-child(2) .home-plan-detial {
  color: #003e83;
  background-image: url(../img/arrow_2.webp);
}
.home-plan-content:nth-child(3) .home-plan-link {
  background: linear-gradient(to bottom, #164A4B, #1A5054);
}
.home-plan-content:nth-child(3) .home-plan-sub {
  color: #006463;
  background-image: url(../../home-img/plan_line_03.webp);
}
@media (max-width: 767.98px) {
  .home-plan-content:nth-child(3) .home-plan-sub {
    background-image: url(../../home-img/plan_line_03_sp.webp);
  }
}
.home-plan-content:nth-child(3) .home-plan-exp > li::before {
  background: linear-gradient(to bottom, #164A4B, #1A5054);
}
.home-plan-content:nth-child(3) .home-plan-detial {
  color: #006463;
  background-image: url(../img/arrow_3.webp);
}
.home-plan-link {
  display: block;
  padding: 25px 20px 40px;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .home-plan-link {
    padding: 20px 10px;
  }
}
.home-plan-ttl {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 2.0625rem;
  line-height: 1.303030303;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-plan-ttl {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
.home-plan-lead {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2777777778;
  letter-spacing: 0.05em;
  color: #fff8a5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-plan-lead {
    margin-bottom: 5px;
  }
}
.home-plan-recommended {
  height: 224px;
  padding: 20px 18px;
  background-color: #f4f4f4;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .home-plan-recommended {
    height: auto;
    padding: 15px;
  }
}
.home-plan-sub {
  margin-inline: 5px;
  padding-bottom: 30px;
  font-size: 1.1875rem;
  font-weight: 800;
  background: 0 calc(100% - 7px)/100% auto no-repeat;
}
@media (max-width: 767.98px) {
  .home-plan-sub {
    margin-inline: 0;
    padding-bottom: 20px;
    background-position: 0 100%;
    font-size: 0.875rem;
  }
}
.home-plan-exp > li {
  position: relative;
  margin-block: 8px;
  padding-left: 1.2em;
  color: #000;
  line-height: 1.2;
  font-weight: 600;
}
.home-plan-exp > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  content: "";
}
.home-plan-detial {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  margin-top: 20px;
  background-position: calc(100% - 46px) 50%;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border-radius: 58px;
  font-size: 1.125rem;
  font-weight: 600;
  padding-inline: 50px 80px;
}
@media (max-width: 767.98px) {
  .home-plan-detial {
    width: 280px;
    height: 45px;
    margin-top: 15px;
    margin-inline: auto;
    padding-inline: 40px 80px;
    background-position: calc(100% - 35px) 50%;
    background-size: 12px auto;
    font-size: 0.84375rem;
  }
}

/* 注文の流れ
-------------------------------------------------- */
.flow-img {
  margin: 50px auto 20px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .flow-img {
    max-width: 300px;
    margin-block: 30px 10px;
  }
}
.flow-note {
  margin-top: 15px;
}
.flow-note > li {
  margin-left: 2.5em;
  margin-block: 3px;
  text-indent: -2.5em;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .flow-note > li {
    font-size: 0.625rem;
  }
}
.flow-note > li > span {
  padding-right: 0.5em;
}
@media (max-width: 767.98px) {
  .flow-sp {
    width: 100%;
    max-width: 540px;
    margin-inline: auto;
    padding-block: 45px 10px;
    border-radius: 5px;
    background-color: #FFF;
  }
}
.flow-dl {
  position: relative;
  max-width: 315px;
  margin-inline: auto;
  text-align: center;
  padding-right: 15px;
  padding-bottom: 180px;
}
@media (min-width: 768px) {
  .flow-dl {
    display: none;
  }
}
.flow-dl::after {
  position: absolute;
  bottom: 5px;
  right: -20px;
  left: 0;
  display: block;
  height: 180px;
  width: 321px;
  background: url(../../home-img/plan_bottom_sp.webp) 0 bottom/contain no-repeat;
  content: "";
}
.flow-dl > div {
  padding-bottom: 15px;
}
.flow-dl > div:nth-child(1) dt {
  background: linear-gradient(to bottom, #295178, #2B4265);
}
.flow-dl > div:nth-child(2) dt {
  background: linear-gradient(to bottom, #2B4265, #295178);
}
.flow-dl > div:nth-child(3) dt {
  background: linear-gradient(to bottom, #1E4C4B, #286065);
}
.flow-dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 45px;
  color: #FFF;
  border-radius: 45px;
}
.flow-dl dt::before, .flow-dl dt::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 9px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  content: "";
  transition: 0.4s all;
  transform-origin: center;
  z-index: 5;
}
.flow-dl dt::before {
  transform: rotate(-90deg);
}
.flow-dl dt.active::before {
  transform: rotate(0);
}
.flow-dl dd {
  display: none;
  padding-left: 5px;
  margin-right: -39px;
}

/* 納品について
-------------------------------------------------- */
@media (min-width: 992px) {
  .deadline-content {
    display: flex;
    align-items: flex-end;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .deadline-content .h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .deadline-content .ttl {
    text-align: left;
    flex: 0 0 405px;
  }
}
.deadline-content .ttl-lead-note {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .deadline-content .ttl-lead-note {
    font-size: 0.625rem;
  }
}
.deadline-diagram {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .deadline-diagram {
    text-align: center;
  }
}/*# sourceMappingURL=home.css.map */