@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -6.6rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -10.5rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }
  30% {
    opacity: .5;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.c_link {
  display: flex;
  justify-content: center;
}

.c_link a {
  height: 13.7rem;
  border-radius: .8rem;
  background: #383333;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  position: relative;
  color: #C7EB02;
  justify-content: center;
  gap: .6em;
  font-size: 3.2rem;
  font-weight: 900;
  width: 90rem;
}

.c_link img {
  width: .78125em;
}

.c_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  color: #304FD4;
  margin-bottom: 1em;
}

.c_ttl small {
  display: block;
  margin-bottom: .3em;
  font-size: 2.8rem;
  color: #383333;
  font-weight: bold;
}

.c_ttl + p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: -1.3em;
}

@media screen and (max-width: 767px) {
  .c_ttl + p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 118rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(100vw * 10 / 1400);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 6.6rem;
  background: #fff;
  color: #0C4E83;
}

@media screen and (max-width: 767px) {
  #header {
    color: #fff;
    height: 10.5rem;
  }
}

.h_logo {
  position: absolute;
  top: 2.2rem;
  left: calc(50% - 59rem);
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 50%;
    transform: translateX(-50%);
  }
}

.h_logo img {
  width: 27.6rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 34.4rem;
  }
}

.h_logo span {
  font-weight: bold;
  margin-left: 1em;
  vertical-align: -.2em;
}

@media screen and (max-width: 767px) {
  .h_logo span {
    font-size: 1.7rem;
    display: block;
    margin: 0;
    text-align: center;
    margin-top: .2em;
  }
  .h_logo span.a {
    color: #0C4E83;
  }
}

.h_nav {
  font-weight: 500;
}

.h_nav a {
  display: block;
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5.5rem;
  }
  .h_nav li {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 2em;
    justify-content: flex-end;
    margin-right: 32.2rem;
    padding-top: 2.4rem;
  }
}

.h_tel a {
  display: block;
  font-weight: bold;
  font-size: 3.3rem;
  background: url(../img/ico_tel01.svg) no-repeat left center/0.727em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .h_tel a {
    position: relative;
    text-align: center;
    border: solid 1px #fff;
    border-radius: .3rem;
    background: none;
    line-height: 13.7rem;
  }
  .h_tel a:before {
    content: '';
    position: absolute;
    background: url(../img/ico_tel01_sp.svg) no-repeat 50%/contain;
    width: 2.4rem;
    height: 93%;
    margin-left: -1em;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .h_tel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h_link {
    color: #000;
    margin-bottom: 3.1rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 9rem;
    cursor: pointer;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    background: #304FD4;
    padding: 15.8rem 3rem 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

#footer {
  padding: 4.5rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0 0;
  }
}

.f_logo {
  margin-bottom: 1.4rem;
}

.f_logo img {
  width: 26.7rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 33.8rem;
  }
}

@media screen and (min-width: 768px) {
  .f_data {
    position: absolute;
    left: 62rem;
    top: 0;
  }
}

.f_data dt {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .f_data dt {
    font-size: 2rem;
  }
}

.f_data dd {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .f_data dd {
    font-size: 1.8rem;
  }
}

.f_data dd + dt {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_data dd + dt {
    margin-top: 5rem;
  }
}

.f_info {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    font-size: 1.8rem;
    margin-bottom: 5.5rem;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    margin-left: 6rem;
  }
}

.f_tel {
  margin-left: 6rem;
}

.f_tel a {
  background: url(../img/f_tel.svg) no-repeat left 0.3em/0.71em;
  padding-left: 1em;
  font-size: 3.8rem;
  font-weight: bold;
  color: #304FD4;
}

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

.f_copy {
  text-align: right;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    text-align: center;
    background: #F0F0F0;
    margin: 4.5rem -3rem 0;
    font-size: 1.8rem;
    line-height: 5.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.lp_main {
  margin-top: 6.6rem;
  background: #0B3E83;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_main {
    margin-top: 10.5rem;
  }
}

.lp_main .mv {
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lp_main .mv {
    height: 71.2rem;
    object-fit: cover;
    width: 200rem;
    position: relative;
    left: -3.6rem;
  }
}

.lp_main .box {
  position: absolute;
  text-align: center;
  top: 6rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .lp_main .box {
    right: calc(50% - 11rem);
  }
}

@media screen and (max-width: 767px) {
  .lp_main .box {
    top: 5rem;
    width: 100%;
  }
}

.lp_main .catch {
  font-weight: 900;
  font-size: 9.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
  .lp_main .catch {
    font-size: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_main .catch {
    font-size: 9rem;
  }
}

.lp_main .catch b {
  font-size: 8.5rem;
}

@media screen and (max-width: 767px) {
  .lp_main .catch b {
    font-size: 8rem;
  }
}

.lp_main .catch small {
  display: block;
  font-size: 4.4rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .lp_main .catch small {
    font-size: 3.6rem;
  }
}

.lp_main .catch i {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #C7EB02;
  padding-top: 1em;
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_main .catch i {
    font-size: 2.4rem;
  }
}

.lp_main .catch i em {
  font-size: 3rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .lp_main .catch i em {
    font-size: 2.7rem;
  }
}

.lp_main .catch i:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: solid 0.3rem #C7EB02;
  opacity: .84;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 62%, 0 62%);
}

@media screen and (max-width: 767px) {
  .lp_main .catch i:before {
    width: 14.4rem;
    height: 14.4rem;
  }
}

.lp_main .point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 2rem;
  width: 55.2rem;
  margin: 0 auto 2.5rem;
}

@media screen and (max-width: 767px) {
  .lp_main .point {
    width: 56rem;
  }
}

.lp_main .point i {
  font-size: 2.3rem;
  font-weight: bold;
  border: solid .3rem #18609A;
  border-radius: 3em;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.6rem;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .lp_main .point i {
    width: 27rem;
    font-size: 2.4rem;
    height: 8.6rem;
    border-radius: 3.4rem;
  }
  .lp_main .point i:nth-child(3) {
    width: 34rem;
  }
}

.lp_main .point img {
  width: 7.5rem;
}

@media screen and (max-width: 767px) {
  .lp_main .point img {
    width: 7.75rem;
  }
}

.lp_main .ttl {
  font-weight: 900;
  font-size: 2.6rem;
}

.lp_main .ttl b {
  font-size: 5.2rem;
  display: block;
  font-style: italic;
  color: #C7EB02;
}

@media screen and (max-width: 767px) {
  .lp_main .ttl b {
    font-size: 6.2rem;
    line-height: 1.2;
  }
}

.lp_main .ttl small {
  display: block;
  color: #C7EB02;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .lp_main .ttl small {
    font-size: 1.8rem;
  }
}

.lp_link {
  padding: 5rem 0;
  background: #F4F4F4;
}

@media screen and (max-width: 767px) {
  .lp_link {
    padding: 3rem 0;
  }
}

.lp_lead {
  padding: 7rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .lp_lead {
    padding: 4rem 0 6rem;
  }
}

.lp_lead .ttl {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.4;
  color: #324AB4;
  text-align: center;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .lp_lead .ttl {
    font-size: 5rem;
  }
}

.lp_lead p {
  font-size: 2rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .lp_lead p {
    width: 91.6rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .lp_lead p {
    font-size: 2.4rem;
  }
}

.lp_sec1 {
  background: #F4F4F4;
  padding: 6.5rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .lp_sec1 {
    padding: 4.5rem 0 3rem;
  }
}

.lp_sec1 .ttl {
  margin: 0 auto 7rem;
  font-size: 4.4rem;
  font-weight: 900;
  position: relative;
  width: 62rem;
  line-height: 10.4rem;
  border-radius: .5em;
  text-align: center;
  background: #324AB4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_sec1 .ttl {
    line-height: 8.2rem;
    width: auto;
    font-size: 3.8rem;
  }
}

.lp_sec1 .ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3.5rem;
  height: 3rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: inherit;
  bottom: -2.2rem;
}

.lp_sec1 .row {
  margin: 0 auto 5rem;
}

@media screen and (min-width: 768px) {
  .lp_sec1 .row {
    margin: 0 auto 7rem;
    width: 100rem;
    display: flex;
    justify-content: space-between;
  }
  .lp_sec1 .row dl {
    width: 48rem;
  }
}

.lp_sec1 dl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_sec1 dl + dl {
    margin-top: 7rem;
  }
}

.lp_sec1 dt {
  text-align: center;
  font-weight: bold;
  line-height: 8.5rem;
  font-size: 3.4rem;
  z-index: 1;
  position: relative;
  margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .lp_sec1 dt {
    font-size: 3.8rem;
    margin-bottom: .7em;
  }
}

.lp_sec1 dt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.lp_sec1 dt:before {
  content: '';
  position: absolute;
  left: 0;
  background: url(../img/ttl_bg01.png) no-repeat 50%/contain;
  width: 100%;
  height: 11.9rem;
  z-index: -1;
  top: -.6em;
}

.lp_sec1 dd {
  text-align: left;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .lp_sec1 dd {
    font-size: 2.8rem;
  }
}

.lp_sec1 .box {
  background: #fff;
  padding: 3.6rem 5rem 4.6rem;
}

@media screen and (max-width: 767px) {
  .lp_sec1 .box {
    padding: 3rem 0 5.5rem;
  }
}

.lp_sec1 .box p {
  text-align: center;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.31;
  color: #324AB4;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .lp_sec1 .box p {
    font-size: 3.4rem;
  }
}

.lp_sec1 .box ul {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .lp_sec1 .box ul {
    flex-wrap: wrap;
    width: 42.2rem;
    margin: 0 auto;
    gap: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_sec1 .box li {
    width: calc(50% - .7rem);
  }
  .lp_sec1 .box li:nth-child(1) {
    width: 100%;
  }
}

.c_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 160rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c_bg {
    width: 100%;
  }
}

.lp_bg {
  background: #0C3E83;
  padding: 0 0 10rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lp_bg {
    padding-bottom: 12.2rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_bg .c_bg.a {
    width: 180rem;
  }
}

.lp_bg .ttl {
  text-align: center;
  font-weight: 900;
  margin-bottom: .8em;
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .lp_bg .ttl {
    margin-bottom: .6em;
  }
}

.lp_sec3 {
  color: #fff;
  position: relative;
  padding: 7rem 0 6.8rem;
}

@media screen and (max-width: 767px) {
  .lp_sec3 {
    padding: 5rem 0 6.2rem;
  }
}

.lp_sec3 p {
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp_sec3 p {
    font-size: 2.4rem;
  }
}

.lp_sec3 figure {
  position: relative;
  margin-top: 4.5rem;
}

.lp_sec3 .c_bg {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp_sec3 .c_bg {
    width: 100vw;
    bottom: -3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec3 {
    width: 80rem;
    margin: 0 auto;
  }
}

.lp_sec4 {
  color: #fff;
  margin-bottom: 6.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_sec4 {
    margin-bottom: 4.7rem;
  }
}

.lp_sec4 .ttl {
  font-size: 5.4rem;
  margin-bottom: 8.8rem;
  line-height: 1.29;
}

.lp_sec4 .ttl small {
  display: block;
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .lp_sec4 .ttl small {
    margin-top: .5em;
  }
}

.lp_sec4 li p {
  font-weight: 500;
}

.lp_sec4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.3rem;
}

@media screen and (max-width: 767px) {
  .lp_sec4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.lp_sec4 li {
  border: solid 2px #C7EB02;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1.5rem;
}

.lp_sec4 li img {
  height: 7rem;
}

.lp_sec4 li p {
  font-size: 3.2rem;
  color: #C7EB02;
  font-weight: 900;
}

.lp_sec4 li small {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
}

.lp_sec5 {
  background: #fff;
  padding: 5.7rem 7.6rem 6rem;
  margin-bottom: 4.5rem;
  border-radius: .5rem;
}

@media screen and (max-width: 767px) {
  .lp_sec5 {
    padding: 4.8rem 3.4rem;
    margin-bottom: 6rem;
  }
}

.lp_sec5 .ttl {
  color: #304FD4;
}

.lp_sec5 .row p {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .row p {
    font-size: 2.4rem;
    margin-top: .8em;
  }
}

.lp_sec5 .row .note {
  display: block;
  color: #C90000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .7em;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .row .note {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec5 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .lp_sec5 .row figure {
    width: 51.2rem;
  }
  .lp_sec5 .row p {
    width: 46.2rem;
  }
}

.lp_sec5 .ttl2 {
  text-align: center;
  color: #0C4E83;
  font-size: 4rem;
  font-weight: 900;
  margin: 4.5rem 0 1.2em;
}

.lp_sec5 .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lp_sec5 .list dt {
  color: #072B53;
  font-weight: 900;
  overflow: hidden;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .list dt {
    font-size: 3rem;
    text-align: center;
    margin-top: 4.5rem;
  }
  .lp_sec5 .list dt:before {
    content: '';
    position: absolute;
    background: #707070;
    height: 1px;
    width: 15rem;
    left: 0;
    top: 50%;
  }
}

.lp_sec5 .list dt:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #707070;
  height: 1px;
  margin-left: .8em;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .list dt:after {
    width: 15rem;
    right: 0;
    margin: 0;
  }
}

.lp_sec5 .list li {
  background: #E8E8E8;
  width: calc(50% - .5rem);
  font-size: 1.8rem;
  line-height: 2.22;
  border-radius: .277em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .list li {
    font-size: 2.4rem;
  }
}

.lp_sec5 .list li.col1 {
  width: 100%;
}

.lp_sec5 .list dl:nth-child(2) li {
  background: #EDE8D9;
}

.lp_sec5 .list dl:nth-child(3) li {
  background: #DFD8E5;
}

@media screen and (min-width: 768px) {
  .lp_sec5 .list {
    display: flex;
    justify-content: space-between;
  }
  .lp_sec5 .list dl {
    width: 35rem;
  }
  .lp_sec5 .list dl:nth-child(3) {
    width: 27.5rem;
  }
}

.lp_sec5 .img {
  margin-bottom: 4.3rem;
  text-align: center;
}

.lp_sec5 .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .img .b {
    margin: 4.5rem 0;
  }
  .lp_sec5 .img .b img {
    width: 24.3rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec5 .img {
    display: flex;
    justify-content: space-between;
  }
  .lp_sec5 .img .a {
    width: 74rem;
  }
  .lp_sec5 .img .b {
    width: 24.3rem;
  }
}

.lp_sec5 .txt {
  font-size: 1.8rem;
  line-height: 2;
  width: 86rem;
  margin: 0 auto;
  word-break: break-all;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_sec5 .txt {
    font-size: 2.4rem;
  }
}

.lp_sec6 {
  color: #fff;
  margin: 8rem 0 0;
}

@media screen and (max-width: 767px) {
  .lp_sec6 {
    margin: 6rem 0 0;
  }
}

.lp_sec6 .ttl {
  font-size: 4.6rem;
}

.lp_sec6 .box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box {
    padding: 2.4rem 4rem 0;
  }
}

.lp_sec6 .box dt {
  text-align: center;
  background: #C7EB02;
  font-size: 3.2rem;
  font-weight: bold;
  color: #0C4E83;
  line-height: 1.38;
  position: relative;
  padding: .5em 0;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box dt {
    font-size: 3.6rem;
    padding: .8em 0;
  }
}

.lp_sec6 .box dt:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5.7rem;
  background: url(../img/ico_check01.svg) no-repeat 50%/contain;
  top: -4.4rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box dt:before {
    top: -3.2rem;
  }
}

.lp_sec6 .box dd {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box dd {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec6 .box {
    width: 80rem;
    margin: 0 auto;
  }
}

.lp_sec6 .box:before, .lp_sec6 .box:after {
  content: '';
  position: absolute;
  background: url(../img/brackets_left01.svg) no-repeat 50%/contain;
  width: 2.6rem;
  height: 20.7rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box:before, .lp_sec6 .box:after {
    height: 42.7rem;
  }
}

.lp_sec6 .box:before {
  left: -7.8rem;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box:before {
    background-image: url(../img/brackets_left01_sp.svg);
    left: 0;
  }
}

.lp_sec6 .box:after {
  background-image: url(../img/brackets_right01.svg);
  right: -7.8rem;
}

@media screen and (max-width: 767px) {
  .lp_sec6 .box:after {
    background-image: url(../img/brackets_right01_sp.svg);
    right: 0;
  }
}

.lp_slide {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .lp_slide {
    margin-bottom: 9rem;
  }
}

.lp_slide p {
  text-align: center;
  font-size: 2.4rem;
  margin-top: .8em;
}

.lp_slide li {
  width: 30rem;
  margin: 0 1rem;
}

.lp_slide li img {
  width: 100%;
}

.lp_sec9 {
  padding: 7rem 0 0;
  position: relative;
  overflow: hidden;
}

.lp_sec9:before {
  content: '';
  position: absolute;
  background: url(../img/sec_bg05.png) no-repeat center top/170rem;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .lp_sec9:before {
    background-image: url(../img/sec_bg05_sp.png);
    background-size: 100%;
  }
}

.lp_sec9 .ttl {
  font-weight: bold;
  font-size: 5.2rem;
  color: #304FD4;
  margin-bottom: .8em;
}

.lp_sec9 li {
  font-size: 2.7rem;
  padding-left: 2em;
  background: url(../img/ico_check02.svg) no-repeat left 0.1em/2.8rem;
  border-bottom: solid 1px #707070;
  padding-bottom: .3em;
  margin-top: .8em;
  font-weight: bold;
  color: #383333;
}

@media screen and (max-width: 767px) {
  .lp_sec9 li:nth-child(4) {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .lp_sec9 figure {
    width: 36.7rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec9 .row {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
  }
  .lp_sec9 .row figure {
    width: 40.1rem;
    margin-right: 4.6rem;
    position: relative;
    z-index: -1;
    margin-top: -2rem;
  }
}

.lp_contact {
  background: #B1E1F0;
  padding: 3.5rem 0 4rem;
  text-align: center;
  color: #304FD4;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_contact {
    padding: 4rem 3rem;
  }
}

.lp_contact a {
  display: block;
}

.lp_contact .zoom a {
  background: #C7EB02 url(../img/ico_pc02.svg) no-repeat center 1em/2.8rem;
  border-radius: 3em;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  height: 12.9rem;
  color: #383333;
  padding-top: 2.4em;
}

@media screen and (max-width: 767px) {
  .lp_contact .zoom a {
    font-size: 3rem;
    padding-top: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .lp_contact li {
    margin-top: 2.5rem;
  }
}

.lp_contact li a {
  border: solid 2px #304FD4;
  border-radius: 3em;
  font-size: 2.2rem;
  background: #fff;
  line-height: 2.6;
}

@media screen and (max-width: 767px) {
  .lp_contact li a {
    font-size: 3rem;
  }
}

.lp_contact dt {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .lp_contact dt {
    margin-top: 4.3rem;
    font-size: 3rem;
  }
}

.lp_contact dd a {
  background: url(../img/ico_tel03.svg) no-repeat left 0.45em/0.701em;
  padding-left: 1em;
  font-size: 4.8rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .lp_contact .row {
    display: flex;
    justify-content: space-between;
  }
  .lp_contact .zoom {
    width: 43.7rem;
  }
  .lp_contact .right {
    width: 71.1rem;
  }
  .lp_contact ul {
    display: flex;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .lp_contact li {
    width: 50%;
  }
  .lp_contact dl {
    display: flex;
    gap: 2.3rem;
    align-items: center;
    margin-top: .3rem;
  }
}

.lp_sec10 {
  padding: 9.5rem 0 7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_sec10 {
    padding: 6rem 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec10 .c_ttl + p {
    text-align: center;
  }
}

.lp_sec10 .chart {
  margin: 0 0 5rem;
}

@media screen and (max-width: 767px) {
  .lp_sec10 .chart {
    overflow-x: auto;
    margin-right: -3rem;
  }
  .lp_sec10 .chart img {
    max-width: 170.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_sec10 .list {
    margin: 0 auto;
    width: 100rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_sec10 .list {
    text-align: center;
  }
}

.lp_sec10 .list dt {
  font-size: 2rem;
  font-weight: bold;
  color: #304FD4;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .lp_sec10 .list dt {
    font-size: 2.8rem;
  }
}

.lp_sec10 .list dd {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lp_sec10 .list dd {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}

.lp_sec10 .list .col {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}

@media screen and (min-width: 768px) {
  .lp_sec10 .list {
    display: flex;
    justify-content: space-between;
  }
  .lp_sec10 .list .col {
    width: 48rem;
  }
  .lp_sec10 .list dl {
    width: 48rem;
  }
}

.lp_price {
  background: #0B3E83;
  position: relative;
  z-index: 1;
  padding: 6rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .lp_price {
    background: #0C4E83;
  }
}

.lp_price .c_bg {
  top: 0;
}

.lp_price .c_ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_price .list {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_price .list {
    display: flex;
    gap: 2rem;
  }
}

.lp_price dl {
  background: #fff;
  border-radius: .5rem;
  position: relative;
  padding: 0 5rem 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_price dl {
    padding: 0 4rem 3.6rem;
  }
  .lp_price dl + dl {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_price dl {
    flex: 1;
    height: 24.6rem;
  }
}

.lp_price dt {
  translate: 0 -50%;
  background: #324AB4;
  border-radius: .8rem;
  font-size: 2.2rem;
  font-weight: 900;
  padding: .2em 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_price dt {
    font-size: 2.6rem;
    margin-bottom: -.2em;
  }
}

.lp_price dt.b {
  color: #324AB4;
  background: #C7EB02;
}

@media screen and (min-width: 768px) {
  .lp_price dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 4rem;
  }
  .lp_price dd p {
    width: 21rem;
  }
}

.lp_price dd p {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lp_price dd p {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

.lp_price dd .price {
  color: #C90000;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_price dd .price {
    line-height: 1.2;
    font-size: 3.4rem;
    margin-bottom: .5em;
  }
}

.lp_price dd .price em {
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .lp_price dd .price em {
    font-size: 5rem;
  }
}

.lp_price dd .price small {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_price dd .price small {
    font-size: 2.6rem;
  }
}

.lp_price .note {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  margin-top: 1.3em;
}

@media screen and (max-width: 767px) {
  .lp_price .note {
    font-size: 2.2rem;
  }
}

.lp_faq {
  margin: 8rem 0;
}

.lp_faq dl {
  margin-top: 1rem;
}

.lp_faq dt {
  background: #324AB4 url(../img/arrow-down.svg) no-repeat calc(100% - 4rem) center/3rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 3rem 18rem 3rem 4rem;
  line-height: 1.43;
  transition: background .2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .lp_faq dt {
    font-size: 2.8rem;
    padding: 3rem 11rem 3rem 3rem;
    background-position: calc(100% - 2.5rem) center;
  }
}

.lp_faq dt:before {
  content: 'Q .';
  margin-right: .25em;
}

.lp_faq dt.open {
  background-image: url(../img/arrow-up.svg);
}

.lp_faq dd {
  display: none;
  font-size: 2rem;
  line-height: 2;
  padding: 2rem 5rem 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_faq dd {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 2rem 0 3rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.form {
  background: #0B3E83;
  position: relative;
  z-index: 1;
  padding: 6rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .form {
    background: #0C4E83;
  }
}

.form .c_bg {
  top: 0;
}

@media screen and (min-width: 768px) {
  .form .c_bg {
    width: 180rem;
  }
}

.form .c_ttl {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form .c_ttl {
    text-align: left;
  }
}

.form th {
  color: #fff;
  text-align: left;
  width: 17.8rem;
  padding: .8em 0 0;
}

@media screen and (max-width: 767px) {
  .form th {
    border-bottom: solid 1px #D9D9D9;
    padding: 0 0 .3em;
  }
}

.form tr > * {
  font-size: 2rem;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
    font-size: 2.8rem;
  }
}

.form td {
  padding-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .form td {
    font-size: 2.4rem;
    padding-top: 1em;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  background: #fff;
  width: 100%;
  border-radius: .1em;
  padding: .7em 1em;
  border: solid 1px #707070;
}

.form td textarea {
  height: 12em;
}

@media screen and (min-width: 768px) {
  .form .radio {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 1.5rem;
  }
  .form .radio label {
    width: calc(50% - .75rem);
  }
}

.form .radio label {
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .form .radio label + label {
    margin-top: 2rem;
  }
}

.form .radio i {
  border: solid 1px #707070;
  line-height: 6.7rem;
  display: block;
  background: #fff;
  border-radius: .1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .form .radio i {
    text-align: left;
    padding-left: 1em;
    line-height: 8rem;
  }
}

.form .radio input {
  opacity: 0;
  position: absolute;
}

.form .radio input:checked + i {
  background: #324AB4;
  color: #fff;
}

.form .doui {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin: 1rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .form .doui {
    font-size: 2.4rem;
    margin: 1rem 0 7.5rem;
  }
}

.form .doui input {
  width: 1.3em;
  height: 1.3em;
  margin-right: .8em;
  vertical-align: -.25em;
}

.form .btn {
  text-align: center;
}

.form .btn input {
  width: 80rem;
  background: #C7EB02;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 11.9rem;
  border-radius: .1em;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .form .btn input {
    font-size: 3.2rem;
  }
}

.form .error {
  color: red;
  font-size: .8em;
}

@media screen and (min-width: 768px) {
  .form table {
    width: 74rem;
    margin-left: 15rem;
  }
}

#error_doui {
  display: block;
}

.thanks_body {
  position: relative;
  padding: 22rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .thanks_body {
    padding: 12rem 0;
  }
}

.thanks_body .c_bg {
  top: 0;
}

.thanks_body .ttl {
  color: #304FD4;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 5.7rem;
}

.thanks_body .ttl i {
  font-size: 8.4rem;
  font-style: italic;
  display: block;
  line-height: 1;
  margin-bottom: .2em;
}

.thanks_body p {
  font-size: 2rem;
  line-height: 2;
  text-align: left;
  width: 91.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .thanks_body p {
    font-size: 2.4rem;
    width: 45.4rem;
  }
}

.thanks_body .tel {
  margin: 6rem 0 7.5rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .tel {
    margin: 9rem 0 4rem;
  }
}

.thanks_body .tel a {
  display: inline-block;
  color: #0C4E83;
  font-weight: bold;
  font-size: 4.1rem;
  background: url(../img/ico_tel02.svg) no-repeat left 0.2em/0.7em;
  padding-left: 1em;
  line-height: 1;
}

.thanks_body .btn a {
  display: inline-block;
  background: #304FD4;
  font-weight: bold;
  color: #fff;
  border-radius: 3em;
  width: 31.2rem;
  line-height: 5rem;
  font-size: 2rem;
}

/*# sourceMappingURL=style.css.map */