@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

picture, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
  overflow-x: hidden;
  font-family: "Helvetica", "Arial", "Helvetica Neue", "Oswald", "Noto Sans JP", sans-serif; /* 最終フォールバック */
}
.body {
  position: relative;
}

p {
  margin-top: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: rgb(32, 80, 209);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #426de2;
  text-decoration: underline;
}
a:visited {
  color: #193fa5;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header .cta .btn-01 {
    padding: 6px 2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.breadcrumb {
  font-size: 13px;
  font-weight: 700;
  margin-top: 55px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.breadcrumb ol li.home {
  background: url(../img/icon_home.svg) no-repeat 0 50%;
  padding-left: 17px;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #000;
}
.breadcrumb ol li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li .home-icon {
  width: 1em;
  height: 1em;
  margin-right: 6px;
  vertical-align: middle;
}

.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1139px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
}

footer {
  padding: 80px 0 25px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  footer {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
footer a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}
footer a:hover, footer a:active, footer a:focus {
  color: black;
  text-decoration: underline;
}
footer a:visited {
  color: black;
}

.btn-01 {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 12px 96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FF9E00), to(#F60));
  background: linear-gradient(90deg, #FF9E00 0%, #F60 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-01:hover, .btn-01:active, .btn-01:focus {
  color: white;
  text-decoration: none;
}
.btn-01:visited {
  color: white;
}
@media screen and (max-width: 767px) {
  .btn-01 {
    padding: 10px 1em;
    min-width: 100%;
    font-size: 20px;
    font-size: 2rem;
  }
}
.btn-01:hover {
  -webkit-transform: translate(0px, 2px);
          transform: translate(0px, 2px);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.h2-01 {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .h2-01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.h2-01.white {
  color: #fff;
}

section.normal {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  section.normal {
    padding: 40px 0;
  }
}

.lead-orange {
  font-size: 44px;
  font-size: 4.4rem;
  margin: 40px 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lead-orange {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.lead-orange strong {
  color: #F39800;
}

section.hero {
  background: linear-gradient(109deg, #D6EDFF 5.8%, #FEFFFF 77.29%);
}
section.hero .inner {
  background: url(../img/hero_bg.png) no-repeat 40% 0;
  background-size: 130%;
}
@media screen and (max-width: 767px) {
  section.hero .inner {
    background: url(../img/hero_bg.png) no-repeat 60% 0px;
    background-size: 320%;
  }
}
section.hero .container {
  max-width: 1160px;
  padding: 135px 0 60px;
  background: url(../img/hero.png) no-repeat 100% 50%;
  background-size: 50% auto;
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  section.hero .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.hero .container {
    background: url(../img/hero.png) no-repeat 50% 60px;
    background-size: 80% auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 93vw;
  }
}
section.hero .lead01 {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 700;
  color: #1C2A39;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  section.hero .lead01 {
    font-size: 36px;
    font-size: 3.6rem;
    text-align: center;
  }
}
section.hero .lead02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  section.hero .lead02 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
section.hero .lead03 {
  color: #0F88D9;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.hero .lead03 {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
section.hero .lead04 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  section.hero .lead04 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
section.hero .cta {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  section.hero .cta {
    text-align: center;
  }
}

section.nayami {
  background: #D1E6F8;
}
section.nayami .nayami-box {
  background: #FFF;
  border-radius: 30px;
  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;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.nayami .nayami-box {
    padding: 30px 10px 50px;
  }
}
section.nayami .icon01 {
  position: absolute;
  top: 37px;
  left: 31px;
}
@media screen and (max-width: 767px) {
  section.nayami .icon01 {
    display: none;
  }
}
section.nayami .icon02 {
  position: absolute;
  bottom: 22px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  section.nayami .icon02 {
    bottom: -50px;
  }
}
section.nayami .list01 li {
  font-size: 20px;
  font-size: 2rem;
  background: url(../img/icon_check.svg) no-repeat 0 0.2em;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  section.nayami .list01 li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
section.nayami .lead01 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
  background: url(../img/arrow01.svg) no-repeat 50% 0;
}
@media screen and (max-width: 767px) {
  section.nayami .lead01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
section.feature {
  background: url(../img/bg01.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #FFF;
  text-align: center;
}
section.feature .text {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.feature .text {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
section.function {
  background: url(../img/func_bg01.png) no-repeat 0 -20%, url(../img/func_bg02.png) no-repeat 100% 80%;
}
section.function .func-item {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  section.function .func-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  section.function .func-item {
    margin-bottom: 40px;
  }
}
section.function .func-item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 105px;
}
@media screen and (max-width: 767px) {
  section.function .func-item .body {
    padding-left: 0;
  }
}
section.function .func-item .body .no {
  color: #036EB8;
  font-size: 80px;
  font-size: 8rem;
  font-family: Roboto;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.function .func-item .body .no {
    text-align: center;
    font-size: 50px;
    font-size: 5rem;
  }
}
section.function .func-item .body .title {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.function .func-item .body .title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}
section.function .func-item .body .text {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.function .func-item .body .text {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}
section.function .func-item .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 768px) {
  section.function .func-item .image {
    background: url(../img/func_bg.png) no-repeat 100% 100%;
    background-size: 337px auto;
  }
}
@media print, screen and (min-width: 768px) {
  section.function .func-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
section.function .func-item.reverse .body {
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  section.function .func-item.reverse .body {
    padding-right: 105px;
  }
}
@media print, screen and (min-width: 768px) {
  section.function .func-item.reverse .image {
    text-align: right;
    background: url(../img/func_bg.png) no-repeat 0% 100%;
    background-size: 337px auto;
  }
}

section.cta01 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section.cta01 {
    padding-bottom: 70px;
  }
}
section.cta01 .lead {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
section.merit {
  background: url(../img/bg02.jpg) no-repeat 0 0;
  background-size: cover;
}
section.merit .lead-orange {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section.merit .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}
section.merit .card-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  border-radius: 20px;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  section.merit .card-item {
    margin-bottom: 15px;
  }
}
section.merit .card-item .title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  section.merit .card-item .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
section.merit .card-item .icon {
  text-align: center;
}
section.merit .card-item .icon img {
  height: 141px;
  width: auto;
}

section.faq {
  background: #F5F7FA;
}

.faq-item {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-top: 1.5em;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .faq-item {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px;
  }
}
.faq-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #093667;
  font-weight: bold;
}
.faq-item dt::before {
  display: block;
  content: "Q";
  color: #2263AA;
  font-size: 32px;
  font-weight: 700;
  margin-right: 0.5em;
}
.faq-item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-item dd::before {
  display: block;
  content: "A";
  color: #909090;
  font-size: 32px;
  font-weight: 700;
  margin-right: 0.5em;
  margin-top: -10px;
}

section.cta02 {
  background: -webkit-gradient(linear, left top, right top, from(#15498E), to(#2263AA));
  background: linear-gradient(90deg, #15498E 0%, #2263AA 100%);
  color: #FFF;
}
section.cta02 .container {
  max-width: 940px;
}
section.cta02 .wrap {
  border-top: 1px solid #fff;
  margin-top: 45px;
}
@media print, screen and (min-width: 768px) {
  section.cta02 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 105px;
  }
}
section.cta02 .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.cta02 .item .title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}
section.cta02 .item .text {
  margin-bottom: 35px;
}
section.cta02 .item .button {
  text-align: center;
  margin-top: auto;
}
section.cta02 .item .button .btn-01 {
  padding: 20px 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* 中身をセンタリングしつつ高さ固定 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  section.cta02 .item:last-child {
    border-top: 1px solid #fff;
    margin-top: 40px;
  }
}

strong {
  color: #0F88D9;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */