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

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: font_noto_sans_jp;
  color: #3e3a39;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0520833333vw;
}
@media screen and (max-width: 1300px) {
  html,
  body {
    font-size: 0.0769230769vw;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .inner {
  padding: 50rem 59rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header .inner {
    padding: 30rem;
  }
}
.header .logo {
  max-width: 251rem;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header .logo {
    width: 16%;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 35%;
  }
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo a img {
  width: 100%;
  height: auto;
}

.footer {
  background: #316ea9;
  position: relative;
  z-index: 5;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  top: 0;
  width: 351rem;
  height: 100%;
  z-index: -1;
}
.footer::before {
  background: url(../img/bg-r.png) no-repeat center/cover;
  right: 0;
}
.footer::after {
  background: url(../img/bg-l.png) no-repeat center/cover;
  left: 0;
}
.footer .w960 {
  padding: 66rem 0 19rem;
  max-width: 960rem;
  width: 100%;
  margin: 0 auto;
}
.footer .w960 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33rem;
  margin-bottom: 148rem;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer .w960 .column .item {
  max-width: 464rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column .item {
    max-width: 100%;
  }
}
.footer .w960 .column .item .img {
  max-width: 310rem;
  width: 100%;
  margin-bottom: -42rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column .item .img {
    max-width: 40%;
  }
}
.footer .w960 .column .item .box {
  width: 100%;
  border-radius: 11rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18rem;
  padding: 68rem 0 38rem;
}
.footer .w960 .column .item .box .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  font-size: 26rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column .item .box .ttl {
    font-size: 18px;
  }
}
.footer .w960 .column .item .box .btn {
  max-width: 327rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 31px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b91818), to(#5d0c0c));
  background: linear-gradient(#b91818 0%, #5d0c0c 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column .item .box .btn {
    max-width: 50%;
  }
}
.footer .w960 .column .item .box .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .w960 .column .item .box .btn a {
  height: 62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  font-size: 30rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .w960 .column .item .box .btn a {
    font-size: 14px;
    height: 40px;
  }
}
.footer .w960 .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .w960 .copy {
    font-size: 12px;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 1300px) {
  .pc-hidden {
    display: block;
  }
}

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

img.w100 {
  max-width: 100%;
  height: auto;
}

#main {
  overflow-x: clip;
}

.c-blue {
  color: #316ea9;
}

.w1500 {
  max-width: 1500rem;
  width: 90%;
  margin: auto;
}

.sec-title .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 53rem;
  text-align: center;
  color: #333;
  position: relative;
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .sec-title .main {
    font-size: 24px;
  }
}
.sec-title .main::after {
  content: "";
  width: 229rem;
  height: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#308dd4), color-stop(47.58%, #266fa6), to(#18476a));
  background: linear-gradient(to right, #308dd4 0%, #266fa6 47.58%, #18476a 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mv {
  background: url(../img/mv_bg.png) no-repeat bottom/100% auto, #f9f9f9;
  height: 940rem;
  position: relative;
  min-height: calc(100vh - 143rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .mv {
    height: auto;
    min-height: auto;
  }
}
.mv .img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 807rem;
  width: 43%;
}
@media screen and (max-width: 1300px) {
  .mv .img {
    width: 32%;
  }
}
.mv .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 4.6354166667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 173rem;
  margin-top: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1300px) {
  .mv .text {
    margin: 180rem auto;
  }
}
@media screen and (max-width: 767px) {
  .mv .text {
    width: 90%;
  }
}
.mv .text .heading {
  max-width: 1148rem;
  width: 90%;
  margin-bottom: 52rem;
}
.mv .text .box {
  border-radius: 21rem;
  background: #fff;
  border: 4rem solid #316ea9;
  padding: 15rem 84rem;
  margin-bottom: 77rem;
}
.mv .text .box .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 33rem;
  text-align: center;
  color: #4b80b3;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .mv .text .box .lead {
    font-size: 18px;
  }
}
.mv .text .desc {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.4333333333;
  font-size: 30rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  margin-bottom: 16rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .mv .text .desc {
    font-size: 14px;
  }
}
.mv .text .btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#b91818), to(#5d0c0c));
  background: linear-gradient(#b91818 0%, #5d0c0c 100%);
  -webkit-box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
          box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
  max-width: 380rem;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .mv .text .btn {
    max-width: 50%;
  }
}
.mv .text .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mv .text .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  font-size: 30rem;
  color: #fff;
  padding: 14rem 0;
}
@media screen and (max-width: 767px) {
  .mv .text .btn a {
    font-size: 14px;
    height: 40px;
  }
}

.sec02 {
  position: relative;
  background: url(../img/sec02-bg.png) no-repeat right top/auto 734rem;
}
.sec02 .w1500 {
  padding: 124rem 0 114rem;
}
.sec02 .w1500 .sec-title {
  margin-bottom: 30rem;
}
.sec02 .w1500 .griditem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  row-gap: 60rem;
}
@media screen and (max-width: 767px) {
  .sec02 .w1500 .griditem {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec02 .w1500 .griditem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 510rem;
  width: 100%;
  margin: 0 auto;
}
.sec02 .w1500 .griditem .item .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 1.2068965517;
  font-size: 29rem;
  text-align: center;
  color: #333;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec02 .w1500 .griditem .item .desc {
    font-size: 14px;
  }
}

.sec03 {
  background-color: #f5fafc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f0f0f0)), -webkit-gradient(linear, left top, right top, from(transparent), to(#f0f0f0));
  background-image: linear-gradient(0deg, transparent calc(100% - 1rem), #f0f0f0 calc(100% - 1rem)), linear-gradient(90deg, transparent calc(100% - 1rem), #f0f0f0 calc(100% - 1rem));
  background-size: 43rem 43rem;
  background-repeat: repeat;
  background-position: center center;
}
.sec03 .w1623 {
  max-width: 1623rem;
  width: 90%;
  margin: auto;
  padding: 69rem 0 121rem;
}
.sec03 .w1623 .sec-title {
  margin-bottom: 50rem;
}
.sec03 .w1623 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec03 .w1623 .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.sec03 .w1623 .column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec03 .w1623 .column .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 25rem;
  text-align: center;
  color: #fff;
  background-color: #316ea9;
  width: 92rem;
  height: 92rem;
  margin-bottom: 15rem;
}
.sec03 .w1623 .column .item .label .num {
  font-weight: 900;
  font-size: 40rem;
  text-align: center;
  color: #fff;
  margin-top: -10rem;
}
.sec03 .w1623 .column .item .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 36rem;
  text-align: center;
  color: #333;
  margin-bottom: 15rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec03 .w1623 .column .item .item-ttl {
    font-size: 18px;
  }
}
.sec03 .w1623 .column .item .desc {
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  font-size: 36rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03 .w1623 .column .item .desc {
    font-size: 14px;
  }
}
.sec03 .w1623 .column .item.step02, .sec03 .w1623 .column .item.step04 {
  margin-top: 222rem;
}
.sec03 .w1623 .column .item.step02::after, .sec03 .w1623 .column .item.step04::after {
  content: "";
  position: absolute;
  left: calc(100% - 42rem);
  top: 58rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 117rem;
  height: 3rem;
  background-size: 33rem 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(16rem, #000000), color-stop(16rem, transparent));
  background-image: linear-gradient(to right, #000000 16rem, transparent 16rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1300px) {
  .sec03 .w1623 .column .item.step02::after, .sec03 .w1623 .column .item.step04::after {
    left: calc(100% - 74rem);
    top: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .w1623 .column .item.step02::after, .sec03 .w1623 .column .item.step04::after {
    left: -36px;
    top: auto;
    bottom: 7px;
  }
}
.sec03 .w1623 .column .item.step04::after {
  content: none;
}
.sec03 .w1623 .column .item.step01::after, .sec03 .w1623 .column .item.step03::after {
  content: "";
  position: absolute;
  left: calc(100% + 22rem);
  top: 181rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 113rem;
  height: 3rem;
  background-size: 33rem 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(16rem, #000000), color-stop(16rem, transparent));
  background-image: linear-gradient(to right, #000000 16rem, transparent 16rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 1300px) {
  .sec03 .w1623 .column .item.step01::after, .sec03 .w1623 .column .item.step03::after {
    left: calc(100% - 24rem);
  }
}
@media screen and (max-width: 767px) {
  .sec03 .w1623 .column .item.step03::after {
    top: 70px;
    left: calc(100% - 43rem);
  }
}

.sec04 {
  background: url(../img/sec04-bg.png) no-repeat top/cover;
  position: relative;
  z-index: 10;
}
.sec04::after {
  content: "";
  background: url(../img/img12.png) no-repeat bottom right/contain;
  position: absolute;
  width: 649rem;
  height: 349rem;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sec04 .w1450 {
  padding: 135rem 0 194rem;
  max-width: 1450rem;
  width: 90%;
  margin: 0 auto;
}
.sec04 .w1450 .sec-title {
  margin-bottom: 128rem;
}
.sec04 .w1450 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70rem;
  margin-bottom: 134rem;
}
.sec04 .w1450 .column .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec04 .w1450 .column .item .img {
  position: relative;
  z-index: 5;
  max-width: 760rem;
  width: 76%;
  -webkit-box-shadow: 3rem 3rem 6rem rgba(0, 0, 0, 0.32);
          box-shadow: 3rem 3rem 6rem rgba(0, 0, 0, 0.32);
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item .img {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
  }
}
.sec04 .w1450 .column .item .box {
  position: relative;
  z-index: 3;
  max-width: 763rem;
  width: 76%;
  background: rgba(255, 255, 255, 0.89);
  border: 3rem solid #5285b6;
  -webkit-filter: drop-shadow(3rem 3rem 6rem rgba(0, 0, 0, 0.32));
          filter: drop-shadow(3rem 3rem 6rem rgba(0, 0, 0, 0.32));
  padding: 72rem 87rem 72rem 144rem;
  margin-left: -74rem;
  margin-top: 70rem;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item .box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    max-width: 90%;
    padding: 72rem 87rem 72rem 72rem;
  }
}
.sec04 .w1450 .column .item .box .item-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 48rem;
  color: #316ea9;
  padding-bottom: 24rem;
  margin-bottom: 24rem;
  position: relative;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item .box .item-ttl {
    font-size: 16px;
  }
}
.sec04 .w1450 .column .item .box .item-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-size: 16rem 1rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8rem, #707070), color-stop(8rem, transparent));
  background-image: linear-gradient(to right, #707070 8rem, transparent 8rem);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.sec04 .w1450 .column .item .box .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.45;
  font-size: 40rem;
  text-align: left;
  color: #333;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item .box .desc {
    line-height: 1.3;
    font-size: 14px;
  }
}
.sec04 .w1450 .column .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.sec04 .w1450 .column .item.reverse .box {
  margin-left: auto;
  margin-right: -74rem;
  padding: 72rem 144rem 72rem 87rem;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .column .item.reverse .box {
    margin-right: auto;
    margin-left: auto;
    padding: 72rem 87rem 72rem 72rem;
  }
}
.sec04 .w1450 .bottom .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13rem;
  margin-bottom: 17rem;
}
.sec04 .w1450 .bottom .has-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  height: 68rem;
  font-size: 3.1rem;
  line-height: 1;
  font-size: 31rem;
  letter-spacing: 0.05em;
  color: #333;
  background: url(../img/txt-bg.png) no-repeat center/100% 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .bottom .has-bg {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-size: 15px;
    height: auto;
  }
}
.sec04 .w1450 .bottom .has-bg:first-child {
  padding: 0 143rem;
  -webkit-filter: drop-shadow(0rem 3rem 6rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 3rem 6rem rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .bottom .has-bg:first-child {
    padding: 20px;
  }
}
.sec04 .w1450 .bottom .has-bg:last-child {
  padding: 0 103rem;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .bottom .has-bg:last-child {
    padding: 20px;
  }
}
.sec04 .w1450 .bottom .btn {
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6cc42), color-stop(50.54%, #ffb402), to(#ffb300));
  background: linear-gradient(#f6cc42 0%, #ffb402 50.54%, #ffb300 100%);
  -webkit-box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
          box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
  max-width: 442rem;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .bottom .btn {
    max-width: 50%;
  }
}
.sec04 .w1450 .bottom .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec04 .w1450 .bottom .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  font-size: 36rem;
  color: #333;
  height: 70rem;
}
@media screen and (max-width: 767px) {
  .sec04 .w1450 .bottom .btn a {
    font-size: 14px;
    height: 40px;
  }
}

.sec05 {
  background-color: #316ea9;
}
.sec05 .w1500 {
  padding: 146rem 0 106rem;
}
.sec05 .sec-title {
  margin-bottom: 94rem;
}
.sec05 .sec-title .main {
  color: #fff;
}
.sec05 .sec-title .main::after {
  background: -webkit-gradient(linear, left top, right top, from(#bcdbf2), color-stop(47.58%, #d5edff), to(#fff));
  background: linear-gradient(to right, #bcdbf2 0%, #d5edff 47.58%, #fff 100%);
}
.sec05 .griditem {
  max-width: 1463rem;
  width: 100%;
  margin: 0 auto 94rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 12rem 17rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.sec05 .griditem .item {
  background: #fff;
  -webkit-box-shadow: 16rem 16rem 6rem rgba(119, 119, 119, 0.16);
          box-shadow: 16rem 16rem 6rem rgba(119, 119, 119, 0.16);
}
.sec05 .griditem .item .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 42rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item .item-ttl {
    font-size: 18px;
  }
}
.sec05 .griditem .item.top {
  grid-column: 1/3;
  border-top: 18rem solid #fbe206;
  padding: 39rem 0 37rem;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top {
    grid-column: 1/2;
  }
}
.sec05 .griditem .item.top .desc {
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 21rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  margin-bottom: 21rem;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .desc {
    font-size: 14px;
  }
}
.sec05 .griditem .item.top .desc .c-red {
  font-size: 22rem;
  color: #be1c1c;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .desc .c-red {
    font-size: 15px;
  }
}
.sec05 .griditem .item.top .plan {
  max-width: 827rem;
  width: 90%;
  margin: 0 auto 21rem;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan {
    max-width: 90%;
    width: 100%;
  }
}
.sec05 .griditem .item.top .plan th.c-yellow {
  background-color: #fbe206;
  border-radius: 10rem 10rem 0rem 0rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 26rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan th.c-yellow {
    font-size: 14px;
  }
}
.sec05 .griditem .item.top .plan tr {
  border-bottom: 1rem solid #cccccc;
  height: 44rem;
}
.sec05 .griditem .item.top .plan tr:first-child {
  height: 61rem;
  border-bottom: 1rem solid #000000;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan tr:first-child {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.sec05 .griditem .item.top .plan tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  vertical-align: middle;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 1300px) {
  .sec05 .griditem .item.top .plan tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan tr th {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
  }
}
.sec05 .griditem .item.top .plan tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
@media screen and (max-width: 1300px) {
  .sec05 .griditem .item.top .plan tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .plan tr td {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
  }
}
.sec05 .griditem .item.top .plan tr td.c-yellow {
  background-color: #fffef2;
}
.sec05 .griditem .item.top .kome {
  max-width: 827rem;
  width: 90%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #333;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .sec05 .griditem .item.top .kome {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.top .kome {
    max-width: 90%;
    width: 100%;
    font-size: 12px;
    line-height: 1.3;
  }
}
.sec05 .griditem .item.bottom {
  max-width: 723rem;
  width: 100%;
  border-top: 18rem solid #c2dceb;
  padding: 25rem 0 48rem;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom {
    max-width: 100%;
  }
}
.sec05 .griditem .item.bottom .c-blue {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 42rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #316ea9;
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom .c-blue {
    font-size: 20px;
  }
}
.sec05 .griditem .item.bottom .plan {
  max-width: 679rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom .plan {
    max-width: 90%;
    width: 100%;
  }
}
.sec05 .griditem .item.bottom .plan tr {
  border-bottom: 1rem solid #cccccc;
  height: 42rem;
}
.sec05 .griditem .item.bottom .plan tr:first-child {
  border-top: 1rem solid #000000;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom .plan tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.sec05 .griditem .item.bottom .plan tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
  vertical-align: middle;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 1300px) {
  .sec05 .griditem .item.bottom .plan tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom .plan tr th {
    font-size: 1.4rem;
    line-height: 2;
    font-size: 14px;
    height: 30px;
  }
}
.sec05 .griditem .item.bottom .plan tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  color: #333;
  background-color: #fffef2;
}
@media screen and (max-width: 1300px) {
  .sec05 .griditem .item.bottom .plan tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.bottom .plan tr td {
    height: 30px;
  }
}
.sec05 .griditem .item.bottom .plan tr td.c-yellow {
  background-color: #fffef2;
}
.sec05 .griditem .item.left {
  grid-column: 1/2;
}
.sec05 .griditem .item.right {
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .sec05 .griditem .item.right {
    grid-column: 1/2;
  }
}
.sec05 .bottom .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13rem;
  margin-bottom: 17rem;
}
.sec05 .bottom .has-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  height: 68rem;
  font-size: 3.1rem;
  line-height: 1;
  font-size: 31rem;
  letter-spacing: 0.05em;
  color: #333;
  background: url(../img/txt-bg.png) no-repeat center/100% 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .sec05 .bottom .has-bg {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-size: 15px;
    height: auto;
  }
}
.sec05 .bottom .has-bg:first-child {
  padding: 0 143rem;
  -webkit-filter: drop-shadow(0rem 3rem 6rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0rem 3rem 6rem rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .sec05 .bottom .has-bg:first-child {
    padding: 20px;
  }
}
.sec05 .bottom .has-bg:last-child {
  padding: 0 103rem;
}
@media screen and (max-width: 767px) {
  .sec05 .bottom .has-bg:last-child {
    padding: 20px;
  }
}
.sec05 .bottom .btn {
  border-radius: 35px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6cc42), color-stop(50.54%, #ffb402), to(#ffb300));
  background: linear-gradient(#f6cc42 0%, #ffb402 50.54%, #ffb300 100%);
  -webkit-box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
          box-shadow: 6rem 6rem 6rem rgba(0, 0, 0, 0.49);
  max-width: 442rem;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .sec05 .bottom .btn {
    max-width: 50%;
  }
}
.sec05 .bottom .btn:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec05 .bottom .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
  font-size: 36rem;
  color: #333;
  height: 70rem;
}
@media screen and (max-width: 767px) {
  .sec05 .bottom .btn a {
    font-size: 14px;
    height: 40px;
  }
}

.sec06 {
  background-color: #f5fafc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#f0f0f0)), -webkit-gradient(linear, left top, right top, from(transparent), to(#f0f0f0));
  background-image: linear-gradient(0deg, transparent calc(100% - 1rem), #f0f0f0 calc(100% - 1rem)), linear-gradient(90deg, transparent calc(100% - 1rem), #f0f0f0 calc(100% - 1rem));
  background-size: 43rem 43rem;
  background-repeat: repeat;
  background-position: center center;
}
.sec06 .w1300 {
  max-width: 1433rem;
  width: 90%;
  margin: 0 auto;
  padding: 108rem 0 200rem;
}
.sec06 .w1300 .sec-title {
  margin-bottom: 85rem;
}
.sec06 .w1300 .slidewrap {
  position: relative;
}
.sec06 .w1300 .slidewrap .case-swiper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06 .w1300 .slidewrap .case-swiper {
    width: 60%;
  }
}
.sec06 .w1300 .slidewrap .case-swiper .swiper-slide .img {
  margin-bottom: 27rem;
}
.sec06 .w1300 .slidewrap .case-swiper .swiper-slide .text .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-size: 24rem;
  text-align: left;
  color: #333;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .sec06 .w1300 .slidewrap .case-swiper .swiper-slide .text .desc {
    font-size: 14px;
  }
}
.sec06 .w1300 .slidewrap .swiper-button-prev,
.sec06 .w1300 .slidewrap .swiper-button-next {
  width: 34rem;
  height: 34rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec06 .w1300 .slidewrap .swiper-button-prev,
  .sec06 .w1300 .slidewrap .swiper-button-next {
    width: 20px;
    height: 20px;
  }
}
.sec06 .w1300 .slidewrap .swiper-button-prev::after,
.sec06 .w1300 .slidewrap .swiper-button-next::after {
  content: none;
}
.sec06 .w1300 .slidewrap .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .w1300 .slidewrap .swiper-button-next {
    right: 10px;
  }
}
.sec06 .w1300 .slidewrap .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .w1300 .slidewrap .swiper-button-prev {
    left: 10px;
  }
}

.sec07 .w1480 {
  padding: 106rem 0 190rem;
  max-width: 1480rem;
  width: 90%;
  margin: 0 auto;
}
.sec07 .w1480 .sec-title {
  margin-bottom: 70rem;
}

.qa-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
  margin-bottom: 70rem;
}
.qa-wrap .item {
  background: #fff;
}
.qa-wrap .item .question {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20rem;
  padding: 15rem 40rem 15rem 30rem;
  background-color: #ddeff9;
}
.qa-wrap .item .question .q-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.25;
  font-size: 40rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item .question .q-ttl {
    font-size: 18px;
  }
}
.qa-wrap .item .question p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.25;
  font-size: 40rem;
  color: #333;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item .question p {
    font-size: 14px;
  }
}
.qa-wrap .item .question::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18rem solid transparent;
  border-left: 18rem solid transparent;
  border-bottom: 24rem solid #333333;
  border-top: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  margin: auto;
  right: 31rem;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item .question::after {
    right: 10px;
  }
}
.qa-wrap .item .answer {
  position: relative;
  margin: auto;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  padding: 0 40rem 0 30rem;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item .answer {
    padding-left: 55rem;
    padding-right: 20rem;
  }
}
.qa-wrap .item .answer p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  font-size: 36rem;
  color: #333;
  word-break: keep-all;
  overflow-wrap: break-word;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item .answer p {
    font-size: 14px;
  }
}
.qa-wrap .item.active .question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.qa-wrap .item.active .answer {
  max-height: 10000rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  visibility: visible;
  padding: 15rem 40rem 15rem 30rem;
  opacity: 1;
  height: auto;
  border: 6rem solid #ddeff9;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
}
@media screen and (max-width: 767px) {
  .qa-wrap .item.active .answer {
    padding-left: 55rem;
    padding-right: 20rem;
  }
}/*# sourceMappingURL=style.css.map */