@charset "UTF-8";

body {
  font-size: 12px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

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

/*-------------------------
  Layout
-------------------------*/
.container {
  width: 100%;
}

.wrapper {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

/*-------------------------
  header
-------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #D7F5FF;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.header__left {
  display: flex;
  place-content: center;
}


.header__logo {
  width: 127px;
  height: auto;
}

.header__btn {
  width: 137px;
  height: auto;
  margin-right: 10px;
}


/*-------------------------
  hamburger
-------------------------*/
.toggle-btn {
  position: relative;
  z-index: 1001;
  cursor: pointer;
  width: 50px;
  margin: 0;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
}

.toggle-btn-detail {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

.toggle-btn-detail:last-child {
  margin-bottom: 0;
}

.toggle-btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.toggle-btn.open span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

#navArea {
  position: fixed;
  top: 50%; 
  right: -375px; 
  width: 375px;
  height: 100%; 
  background-color: #dff6ff;
  transition: right 0.3s ease-in-out; 
  z-index: 1000; 
}

#menuText {
  font-size: 10px;
  margin: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

#navArea.open {
  left: 50%; 
  transform: translateX(-50%) translateY(-50%); 
}

.hamburger {
  margin: auto;
  width: 100%;
}

.hamburger-inner {
  width: 375px;
  margin: 0 auto;
  padding: 40px 48px;
}

.hamburger-detail {
  margin: 20px 0;
  list-style: none;
  font-size: 16px;
}

.btn-box {
  margin: auto;
  width: 100%;
  text-align: center;
}

.btn-img {
  width: 228px;
}

#navArea .toggle-btn {
  position: absolute;
  top: 10px;
  right: calc(50% - 25px); 
  transform: translateX(50%);
}

/*-------------------------
  CTA
-------------------------*/
.cta__img {
  transition: opacity 0.3s ease;
  padding: 10px 14px 24px;
  width: 100%;

  margin: 0 auto;
}

@media (hover: hover) {
  .cta__img:hover {
    content: url("../image/btn_cta_hover.svg");
  }
}

/*-------------------------
  02_fv
-------------------------*/
.fv {
  padding-top: 48px;
  background: #83E8FF;
}

/*-------------------------
  03_feature
-------------------------*/
.feature {
  background: #83E8FF;
  padding: 40px 16px;
}

.feature__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.feature__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.feature__grid-item {
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.feature__grid-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F2F2F2;
  height: 66px;
  border-radius: 4px 4px 0 0;
}

.feature__grid-item-heading {
  color: #3563B0;
  font-size: 14px;
}

.feature__grid-item-img {
  width: 100px;
  margin-top: 12px;
}

.feature__grid-item-p {
  color: #555555;
  height: 104px;
  margin: 12px 8px auto;
  text-align: left;
}

/*-------------------------
  04_result
-------------------------*/
.result {
  background: #fff;
  padding: 40px 16px;
}

.result__ttl-img {
  height: 100px;
  margin-bottom: 24px;
}

.result__condition-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.result__condition {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #3563B0;
  padding: 5px;
  border-radius: 4px;
  color: #3563B0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}

.result__condition-img {
  width: 14px;
}

.result__condition-list {
  color: inherit;
}

.result__label {
  font-weight: bold;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.result__condition-bihin {
  background-color: #E7F7FE;
}

.result__condition-shiyoukann {
  background: #D9EAFF;
}

.result__condition-ware {
  background: #F2F2F2;
}

/*-------------------------
  04_result_detail
-------------------------*/

.result__detail-container {
  padding: 24px 17px;
  border-radius: 4px;
}

.result__detail-title {
  text-align: center;
  color: #3563B0;
  font-size: 16x;
  margin-bottom: 24px;
}

.result__detail-image-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
  margin-bottom: 24px;
}

.result__detail-image-section-img {
  height: auto;
  object-fit: cover;
}

.result__detail-update-date {
  text-align: right;
  font-size: 10px;
  color: #666;
  margin-bottom: 4px;
}

.result__detail-pricing-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.result__detail-price-card {
  border-radius: 4px;
  border: 1px solid #3563B0;
  background: #FFF;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 5px 0;
  font-size: 8px;
  font-weight: bold;
}

.result__detail-price {
  font-size: 14px;
  color: #d9534f;
  font-weight: bold;
}

.result__detail-note {
  font-size: 10px;
  margin-top: 8px;
}


/*-------------------------
  05_problem
-------------------------*/
.problem {
  background-color: #F2F2F2;
}

.problem__ttl_img {
  padding-top: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.problem__img {
  padding: 24px 32px 22px 32px;
}

.problem__img01 {
  padding: 24px 52px 22px 52px;
}

.problem__img02 {
  padding: 0px 16px 22px 16px;
}

.problem__img {
  padding: 0px 16px 22px 16px;
}

.problem__img03 {
  padding: 0px 64px 22px 64px;
}

.problem__img04 {
  padding: 0px 76px 22px 76px;
}

.triangle-container {
  width: 100%;
  background: #83E8FF;
  text-align: center;
}

.triangle {
  display: block;
  max-width: 375px;
  width: 100%;
  height: 0;
  padding-bottom: 43px;
  background-color: #F2F2F2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

/*-------------------------
  06_solution
-------------------------*/
.solution {
  background: #83E8FF;
  padding: 40px 16px;
}

.solution__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.solution__ThreePoints {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 20px;
}

.solution__ThreePoints-box {
  background-color: #ffffff;
  border: 1px solid #3563B0;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.solution__ThreePoints-box-icon {
  width: 40px;
}

.solution__ThreePoints-box-content {
  text-align: left;
}

.solution__ThreePoints-box-heading {
  font-size: 16px;
  color: #FF7171;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 70%, #FFFABB 70%);
  margin-bottom: 8px;
}

/*-------------------------
  07_reason
-------------------------*/
.reason {
  background: #CFEFFF;
  padding: 40px 16px;
}

.reason__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.reason__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.reason__grid-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FF7171;
  border-radius: 4px 4px 0 0;
  padding: 12px 8px;
  gap: 4px;
}

.reason__grid-title-number {
  width: 24px;
  height: 24px;
}

.reason__grid-item {
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
}

.reason__grid-item-heading {
  color: #fff;
  font-size: 14px;
}

.reason__grid-detail-img {
  width: 100px;
  margin-top: 12px;
}

.reason__grid-detail-text {
  color: #555555;
  height: 104px;
  margin: 12px 8px auto;
  text-align: left;
}

/*-------------------------
  08_voice
-------------------------*/
.voice {
  background: #83E8FF;
  padding: 40px 16px;
}

.voice__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.voice__testimonial-box {
  display: flex;

  flex-direction: column;
  gap: 12px;
}

.voice__testimonial {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.voice__testimonial-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.voice__testimonial-content {
  width: 100%;
  position: relative;
  padding: 12px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.voice__testimonial-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;

}

.voice__testimonial-content-text {
  font-size: 14px;
  line-height: 1.5;
}

.voice__highlight {
  color: #ff6a6a;
  font-weight: bold;
}

.voice__author {
  font-size: 12px;
  color: #555;
  text-align: right;
}

/*-------------------------
  09_flow
-------------------------*/
.flow {
  background: #CFEFFF;
  padding: 40px 16px;
}

.flow__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.flow__grid-item {
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  margin: auto 16px;
}

.flow__grid-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 4px 4px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.flow__grid-title-img {
  width: 24px;
  margin-bottom: 6px;
}

.flow__grid-text-img {
  width: 160px;
  margin-top: 12px;
}

.flow__grid-item-heading {
  color: #FF7171;
  font-size: 20px;
}

.flow__grid-item-text {
  color: #555555;
  padding: 12px 16px 20px;
  text-align: left;
}

.flow__arrow {
  width: 100%;
  text-align: center;
}

.flow__arrow-img {
  width: 30px;
  margin: 12px auto;
}

/*-------------------------
  10_cpi
-------------------------*/
.cpi {
  background: #83E8FF;
  padding: 40px 16px;
  text-align: center;
}

.cpi__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.cpi__ban {
  max-width: 375px;
}

.cpi__top {
  margin-bottom: 12px;
  max-width: 375px;
}

/*-------------------------
  11_qa
-------------------------*/
.qa {
  background: #F2F2F2;
  padding: 40px 16px;
}

.qa__ttl {
  height: 100px;
  margin-bottom: 24px;
}

.qa__condition-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.qa__condition {
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid #3563B0;
  padding: 5px;
  border-radius: 4px;
  color: #3563B0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  background-color: #CFEFFF;
  height: 140px;
  padding: 12px 6px;
}

@media (hover: hover) {
  .qa__condition:hover {
    background: #3563B0;
    color: #FFF;
  }

  .qa__condition:hover .icon_conditions {
    content: url("../image/11_qa_01_blue.svg");
  }

  .qa__condition:hover .icon_rock {
    content: url("../image/11_qa_02_blue.svg");
  }

  .qa__condition:hover .icon_price {
    content: url("../image/11_qa_03_blue.svg");
  }

  .qa__condition:hover .qa__condition-icon-img {
    content: url("../image/arrow_down_white.svg");
  }
}

.qa__condition-icon-img {
  width: 14px;
  margin-bottom: 4px;
  transition: 0.3s ease;
}

.qa__condition-img {
  width: 20px;
  transition: 0.3s ease;
}




.condition-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}

.condition-list a {
  text-decoration: none;
  color: inherit;
}

.qa__label {
  font-weight: bold;
  font-size: 16px;

  line-height: 150%;
  text-decoration: none;
}

/*-------------------------
  faq
-------------------------*/
.faq-container {
  display: flex;
  padding: 24px 14px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 24px;
}

.faq-container:last-child {
  margin-bottom: 0px;
}

.faq-header {
  color: #3563B0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.faq-header-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}

.faq-item {
  font-size: 12px;
  width: 100%;
}

.faq-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.faq-item {
  margin-bottom: 10px;
}


.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background: #CFEFFF;
  padding: 12px 8px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.faq-question-inner {
  display: flex;
  align-items: center;
}

.faq-question span {
  display: flex;
}

@media (hover: hover) {
  .faq-question:hover {
    background: #d9efff;
  }
}

.faq-question .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.faq-question .toggle-icon::after {
  content: '+';
  font-size: 14px;
}

.faq-question.expanded .toggle-icon::after {
  content: '-';
  font-size: 14px;
}

.faq-answer {
  display: none;
  padding: 10px 8px;
}

.faq-answer.expanded {
  display: block;
}

.faq-answer {
  display: none;
  padding: 12px;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  border-right: 2px solid #CFEFFF;
  border-bottom: 2px solid #CFEFFF;
  border-left: 2px solid #CFEFFF;
  background: #fff;
}

/*-------------------------
  fixedCTA
-------------------------*/
.fixedCTA {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}

/*-------------------------
  footer
-------------------------*/
.footer {
  background: #E7F7FE;
  padding: 40px 16px;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__logo-img {
  width: 140px;
  margin-bottom: 24px;
}

.footer__menu {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu-detail {
  margin: 10px 0;
}

.footer__menu a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer__menu a::before {
  content: '\203A';
  color: #3563B0;
  font-size: 18px;
}

/*-------------------------
  Copyright
-------------------------*/
.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3563B0;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 70px;
}