@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (max-width: 799.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333333;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.6;
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main {
  overflow: hidden;
}

/*========================
common
========================*/
.pc-bg {
  background: #F4F4F4;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-area {
  background: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
    overflow: hidden;
  }
}

.inner {
  max-width: 800px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.cta {
  padding: 25px 0px 34px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta::before {
  content: "";
  background: #C9EFFF;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-text {
  font-size: 18px;
}

.btn {
  border-radius: 100px;
  color: white;
  background: #155CBE;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(21, 92, 190, 0.52), 0px 0px 8px 5px #2A76DF inset;
          box-shadow: 0px 4px 4px 0px rgba(21, 92, 190, 0.52), 0px 0px 8px 5px #2A76DF inset;
  display: block;
  width: 100%;
  position: relative;
  margin: 10px auto 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 121.357%;
  padding: 13px 0 16px;
  position: relative;
  max-width: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 275px;
  }
}
.btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(21, 92, 190, 0.52), 0px 0px 8px 5px #2A76DF inset;
          box-shadow: 0px 0px 0px 0px rgba(21, 92, 190, 0.52), 0px 0px 8px 5px #2A76DF inset;
}
.btn::before {
  content: "";
  background: url(../img/cta.png) no-repeat center center/contain;
  position: absolute;
  width: 128px;
  height: 128px;
  right: -71px;
  top: -101px;
  z-index: -1;
}

.section {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}

.section-bg {
  background: #C9EFFF;
}

.sec-title {
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  background: #59C5FF;
  padding: 10px 10px 12px;
  border-radius: 20px 0px;
  margin-bottom: 24px;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*========================
intro
========================*/
.intro {
  padding-bottom: 0;
}
.intro .inner {
  max-width: 500px;
}
.intro h3 {
  color: #155CBE;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  border-left: 6px solid #155CBE;
  padding-left: 8px;
  margin-bottom: 16px;
}
.intro .strong {
  text-align: center;
  font-weight: 500;
}
.intro .data {
  margin-top: 24px;
  position: relative;
}
.intro .data .img {
  position: absolute;
  width: 160px;
  top: -42px;
  right: -16px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .intro .data .img {
    width: 140px;
  }
}
.intro .data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
.intro .data .item:not(:first-child) {
  margin-top: 11px;
}
.intro .data .head {
  color: white;
  background: #155CBE;
  padding: 3px 13px 5px;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 1.6px;
  font-weight: 700;
}
.intro .plus {
  max-width: 40px;
  margin: 16px auto;
}
.intro .special {
  text-align: center;
  position: relative;
}
.intro .special .img {
  max-width: 160px;
  position: absolute;
  top: -90px;
  left: -16px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .intro .special .img {
    max-width: 144px;
    top: -95px;
  }
}
.intro .special h4 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #59C5FF;
  padding: 4px 9px 6px;
  text-align: center;
  display: inline-block;
}
.intro .special .item {
  border: 1px solid #155CBE;
  margin-top: 29px;
  position: relative;
  text-align: center;
  padding: 20px;
}
.intro .special .label {
  position: absolute;
  display: inline-block;
  background: #155CBE;
  color: white;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -13px;
  padding: 3px 12px 5px;
  font-weight: bold;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: 0.8px;
}
.intro .special .title {
  font-size: 18px;
  font-weight: bold;
  color: #155CBE;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .intro .special p {
    font-size: 14px;
  }
}
.intro .special .plus {
  margin: 8px auto;
}
.intro .special-bottom {
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .intro .special-bottom {
    margin-left: -16px;
  }
}

/*========================
about
========================*/
.about .inner {
  max-width: 500px;
}
.about .item {
  margin-top: 24px;
}
.about .head {
  font-size: 20px;
  color: #155CBE;
  font-weight: bold;
  position: relative;
  padding-left: 56px;
  border-bottom: 1px solid #155CBE;
  padding-bottom: 6px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .about .head {
    font-size: 18px;
    padding-left: 44px;
  }
}
.about .num {
  width: 40px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about .num {
    width: 35px;
  }
}
.about .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.about p {
  width: calc(100% - 157px - 19px);
}
.about .img {
  width: 157px;
}

/*========================
voice
========================*/
.voice .inner {
  max-width: 500px;
}
.voice .voice__text {
  max-width: 272px;
  margin: 0 auto 24px;
}
.voice .swiper {
  padding-bottom: 30px;
}
.voice .swiper-slide {
  position: relative;
  padding-bottom: 21px;
}
.voice .swiper-slide p {
  background: #155CBE;
  color: white;
  padding: 14px 25px;
  border-radius: 0px 20px;
  font-weight: 500;
  line-height: 140%;
  max-width: 300px;
  min-height: 140px;
}
@media screen and (max-width: 767px) {
  .voice .swiper-slide p {
    max-width: 266px;
  }
}
.voice .swiper-slide .img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .voice .swiper-slide .img {
    max-width: 95px;
  }
}
.voice .swiper-pagination {
  bottom: 0px;
}
.voice .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.voice .swiper-pagination-bullet-active {
  background: #155CBE;
}

/*========================
area
========================*/
.area {
  padding-top: 0;
}
.area .inner {
  max-width: 500px;
}
.area .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  color: #155CBE;
  margin-top: 36px;
  position: relative;
}
.area .img {
  position: absolute;
  right: -10px;
  top: -38px;
  width: 132px;
}
.area .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .area .items {
    gap: 13px;
  }
}
.area .item {
  background: #155CBE;
  color: white;
  width: calc(50% - 8px);
  padding: 8px 8px 10px;
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .area .item {
    width: calc(50% - 6.5px);
  }
}

/*========================
point
========================*/
.point {
  padding-top: 0;
}
.point .inner {
  max-width: 500px;
}
.point .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: 16px;
}
.point .img {
  max-width: 120px;
}
@media screen and (max-width: 767px) {
  .point .img {
    max-width: 104px;
  }
}
.point .content {
  width: calc(100% - 120px - 22px);
}
@media screen and (max-width: 767px) {
  .point .content {
    width: calc(100% - 104px - 22px);
  }
}
.point .content h3 {
  background: #155CBE;
  color: white;
  text-align: center;
  padding: 8px;
  margin-bottom: 8px;
  font-size: 16px;
}

/*========================
bottom
========================*/
.bottom {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  position: relative;
}
.bottom .bottom__img {
  min-width: 1440px;
  max-width: 2100px;
}
@media screen and (max-width: 1100px) {
  .bottom .bottom__img {
    min-width: 1550px;
  }
}
@media screen and (max-width: 767px) {
  .bottom .bottom__img {
    min-width: 0;
  }
}
.bottom .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  .bottom .btn {
    bottom: 45px;
  }
}
.bottom .btn::before {
  display: none;
}

/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #155CBE;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 10px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 72px;
  }
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: #C9EFFF;
  text-align: center;
  padding: 6px 0 4px;
}
.fixed .btn {
  padding: 10px 0;
  margin: 6px auto;
  font-size: 18px;
}
.fixed .btn::before {
  display: none;
}