@charset "UTF-8";
html, body, .wrap {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  background-color: #daecf6;
  font: Noto;
}

p {
  margin: 0;
}

img {
  width: 100%;
}

.wrap {
  max-width: 856px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .wrap {
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

a:hover {
  opacity: 0.5;
}

/* ビューポートに入ったときに適用されるクラス */
.visible {
  opacity: 1;
  transform: translateY(0);
}

header {
  height: var(--header-height);
  margin: 0 auto;
  background-color: white;
  border-bottom: solid 2px #00768A;
  max-width: 856px;
}
header .inner-box {
  padding: 2% 2.5%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header h1 {
  width: 40%;
  margin: 0;
}
header .cta-header {
  width: 40%;
}

footer {
  background-color: white;
}
footer p {
  text-align: center;
  font-size: clamp(16px, 2vw, 32px);
  padding: 5% 0;
}

.footer-cta {
  max-width: 856px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
  display: none;
}
.footer-cta .footer-cta-title {
  background-color: #005bd2;
  padding: 2% 4%;
}
.footer-cta ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
}
.footer-cta ul li {
  display: flex;
  align-items: stretch;
}
.footer-cta ul li a {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  min-height: 70px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: clamp(12px, 2vw, 18px);
  line-height: 1.4;
  box-sizing: border-box;
  flex-direction: column;
  gap: 4px;
}
.footer-cta ul li img {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-cta ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
  flex-shrink: 1;
  font-size: clamp(11px, 1.8vw, 16px);
}
.footer-cta ul li:first-child {
  background-color: #1EA2E7;
}
.footer-cta ul li:first-child img {
  width: 80%;
  max-width: 100%;
}
.footer-cta ul li:nth-child(2) {
  background-color: #03479D;
}
.footer-cta ul li:last-child {
  background-color: #00D508;
}
.footer-cta ul li:last-child img {
  width: 60%;
  max-width: 100%;
}

#keyvisual {
  margin: 0;
  background-color: #1EA2E7;
}
#keyvisual h2, #keyvisual h3 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.menu {
  background-color: white;
  padding: 8% 2%;
}
.menu .inner-box h2 {
  width: 64%;
  margin: 0 auto;
}
.menu .inner-box ul {
  margin: 4% auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  list-style: none;
  width: 100%;
}
.menu .inner-box ul li {
  margin: 0;
  text-align: center;
  display: table;
  justify-content: center;
  align-items: center;
  background-color: #1EA2E7;
  border: double 6px white;
}
.menu .inner-box ul li a {
  display: block;
  width: 100%;
  height: 10vh;
  color: white;
  font-weight: bold;
  font-size: clamp(18px, 4vw, 36px);
  text-decoration: unset;
  background-image: url(../img/menu-bg.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 5%;
}
.menu .inner-box ul li a small {
  font-size: clamp(11px, 3vw, 22px);
}
.menu .inner-box ul li:nth-child(2) {
  padding-top: 3vh;
}
.menu .inner-box ul li:first-child {
  padding-top: 3vh;
}
.menu .inner-box ul li:nth-child(3) a, .menu .inner-box ul li:nth-child(4) a {
  line-height: 10vh;
  padding-bottom: 1vh;
}

#point {
  background-color: #FAF6EA;
  padding: 8% 2%;
  background-image: url(../img/point-footer.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
#point .inner-box h2 {
  width: 64%;
  margin: 0 auto;
}
#point .inner-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4%;
  list-style: none;
  margin: 8% 2%;
  padding: 0;
}
#point .inner-box ul li {
  margin: 0;
  display: flex;
  border-bottom: solid 1px #727272;
  padding-bottom: 16%;
}
#point .inner-box ul li:nth-child(3), #point .inner-box ul li:last-child {
  border: unset;
}
#point .inner-box p {
  width: 45%;
  margin: 0 auto;
  padding-top: 8%;
}

.point-footer {
  background-color: white;
  margin-bottom: -2%;
}

#member {
  background-color: #E6F6FF;
  padding: 8% 4%;
}
#member .inner-box h2 {
  width: 90%;
  margin: 0 auto;
}
#member .member-box01 {
  background-color: white;
  border: solid 2px #B20000;
  padding: 2%;
  margin: 5% 0;
}
#member .member-box01 p {
  font-size: clamp(14px, 3vw, 28px);
  font-weight: middle;
  margin: 5% 0;
}
#member .member-box01 p span {
  color: #B20000;
  font-weight: bold;
}
#member .member-box02 {
  background-color: white;
  border: dotted 3px #03479D;
  padding: 2%;
  width: 94%;
  margin: 0 auto;
  margin-top: 5%;
}
#member .member-box02 p {
  font-size: clamp(14px, 3vw, 28px);
  font-weight: middle;
  margin: 5% 0;
}
#member .member-box02 p span {
  color: #00768A;
  font-weight: bold;
}

#voice {
  background-color: #FAF6EA;
  padding-bottom: 2%;
}
#voice h2 {
  margin: 0;
  padding: 0;
}
#voice h2 img {
  width: 100%;
}
#voice .voice-google {
  width: 80%;
  margin: 0 auto;
}
#voice .inner-box {
  margin: 6% 2%;
  padding: 4% 0;
  background: white;
}
#voice .inner-box h3 {
  color: #00768A;
  font-size: clamp(23px, 3vw, 62px);
  padding: 0 4%;
}
#voice .inner-box h4 {
  font-size: clamp(21px, 3vw, 42px);
  padding: 0 4%;
}
#voice .inner-box .voice-img {
  width: 80%;
  margin: 4% auto;
}
#voice .inner-box p {
  font-size: clamp(12px, 3vw, 24px);
  padding: 0 4%;
}
#voice .inner-box .voice-message {
  width: 90%;
  margin: 4% auto;
}

.voice-cta {
  background-color: white;
  padding: 6% 2%;
  margin: 0;
}
.voice-cta .voice-cta-bottom {
  margin-top: 6%;
}

.faq {
  background-color: white;
  padding: 10% 2%;
}
.faq h2 {
  width: 60%;
  margin: 0 auto;
}
.faq dl {
  margin-top: 16%;
}
.faq dl dt {
  font-size: clamp(18px, 3vw, 36px);
  font-weight: bold;
  padding-inline-start: 14%;
  margin-inline-start: 0;
  padding-bottom: 4%;
  background-image: url(../img/question-icon.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position-x: left;
  background-position-y: 4%;
}
.faq dl dd {
  font-size: clamp(16px, 3vw, 32px);
  padding-inline-start: 14%;
  margin-inline-start: 0;
  padding-top: 4%;
  border-top: solid 1px #D8D8D8;
  background-image: url(../img/answer-icon.svg);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position-x: left;
  background-position-y: 30%;
}
.faq dl dd span {
  color: #FF0076;
}

#company {
  background-color: #DDF4FF;
  padding: 8% 2%;
  margin: 0;
}
#company h2 {
  width: 64%;
  margin: 0 auto;
}
#company .company-logo {
  width: 65%;
  margin: 0 auto;
  padding: 7% 0;
}
#company dl {
  padding: 0 2%;
  padding-top: 4%;
}
#company dl:first-child {
  padding-top: unset;
}
#company dl dt {
  font-size: clamp(18px, 4vw, 36px);
  font-weight: bold;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: solid 1px #1EA2E7;
}
#company dl dd {
  margin: 0;
  padding: 0;
}
#company dl dd:last-child {
  margin-top: 3%;
}
#company dl ul {
  margin: 0;
  padding: 0;
  padding-left: 6%;
}
#company dl ul li {
  display: block;
  list-style: unset;
  font-size: clamp(16px, 3vw, 32px);
  margin-bottom: 9%;
}

#about {
  background-color: white;
  padding: 8% 2%;
  margin: 0;
}
#about h2 {
  width: 64%;
  margin: 0 auto;
}
#about h3 {
  width: 90%;
  margin: 5% auto;
}
#about .about-graph {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
#about .about-info {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
#about .about-info dl {
  margin: 0;
  padding: 0;
}
#about .about-info dt {
  width: 65%;
}
#about .about-info dd {
  font-size: clamp(12px, 3vw, 24px);
  margin-inline-start: 0;
  padding-bottom: 4%;
}

#payment {
  border-top: solid 3px #03479D;
  padding: 60px 20px;
  background: white;
}
#payment .contents-inside {
  margin: 0 auto;
}
#payment h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px;
}
#payment h2::before {
  content: " ";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #03479D;
  left: 0;
  bottom: -20px;
}
#payment .contents-title p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 430px) {
  #payment .contents-title p {
    font-size: 16px;
    line-height: 21px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#payment ul {
  margin-top: 60px;
  padding-left: 0;
}
#payment ul li {
  margin-bottom: 30px;
  list-style: none;
}
#payment ul li:last-child {
  margin-bottom: 0;
  list-style: none;
}
#payment ul h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px;
  border-left: 6px solid #03479D;
  padding-left: 10px;
}
@media screen and (max-width: 430px) {
  #payment ul h3 {
    font-size: 21px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#payment ul .text-area {
  border: solid 1px #EDEDED;
  padding: 3%;
}
#payment ul .text-area p {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 430px) {
  #payment ul .text-area p {
    font-size: 16px;
    line-height: 26px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#payment ul .text-area span {
  font-size: 12px;
  padding-top: 30px;
  line-height: 21px;
}
#payment ul .text-area img {
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  #payment ul .text-area img {
    width: 100%;
    margin-top: 15px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 430px) {
  #payment {
    transition-property: all;
    transition-duration: 0.3s;
  }
  #payment h2 {
    font-size: 21px;
    font-weight: 700;
    border-left: solid 6px #03479D;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  #payment h2::before {
    display: none;
  }
}

.cta {
  background-color: #03479D;
  padding: 4%;
}
.cta ul {
  margin: 0;
  padding: 0;
}
.cta ul li {
  display: block;
}

#guide {
  background-color: #E4F5FF;
  padding: 8% 0;
  padding-top: 0;
  margin: 0;
  position: relative;
}
#guide .guide-img {
  margin: 0;
  padding: 0;
}
#guide .guide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#guide .inner-box {
  position: relative;
  padding: 0 4%;
  counter-reset: step;
}
#guide .inner-box .guide-title {
  width: 70%;
  margin: 0 auto;
  padding-top: 40px;
}
#guide .inner-box .guide-title figure {
  width: 100%;
  margin: 0 auto;
}
#guide .inner-box .guide-title img {
  width: 100%;
  margin: 0 auto;
}
#guide .inner-box .guide-step {
  position: relative;
  font-size: clamp(1.4rem, 4vw, 42px);
  font-weight: bold;
  padding: 1rem 0 1rem clamp(3.5rem, 5vw, 5rem);
  margin: 2rem 0;
  color: #1a4b84;
}
#guide .inner-box .guide-step::before {
  content: counter(step);
  counter-increment: step;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(2.5rem, 4.5vw, 4rem);
  height: clamp(2.5rem, 4.5vw, 4rem);
  background-color: #03479D;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.3rem, 3.5vw, 36px);
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#guide .item-wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
}
#guide .item-wrap .item-list {
  padding-bottom: 40px;
}
#guide .item-wrap .item-list:last-child {
  padding-bottom: 0;
}
#guide .item-wrap .item-list figure {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}
#guide .item-wrap .item-list img {
  width: 100%;
  margin: 0 auto;
}
#guide .item-wrap .item-list ul {
  padding-top: 20px;
}
#guide .item-wrap .item-list ul li {
  font-size: clamp(1.2rem, 3vw, 36px);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
  #guide .item-wrap .item-list ul li {
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#guide .item-wrap .item-list ul li:last-child {
  margin-bottom: 0;
}
#guide .item-wrap .item-list h5 {
  font-size: clamp(1.1rem, 4vw, 42px);
  font-weight: bold;
  margin: 0;
  background-color: #03479D;
  color: #fff;
  padding: 1rem 1rem;
  text-align: center;
}
#guide .item-wrap .item-list p {
  font-size: clamp(1.2rem, 3vw, 36px);
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  #guide .item-wrap .item-list p {
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#guide .item-wrap .item-list .arrart {
  padding: 20px;
  background-color: #FFFDC9;
  border-radius: 12px;
}
#guide .item-wrap .item-list .arrart p {
  font-size: clamp(1.2rem, 3vw, 42px);
  color: #BF0000;
  line-height: 1.5;
}
@media screen and (max-width: 430px) {
  #guide .item-wrap .item-list .arrart p {
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
#guide .item-wrap h6 {
  position: relative;
  font-size: clamp(1.4rem, 4vw, 42px);
  font-weight: bold;
  color: #1a4b84;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}
#guide .item-wrap .merit {
  margin-top: 20px;
}
#guide .item-wrap .merit h6 {
  position: relative;
  font-size: clamp(1.4rem, 3.5vw, 42px);
  font-weight: bold;
  color: #1a4b84;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 5.5rem;
}
#guide .item-wrap .merit h6::before {
  content: "メリット";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFE600;
  padding: 0.3em 0.4em;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: bold;
  color: #ae0000;
  border-radius: 4px;
  font-weight: bold;
}