@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", Futura, Trebuchet MS, Arial, sans-serif;
}

body {
  color: #02100F;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", Futura, Trebuchet MS, Arial, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #F1F8FE;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  margin-top: 46px;
}
@media (min-width: 768px) {
  main {
    margin-top: 64px;
  }
}

p {
  line-height: 1.8;
}

.container-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.container-wrap.full {
  padding: 0;
}
@media (min-width: 768px) {
  .container-wrap.full {
    padding: 0 16px;
  }
}

/*------------------
 setting
------------------*/
.section-wrap {
  position: relative;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .section-wrap {
    padding: 80px 0;
  }
}

a {
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:hover img, a:focus img {
  opacity: 0.8;
  transition: all ease 0.25;
}

/*------------------
 header
------------------*/
.header {
  z-index: 1200;
  background-color: #fff;
}
@media (min-width: 768px) {
  .header .header-btn {
    max-height: 64px;
  }
}
.header .menu {
  display: none;
}
.header .menu.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
  transition: all 0.3s ease;
}
.header .menu.active ul li a {
  color: #fff;
}
.header .menu ul li {
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .header h1 {
    width: 164px;
  }
  .header h1 img {
    height: 8vw;
  }
  .header nav {
    padding-left: 12px;
    width: calc(100% - 164px);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(320px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*------------------
 info
------------------*/
.section-info {
  padding-top: 24px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section-info {
    padding-top: 40px;
  }
}
.section-info .info-bottom {
  background: linear-gradient(0deg, #0B3C69 0%, #1676CF 100%);
}

/*------------------
 service
------------------*/
.section-service {
  padding-bottom: 0;
}

/*------------------
 reason
------------------*/
.section-reason {
  background: linear-gradient(0deg, #0B3C69 0%, #1676CF 100%);
}

/*------------------
 cta
------------------*/
@media (max-width: 767.98px) {
  .cta-btn {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    max-width: 220px;
    margin: auto;
  }
}
/*------------------
 plan
------------------*/
.section-plan {
  background-image: url(../img/dot_bg.svg);
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .section-plan {
    padding-bottom: 240px;
  }
}
.section-plan .plan-head {
  background-color: #1676CF;
}
.section-plan .plan-table {
  width: 100%;
  min-width: 640px;
}
@media (min-width: 768px) {
  .section-plan .plan-table {
    min-width: auto;
  }
}

/*------------------
 insurance
------------------*/
.section-insurance {
  padding: 0;
}

/*------------------
 area
------------------*/
.section-area {
  background: linear-gradient(0deg, #0B3C69 0%, #1676CF 100%);
}

/*------------------
 faq
------------------*/
.section-faq .faq-wrap .faq-header span,
.section-faq .faq-wrap .faq-content span {
  display: inline-block;
  padding-left: 24px;
  text-indent: 0;
  position: relative;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-header span,
  .section-faq .faq-wrap .faq-content span {
    padding-left: 32px;
  }
}
.section-faq .faq-wrap .faq-header {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  margin: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-header {
    padding: 16px 48px 16px 24px;
  }
}
.section-faq .faq-wrap .faq-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-header span {
    font-size: 18px;
  }
}
.section-faq .faq-wrap .faq-header::before, .section-faq .faq-wrap .faq-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #0B3C69;
}
.section-faq .faq-wrap .faq-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.section-faq .faq-wrap .faq-header:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-header:not(:first-of-type) {
    margin-top: 24px;
  }
}
.section-faq .faq-wrap .faq-header span::before {
  position: absolute;
  content: "Q";
  top: 4px;
  left: 0;
  color: #0B3C69;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-header span::before {
    top: 2px;
    font-size: 20px;
  }
}
.section-faq .faq-wrap .faq-header.active::after {
  transform: rotate(0deg);
}
.section-faq .faq-wrap .faq-content {
  display: none;
  padding: 12px 16px 0;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-content {
    padding: 16px 24px 0;
  }
}
.section-faq .faq-wrap .faq-content span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-content span {
    font-size: 16px;
  }
}
.section-faq .faq-wrap .faq-content span::before {
  position: absolute;
  content: "A";
  top: 4px;
  left: 0;
  color: #0B3C69;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-faq .faq-wrap .faq-content span::before {
    top: 2px;
    font-size: 20px;
  }
}

/*------------------
 contact
------------------*/
.section-contact {
  background-color: #E4F2FF;
}

select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/*------------------
 footer
------------------*/
.footer {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}

/*------------------
 fixed
------------------*/
.float-box {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .float-box {
    padding: 8px;
    background-color: #FFEA34;
  }
}
.float-box .float-btn {
  padding: 40px 16px 8px;
}
@media (min-width: 768px) {
  .float-box .float-btn {
    padding: 0;
  }
}

/*------------------
 animation
------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (min-width: 768px) {
  .fadein {
    transform: translateY(30px);
  }
}
.fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}