@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Roboto&display=swap");
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em, strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/*iosのフォームボタンリセット*/
input[type=submit],
input[type=button],
input[type=reset] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
input[type=reset]::focus {
  outline-offset: -2px;
}

/*変数設定用*/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
a:hover img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.vsp {
  display: none;
}
@media screen and (max-width: 750px) {
  .vsp {
    display: block;
  }
}

.vpc {
  display: block;
}
@media screen and (max-width: 750px) {
  .vpc {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  margin: auto;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.feature {
  color: #514e4e;
}

.lazy {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(20px);
}
.lazy.on {
  opacity: 1;
  transform: translateY(0);
}

.lazy_bottom {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.lazy_bottom.on {
  -webkit-transform: none;
  transform: none;
}

.header {
  height: 100px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 20px 0 26px 30px;
  box-sizing: border-box;
}
.header__H1 {
  width: 224px;
}
.header__H1 a {
  display: block;
}
.header__Btn {
  width: 224px;
  padding: 0px 20px 0 0;
}

.content {
  padding-top: 100px;
  display: flex;
  position: relative;
  height: 100%;
}
.content:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
}
.content-Left {
  width: calc((100vw - 750px) / 2);
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  left: 0;
}
.content-Left-Inner {
  width: 100%;
  height: 100%;
  background: url(./../img/img_content_left_bk.png);
  background-size: cover;
  background-position: top center;
}
.content-Left-Thum {
  position: absolute;
  top: 11%;
  left: 20%;
}
.content-Left-Thum img {
  max-width: none;
  width: 70%;
}
.content-Left-Btn {
  position: absolute;
  width: 70%;
  bottom: 4.6875vw;
  left: 12.5%;
}
.content-Left-Btn img {
  max-width: none;
  width: 100%;
}
.content-Main {
  width: 750px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.content-Right {
  width: calc((100vw - 750px) / 2);
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  left: 0;
}
.content-Right-Inner {
  width: 100%;
  height: 100%;
  background: url(./../img/img_content_right_bk.png);
  background-size: cover;
  background-position: top center;
}
.content-Right-Thum {
  position: absolute;
  top: 11%;
  left: 10%;
}
.content-Right-Thum img {
  max-width: none;
  width: 70%;
}
.content-Right-Btn {
  position: absolute;
  width: 70%;
  right: 12.5%;
  bottom: 4.6875vw;
}
.content-Right-Btn img {
  max-width: none;
  width: 100%;
}

.mv__Inner {
  width: 100%;
  position: relative;
  margin: auto;
}
.mv__Ttl {
  z-index: 10;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.mv__Card {
  z-index: 10;
  width: 595px;
  margin: 20px auto;
  background-color: #c01a20;
  border-radius: 30px;
  padding: 30px 20px 20px;
}
.mv__Times_list {
  margin: 1rem 5px;
}
.mv__Times_list-item {
  margin-bottom: 2rem;
}
.mv__Times_list .table_child {
  color: #ffe100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.mv__Times_list .table_child li:first-child {
  font-size: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #ffe100;
  border-radius: 50%;
  font-weight: bold;
  flex-shrink: 0;
}
.mv__Times_list .table_child li:first-child span {
  font-size: 24px;
}
.mv__Times_list .table_child li:nth-child(2) {
  font-size: 45px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  flex-shrink: 0;
}
.mv__Times_list .table_child li:nth-child(2) .span-1 {
  font-size: 70px;
  letter-spacing: -4px;
  line-height: 1;
}
.mv__Times_list .table_child li:nth-child(2) .span-2 {
  margin-left: 1rem;
  font-size: 15px;
  border: 2px solid #ffe100;
  border-radius: 50%;
  width: 23px;
  height: 25px;
  display: inline-block;
  text-align: center;
  transform: translateY(-2px);
}
.mv__Times_list .table_child li:last-child {
  font-size: 18px;
  width: 100%;
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
}

.flow {
  margin-top: 40px;
}
.flow__Img {
  width: 80%;
  margin: auto;
}
.flow__Dl {
  margin: 0 auto 60px;
  width: 536px;
}
.flow__Dt {
  font-size: 17px;
  line-height: 25.87px;
  font-weight: 700;
}
.flow__Dd {
  font-size: 13px;
  line-height: 19px;
}
.flow__Dd a {
  color: #be1a20;
  font-weight: 600;
}
.flow__Tel {
  width: 90%;
  margin: auto;
}
.flow__Label {
  max-width: 345px;
  width: 100%;
  display: block;
  margin: auto;
}

.plan__Img {
  width: 90%;
  margin: 50px auto 20px;
  display: block;
  position: relative;
  z-index: 10;
}
.plan__Content {
  margin-top: -65px;
  background-color: #0e8d40;
  padding-bottom: 20px;
  position: relative;
}
.plan__Content::before {
  position: absolute;
  bottom: -20px;
  left: 46%;
  right: 50%;
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-top: 33px solid #0e8d40;
  content: "";
}
.plan__Car {
  margin-top: 20px;
}
.plan__Car ul {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.plan__Car li {
  width: 31%;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}
.plan__Copy {
  width: 90%;
  margin: auto;
}
.plan__Free {
  width: 90%;
  margin: 30px auto 0;
}
.plan__Three {
  margin-bottom: 10px;
}
.plan__Btn {
  display: block;
  margin-bottom: 5px;
}
.plan__slide {
  margin-top: 20px;
}
.plan__slide .swiper-slide a img {
  margin: 10px 0;
}

.payment {
  margin-top: -40px;
}

.change {
  position: relative;
}
.change::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  content: "";
  background-color: #000;
}
.change__Inner {
  width: 90%;
  margin: auto;
  position: relative;
}
.change__List {
  position: absolute;
  top: 860px;
  left: -17px;
  width: 105%;
}
.change__List-Inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.change__List-Inner li {
  width: 32%;
}
.change__Btn {
  max-width: 361px;
  width: 100%;
  margin: 20px auto 0;
  display: block;
}

.cta {
  margin-top: 40px;
  position: relative;
}
.cta__Inner {
  display: flex;
}
.cta__Arrow {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 251px;
  height: 108px;
  background-image: url("./../img/img_cta_arrow.png");
  background-size: 100% 100%;
}
.cta__Max {
  background-color: #0e8d40;
  padding: 20px 20px 20px 40px;
}
.cta__Max-Bk {
  background-color: #fff;
  padding: 40px 20px 10px 20px;
}
.cta__Max-Btn img {
  margin: 10px 0;
}
.cta__Three {
  background-color: #e97847;
  padding: 20px 40px 20px 20px;
}
.cta__Three-Bk {
  background-color: #fff;
  padding: 20px;
}
.cta__Three-Btn img {
  margin: 10px 0 0;
}

.voice__Inner {
  width: 90%;
  margin: auto;
  padding: 40px 0;
}
.voice__Ttl h2 {
  text-align: center;
  color: #254d97;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.voice__Ttl h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #254d97;
  content: "";
}
.voice__Ttl h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30%;
  height: 2px;
  background-color: #254d97;
  content: "";
}
.voice__List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.voice__List li {
  width: 48%;
}

.footer {
  width: 100%;
  height: 279px;
  background-image: url("./../img/img_footer_bk.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  margin-bottom: 102px;
}
.footer__Ttl {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: auto;
}
.footer__Tel {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: auto;
}
.footer__Btn {
  max-width: 260px;
  width: 100%;
  display: block;
  margin: 20px auto 10px;
}
.footer__Txt {
  max-width: 289px;
  width: 100%;
  display: block;
  margin: auto;
}

.footer__Fix {
  position: fixed;
  bottom: 0;
  max-width: 750px;
  width: 100%;
  z-index: 100;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.6s;
}
.footer__Fix.-active {
  opacity: 1;
  transform: none;
}
.footer__Fix-Inner {
  display: flex;
}
.footer__Fix-Btn {
  width: 50%;
}
.footer__Fix-Btn.green {
  padding: 10px;
  background-color: #009641;
  display: flex;
  justify-content: end;
}
.footer__Fix-Btn.orange {
  padding: 10px;
  background-color: #e97846;
  display: flex;
  justify-content: start;
}
.footer__Fix-Btn img {
  width: 231px;
}

.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.fix.fixed {
  opacity: 1;
  visibility: initial;
}
.fix__Inner {
  width: 750px;
  margin: auto;
  position: relative;
}
.fix__Inner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  content: "";
  background: linear-gradient(270deg, #d81517 0%, #d81517 50%, #0b308e 50%, #0b308e 100%);
}
.fix__Inner a {
  display: block;
  width: 441px;
  margin: auto;
  transform: translateX(14px);
}

@media screen and (max-width: 750px) {
  .header {
    height: 13.7333333333vw;
    padding: 4.2666666667vw 0 3.7333333333vw 2.9333333333vw;
  }
  .header__H1 {
    width: 22.6666666667vw;
  }
  .header__Btn {
    width: 29.7333333333vw;
  }
  .content {
    padding-top: 13.3333333333vw;
  }
  .content::before {
    display: none;
  }
  .content-Left {
    display: none;
  }
  .content-Main {
    width: 100vw;
  }
  .content-Right {
    display: none;
  }
  .mv {
    padding-top: 5px;
  }
  .mv__Times_list {
    margin: 1rem 0px;
  }
  .mv__Times_list .table_child {
    gap: 1rem;
  }
  .mv__Times_list .table_child li:first-child {
    font-size: 2vw;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .mv__Times_list .table_child li:first-child span {
    font-size: 3vw;
  }
  .mv__Times_list .table_child li:nth-child(2) {
    font-size: 6vw;
  }
  .mv__Times_list .table_child li:nth-child(2) .span-1 {
    font-size: 9vw;
  }
  .mv__Times_list .table_child li:nth-child(2) .span-2 {
    font-size: 3vw;
    border: 1px solid #ffe100;
    width: 19px;
    height: 19px;
  }
  .mv__Times_list .table_child li:last-child {
    font-size: 3vw;
  }
  .mv__Card {
    width: 90%;
    padding: 20px 14px 20px;
  }
  .flow__Dl {
    width: 71.4667vw;
    margin: 0px auto 8vw;
  }
  .flow__Dt {
    font-size: 2.2666666667vw;
    line-height: 3.4493333333vw;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .flow__Dd {
    font-size: 1.7333333333vw;
    line-height: 2.5333333333vw;
    text-align: justify;
    letter-spacing: -0.032em;
  }
  .plan__Car ul {
    width: 88%;
  }
  .plan__Car li {
    padding: 5px;
    border-radius: 5px;
  }
  .plan__Content {
    margin-top: -45px;
  }
  .plan__Free {
    width: 90%;
    margin: 30px auto 20px;
  }
  .change__List {
    top: 427px;
    left: -9px;
  }
  .change__Btn {
    max-width: 180px;
    width: 100%;
    margin: 20px auto 0;
  }
  .cta__Arrow {
    top: 21%;
    width: 126px;
    background: no-repeat;
  }
  .cta__Max {
    padding: 10px 10px 10px 10px;
  }
  .cta__Max-Bk {
    padding: 5px;
  }
  .cta__Three {
    padding: 10px 10px 10px 10px;
  }
  .cta__Three-Bk {
    padding: 5px;
  }
  .voice__Ttl h2 {
    font-size: 30px;
  }
  .voice__Ttl h2::before {
    width: 20%;
  }
  .voice__Ttl h2:after {
    width: 20%;
  }
  .footer__Fix-Btn.green, .footer__Fix-Btn.orange {
    padding: 5px;
  }
  .footer__Fix-Btn img {
    width: 115px;
  }
  .footer {
    height: 139px;
    background-size: 100%;
    margin-bottom: 51px;
  }
  .footer__Ttl {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .footer__Tel {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .footer__Btn {
    max-width: 120px;
    width: 100%;
    display: block;
    margin: 5px auto 5px;
  }
  .footer__Txt {
    max-width: 140px;
    width: 100%;
    display: block;
    margin: auto;
  }
}
