@charset "UTF-8";
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, 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%;
  vertical-align: baseline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  vertical-align: top;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}

.modalOpen {
  overflow: hidden;
}
.modalOpen .js_modalWindow {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.js_modalWindow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.js_modalWindow.show .modalDialog {
  transform: none;
}
.js_modalWindow.popup {
  text-align: center;
}
.js_modalWindow .modalDialog {
  position: relative;
  width: auto;
  max-width: 980px;
  min-height: calc(100% - (40px));
  margin: 20px auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
.js_modalWindow .modalDialog::before {
  content: "";
  display: block;
  height: calc(100vh - (40px));
}
.js_modalWindow .modalContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.modalBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.modalBg.show {
  opacity: 1;
  pointer-events: all;
}

@media screen and (prefers-reduced-motion: reduce) {
  .js_modalWindow .modalDialog,
  .modalBg {
    transition: none;
  }
}
.js_modalWindow .close {
  border: none;
  background: none;
  outline: none;
}

#popupModal .modalBody {
  text-align: center;
}
#popupModal .modalBody img, #popupModal .modalBody iframe {
  max-width: 100%;
}

.m_modal .modalContent {
  position: relative;
}
.m_modal .modalContent .closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.m_modal .modalBody {
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .m_modal .modalDialog {
    margin: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .m_pcHide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m_spHide {
    display: none;
  }
}
.m_secHead {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #0080FF;
}
@media print, screen and (min-width: 769px) {
  .m_secHead {
    font-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .m_secHead {
    font-size: 5.6rem;
  }
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

header {
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  header {
    top: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  header {
    top: 20px;
    left: 20px;
  }
}

.mvArea .mvInner {
  position: relative;
}
.mvArea .mvInner .txtWrap .txt1, .mvArea .mvInner .txtWrap .txt2, .mvArea .mvInner .txtWrap .txt3 {
  display: inline-block;
  border-radius: 8px;
}
.mvArea .mvInner .txtWrap .txt1 {
  background: #284889;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.mvArea .mvInner .txtWrap .txt2 {
  background: #fff;
  color: #000D50;
  font-weight: 900;
}
.mvArea .mvInner .txtWrap .txt3 {
  background: #fff;
  color: #000D50;
  font-weight: 900;
}
.mvArea .mvInner .txtWrap .btn a {
  background: #0080FF;
  color: #fff;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
.mvArea .mvInner .img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mvArea .mvInner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 51px;
  }
  .mvArea .mvInner .txtWrap {
    position: absolute;
    top: 239px;
    left: 0;
  }
  .mvArea .mvInner .txtWrap .txt1 {
    font-size: 2.4rem;
    margin-bottom: 22px;
    padding: 12px 30px;
  }
  .mvArea .mvInner .txtWrap .txt2 {
    font-size: 4rem;
    margin-bottom: 11px;
    padding: 10px 30px;
  }
  .mvArea .mvInner .txtWrap .txt3 {
    font-size: 7rem;
    padding: 15px 30px;
    margin-bottom: 60px;
  }
  .mvArea .mvInner .txtWrap .btn a {
    width: 248px;
    height: 75px;
    font-size: 2.4rem;
    transition: opacity 0.3s;
  }
  .mvArea .mvInner .txtWrap .btn a:hover {
    opacity: 0.7;
  }
  .mvArea .mvInner .img {
    text-align: right;
    margin-left: -101px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    padding-top: 84px;
  }
  .mvArea .mvInner {
    display: flex;
    flex-direction: column-reverse;
  }
  .mvArea .mvInner .img {
    text-align: center;
  }
  .mvArea .mvInner .img img {
    width: 350px;
  }
  .mvArea .mvInner .txtWrap {
    margin: -100px 20px 0;
  }
  .mvArea .mvInner .txtWrap .txt1 {
    font-size: 1.4rem;
    padding: 8px 20px;
    margin-bottom: 10px;
  }
  .mvArea .mvInner .txtWrap .txt2 {
    font-size: 1.7rem;
    padding: 4px 20px;
    margin-bottom: 5px;
  }
  .mvArea .mvInner .txtWrap .txt3 {
    font-size: 3.1rem;
    padding: 4px 20px;
    margin-bottom: 20px;
  }
  .mvArea .mvInner .txtWrap .btn a {
    font-size: 1.4rem;
    width: 198px;
    line-height: 50px;
  }
}

.pageWrap {
  background: #FAF7F1;
}
@media print, screen and (min-width: 769px) {
  .pageWrap {
    background: url(../images/topBg.png) no-repeat center top/100%, url(../images/btmBg.png) no-repeat center bottom -210px/100%, #FAF7F1;
    min-width: 1200px;
  }
}
@media print, screen and (min-width: 769px) {
  .section .secInner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section .secInner {
    margin-inline: 20px;
  }
}
.sec01 .secInner .secHead {
  text-align: center;
  color: #000D50;
  font-weight: 900;
}
.sec01 .secInner .secHead .txt1 {
  display: block;
}
.sec01 .secInner .secHead .txt2 {
  display: block;
}
.sec01 .secInner .secHead .txt3 {
  display: block;
}
.sec01 .secInner .box .txtWrap .txt {
  font-weight: 500;
  color: #000D50;
  line-height: 2;
}
.sec01 .secInner .box .txtWrap .em {
  font-weight: 900;
  color: #D56762;
}
@media print, screen and (min-width: 769px) {
  .sec01 {
    margin-top: 80px;
  }
  .sec01 .secInner .secHead {
    margin-bottom: 20px;
  }
  .sec01 .secInner .secHead .txt1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .sec01 .secInner .secHead .txt2 {
    font-size: 3.2rem;
  }
  .sec01 .secInner .secHead .txt3 {
    font-size: 6.1rem;
  }
  .sec01 .secInner .box {
    display: flex;
    gap: 40px;
  }
  .sec01 .secInner .box .txtWrap {
    width: calc((100% - 40px) / 2);
    margin-top: 62px;
  }
  .sec01 .secInner .box .txtWrap .txt {
    font-size: 1.8rem;
  }
  .sec01 .secInner .box .txtWrap .txt + .txt {
    margin-top: 36px;
  }
  .sec01 .secInner .box .img {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-top: 40px;
  }
  .sec01 .secInner .secHead {
    margin-bottom: 30px;
  }
  .sec01 .secInner .secHead .txt1 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .sec01 .secInner .secHead .txt2 {
    font-size: 1.8rem;
    margin-bottom: 7px;
  }
  .sec01 .secInner .secHead .txt3 {
    font-size: 3.4rem;
  }
  .sec01 .secInner .box {
    margin: 0 0 40px;
  }
  .sec01 .secInner .box .txtWrap {
    margin-bottom: 40px;
  }
  .sec01 .secInner .box .txtWrap .txt {
    font-size: 1.6rem;
  }
  .sec01 .secInner .box .txtWrap .txt + .txt {
    margin-top: 32px;
  }
}

.sec02 .list .card {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}
.sec02 .list .card .txt {
  color: #000D50;
  font-weight: 900;
  line-height: 1.5;
}
.sec02 .list .card .txt:has(.num) {
  line-height: 1.05;
}
.sec02 .list .card .notes {
  color: #000D50;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .sec02 {
    margin-top: 104px;
  }
  .sec02 .m_secHead {
    margin-bottom: 47px;
  }
  .sec02 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .sec02 .list .card {
    width: calc((100% - 40px) / 2);
  }
  .sec02 .list .card .txt {
    font-size: 2.2rem;
  }
  .sec02 .list .card .txt .em {
    font-size: 3.8rem;
  }
  .sec02 .list .card .notes {
    margin-top: 10px;
  }
  .sec02 .list .card:nth-child(1) {
    padding: 47px 0 23px;
  }
  .sec02 .list .card:nth-child(1) .img {
    margin-bottom: 20px;
  }
  .sec02 .list .card:nth-child(2) {
    padding: 30px 0;
  }
  .sec02 .list .card:nth-child(2) .img {
    margin-bottom: 20px;
  }
  .sec02 .list .card:nth-child(3) {
    padding: 49px 0;
  }
  .sec02 .list .card:nth-child(3) .img {
    margin-bottom: 20px;
  }
  .sec02 .list .card:nth-child(4) {
    padding: 38px 0;
  }
  .sec02 .list .card:nth-child(4) .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 94px;
  }
  .sec02 .m_secHead {
    margin-bottom: 14px;
  }
  .sec02 .list .card {
    padding: 47px 0 23px;
  }
  .sec02 .list .card + .card {
    margin-top: 20px;
  }
  .sec02 .list .card .img {
    margin-bottom: 20px;
  }
  .sec02 .list .card .txt {
    font-size: 2.2rem;
  }
  .sec02 .list .card .txt .em {
    font-size: 3.8rem;
  }
  .sec02 .list .card .notes {
    font-size: 1rem;
    margin-top: 13px;
  }
  .sec02 .list .card:nth-child(2) {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .sec02 .list .card:nth-child(3) {
    padding-top: 60px;
    padding-bottom: 59px;
  }
  .sec02 .list .card:nth-child(4) {
    padding: 38px 0;
  }
}

.sec03 .list .card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.sec03 .list .card .txtWrap {
  color: #000D50;
}
.sec03 .list .card .txtWrap .head {
  font-weight: 900;
  line-height: 1.3;
}
.sec03 .list .card .txtWrap .txt {
  line-height: 2;
  font-weight: 500;
}
.sec03 .list .card .txtWrap .notes {
  font-weight: 500;
}
.sec03 .subHead {
  text-align: center;
  color: #000D50;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .sec03 {
    margin-top: 122px;
  }
  .sec03 .m_secHead {
    margin-bottom: 47px;
  }
  .sec03 .list .card {
    padding: 80px 60px;
    position: relative;
  }
  .sec03 .list .card + .card {
    margin-top: 30px;
  }
  .sec03 .list .card .txtWrap {
    width: 658px;
  }
  .sec03 .list .card .txtWrap .head {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .sec03 .list .card .txtWrap .txt {
    margin-bottom: -1px;
  }
  .sec03 .list .card .txtWrap .notes {
    font-size: 1.2rem;
  }
  .sec03 .list .card .img {
    position: absolute;
  }
  .sec03 .list .card.card1 .img {
    top: -97px;
    right: 1px;
  }
  .sec03 .list .card.card2 .img {
    bottom: 0;
    right: 26px;
  }
  .sec03 .list .card.card3 .img {
    top: 23px;
    right: 66px;
  }
  .sec03 .list .card.card4 .img {
    right: 26px;
    bottom: 0;
  }
  .sec03 .subHead {
    margin: 60px 0 30px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 97px;
  }
  .sec03 .m_secHead {
    margin-bottom: 14px;
  }
  .sec03 .list .card {
    padding: 25px;
  }
  .sec03 .list .card + .card {
    margin-top: 20px;
  }
  .sec03 .list .card .txtWrap .head {
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .sec03 .list .card .txtWrap .txt {
    font-size: 1.6rem;
  }
  .sec03 .list .card .txtWrap .notes {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: -3px;
  }
  .sec03 .list .card .img {
    display: block;
    text-align: center;
    margin-top: 18px;
  }
  .sec03 .list .card.card4 .img {
    margin-top: 0;
  }
  .sec03 .subHead {
    font-size: 2.4rem;
    margin: 40px 0 20px;
  }
}

.sec04 .m_desc {
  font-weight: 900;
  line-height: 1.5;
  color: #000D50;
}
.sec04 .flowList {
  counter-reset: flow;
}
.sec04 .flowList li {
  counter-increment: flow;
  position: relative;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}
.sec04 .flowList li:before {
  content: "0" counter(flow);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #fff;
  background: #000D50;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.sec04 .flowList li .ttl {
  color: #000D50;
  font-weight: 900;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .sec04 {
    margin-top: 130px;
  }
  .sec04 .m_secHead {
    margin-bottom: 28px;
  }
  .sec04 .m_desc {
    font-size: 2.6rem;
    margin-bottom: 60px;
  }
  .sec04 .flowList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .sec04 .flowList li {
    width: calc((100% - 80px) / 3);
    padding: 28px 22px;
  }
  .sec04 .flowList li:before {
    width: 56px;
    height: 56px;
    top: -37px;
    font-size: 2.4rem;
  }
  .sec04 .flowList li .ttl {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-top: 94px;
  }
  .sec04 .m_secHead {
    margin-bottom: 15px;
  }
  .sec04 .m_desc {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 40px;
  }
  .sec04 .flowList li {
    padding: 30px 20px 20px;
  }
  .sec04 .flowList li + li {
    margin-top: 50px;
  }
  .sec04 .flowList li:before {
    font-size: 2rem;
    width: 56px;
    height: 56px;
    top: -38px;
  }
  .sec04 .flowList li .ttl {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}

.sec05 .box {
  background: #fff;
  border-radius: 16px;
}
.sec05 .box .priceTxt {
  font-weight: 900;
  line-height: 1.1;
  color: #000D50;
  text-align: center;
}
.sec05 .box .priceTxt .num {
  font-family: "Roboto", sans-serif;
}
.sec05 .box .notes {
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  color: #000D50;
}
.sec05 .box .inneTxt {
  border-top: 1px solid #838383;
  border-bottom: 1px solid #838383;
  color: #2E2E2E;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .sec05 {
    margin-top: 125px;
    padding-bottom: 120px;
  }
  .sec05 .m_secHead {
    margin-bottom: 47px;
  }
  .sec05 .box {
    padding: 60px 0;
  }
  .sec05 .box .priceTxt {
    margin-bottom: 20px;
  }
  .sec05 .box .priceTxt .num {
    font-size: 7.8rem;
  }
  .sec05 .box .notes {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .sec05 .box .inneTxt {
    width: 682px;
    margin: 0 auto;
    padding: 15px 24px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-top: 93px;
    padding-bottom: 40px;
  }
  .sec05 .m_secHead {
    margin-bottom: 12px;
  }
  .sec05 .box {
    padding: 30px 20px;
  }
  .sec05 .box .priceTxt {
    font-size: 1.6rem;
  }
  .sec05 .box .priceTxt .num {
    font-size: 7rem;
    display: block;
    margin-bottom: 15px;
  }
  .sec05 .box .notes {
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-top: 19px;
  }
  .sec05 .box .inneTxt {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.contactArea {
  background: #284889;
  color: #fff;
  text-align: center;
}
.contactArea .head {
  font-weight: 900;
}
.contactArea .btn a {
  display: inline-block;
  background: #0080FF;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  border-radius: 6px;
}
.contactArea .txt a {
  color: #0080FF;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .contactArea {
    padding: 70px 0;
  }
  .contactArea .head {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
  .contactArea .btn {
    margin-bottom: 30px;
  }
  .contactArea .btn a {
    width: 432px;
    line-height: 80px;
    font-size: 2.2rem;
    transition: opacity 0.3s;
  }
  .contactArea .btn a:hover {
    opacity: 0.7;
  }
  .contactArea .txt + .txt {
    margin-top: 30px;
  }
  .contactArea .txt a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 30px 20px;
  }
  .contactArea .head {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .contactArea .btn {
    margin-bottom: 30px;
  }
  .contactArea .btn a {
    font-size: 2.2rem;
    line-height: 80px;
    width: 100%;
  }
  .contactArea .txt {
    font-size: 1.6rem;
  }
  .contactArea .txt + .txt {
    margin-top: 30px;
  }
}

footer {
  background: #142F66;
}
footer .copy {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  footer {
    padding: 15px;
  }
  footer .copy small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10px;
  }
  footer .copy small {
    font-size: 1rem;
  }
}/*# sourceMappingURL=styles.css.map */