@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
.text-red {
  color: #f40000;
}

.text-orange {
  color: #ff6a00;
}

.text-yellow {
  color: #fff600;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.border-orange {
  border-bottom: solid 2px orange;
}

.border-yellow {
  background: linear-gradient(transparent 50%, yellow 50%);
}

ol,
ul {
  padding-left: 0;
}

br.pc {
  display: block;
}
@media (max-width: 500px) {
  br.pc {
    display: none;
  }
}

br.tab {
  display: none;
}
@media (max-width: 1080px) {
  br.tab {
    display: block;
  }
}

br.tab-s {
  display: none;
}
@media (max-width: 768px) {
  br.tab-s {
    display: block;
  }
}

br.sp {
  display: none;
}
@media (max-width: 500px) {
  br.sp {
    display: block;
  }
}

.row {
  --bs-gutter-x: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #fff !important;
  color: #212529;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif !important;
}

html {
  scroll-padding-top: 90px;
}

h1 {
  margin-bottom: 0;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
}

.voice h2,
.faq h2,
.area h2,
.contact h2 {
  font-size: 50px;
  color: #023492;
}
@media (max-width: 768px) {
  .voice h2,
  .faq h2,
  .area h2,
  .contact h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .voice h2,
  .faq h2,
  .area h2,
  .contact h2 {
    font-size: 30px;
  }
}

#fix-head {
  position: fixed;
  top: 0;
  right: 0;
  transition: top 0.3s ease;
  z-index: 9999;
  padding: 0;
  width: 100%;
}

#fix-head.show {
  top: 0;
  transition: top 0.6s ease;
  background: #fff;
}

.head {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 90px;
  z-index: 5;
}
@media (max-width: 900px) {
  .head {
    flex-wrap: wrap;
    justify-content: center;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .head {
    height: 60px;
  }
}
.head__logo-box {
  width: 50%;
  height: 100%;
}
@media (max-width: 900px) {
  .head__logo-box {
    width: 100%;
  }
}
.head__logo-box a {
  padding-left: 60px;
  margin-right: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1360px) {
  .head__logo-box a {
    padding-left: 10px;
  }
}
@media (max-width: 900px) {
  .head__logo-box a {
    width: 100%;
    margin: 0 auto;
    padding: 8px;
    justify-content: center;
  }
}
.head__logo-box a .head-logo {
  width: 60px;
  height: 60px;
  margin-right: 6px;
}
@media (max-width: 900px) {
  .head__logo-box a .head-logo {
    width: 40px;
    height: 40px;
  }
}
.head__logo-box a .site-name {
  font-weight: 900;
  font-size: 24px;
  color: #023492;
}
@media (max-width: 1080px) {
  .head__logo-box a .site-name {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .head__logo-box a .site-name {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .head__logo-box a .site-name {
    font-size: 18px;
  }
}
@media (max-width: 1130px) {
  .head__logo-box a .site-name .br {
    display: block;
  }
}
@media (max-width: 900px) {
  .head__logo-box a .site-name .br {
    display: inline;
  }
}
.head__buttons {
  position: relative;
  max-width: 1140px;
  height: 100%;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .head__buttons {
    width: auto;
  }
}
@media (max-width: 900px) {
  .head__buttons {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .head__buttons {
    display: none;
  }
}
@media (max-width: 500px) {
  .head__buttons {
    height: 76px;
  }
}
.head__buttons__box {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .head__buttons__box {
    position: inherit;
    left: 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .head__buttons__box {
    position: inherit;
    right: 0;
    left: 0;
    justify-content: space-between;
  }
}
.head__buttons__box__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 0px;
  gap: 2px;
  width: 295px;
  height: 100%;
  left: calc(50% - 163.5px - 78.5px);
  top: 0px;
  background: #f6d202;
  color: #000;
}
@media (max-width: 900px) {
  .head__buttons__box__tel {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .head__buttons__box__tel {
    padding: 2px 4px 0px;
    width: 240px;
    left: 0;
    height: 76px;
    gap: 2px;
    position: inherit;
  }
}
.head__buttons__box__tel .text01 {
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #00157d;
}
@media (max-width: 1360px) {
  .head__buttons__box__tel .text01 {
    font-size: 15px;
    line-height: 16px;
  }
}
@media (max-width: 500px) {
  .head__buttons__box__tel .text01 {
    font-size: 12px;
  }
}
.head__buttons__box__tel .text02 {
  /* tel */
  font-family: "Oswald";
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .head__buttons__box__tel .text02 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
  }
}
.head__buttons__box__tel .text02::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 33px;
  background-image: url(../images/lp/tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head__buttons__box__tel .text02::before {
    width: 24px;
    height: 26px;
  }
}
.head__buttons__box__tel .text03 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 1360px) {
  .head__buttons__box__tel .text03 {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 500px) {
  .head__buttons__box__tel .text03 {
    font-size: 9px;
    line-height: 10px;
  }
}
.head__buttons__box__line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  padding-left: 46px;
  width: 180px;
  height: 90px;
  background: #06c755;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media (max-width: 1360px) {
  .head__buttons__box__line {
    font-size: 15px;
    padding: 0px 8px;
    padding-left: 30px;
    width: 168px;
  }
}
@media (max-width: 900px) {
  .head__buttons__box__line {
    width: 25%;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .head__buttons__box__line {
    width: 27%;
    left: 0;
    height: 76px;
    font-size: 13px;
    padding: 0px 8px 4px;
    padding-right: 12px;
    position: inherit;
  }
}
@media (max-width: 420px) {
  .head__buttons__box__line {
    font-size: 10px;
    padding: 0px 8px 4px 4px;
  }
}
.head__buttons__box__line::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/lp/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head__buttons__box__line::before {
    width: 18px;
    height: 16px;
    left: 12px;
    top: -20px;
  }
}
@media (max-width: 460px) {
  .head__buttons__box__line::before {
    display: none;
  }
}
.head__buttons__box__line::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head__buttons__box__line::after {
    right: 6px;
  }
}
.head__buttons__box__line .big {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .head__buttons__box__line .big {
    font-size: 18px;
  }
}
.head__buttons__box__line .big :hover {
  opacity: 0.8;
  transition: all 0.3s;
  font-size: 18px;
}
.head__buttons__box__line :hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.head__buttons__box__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  padding-left: 46px;
  width: 180px;
  height: 90px;
  background: #275ec5;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media (max-width: 1360px) {
  .head__buttons__box__form {
    font-size: 15px;
    padding: 0px 8px;
    padding-left: 30px;
    width: 168px;
  }
}
@media (max-width: 900px) {
  .head__buttons__box__form {
    width: 25%;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .head__buttons__box__form {
    left: 0;
    height: 76px;
    font-size: 13px;
    padding: 0px 8px 4px;
    padding-right: 12px;
    position: inherit;
    width: 27%;
  }
}
@media (max-width: 420px) {
  .head__buttons__box__form {
    font-size: 12px;
    padding: 0px 8px 4px 4px;
  }
}
.head__buttons__box__form::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background-image: url(../images/lp/icon-mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head__buttons__box__form::before {
    width: 18px;
    height: 16px;
    left: 12px;
    top: -20px;
  }
}
@media (max-width: 460px) {
  .head__buttons__box__form::before {
    display: none;
  }
}
.head__buttons__box__form::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 500px) {
  .head__buttons__box__form::after {
    right: 6px;
  }
}
.head__buttons__box__form .big {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}
@media (max-width: 500px) {
  .head__buttons__box__form .big {
    font-size: 18px;
  }
}
.head__buttons__box__form .big :hover {
  opacity: 0.8;
  transition: all 0.3s;
  font-size: 18px;
}
.head__buttons__box__form :hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.head .head-text-box {
  position: relative;
  max-width: 1280px;
  padding: 20px 0 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 5;
}
@media (max-width: 768px) {
  .head .head-text-box {
    height: 328px;
    padding: 0 0 20px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .head .head-text-box {
    margin-top: 25px;
  }
}
.head .head-text-box .pop-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 523px;
  height: auto;
}
@media (max-width: 500px) {
  .head .head-text-box .pop-text {
    width: 100%;
    display: none;
  }
}
.head .head-text-box .pop-text img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.head .head-text-box h1 {
  max-width: 952px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .head .head-text-box h1 {
    max-width: 100%;
  }
}
.head .head-text-box h1 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .head .head-text-box h1 img {
    width: 88%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .head .head-text-box h1 img {
    width: auto;
    margin: 0 auto;
    height: 100%;
    max-height: 336px;
  }
}
@media (max-width: 665px) {
  .head .head-text-box h1 img {
    width: 64%;
  }
}
@media (max-width: 500px) {
  .head .head-text-box h1 img {
    width: 330px;
  }
}
.head .head-text-box h1 .hero-text-pc {
  display: block;
}
@media (max-width: 768px) {
  .head .head-text-box h1 .hero-text-pc {
    display: none;
  }
}
.head .head-text-box h1 .hero-text-sp {
  display: none;
}
@media (max-width: 768px) {
  .head .head-text-box h1 .hero-text-sp {
    display: block;
  }
}
.head .head-text-box-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.head .head-text-box-image img {
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .head .head-text-box-image img {
    width: auto;
    height: 260px;
  }
}
@media (max-width: 500px) {
  .head .head-text-box-image img {
    width: auto;
    height: 184px;
  }
}
.head .bottom-text-box {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 333px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .head .bottom-text-box {
    justify-content: center;
    row-gap: 12px;
    height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .head .bottom-text-box {
    height: auto;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .head .bottom-text-box {
    gap: 0;
    flex-direction: column-reverse;
  }
}
.head .bottom-text-box-left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .head .bottom-text-box-left {
    width: 100%;
  }
}
.head .bottom-text-box-left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  width: 509px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  padding: 22px 32px;
}
@media (max-width: 768px) {
  .head .bottom-text-box-left-box {
    width: 100%;
    padding: 20px 20px;
  }
}
.head .bottom-text-box-left-box-text01 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 159px;
  height: 35px;
  background: #275ec5;
  width: 177px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  /* ボックスの高さと同一、または208% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.head .bottom-text-box-left-box-text02 {
  width: 467px;
  height: 50px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 50px;
  color: #000;
}
@media (max-width: 500px) {
  .head .bottom-text-box-left-box-text02 {
    width: 100%;
    font-size: 18px;
  }
}
.head .bottom-text-box-left-box-text02 .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .head .bottom-text-box-left-box-text02 .number {
    font-size: 30px;
  }
}
.head .bottom-text-box-left-box-text03 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #00157d;
  background: #fffdc8;
  padding: 8px 25px;
}
@media (max-width: 500px) {
  .head .bottom-text-box-left-box-text03 {
    font-size: 18px;
    padding: 8px 8px;
    line-height: 20px;
    text-align: center;
  }
}
.head .bottom-text-box-left-box-text03 .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .head .bottom-text-box-left-box-text03 .number {
    font-size: 24px;
  }
}
.head .bottom-text-box-left-box-text04 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 500px) {
  .head .bottom-text-box-left-box-text04 {
    font-size: 16px;
  }
}
.head .bottom-text-box-right {
  position: relative;
}
.head .bottom-text-box-right img {
  margin-bottom: 0;
  position: relative;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .head .bottom-text-box-right img {
    width: 100%;
  }
}

.hero {
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 1rem 24px;
  position: relative;
  background-size: cover;
  height: 740px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .hero {
    padding-top: 0;
    height: 620px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 626px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .hero {
    height: 596px;
  }
}
.hero img.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero .btn {
  font-weight: bold;
}
.hero .container {
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hero .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .container {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .hero .container {
    width: 100%;
    padding: 0;
  }
}
.hero__head {
  height: 243px;
}
@media (max-width: 900px) {
  .hero__head {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .hero__head {
    height: 170px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 500px) {
  .hero__head {
    height: 140px;
    padding-bottom: 10px;
  }
}
.hero__head__top {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero__head__top {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.hero__head__top-text01 {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .hero__head__top-text01 {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 500px) {
  .hero__head__top-text01 {
    padding-bottom: 10px;
  }
}
.hero__head__top-sokujitu {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 393px;
  height: 90px;
  background: #ffae00;
  border: 6px solid #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #00157d;
}
@media (max-width: 768px) {
  .hero__head__top-sokujitu {
    width: 70%;
    height: 70px;
    font-size: 30px;
    line-height: 30px;
    border: 4px solid #ffffff;
  }
}
.hero__bottom {
  display: flex;
  justify-content: center;
  height: 497px;
}
@media (max-width: 900px) {
  .hero__bottom {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .hero__bottom {
    flex-wrap: wrap;
    height: 456px;
  }
}
.hero__bottom__left {
  width: 50%;
}
@media (max-width: 768px) {
  .hero__bottom__left {
    width: 100%;
  }
}
.hero__bottom__left .text-main {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .hero__bottom__left .text-main {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero__bottom__left .text-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero__bottom__left .text-main-sp {
  display: none;
}
@media (max-width: 768px) {
  .hero__bottom__left .text-main-sp {
    display: block;
    width: auto;
    height: 456px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero__bottom__left .text-main-sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .hero__bottom__left .text-fuki {
    display: none;
  }
}
.hero__bottom__right {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__bottom__right {
    width: 100%;
  }
}
.hero__bottom__right__image {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .hero__bottom__right__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero__bottom__right__image {
    display: none;
  }
}

.points {
  background: #eef8ff;
  margin-top: 163px;
  position: relative;
}
@media (max-width: 760px) {
  .points {
    margin-top: 150px;
  }
}
@media (max-width: 500px) {
  .points {
    margin-top: 100px;
  }
}
.points .bg-sky {
  background: #eef8ff;
}
.points__onestop {
  padding: 56px 0;
  margin-top: 220px;
}
@media (max-width: 900px) {
  .points__onestop {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .points__onestop {
    padding: 40px 0 0;
  }
}
@media (max-width: 500px) {
  .points__onestop {
    margin-top: 140px;
  }
}
.points__onestop .arrow {
  width: 100%;
}
.points__onestop .arrow img {
  width: 96%;
  margin: 0 atuo;
}
.points .title {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .points .title {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .points .title {
    width: 100%;
    height: auto;
    top: -10px;
    bottom: auto;
  }
}
.points .title .tab {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-table;
  width: auto;
  min-width: 710px;
  height: 198px;
  border-radius: 20px;
  bottom: -40px;
  padding: 20px 190px 20px;
  z-index: -1;
  background-image: url(../images/lp/title-tab.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1120px) {
  .points .title .tab {
    height: 160px;
    padding: 24px 80px 20px;
    background-size: contain;
    background-position-y: 5px;
  }
}
@media (max-width: 768px) {
  .points .title .tab {
    width: 96%;
    min-width: 96%;
    padding: 24px 20px 20px;
  }
}
@media (max-width: 500px) {
  .points .title .tab {
    height: 140px;
    background-image: url(../images/lp/title-tab-sp.svg);
    background-size: contain;
    background-position: center;
  }
}
.points .title .tab__title01 {
  /* 単身引っ越しムーブインスタイルなら */
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  color: #fff700;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .points .title .tab__title01 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .points .title .tab__title01 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .points .title .tab__title01 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
.points .title .tab__title02 {
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1120px) {
  .points .title .tab__title02 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .points .title .tab__title02 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .points .title .tab__title02 {
    font-size: 26px;
    line-height: 30px;
  }
}
.points .container {
  max-width: 1240px !important;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .points .container {
    width: 100%;
    padding: 0 20px;
  }
}
.points__items {
  max-width: 1267px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .points__items {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.points__item {
  width: 30%;
  max-width: 370px;
  position: relative;
}
@media (max-width: 1080px) {
  .points__item {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .points__item {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }
}
.points__item .point-image {
  max-width: 370px;
  height: 278px;
}
@media (max-width: 1330px) {
  .points__item .point-image {
    width: 260px;
    height: auto;
  }
}
@media (max-width: 1080px) {
  .points__item .point-image {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .points__item .point-image {
    width: 90%;
    margin: 0 auto;
  }
}
.points__item .point-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: 76px;
  background: #00157d;
  border-radius: 80px;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  flex-wrap: wrap;
}
@media (max-width: 1330px) {
  .points__item .point-title {
    font-size: 24px;
    padding: 0px 24px;
  }
}
@media (max-width: 768px) {
  .points__item .point-title {
    top: 40%;
    bottom: 0;
    width: 70%;
  }
}
.points__item .point-title .small {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1330px) {
  .points__item .point-title .small {
    font-size: 17px;
  }
}
.points__item:nth-child(1)::after {
  width: 50px;
  height: 84px;
  content: "";
  display: block;
  border-left: 50px solid #ffa600;
  border-top: 42px transparent solid;
  border-bottom: 42px transparent solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 105%;
}
@media (max-width: 1330px) {
  .points__item:nth-child(1)::after {
    width: 30px;
    height: 50px;
    border-left: 30px solid #ffa600;
    border-top: 25px transparent solid;
    border-bottom: 25px transparent solid;
  }
}
@media (max-width: 768px) {
  .points__item:nth-child(1)::after {
    left: 0;
    right: 0;
    margin: auto;
    top: 82%;
    transform: rotate(90deg);
  }
}
.points__item:nth-child(2)::after {
  width: 50px;
  height: 84px;
  content: "";
  display: block;
  border-left: 50px solid #ff6a00;
  border-top: 42px transparent solid;
  border-bottom: 42px transparent solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 105%;
}
@media (max-width: 1330px) {
  .points__item:nth-child(2)::after {
    width: 30px;
    height: 50px;
    border-left: 30px solid #ff6a00;
    border-top: 25px transparent solid;
    border-bottom: 25px transparent solid;
  }
}
@media (max-width: 768px) {
  .points__item:nth-child(2)::after {
    left: 0;
    right: 0;
    margin: auto;
    top: 82%;
    transform: rotate(90deg);
  }
}
.points__bottom {
  background: #fff;
  padding: 60px 0 60px;
}
@media (max-width: 500px) {
  .points__bottom {
    padding: 40px 0 40px;
  }
}
.points__bottom__title {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  color: #00157d;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1200px) {
  .points__bottom__title {
    font-size: 36px;
    line-height: 1.5em;
  }
}
@media (max-width: 500px) {
  .points__bottom__title {
    font-size: 30px;
  }
}
.points__bottom__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 500px) {
  .points__bottom__text {
    font-size: 18px;
    line-height: 2em;
  }
}
.points__bottom__kousiki {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px 10px;
}
@media (max-width: 1080px) {
  .points__bottom__kousiki {
    justify-content: center;
  }
}
.points__bottom__kousiki .kousiki-text {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  padding: 0 26px;
}
@media (max-width: 1080px) {
  .points__bottom__kousiki .kousiki-text {
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .points__bottom__kousiki .kousiki-text {
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.points__bottom__kousiki .kousiki-hiyou {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  width: 301px;
  height: 100px;
  background: #09a81b;
  border-radius: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1080px) {
  .points__bottom__kousiki .kousiki-hiyou {
    font-size: 36px;
    line-height: 1.6em;
    padding: 10px 30px;
    width: auto;
    height: 78px;
    font-size: 24px;
    min-width: 160px;
  }
}
@media (max-width: 500px) {
  .points__bottom__kousiki .kousiki-hiyou {
    font-size: 17px;
    line-height: 1.6em;
    padding: 0 6px;
    min-width: 88px;
  }
}
.points__bottom__kousiki .kousiki-daikin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  width: 301px;
  height: 100px;
  background: #ff4545;
  border-radius: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1080px) {
  .points__bottom__kousiki .kousiki-daikin {
    font-size: 36px;
    line-height: 1.6em;
    padding: 10px 30px;
    width: auto;
    height: 78px;
    font-size: 24px;
    min-width: 160px;
  }
}
@media (max-width: 500px) {
  .points__bottom__kousiki .kousiki-daikin {
    font-size: 17px;
    line-height: 1.6em;
    padding: 0 6px;
    min-width: 88px;
  }
}
.points__bottom__kousiki .kousiki-goukei {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  width: 301px;
  height: 100px;
  background: #275ec5;
  border-radius: 10px;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1080px) {
  .points__bottom__kousiki .kousiki-goukei {
    font-size: 36px;
    line-height: 1.6em;
    padding: 10px 30px;
    width: auto;
    height: 78px;
    font-size: 24px;
    min-width: 160px;
  }
}
@media (max-width: 500px) {
  .points__bottom__kousiki .kousiki-goukei {
    font-size: 17px;
    line-height: 1.6em;
    padding: 0 6px;
    min-width: 88px;
  }
}
.points__osusume {
  background-image: url(../images/lp/osusume-bg.jp);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  height: auto;
}
.points__osusume__arrow {
  width: 98%;
  height: 246px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .points__osusume__arrow {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .points__osusume__arrow {
    height: 160px;
  }
}
.points__osusume__arrow .inner {
  position: relative;
  top: 0;
  z-index: 5;
  text-align: center;
  font-weight: 900;
  font-size: 46px;
  line-height: 60px;
  padding-top: 30px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .points__osusume__arrow .inner {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .points__osusume__arrow .inner {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .points__osusume__arrow .inner {
    font-size: 17px;
    line-height: 1.6em;
    padding-top: 20px;
  }
}
.points__osusume::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 246px 48vw 0 48vw;
  border-color: #275ec5 transparent transparent transparent;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .points__osusume::after {
    border-width: 186px 48vw 0 48vw;
  }
}
@media (max-width: 500px) {
  .points__osusume::after {
    border-width: 160px 48vw 0 48vw;
  }
}
.points__osusume__box {
  padding-top: 40px;
  position: relative;
  width: 100%;
}
.points__osusume__box .image-left-item {
  position: absolute;
  left: 10%;
  bottom: 0;
}
@media (max-width: 768px) {
  .points__osusume__box .image-left-item img {
    height: 120px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.points__osusume__box .image-right-item {
  position: absolute;
  right: 10%;
  bottom: 0;
}
@media (max-width: 768px) {
  .points__osusume__box .image-right-item img {
    height: 120px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.points__osusume__list {
  display: flex;
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  row-gap: 16px;
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  .points__osusume__list {
    padding-bottom: 180px;
    gap: 6px;
  }
}
.points__osusume__list__item {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 0px;
  gap: 10px;
  width: 240px;
  height: 46px;
  background: #aadfff;
  border: 5px solid #ffffff;
  border-radius: 40px;
}
@media (max-width: 500px) {
  .points__osusume__list__item {
    width: 48%;
    font-size: 15px;
    border: 3px solid #ffffff;
    padding: 6px 0px;
  }
}
.points__osusume__case {
  background: #fff;
  padding: 60px 0;
  width: 100%;
}
@media (max-width: 500px) {
  .points__osusume__case {
    padding: 40px 0;
  }
}
.points__osusume__case .title {
  font-weight: 900;
  font-size: 40px;
  line-height: 90px;
  text-align: center;
  color: #00157d;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .points__osusume__case .title {
    margin-bottom: 0;
    font-size: 30px;
  }
}
.points__osusume__case__box {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.points__osusume__case__item {
  width: 220px;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .points__osusume__case__item {
    width: 50%;
  }
}
.points__osusume__case__item img {
  width: 90%;
  height: auto;
  margin-bottom: 25px;
}
.points__osusume__case__item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 500px) {
  .points__osusume__case__item .item-title {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.points__osusume__case__item .item-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  border-left: 16px solid #ffae00;
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.points__osusume__sokujitu .bg {
  background: #fffee5;
  padding: 50px 0;
}
.points__osusume__sokujitu .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu .title {
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
.points__osusume__sokujitu .title .sokujitu-sub {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu .title .sokujitu-sub {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu .title .sokujitu-sub {
    font-size: 22px;
    line-height: 30px;
  }
}
.points__osusume__sokujitu .title .sokujitu-bottom {
  font-weight: 700;
  font-size: 50px;
  line-height: 90px;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu .title .sokujitu-bottom {
    font-size: 36px;
    line-height: 80px;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu .title .sokujitu-bottom {
    font-size: 28px;
    line-height: 60px;
  }
}
.points__osusume__sokujitu .title .bg-orange {
  display: inline;
  padding: 4px 12px 8px;
  background: #ef6400;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  color: #ffffff;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu .title .bg-orange {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu .title .bg-orange {
    font-size: 34px;
    line-height: 50px;
  }
}
.points__osusume__sokujitu .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu .text {
    font-size: 18px;
    line-height: 2em;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu .text {
    font-size: 16px;
  }
}
.points__osusume__sokujitu__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .points__osusume__sokujitu__image {
    flex-wrap: wrap;
  }
}
.points__osusume__sokujitu__image__item {
  text-align: center;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu__image__item {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu__image__item {
    width: 100%;
  }
}
.points__osusume__sokujitu__image__item img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu__image__item img {
    width: auto;
    height: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.points__osusume__sokujitu__image__item h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  color: #00157d;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu__image__item h3 {
    font-size: 20px;
    padding-top: 10px;
  }
}
.points__osusume__sokujitu__image__arrow {
  padding: 20px 0 30px;
}
@media (max-width: 500px) {
  .points__osusume__sokujitu__image__arrow {
    width: 100%;
  }
}
.points__osusume__sokujitu__image__arrow img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .points__osusume__sokujitu__image__arrow img {
    width: 70%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 500px) {
  .points__osusume__sokujitu__image__arrow img {
    width: 60px;
    transform: rotate(90deg);
    margin: 0 auto;
    display: block;
  }
}
.points__osusume__sokujitu__bottom {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  background: #ffffff;
  border: 3px solid #ff6a00;
  border-radius: 30px;
  padding: 20px 40px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 500px) {
  .points__osusume__sokujitu__bottom {
    padding: 20px 10px;
  }
}
.points__osusume__sokujitu__bottom .bottom-title {
  font-weight: 700;
  font-size: 24px;
  color: #275ec5;
  padding-bottom: 10px;
}
.points__osusume__sokujitu__bottom .bottom-text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.system {
  padding: 70px 0 160px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .system {
    padding: 70px 0 120px;
  }
}
@media (max-width: 500px) {
  .system {
    padding: 70px 0 200px;
  }
}
.system .container {
  margin: 0 auto;
}
.system__sub-title {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .system__sub-title {
    padding-bottom: 60px;
  }
}
.system__fukidasi {
  position: relative;
  background: #ff6a00;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 64px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .system__fukidasi {
    font-size: 30px;
    padding: 20px 20px;
  }
}
.system__fukidasi::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 52px solid #ff6a00;
  border-left: 66px solid transparent;
  border-right: 66px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
}
@media (max-width: 768px) {
  .system__fukidasi::after {
    border-top: 30px solid #ff6a00;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
}
.system__fukidasi .font-small {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .system__fukidasi .font-small {
    font-size: 22px;
  }
}
.system__title {
  margin-bottom: 40px;
}
.system__title__top {
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  color: #00157d;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .system__title__top {
    font-size: 40px;
    line-height: 1.8em;
  }
}
@media (max-width: 768px) {
  .system__title__top {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.system__title__image {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .system__title__image {
    width: 90%;
    height: auto;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.system__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 60px !important;
}
@media (max-width: 500px) {
  .system__text {
    font-size: 20px;
    line-height: 2em;
  }
}
.system__image {
  width: 100%;
  max-width: 954px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .system__image {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .system__image {
    max-width: 100%;
  }
}
.system__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.system__free .container {
  position: relative;
  max-width: 924px !important;
  margin: 0 auto;
  width: 100%;
  padding-left: 100px;
}
@media (max-width: 500px) {
  .system__free .container {
    padding-left: 0;
  }
}
.system__free__pop {
  position: relative;
  width: 108px;
  height: 36px;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #00157d;
  margin: 0 auto;
  margin-bottom: 40px;
}
.system__free__pop::before {
  width: 3px;
  height: 53px;
  background: #fff600;
  content: "";
  display: block;
  transform: rotate(-25deg);
  left: -30px;
  bottom: -6px;
  position: absolute;
}
.system__free__pop::after {
  width: 3px;
  height: 53px;
  background: #fff600;
  content: "";
  display: block;
  transform: rotate(25deg);
  right: -30px;
  bottom: -6px;
  position: absolute;
}
.system__free__image {
  position: absolute;
  left: 40px;
  bottom: 0;
}
@media (max-width: 768px) {
  .system__free__image {
    left: 10px;
    bottom: -90px;
    width: 120px;
  }
}
@media (max-width: 500px) {
  .system__free__image {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -150px;
    width: 180px;
  }
}
.system__free__text01 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .system__free__text01 {
    width: 90%;
    margin: 0 auto;
  }
}
.system__free__text02 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .system__free__text02 {
    padding-left: 80px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .system__free__text02 {
    padding-left: 0;
  }
}

.cta {
  background-image: url(../images/lp/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cta {
    background-image: none;
  }
}
.cta .cta-pc {
  display: block;
}
@media (max-width: 768px) {
  .cta .cta-pc {
    display: none;
  }
}
.cta .cta-sp {
  display: none;
}
@media (max-width: 768px) {
  .cta .cta-sp {
    display: block;
  }
}
.cta__title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 0 4px;
  background-color: #00157d;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
  width: -moz-fit-content;
  width: fit-content;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1200px) {
  .cta__title {
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .cta__title {
    width: 80%;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .cta__title {
    margin-bottom: 10px;
    justify-content: center;
    font-size: 22px;
    line-height: 1em;
  }
}
@media (max-width: 420px) {
  .cta__title {
    font-size: 18px;
  }
}
.cta__title::before, .cta__title::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #00157d transparent;
  border-style: solid;
  content: "";
}
.cta__title::before {
  left: -25px;
  border-width: 42px 0px 42px 25px;
}
.cta__title::after {
  right: -25px;
  border-width: 42px 25px 42px 0px;
}
.cta__top {
  height: 260px;
  width: 100%;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 960px) {
  .cta__top {
    height: 230px;
    padding-top: 70px;
  }
}
@media (max-width: 540px) {
  .cta__top {
    height: 290px;
  }
}
.cta__top__left-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 960px) {
  .cta__top__left-image {
    width: 180px;
  }
}
@media (max-width: 870px) {
  .cta__top__left-image {
    width: 140px;
  }
}
@media (max-width: 740px) {
  .cta__top__left-image {
    width: 100px;
  }
}
@media (max-width: 540px) {
  .cta__top__left-image {
    width: 80px;
  }
}
.cta__top__left-image img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .cta__top__left-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta__top__right-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 960px) {
  .cta__top__right-image {
    width: 200px;
  }
}
@media (max-width: 870px) {
  .cta__top__right-image {
    width: 170px;
  }
}
@media (max-width: 740px) {
  .cta__top__right-image {
    width: 110px;
  }
}
@media (max-width: 540px) {
  .cta__top__right-image {
    width: 90px;
  }
}
.cta__top__right-image img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 960px) {
  .cta__top__right-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cta__bottom {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1370px) {
  .cta__bottom {
    flex-direction: column;
  }
}
.cta__bottom__left {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: calc(100% - 406px);
  background: #35d3ff;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 1370px) {
  .cta__bottom__left {
    width: 100%;
    justify-content: center;
    padding: 20px;
  }
}
@media (max-width: 860px) {
  .cta__bottom__left {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
}
.cta__bottom__left__tel {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.cta__bottom__left__tel-points {
  display: flex;
  gap: 6px;
  justify-content: center;
}
@media (max-width: 500px) {
  .cta__bottom__left__tel-points {
    gap: 4px;
  }
}
.cta__bottom__left__tel-points__item {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  height: 38px;
  background: #ffffff;
  border-radius: 60px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ff5900;
}
@media (max-width: 980px) {
  .cta__bottom__left__tel-points__item {
    font-size: 14px;
    padding: 6px 6px;
  }
}
@media (max-width: 980px) {
  .cta__bottom__left__tel-points__item {
    font-size: 12px;
  }
}
.cta__bottom__left__tel-number {
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #00157c;
  position: relative;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  color: #00157c;
}
@media (max-width: 768px) {
  .cta__bottom__left__tel-number {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 420px) {
  .cta__bottom__left__tel-number {
    font-size: 38px;
  }
}
.cta__bottom__left__tel-number a img {
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .cta__bottom__left__tel-number a img {
    max-width: 94% !important;
  }
}
.cta__bottom__left__form {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .cta__bottom__left__form {
    width: 100%;
  }
}
.cta__bottom__left__form .button__cta-form {
  width: 338px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #00157d;
  border-radius: 100px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  padding: 21px 26px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .cta__bottom__left__form .button__cta-form {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .cta__bottom__left__form .button__cta-form {
    width: auto;
    padding: 10px 20px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.6em;
    height: 70px;
  }
}
.cta__bottom__left__form .button__cta-form::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background-image: url(../images/lp/cta-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
}
.cta__bottom__left__form .button__cta-form:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.cta__bottom__right {
  width: 406px;
  min-width: 406px;
}
@media (max-width: 1370px) {
  .cta__bottom__right {
    width: 100%;
    min-width: 100%;
  }
}
.cta__bottom__right__line {
  /* line */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 34px;
  width: 100%;
  height: 150px;
  position: relative;
  background: #09a81b;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 1370px) {
  .cta__bottom__right__line {
    flex-direction: row;
    padding: 10px 10px 15px;
    height: auto;
    justify-content: center;
  }
}
@media (max-width: 1010px) {
  .cta__bottom__right__line {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .cta__bottom__right__line {
    flex-wrap: wrap;
    padding: 10px 10px 10px 10px;
  }
}
.cta__bottom__right__line .line-top {
  display: flex;
  align-items: center;
}
.cta__bottom__right__line .line-top .line-qr {
  padding: 8px 8px 0 8px;
}
.cta__bottom__right__line .line-top .line-qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta__bottom__right__line .line-top .line-qr a:hover {
  opacity: 1;
}
.cta__bottom__right__line .line-top .line-title {
  font-weight: 900;
  font-size: 28px;
  display: flex;
  align-items: baseline;
  text-align: center;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  line-height: 60px;
}
.cta__bottom__right__line .line-top .line-title .big {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 500px) {
  .cta__bottom__right__line .line-top .line-title .big {
    font-size: 40px;
  }
}
.cta__bottom__right__line .line-bottom {
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding-top: 12px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.cta__bottom__right__line .line-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}
@media (max-width: 500px) {
  .cta__bottom__right__line .line-bottom {
    display: inline;
    width: auto;
    padding: 10px 15px;
    height: auto;
    text-align: center;
  }
}
.cta .container {
  max-width: 1240px !important;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta .container {
    padding: 0 10px;
  }
}
.cta__point {
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
@media (max-width: 1080px) {
  .cta__point {
    row-gap: 7px;
    justify-content: center;
    max-width: 500px;
  }
}
@media (max-width: 960px) {
  .cta__point {
    max-width: 470px;
  }
}
@media (max-width: 768px) {
  .cta__point {
    max-width: 80%;
  }
}
@media (max-width: 540px) {
  .cta__point {
    max-width: 100%;
  }
}
.cta .cta-point-item {
  box-sizing: border-box;
  max-width: 163px;
  width: 100%;
  height: 163px;
  margin: 0 auto;
  border-radius: 50%;
}
.cta .cta-point-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .cta .cta-point-item {
    max-width: 162px;
    width: 30%;
    height: 30%;
    margin: 2px;
    max-height: 162px;
  }
}
.cta .cta-point-item-text--blue {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  /* または112% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #275ec5;
}
@media (max-width: 1080px) {
  .cta .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
.cta .cta-point-item-text--bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1080px) {
  .cta .cta-point-item-text--bold {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .cta .cta-point-item-text--bold {
    font-size: 26px;
    line-height: 32px;
  }
}
.cta__contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1080px) {
  .cta__contact {
    row-gap: 20px;
  }
}
.cta__contact__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  width: 553px;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 0px 11.6px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__contact__tel {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .cta__contact__tel {
    width: 100%;
    padding: 10px 20px;
    gap: 6px;
  }
}
@media (max-width: 420px) {
  .cta__contact__tel {
    padding: 10px 10px;
  }
}
.cta__contact__tel__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 3px solid #aadfff;
  color: #111111;
}
@media (max-width: 768px) {
  .cta__contact__tel__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 420px) {
  .cta__contact__tel__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta__contact__tel__title .orange {
  color: #ff6a00;
}
.cta__contact__tel-number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #111111;
  position: relative;
  padding-left: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta__contact__tel-number {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 420px) {
  .cta__contact__tel-number {
    font-size: 38px;
  }
}
.cta__contact__tel-number::before {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  background-image: url(../images/lp/tel-icon.png);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cta__contact__tel-note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #111111;
}
@media (max-width: 768px) {
  .cta__contact__tel-note {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .cta__contact__tel-note {
    font-size: 15px;
    line-height: 20px;
  }
}

#cta02 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  #cta02 {
    margin-top: 50px;
  }
}

.reason {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/lp/flow-bg.jpg);
  border-top: 16px solid #aadfff;
  margin-top: 96px;
}
@media (max-width: 768px) {
  .reason {
    padding-bottom: 0;
    margin-top: 70px;
  }
}
@media (max-width: 500px) {
  .reason {
    padding-top: 40px;
    margin-top: 40px;
  }
}
.reason .title {
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .reason .title {
    padding-bottom: 0;
  }
}
.reason .title .sub {
  filter: drop-shadow(0px 4px 4px #aadfff);
  padding: 0px 20px;
  position: relative;
  width: 437px;
  height: 90px;
  border-radius: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 90px;
  color: #00157d;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reason .title .sub {
    font-size: 30px;
    text-align: center;
    width: 90%;
  }
}
@media (max-width: 500px) {
  .reason .title .sub {
    font-size: 28px;
  }
}
.reason .title .sub::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 27px;
  left: 0;
  right: 0;
  margin: auto;
  top: 99%;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: solid 27px #fff;
  filter: drop-shadow(0px 4px 4px #aadfff);
}
.reason .title .main {
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 90px;
  color: #00157d;
  text-align: center;
}
@media (max-width: 768px) {
  .reason .title .main {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .reason .title .main {
    font-size: 28px;
  }
}
.reason .title .main .big {
  font-size: 90px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .reason .title .main .big {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  .reason .title .main .big {
    font-size: 50px;
  }
}
.reason ul {
  max-width: 1024px;
  margin: 0 auto;
}
.reason ul li {
  list-style: none;
}
.reason ul .list-group-item {
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0 0 0;
  color: #000000;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .reason ul .list-group-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .reason ul .list-group-item {
    padding: 20px 16px;
    margin-bottom: 30px;
  }
}
.reason ul .list-group-item-image {
  width: 300px;
  height: 300px;
  min-width: 300px;
}
.reason ul .list-group-item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  color: #00157d;
  gap: 10px;
  position: relative;
  padding-bottom: 20px;
}
.reason ul .list-group-item h3::after {
  content: "";
  width: 100%;
  height: 6px;
  background-image: url(../images/lp/reason-line.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reason ul .list-group-item h3 .number {
  /* 理由１ */
  width: 129px;
  height: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #275ec5;
  padding: 8px;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 500px) {
  .reason ul .list-group-item h3 .number {
    font-size: 28px;
  }
}
.reason ul .list-group-item h3 .number .num {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
@media (max-width: 500px) {
  .reason ul .list-group-item h3 .title-s {
    width: 100%;
    font-size: 28px;
  }
}
.reason ul .list-group-item .plain-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 768px) {
  .reason ul .list-group-item.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.service {
  background: #fbfadd;
}
.service__arrow {
  width: 100%;
  height: 120px;
  position: relative;
  padding: 140px 0 0;
}
.service__arrow::after {
  content: "";
  width: 392px;
  height: 100px;
  border-style: solid;
  border-width: 100px 48vw 0 48vw;
  border-color: #275ec5 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0%;
  z-index: 1;
}
@media (max-width: 500px) {
  .service__arrow::after {
    width: 80%;
  }
}
.service .title {
  margin: 0 auto;
}
.service .title .sub {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #00157d;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .service .title .sub {
    font-size: 26px;
    line-height: 30px;
  }
}
.service .title .main {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 48px;
  color: #00157d;
  text-align: center;
}
@media (max-width: 768px) {
  .service .title .main {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .service .title .main {
    font-size: 28px;
    line-height: 30px;
  }
}
.service__image {
  padding: 60px;
}
.service__image img {
  width: auto;
}
@media (max-width: 500px) {
  .service__image img {
    width: 82%;
  }
}
@media (max-width: 768px) {
  .service__image {
    padding: 30px;
  }
}
.service__text {
  margin-bottom: 60px;
}
.service__text .plain-text {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #000000;
}
.service__list {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.service__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  margin-bottom: 30px;
  gap: 6px;
}
@media (max-width: 768px) {
  .service__list__item {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .service__list__item {
    font-size: 22px;
  }
}
.service__list__item .bg-orange {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 12px;
  gap: 10px;
  background: #ef6400;
  font-weight: 800;
  font-size: 50px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .service__list__item .bg-orange {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .service__list__item .bg-orange {
    font-size: 26px;
  }
}
.service__illust {
  display: flex;
  justify-content: center;
  min-height: 310px;
  position: relative;
  gap: 60px;
}
@media (max-width: 768px) {
  .service__illust {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
}
.service__illust__image {
  position: relative;
  width: 288px;
  height: 310px;
}
@media (max-width: 768px) {
  .service__illust__image {
    height: 140px;
    width: 100%;
  }
}
.service__illust__image .service-bottom-image {
  width: 288px;
  height: 200px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .service__illust__image .service-bottom-image {
    width: 200px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.service__illust__circle {
  width: 282px;
  height: 282px;
  display: block;
}
@media (max-width: 768px) {
  .service__illust__circle {
    width: 100%;
    height: 200px;
  }
}
.service__illust__circle .inner {
  width: 100%;
  height: 100%;
  padding-right: 0;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  color: #ef6400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .service__illust__circle .inner {
    font-size: 22px;
    line-height: 40px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
}

.flow {
  padding-top: 110px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 60px;
  }
}
.flow .container {
  max-width: 1024px !important;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .flow .container {
    padding: 0 10px;
  }
}
.flow .title {
  font-weight: 700;
  font-size: 50px;
  color: #00157d;
  text-align: center;
}
@media (max-width: 768px) {
  .flow .title {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .flow .title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.flow__lead-text {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 90px;
  color: #000000;
  text-align: center;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .flow__lead-text {
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 50px !important;
  }
}
.flow ul {
  max-width: 1024px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 53px;
}
@media (max-width: 1330px) {
  .flow ul {
    flex-wrap: wrap;
    order: 2;
  }
}
@media (max-width: 500px) {
  .flow ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
}
.flow ul li {
  list-style: none;
}
.flow ul .list-group-item {
  width: 259px;
  height: 597px;
  padding: 0 0 80px;
  color: #000000;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
  background: #fffee4;
  border: 5px solid #aadfff;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .flow ul .list-group-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .flow ul .list-group-item {
    padding: 20px 16px 190px;
    width: 80%;
    height: auto;
    min-height: 390px;
    margin-bottom: 0;
  }
}
.flow ul .list-group-item::after {
  display: block;
  width: 32px;
  height: 52px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0px 26px 32px;
  border-color: transparent transparent transparent #aadfff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 107%;
}
@media (max-width: 500px) {
  .flow ul .list-group-item::after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 108%;
    transform: rotate(90deg);
  }
}
.flow ul .list-group-item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flow ul .list-group-item .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: #275ec5;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.flow ul .list-group-item .title-text {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  width: 100%;
}
.flow ul .list-group-item .plain-text {
  font-size: 16px;
  line-height: 1.6em;
  color: #000000;
}
.flow ul .list-group-item .flow-illust {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}
.flow ul .list-group-item .flow-illust img {
  height: 138px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.flow ul .list-group-item .flow-card {
  width: 100%;
  height: auto;
}
.flow ul .list-group-item .flow-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow ul .list-group-item .check-list {
  padding-left: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: left;
  position: relative;
}
.flow ul .list-group-item .check-list::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background-image: url(../images/lp/flow-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
}
.flow ul .list-group-item .free-circle {
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff7722;
  position: absolute;
  right: -20px;
  top: -20px;
}
.flow ul .list-group-item .free-circle .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.flow ul .list-group-item .free-circle .inner .text {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.flow ul .list-group-item:last-child::after {
  display: none;
}
.flow ul .list-group-item:nth-child(3)::after {
  top: 105%;
}
.flow__note__list {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow__note__list {
    font-size: 16px;
    line-height: 2em;
  }
}
.flow__note__list::before {
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  border-radius: 50%;
  background: #275ec5;
  position: absolute;
  top: 9px;
  left: 0;
}
.flow__note__list--blue {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
  color: #00157d;
}

.faq {
  padding-top: 80px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.11);
  overflow: hidden;
}
.faq .title {
  padding-bottom: 60px;
}
.faq .title .en {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 450;
  font-size: 40px;
  color: #275ec5;
}
@media (max-width: 500px) {
  .faq .title .en {
    font-size: 30px;
  }
}
.faq .title .jp {
  /* よくあるご質問 */
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #00157d;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 500px) {
  .faq .title .jp {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .faq .title {
    padding: 20px 0;
  }
}
.faq .accordion-button {
  color: #000;
  background-color: #aadfff;
  box-shadow: none;
  padding: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6em;
  border-radius: 10px 10px 10px 10px;
}
.faq .accordion-body {
  border: 5px solid #aadfff;
  background: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
}
@media (max-width: 500px) {
  .faq .accordion-body {
    font-size: 16px;
    padding: 15px 20px 20px;
    line-height: 1.5em;
  }
}
.faq .accordion-item {
  border: 0;
  margin-bottom: 40px;
}
.faq .accordion-button::after {
  border-color: #fff;
  background-image: none;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(132deg);
}
.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(312deg);
}
.faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #aadfff;
  box-shadow: none;
  padding: 30px;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  line-height: 1.6em;
}
@media (max-width: 500px) {
  .faq .accordion-button:not(.collapsed) {
    font-size: 18px;
    padding: 20px 20px 20px;
  }
}
.faq .text-question {
  margin-right: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: #275ec5;
}
.faq .text-answer {
  color: #ff6a00;
  font-size: 34px;
  font-weight: 700;
  margin-right: 16px;
}
@media (max-width: 500px) {
  .faq .text-answer {
    margin-right: 8px;
  }
}

.voice {
  background-image: url(../images/lp/voice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
}
.voice .bg {
  padding: 84px 0;
}
@media (max-width: 500px) {
  .voice .bg {
    padding: 34px 0;
  }
}
.voice .container {
  max-width: 1180px !important;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.voice .title {
  padding-bottom: 60px;
}
.voice .title .en {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 450;
  font-size: 40px;
  color: #275ec5;
}
@media (max-width: 500px) {
  .voice .title .en {
    font-size: 30px;
  }
}
.voice .title .jp {
  height: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #00157d;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 500px) {
  .voice .title .jp {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .voice .title {
    padding: 20px 0;
  }
}
.voice__lead-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffa600;
  text-align: center;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .voice__lead-text {
    font-size: 18px;
    margin-bottom: 40px !important;
    line-height: 1.5em;
  }
}
.voice__box {
  max-width: 1140px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .voice__box {
    gap: 8%;
  }
}
@media (max-width: 768px) {
  .voice__box {
    width: 100%;
  }
}
.voice__box__item {
  box-sizing: border-box;
  padding: 40px 36px 46px;
  width: 540px;
  height: auto;
  background: #ffffff;
  border: 5px solid #ffae00;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
@media (max-width: 1180px) {
  .voice__box__item {
    width: 46%;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .voice__box__item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .voice__box__item {
    padding: 40px 24px;
  }
}
.voice__box__item__head {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .voice__box__item__head {
    gap: 6px;
  }
}
.voice__box__item__head .face-image {
  width: 70px;
  height: 70px;
}
.voice__box__item__head h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.0008em;
  color: #275ec5;
  width: calc(100% - 70px);
}
.voice .col-md-4 {
  margin-bottom: 1.5rem;
}
.voice .gap-40 {
  gap: 40px;
}
.voice .plain-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.0008em;
}
@media (max-width: 500px) {
  .voice .plain-text {
    font-size: 16px;
  }
}
.voice .name-text {
  text-align: right;
  font-weight: 500;
}

.contact {
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .contact {
    padding-top: 40px;
  }
}
.contact .title {
  font-weight: 700;
  font-size: 50px;
  color: #00157d;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 500px) {
  .contact .title {
    font-size: 30px;
    padding: 20px 0;
  }
}
.contact .plain-text {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 30px 0 80px;
}
@media (max-width: 1080px) {
  .contact .plain-text {
    text-align: left;
    font-size: 16px;
  }
}
.contact form {
  max-width: 600px;
  margin: 0 auto;
}
.contact label {
  font-weight: 500;
  font-size: 16px;
}
.contact .require {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 0px 16px;
  position: absolute;
  height: 20px;
  background: #fb951f;
  border-radius: 3px;
  margin-left: 16px;
}
.contact .privacy {
  font-size: 16px;
}

.area {
  background-image: url(../images/lp/area-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0 0;
}
.area .title {
  font-weight: 700;
  font-size: 50px;
  color: #00157d;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 500px) {
  .area .title {
    font-size: 30px;
    padding: 10px 0 20px;
  }
}
.area__top {
  display: flex;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .area__top {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .area__top {
    gap: 30px;
  }
}
.area__top .area__map {
  padding: 0;
}
@media (max-width: 500px) {
  .area__top .area__map img {
    width: 94%;
    margin: 0 auto;
  }
}
.area__top .area__text {
  max-width: 545px;
  width: 50%;
}
@media (max-width: 768px) {
  .area__top .area__text {
    max-width: 100%;
    width: 100%;
  }
}
.area__top .area__text h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 68px;
  background: #ffffff;
  border-radius: 20px;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.1em;
  color: #275ec5;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .area__top .area__text h3 {
    width: 90%;
    font-size: 30px;
    margin: 0 auto;
  }
}
.area__top .area__text .plain-text {
  /* 当社は大東市を拠点としておりますので、 迅速に引越し作業、不用品回収の対応が可能です。 ぜひ、お気軽にご相談下さい！ */
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 60px;
}
@media (max-width: 500px) {
  .area__top .area__text .plain-text {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.area__top .area__text .area__staff {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .area__top .area__text .area__staff {
    flex-direction: column-reverse;
  }
}
.area__top .area__text .area__staff__image-box {
  width: auto;
  position: relative;
}
.area__top .area__text .area__staff__image-box .staff-image {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 12px;
  max-width: inherit !important;
}
@media (max-width: 768px) {
  .area__top .area__text .area__staff__image-box .staff-image {
    position: relative;
  }
}
@media (max-width: 500px) {
  .area__top .area__text .area__staff__image-box .staff-image {
    width: 80%;
  }
}
.area__top .area__text .area__staff__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  height: 323px;
  background: #ffffff;
  border-radius: 50%;
  /* 自社スタッフが お引越しを全力応援します！ お気軽にご連絡ください！ */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #275ec5;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .area__top .area__text .area__staff__circle {
    margin: 0 auto;
  }
}
.area__bottom {
  position: relative;
}

.company {
  text-align: center;
  padding: 60px 0 200px;
}
@media (max-width: 500px) {
  .company {
    padding: 60px 0 180px;
  }
}
.company .container {
  max-width: 1000px !important;
  width: 100%;
  margin: 0 auto;
}
.company .title {
  font-weight: 700;
  font-size: 50px;
  color: #00157d;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 500px) {
  .company .title {
    font-size: 30px;
    padding: 20px 0;
  }
}
.company__information {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .company__information {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .company__information {
    width: 100%;
  }
}
.company__information table {
  width: 100%;
  margin: 0 auto;
}
.company__information table tr {
  display: flex;
  justify-content: flex-start;
}
.company__information table th {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 188px;
  height: 64px;
  background: #eef8ff;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 768px) {
  .company__information table th {
    width: 130px;
  }
}
@media (max-width: 500px) {
  .company__information table th {
    width: 100px;
  }
}
.company__information table td {
  justify-content: center;
  padding: 0 16px 0 16px;
  width: calc(100% - 188px);
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #000;
  text-align: left;
  border-right: 1px solid #000;
  line-height: 64px;
}
@media (max-width: 768px) {
  .company__information table td {
    width: calc(100% - 130px);
  }
}
@media (max-width: 768px) {
  .company__information table td {
    width: calc(100% - 100px);
  }
}
.company__information table tr:last-child td {
  border-bottom: 1px solid #000;
}
.company__message {
  border: solid 2px #cfcfcf;
  background-color: #ebf7f9;
  text-align: left;
  padding: 60px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  background-image: url(../images/lp/flow-bg.jpg);
  border-top: 16px solid #aadfff;
  border-bottom: 16px solid #aadfff;
}
@media (max-width: 1200px) {
  .company__message {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .company__message {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .company__message {
    width: 100%;
  }
}
.company__message h2 {
  width: 100%;
  height: 60px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #00157d;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .company__message h2 {
    height: auto;
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .company__message h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.company__message h3 {
  color: #275ec5;
  text-align: center;
  font-size: 20px;
  padding: 20px 0 40px;
  font-weight: 900;
}
@media (max-width: 500px) {
  .company__message h3 {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.company__message .text p {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  line-height: 2.4em;
  font-weight: 700;
}
@media (max-width: 500px) {
  .company__message .text p {
    font-size: 16px;
    line-height: 2em;
  }
}
.company__message .text .last-text {
  text-align: center;
  font-weight: 900;
  color: #00157d;
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.6em;
}

footer {
  margin-bottom: 0;
}
footer small {
  font-size: 0.8rem;
}
footer .footer-menu {
  /* gm */
  box-sizing: border-box;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  height: 60px;
  border-top: 2px solid #aadfff;
  border-bottom: 2px solid #aadfff;
}
footer .adress-content {
  padding: 60px;
  text-align: center;
  background: transparent;
}
@media (max-width: 500px) {
  footer .adress-content {
    padding: 40px 20px;
  }
}
footer .adress-content .adress {
  font-weight: 500;
}
footer .adress-content h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.1em;
  color: #00157d;
  margin-bottom: 30px;
}
footer .copy {
  text-align: center;
  color: #fff;
  background: #275ec5;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 500px) {
  footer .copy {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.5rem;
  }
  .hero p.lead {
    font-size: 1.1rem;
  }
  .hero .btn {
    width: 100%;
  }
  .points .col-md-4 {
    width: 100%;
  }
  .flow ol .list-group-item {
    font-size: 0.95rem;
  }
  .contact form {
    padding: 0 6px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadein {
  animation: fadeInUp 0.8s ease-out both;
}

#button-return {
  position: fixed;
  bottom: -150px;
  left: 0;
  transition: bottom 0.3s ease;
  z-index: 9900;
  padding: 0;
  width: 50px;
  height: 50px;
}

#button-return.show {
  bottom: 120px;
}

a.button-return {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 9998;
  left: 0;
  bottom: 0;
  display: block;
  background: rgba(13, 110, 253, 0.39);
  padding: 10px 10px;
}
@media (max-width: 500px) {
  a.button-return {
    width: 30px;
    height: 30px;
    bottom: 120px;
  }
}
a.button-return::after {
  content: "";
  opacity: 0.9;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 12px transparent solid;
  border-left: 12px transparent solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 500px) {
  a.button-return::after {
    border-bottom: 14px solid #fff;
    border-right: 8px transparent solid;
    border-left: 8px transparent solid;
  }
}

#fix-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9998;
  padding: 0;
  width: 100%;
}

.cta-footer {
  background-image: url(../images/lp/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cta-footer__bottom {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1370px) {
  .cta-footer__bottom {
    height: 90px;
  }
}
.cta-footer__bottom__left {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: calc(100% - 406px);
  background: #35d3ff;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left {
    width: 70%;
    justify-content: center;
    padding: 8px;
  }
}
@media (max-width: 1010px) {
  .cta-footer__bottom__left {
    width: calc(100% - 120px);
    padding: 4px;
    gap: 4px;
  }
}
.cta-footer__bottom__left__tel {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left__tel {
    row-gap: 4px;
  }
}
.cta-footer__bottom__left__tel-points {
  display: flex !important;
  gap: 6px;
}
@media (max-width: 1010px) {
  .cta-footer__bottom__left__tel-points {
    display: none !important;
  }
}
.cta-footer__bottom__left__tel-points__item {
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  height: 38px;
  background: #ffffff;
  border-radius: 60px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #ff5900;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left__tel-points__item {
    padding: 4px 12px;
    height: auto;
    font-size: 13px;
    letter-spacing: 0;
    justify-content: center;
  }
}
.cta-footer__bottom__left__tel-number {
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left__tel-number .tel-number-image {
    justify-content: center;
    height: 50px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left__tel-number {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .cta-footer__bottom__left__tel-number {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 420px) {
  .cta-footer__bottom__left__tel-number {
    font-size: 38px;
  }
}
.cta-footer__bottom__left__form {
  padding: 0 10px;
}
@media (max-width: 1010px) {
  .cta-footer__bottom__left__form {
    padding: 0 0;
  }
}
.cta-footer__bottom__left__form .button__cta-form {
  width: 338px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #00157d;
  border-radius: 100px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  padding: 21px 26px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__left__form .button__cta-form {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 26px;
    padding-right: 40px;
  }
}
@media (max-width: 1010px) {
  .cta-footer__bottom__left__form .button__cta-form {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cta-footer__bottom__left__form .button__cta-form {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .cta-footer__bottom__left__form .button__cta-form {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (max-width: 420px) {
  .cta-footer__bottom__left__form .button__cta-form {
    padding: 10px 10px;
  }
}
@media (max-width: 1010px) {
  .cta-footer__bottom__left__form .button__cta-form img {
    height: 80px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cta-footer__bottom__left__form .button__cta-form::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 19px;
  background-image: url(../images/lp/cta-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
}
.cta-footer__bottom__left__form .button__cta-form:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.cta-footer__bottom__left__form .button__cta-form-sp {
  max-height: 86px;
  padding: 4px 4px 4px;
}
.cta-footer__bottom__left__form .button__cta-form-sp img {
  height: 82px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-footer__bottom__right {
  width: 406px;
  min-width: 406px;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__right {
    width: 30%;
  }
}
@media (max-width: 1010px) {
  .cta-footer__bottom__right {
    width: 120px;
    min-width: 120px;
  }
}
.cta-footer__bottom__right__line {
  /* line */
  display: flex;
  align-items: center;
  padding: 0 34px;
  width: 100%;
  height: 150px;
  position: relative;
  background: #09a81b;
  gap: 4px;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__right__line {
    flex-wrap: wrap;
    padding: 8px 10px 8px;
    height: auto;
    justify-content: center;
    height: 90px;
  }
}
@media (max-width: 1010px) {
  .cta-footer__bottom__right__line {
    padding: 0;
  }
}
.cta-footer__bottom__right__line .line-qr {
  width: 70px;
  height: 70px;
  background: #fff;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__right__line .line-qr {
    padding: 0;
    padding-left: 4px;
  }
}
.cta-footer__bottom__right__line .line-qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-footer__bottom__right__line .line-qr a:hover {
  opacity: 1;
}
.cta-footer__bottom__right__line .line-top .line-title {
  font-weight: 900;
  font-size: 28px;
  display: flex;
  align-items: baseline;
  text-align: center;
  color: #ffffff;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__right__line .line-top .line-title {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  .cta-footer__bottom__right__line .line-top .line-title {
    font-size: 17px;
  }
}
.cta-footer__bottom__right__line .line-top .line-title .big {
  font-size: 50px;
  font-weight: 900;
}
@media (max-width: 1370px) {
  .cta-footer__bottom__right__line .line-top .line-title .big {
    font-size: 40px;
  }
}
.cta-footer__bottom__right__line .line-bottom {
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding-top: 6px;
  position: relative;
}
.cta-footer__bottom__right__line .line-bottom::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
}
.cta-footer .container {
  max-width: 1240px !important;
  padding: 0 20px;
  margin: 0 auto;
}
.cta-footer__point {
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .cta-footer__point {
    max-width: 500px;
    row-gap: 4px;
    justify-content: center;
  }
}
.cta-footer .cta-point-item-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  width: 151px;
  height: 151px;
  background: linear-gradient(180deg, #fff700 0%, #ff7700 100%);
}
@media (max-width: 1080px) {
  .cta-footer .cta-point-item-inner {
    width: 154px;
    height: 154px;
  }
}
@media (max-width: 500px) {
  .cta-footer .cta-point-item-inner {
    width: 120px;
    height: 120px;
  }
}
.cta-footer .cta-point-item {
  box-sizing: border-box;
  max-width: 163px;
  width: 100%;
  height: 163px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}
@media (max-width: 1080px) {
  .cta-footer .cta-point-item {
    width: 50%;
    max-width: 170px;
    height: 170px;
    margin: 6px;
  }
}
@media (max-width: 500px) {
  .cta-footer .cta-point-item {
    width: 50%;
    max-width: 136px;
    height: 136px;
    margin: 6px;
  }
}
.cta-footer .cta-point-item-text--blue {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  /* または112% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #275ec5;
}
@media (max-width: 1080px) {
  .cta-footer .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .cta-footer .cta-point-item-text--blue {
    font-size: 22px;
    line-height: 24px;
  }
}
.cta-footer .cta-point-item-text--bold {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1080px) {
  .cta-footer .cta-point-item-text--bold {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 500px) {
  .cta-footer .cta-point-item-text--bold {
    font-size: 26px;
    line-height: 32px;
  }
}
.cta-footer__contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1080px) {
  .cta-footer__contact {
    row-gap: 20px;
  }
}
.cta-footer__contact__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
  margin: 0 auto;
  width: 553px;
  height: 264px;
  background: #ffffff;
  box-shadow: 0px 0px 11.6px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta-footer__contact__tel {
    width: 90%;
  }
}
@media (max-width: 500px) {
  .cta-footer__contact__tel {
    width: 100%;
    padding: 10px 20px;
    gap: 6px;
  }
}
@media (max-width: 420px) {
  .cta-footer__contact__tel {
    padding: 10px 10px;
  }
}
.cta-footer__contact__tel__title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 3px solid #aadfff;
  color: #111111;
}
@media (max-width: 768px) {
  .cta-footer__contact__tel__title {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 420px) {
  .cta-footer__contact__tel__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cta-footer__contact__tel__title .orange {
  color: #ff6a00;
}
.cta-footer__contact__tel-number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 77px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  color: #111111;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .cta-footer__contact__tel-number {
    font-size: 40px;
    line-height: 64px;
  }
}
@media (max-width: 420px) {
  .cta-footer__contact__tel-number {
    font-size: 38px;
  }
}
.cta-footer__contact__tel-number::before {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 35px;
  background-image: url(../images/lp/tel-icon.png);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cta-footer__contact__tel-note {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #111111;
}
@media (max-width: 768px) {
  .cta-footer__contact__tel-note {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 500px) {
  .cta-footer__contact__tel-note {
    font-size: 15px;
    line-height: 20px;
  }
}
.cta-footer .pc_only {
  display: block;
}
@media (max-width: 1010px) {
  .cta-footer .pc_only {
    display: none;
  }
}
.cta-footer .sp_only {
  display: none;
}
@media (max-width: 1010px) {
  .cta-footer .sp_only {
    display: block;
  }
}

section.contact .container .text0l {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

section.contact .container .form-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

section.contact .container .form-box .p-contact-list {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 700px !important;
}

section.contact .container .form-box .p-contact-list .p-contact-list__title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-bottom: 2px;
}

.form-box .contact-form-title {
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  padding-bottom: 2px;
  font-size: 20px;
  padding-top: 16px;
}

section.contact .container .form-box .p-contact-list .p-contact-list__data {
  width: 100%;
  text-align: left;
}

section.contact .container .form-box .p-contact-list .p-contact-list__note {
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 4px;
}

section.contact .container .form-box .p-contact-list dd {
  margin-left: 0;
}

section.contact .container .form-box .p-contact-list .required {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1px 16px;
  position: absolute;
  height: 20px;
  background: #ff6505;
  border-radius: 4px;
  margin: 0 20px;
  display: inline-block;
  position: absolute;
}

section.contact .container .form-box .p-contact-list input {
  padding: 4px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 6px;
}

section.contact .container .form-box .p-contact-list textarea {
  padding: 4px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 6px;
}

section.contact .container .form-box .p-contact-list span.mwform-tel-field {
  display: flex;
  justify-content: flex-start;
  width: 86%;
  font-size: 20px;
  align-items: center;
}

section.contact .container .form-box .p-contact-list span.mwform-zip-field {
  display: flex;
  justify-content: flex-start;
  width: 86%;
  font-size: 20px;
  align-items: center;
}

section.contact .bg .container .form-box .p-contact-list section.contact .bg .container .form-box .p-contact-list input {
  padding: 4px;
  width: auto;
}

section.contact .container .privacy-text {
  text-align: left;
  max-width: 570px !important;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.contact .container .privacy-text a {
  color: #000000;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}

section.contact .container .form-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  gap: 10px;
  width: 320px;
  background: #09a81b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  border: 0;
}

section.contact .container .form-button--back {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 0px;
  gap: 10px;
  width: 320px;
  background: #c5c5c5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto;
  position: relative;
  border: 0;
}

section.contact .container .form-button:hover {
  background-color: #72ccdb;
  transition: all 0.3s;
}/*# sourceMappingURL=template-lp.css.map */