@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
section,
div,
p,
span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.custom-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

@media (max-width: 600px) {
  .custom-container {
    padding: 15px;
  }
}
h1 {
  margin: 0;
}

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

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

.image img {
  max-width: 100%;
  margin: 0 auto;
}

header .header-menu {
  height: 90px;
  width: 100%;
  background: #fff;
}
@media (max-width: 768px) {
  header .header-menu {
    height: 140px;
  }
}
@media (max-width: 576px) {
  header .header-menu {
    height: auto;
  }
}
header .header-menu .container {
  max-width: 1000px;
  width: 100%;
  height: 100%;
}
header .header-menu .container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (max-width: 1024px) {
  header .header-menu .container .wrapper {
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  header .header-menu .logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    padding-right: 10px;
  }
}
header .header-menu .buttons {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
header .header-menu .buttons .button-tel {
  box-shadow: 4px 5px #ca1a46;
  border-radius: 10px;
}
header .header-menu .buttons .button-tel:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 768px) {
  header .header-menu .buttons .button-tel img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .header-menu .buttons .button-line {
  box-shadow: 4px 5px #186f32;
  border-radius: 10px;
}
header .header-menu .buttons .button-line:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 768px) {
  header .header-menu .buttons .button-line img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
header .main-visual-bg {
  background: url("../images/mv-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1101px) {
  header .main-visual-bg {
    height: auto;
  }
}
@media (max-width: 768px) {
  header .main-visual-bg {
    background-image: none;
    height: auto;
  }
}
header .main-visual-bg .custom-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
header .main-visual-image {
  display: block;
}
header .main-visual-image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 1131px) {
  header .main-visual-image img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .main-visual-image img {
    height: auto;
  }
}

.cta .cta-head {
  width: 100%;
  height: 350px;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media (max-width: 1131px) {
  .cta .cta-head {
    padding: 10px 0 0;
    height: auto;
  }
}
.cta .cta-head img {
  max-width: 1000px;
  margin: 0 auto;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1131px) {
  .cta .cta-head img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cta .cta-buttons {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cta .cta-buttons {
    padding: 0 10px;
  }
}
.cta .cta-buttons .button-tel {
  box-shadow: 3px 4px #ca1a46;
  border-radius: 10px;
}
.cta .cta-buttons .button-tel:hover {
  box-shadow: none;
  position: relative;
  top: 3px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-tel {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-tel img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .cta-buttons .button-mail {
  box-shadow: 3px 4px #0079c4;
  border-radius: 10px;
}
.cta .cta-buttons .button-mail:hover {
  box-shadow: none;
  position: relative;
  top: 3px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-mail {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-mail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .cta-buttons .button-line {
  box-shadow: 3px 4px #186f32;
  border-radius: 10px;
}
.cta .cta-buttons .button-line:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  .cta .cta-buttons .button-line {
    width: 33.333%;
  }
}
.cta .cta-buttons .button-line img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.area .custom-container {
  padding: 0 0 !important;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1131px) {
  .area .custom-container img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.companions {
  margin-top: 36px;
}
.companions .bg {
  background-image: url(../images/bg-companions.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 10px 90px;
}
@media (max-width: 768px) {
  .companions .bg {
    background-image: url(../images/sp/companion-bg.png);
    padding: 40px 10px 40px;
  }
}
.companions .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .companions .bg .section-title {
    margin-bottom: 40px;
  }
}
.companions .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .companions .bg .section-title img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.companions .bg .box {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
  display: flex;
  background-image: url(../images/companion-box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px 48px;
  margin-bottom: 50px;
}
@media (max-width: 1131px) {
  .companions .bg .box {
    padding: 10px 18px 18px;
  }
}
@media (max-width: 578px) {
  .companions .bg .box {
    margin-bottom: 24px;
  }
}
.companions .bg .box .row {
  gap: 0;
  margin-top: 8px;
}
@media (max-width: 1131px) {
  .companions .bg .box .row .girl-card {
    width: 33.333%;
    padding: 0px 4px;
    margin-top: 8px;
  }
}
.companions .bg .box .row .girl-card img {
  border-radius: 0;
}
.companions .bg .text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.companions .bg .text p {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 578px) {
  .companions .bg .text p {
    font-size: 18px;
    line-height: 1.4;
  }
}

.about .bg {
  background-image: url(../images/about-bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0 90px;
}
@media (max-width: 578px) {
  .about .bg {
    padding: 40px 0 40px;
  }
}
.about .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
.about .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .about .bg .section-title img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about .bg .image {
  margin-bottom: 64px;
}
@media (max-width: 578px) {
  .about .bg .image {
    margin-bottom: 24px;
  }
}
.about .bg .text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.about .bg .text p {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.769;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 578px) {
  .about .bg .text p {
    font-size: 15px;
    line-height: 1.533;
  }
}

.situations {
  margin-top: 36px;
}
@media (max-width: 578px) {
  .situations {
    margin-top: 0;
  }
}
.situations .bg {
  background-image: url(../images/situation-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 90px 0 90px;
}
@media (max-width: 1131px) {
  .situations .bg {
    padding: 64px 16px 20px;
  }
}
.situations .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 578px) {
  .situations .bg .section-title {
    margin-bottom: 40px;
  }
}
.situations .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .situations .bg .section-title img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.situations .bg .box {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
  background: #fff;
  padding: 48px 48px;
  margin-bottom: 50px;
  border-radius: 20px;
}
@media (max-width: 1131px) {
  .situations .bg .box {
    padding: 25px 0px 8px;
  }
}
.situations .bg .box h3 {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(75, 184, 228);
  line-height: 1.111;
  text-align: center;
  font-weight: 900;
  margin-bottom: 46px;
}
@media (max-width: 578px) {
  .situations .bg .box h3 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.situations .bg .box .text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 46px;
  font-weight: 700;
}
@media (max-width: 578px) {
  .situations .bg .box .text {
    margin-bottom: 18px;
  }
}
.situations .bg .box .text p {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.333;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 578px) {
  .situations .bg .box .text p {
    font-size: 15px;
  }
}
.situations .bg .box .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.situations .bg .box .row .card {
  width: 50%;
  border: 0;
  padding: 0 8px 24px;
}
@media (max-width: 578px) {
  .situations .bg .box .row .card {
    width: 48%;
    padding: 0 8px 8px;
  }
}
.situations .bg .box .row .card .caption {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.88;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 578px) {
  .situations .bg .box .row .card .caption {
    font-size: 14px;
  }
}
.situations .bg .box .row .card img {
  border-radius: 0;
}

.price {
  margin-top: 36px;
}
.price .bg {
  background-image: url(../images/bg-price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 10px 90px;
}
@media (max-width: 578px) {
  .price .bg {
    padding: 40px 10px 40px;
  }
}
.price .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 576px) {
  .price .bg .section-title {
    margin-bottom: 32px;
  }
}
.price .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .price .bg .section-title img {
    width: auto;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .price .bg .section-title img {
    width: auto;
    height: 62px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.price .bg .box {
  width: 100%;
  max-width: 914px;
  margin: 0 auto;
  background: #fff;
  padding: 26px 20px 32px;
  margin-bottom: 50px;
  border-radius: 20px;
}
@media (max-width: 578px) {
  .price .bg .box {
    margin-bottom: 10px;
    padding: 26px 20px 20px;
  }
}
.price .bg .box h3 {
  font-size: 30px;
  font-family: "Hiragino Kaku Gothic Std";
  color: rgb(255, 255, 255);
  line-height: 1.333;
  text-align: center;
  background: #79d5f8;
  padding: 16px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 578px) {
  .price .bg .box h3 {
    font-size: 14px;
    padding: 4px;
    margin-bottom: 30px;
  }
}
.price .bg .box h3::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #00a0e9;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
@media (max-width: 578px) {
  .price .bg .box h3::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #00a0e9;
    bottom: -10px;
  }
}
.price .bg .box .text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 46px;
}
@media (max-width: 578px) {
  .price .bg .box .text {
    margin-bottom: 20px;
  }
}
.price .bg .box .text p {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.333;
  text-align: center;
  font-weight: 600;
}
.price .bg .box .text .free {
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.111;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 578px) {
  .price .bg .box .text .free {
    font-size: 15px;
  }
}
.price .bg .box .text .coution {
  font-size: 28px;
}
@media (max-width: 578px) {
  .price .bg .box .text .coution {
    font-size: 14px;
  }
}
.price .bg .box .text .price-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(245, 46, 127);
  line-height: 1.333;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .price .bg .box .text .price-box {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .price .bg .box .text .price-box {
    font-size: 15px;
    margin-bottom: 0;
    height: 32px;
  }
}
.price .bg .box .text .price-box .text-small {
  line-height: 40px;
}
.price .bg .box .text .price-box .text-price {
  font-size: 50px;
  line-height: 50px;
  padding: 0 6px;
}
@media (max-width: 768px) {
  .price .bg .box .text .price-box .text-price {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .price .bg .box .text .price-box .text-price {
    font-size: 23px;
  }
}
.price .bg .box .row {
  display: flex;
  flex-wrap: wrap;
}
.price .bg .box .row .card {
  width: 50%;
  border: 0;
  padding: 0 8px 24px;
}
.price .bg .box .row .card .caption {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  line-height: 1.667;
  text-align: center;
  font-weight: 600;
}
.price .bg .box .row .card img {
  border-radius: 0;
}

.reason .bg {
  background-image: url(../images/reason-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 0 60px;
}
@media (max-width: 578px) {
  .reason .bg {
    padding: 40px 0 60px;
  }
}
.reason .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 578px) {
  .reason .bg .section-title {
    margin-bottom: 20px;
  }
}
.reason .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .reason .bg .section-title img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.reason .bg .box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 26px 20px 32px;
  margin-bottom: 50px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 578px) {
  .reason .bg .box {
    margin-bottom: 0;
    padding: 0 0 0;
  }
}
.reason .bg .box .card-reason {
  width: 311px;
  min-height: 513px;
  position: relative;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 26px;
  display: block;
  height: auto;
  box-shadow: 4px 5px rgba(202, 26, 70, 0.4);
}
.reason .bg .box .card-reason .number {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cbf3ff;
  border-radius: 20px 0 0 0;
  width: 110px;
  height: 110px;
  font-size: 58px;
  font-family: futura-pt, sans-serif;
  color: rgb(50, 179, 234);
  z-index: 5;
}
.reason .bg .box .card-reason .inner {
  padding: 50px 20px 20px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.reason .bg .box .card-reason .inner .ttl {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(245, 46, 127);
  line-height: 1.231;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 900;
  padding-left: 50px;
  min-height: 96px;
}
@media (max-width: 578px) {
  .reason .bg .box .card-reason .inner .ttl {
    min-height: inherit;
  }
}
.reason .bg .box .card-reason .inner .text p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(34, 34, 34);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 16px;
  min-height: 110px;
}

.flow .bg {
  background: #fffbbc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 90px 0 90px;
}
@media (max-width: 768px) {
  .flow .bg {
    padding: 64px 0 0;
    margin-bottom: 0;
  }
}
@media (max-width: 578px) {
  .flow .bg {
    padding: 40px 0 0;
  }
}
.flow .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 578px) {
  .flow .bg .section-title {
    margin-bottom: 40px;
  }
}
.flow .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .flow .bg .section-title img {
    width: 76%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.flow .bg .box-flow {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 26px 20px 32px;
  margin-bottom: 50px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .flow .bg .box-flow {
    padding: 26px 0 0;
    margin-bottom: 0;
  }
}
.flow .bg .box-flow::before {
  width: 28px;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  left: 54px;
  top: -20px;
  z-index: 1;
  background-image: url(../images/flow-line.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .flow .bg .box-flow::before {
    width: 14px;
    height: 90%;
    left: 28px;
    background-image: url(../images/flow-line.png);
    background-size: 100% 90%;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow::before {
    width: 14px;
    height: 100%;
    left: 10px;
    background-image: url(../images/flow-line.png);
    background-size: 100% 90%;
  }
}
@media (max-width: 768px) {
  .flow .bg .box-flow {
    padding: 26px 0 32px;
  }
}
.flow .bg .box-flow .item {
  width: 100%;
  display: flex;
  margin-bottom: 26px;
  height: auto;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}
@media (max-width: 1000px) {
  .flow .bg .box-flow .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item {
    margin-bottom: 20px;
  }
}
.flow .bg .box-flow .item .number {
  width: 130px;
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .number {
    width: 108px;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .number {
    width: 20px;
  }
}
.flow .bg .box-flow .item .number .number-text {
  font-size: 64px;
  font-family: futura-pt, sans-serif;
  color: rgb(80, 192, 233);
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 92px;
  height: 92px;
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .number .number-text {
    width: 68px;
    height: 68px;
    font-size: 48px;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .number .number-text {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
}
.flow .bg .box-flow .item .text {
  max-width: 590px;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 1000px) {
  .flow .bg .box-flow .item .text {
    width: auto;
    padding-right: 12px;
  }
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .text {
    padding-right: 8px;
    text-align: left;
    width: auto;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .text {
    width: 190px;
    max-width: 190px;
  }
}
.flow .bg .box-flow .item .text .ttl {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .text .ttl img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .text .ttl img {
    height: 22px;
    width: auto;
  }
}
.flow .bg .box-flow .item .text p {
  font-size: 26px;
  font-family: "Noto Sans JP";
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.538;
  text-align: left;
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .text p {
    font-size: 28px;
    line-height: 1.214;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .text p {
    font-size: 14px;
  }
}
.flow .bg .box-flow .item .image {
  min-width: 170px;
}
@media (max-width: 1000px) {
  .flow .bg .box-flow .item .image {
    width: 171px;
    height: 171px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .flow .bg .box-flow .item .image {
    width: 171px;
    height: 171px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 578px) {
  .flow .bg .box-flow .item .image {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-top: 40px;
  }
}
.flow .bg .box-flow .item .image img {
  width: 100%;
  height: auto;
}

.faq .bg {
  background: #7ad0ea;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 0 90px;
}
@media (max-width: 578px) {
  .faq .bg {
    padding: 40px 0 40px;
  }
}
.faq .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
  font-family: futura-pt, sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.01;
  text-align: center;
  font-size: 120px;
}
@media (max-width: 578px) {
  .faq .bg .section-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
.faq .bg .section-title .small {
  font-size: 80px;
}
@media (max-width: 578px) {
  .faq .bg .section-title .small {
    font-size: 30px;
  }
}
.faq .accordion-item {
  margin-bottom: 20px;
}
.faq .accordion-item .button.accordion-button {
  border-radius: 6px !important;
  background-color: rgb(255, 255, 255);
  font-size: 32px;
  color: rgb(67, 174, 222);
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 578px) {
  .faq .accordion-item .button.accordion-button {
    font-size: 15px;
  }
}
.faq .accordion-item button.accordion-button {
  border-radius: 6px !important;
  background-color: rgb(255, 255, 255);
  font-size: 32px;
  color: rgb(67, 174, 222);
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
  border: 0;
}
@media (max-width: 578px) {
  .faq .accordion-item button.accordion-button {
    font-size: 15px;
  }
}
.faq .accordion-item .accordion-body {
  color: #fff;
}
.faq .accordion-item .accordion-collapse.collapse.show {
  background: rgb(67, 174, 222);
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-family: "Noto Sans JP";
  line-height: 1.333;
  text-align: left;
}
@media (max-width: 578px) {
  .faq .accordion-item .accordion-collapse.collapse.show {
    font-size: 14px;
  }
}

.company .bg {
  background: #eef4f4;
  width: 100%;
  padding: 64px 0 90px;
}
@media (max-width: 578px) {
  .company .bg {
    padding: 40px 0 40px;
  }
}
.company .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
  font-size: 56px;
}
@media (max-width: 578px) {
  .company .bg .section-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.company .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .company .bg .section-title img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company .bg .box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px 80px;
  margin-bottom: 100px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 578px) {
  .company .bg .box {
    padding: 60px 20px 40px;
    margin-bottom: 40px;
  }
}
.company .bg .box .image {
  margin-bottom: 40px;
}
.company .bg .box .text {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}
.company .bg .box .text p {
  font-size: 24px;
  font-family: "Noto Sans JP";
  color: rgb(34, 34, 34);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 578px) {
  .company .bg .box .text p {
    font-size: 14px;
    line-height: 1.429;
  }
}
.company .bg .profile {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.company .bg .profile p {
  font-size: 24px;
  font-family: "Noto Sans JP";
  color: rgb(34, 34, 34);
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 578px) {
  .company .bg .profile p {
    font-size: 14px;
    line-height: 1.429;
  }
}

.form .bg {
  background: #fffbbc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 64px 0 90px;
}
.form .bg .section-title {
  text-align: center;
  margin-bottom: 64px;
}
.form .bg .section-title img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1131px) {
  .form .bg .section-title img {
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.form .bg .form {
  min-height: 400px;
}

#fix-cta {
  position: fixed;
  bottom: -172px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease;
  z-index: 9999;
  padding: 16px 10px;
}
#fix-cta .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#fix-cta .buttons .button-tel {
  box-shadow: 4px 5px #ca1a46;
  border-radius: 10px;
}
#fix-cta .buttons .button-tel:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  #fix-cta .buttons .button-tel {
    height: auto;
    width: 50%;
    max-width: 321px;
  }
}
#fix-cta .buttons .button-tel img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#fix-cta .buttons .button-mail {
  box-shadow: 4px 5px #0079c4;
  border-radius: 10px;
}
#fix-cta .buttons .button-mail:hover {
  box-shadow: none;
  position: relative;
  top: 4px;
  transition: 0.1s;
}
@media (max-width: 1024px) {
  #fix-cta .buttons .button-mail {
    height: auto;
    width: 50%;
    max-width: 321px;
  }
}
#fix-cta .buttons .button-mail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#fix-cta.show {
  bottom: 0;
}

[data-sr] {
  will-change: transform, opacity;
}

.faq-section {
  margin-top: 60px;
}

.faq-item {
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
  border-radius: 6px !important;
  background-color: rgb(255, 255, 255);
  font-size: 32px;
  color: rgb(67, 174, 222);
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
  border: 0;
  padding: 20px 16px;
  position: relative;
}
@media (max-width: 578px) {
  .faq-question {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.faq-question::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #50c0e9;
  border-bottom: 0;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.5s;
}
@media (max-width: 578px) {
  .faq-question::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #50c0e9;
  }
}

.faq-item.open .faq-question::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #50c0e9;
  border-bottom: 0;
  position: absolute;
  right: 20px;
  transition: transform 0.5s;
  transform: rotate(180deg);
}
@media (max-width: 578px) {
  .faq-item.open .faq-question::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #50c0e9;
  }
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #fff;
  line-height: 1.6;
  font-size: 30px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  padding-left: 1em;
}
@media (max-width: 578px) {
  .faq-answer {
    font-size: 15px;
  }
}

.faq-item.open .faq-answer {
  opacity: 1;
  display: block;
}

form {
  text-align: left;
  font-size: 1.2rem;
}
form button {
  background: orange;
  font-size: 2.5rem;
}

form .amount{
  width: 30%;
  margin-right: 1rem;
}

footer {
  padding: 80px 0 0;
  text-align: center;
  border-bottom: 20px #84d5f8 solid;
  margin-bottom: 172px;
}
@media (max-width: 578px) {
  footer {
    margin-bottom: 100px;
  }
}
.custom-container img{
  margin: 5% auto;
}
/*# sourceMappingURL=style.css.map */