@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/* メディアクエリ基本設定
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  /* text-align: justify; */
  font-size: 1.8rem;
  line-height: 180%;
  letter-spacing: 0.02rem;
  color: #231815;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }
}

/* base
--------------------------------------*/
.fw_thin {
  font-weight: 100;
}

.fw_lig {
  font-weight: 300;
}

.fw_reg {
  font-weight: 400;
}

.fw_mid {
  font-weight: 500;
}

.fw_bol {
  font-weight: 600;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 1024px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .spNone {
    display: none !important;
  }
}
/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fv {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
}
.fv h1 {
  width: 40%;
  position: absolute;
  z-index: 2;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 25%;
}
@media screen and (max-width: 1024px) {
  .fv h1 {
    width: 60%;
    left: 30%;
  }
}
.fv h1 .ttl {
  width: 100%;
  max-width: 550px;
  margin: 30px auto 0;
}

.contents {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.read {
  width: 90%;
  margin: 100px auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .read {
    margin: 50px auto 0;
  }
}
.read .box {
  width: 100%;
  border: 1px solid #568BAE;
  padding: 50px 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .read .box {
    margin-bottom: 30px;
  }
}
.read .box .ttl {
  width: 100%;
  color: #568BAE;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
  position: relative;
  margin-bottom: 3rem;
}
.read .box .ttl span {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .read .box .ttl {
    margin-left: 2rem;
    font-size: 2rem;
  }
  .read .box .ttl span {
    font-size: 1.8rem;
  }
}
.read .box .ttl:before {
  content: "";
  position: absolute;
  background: #F2F9CD;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: -1;
  left: -3rem;
  top: -1.5rem;
}
@media screen and (max-width: 1024px) {
  .read .box .ttl:before {
    width: 40px;
    height: 40px;
    left: -2rem;
    top: -1rem;
  }
}
.read .box .txt {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .read .box .txt {
    width: 100%;
  }
}
.read .box .ph {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .read .box .ph {
    width: 70%;
    margin: 50px auto 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.read .box .btn {
  width: 100%;
  margin: 4rem auto 0;
  text-align: center;
}
.read .box .btn a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2;
  background: #0E3287;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .read .box .btn a {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    line-height: 3;
  }
}
.read .box .btn a::after {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 15px;
}
.read .box .btn a:hover {
  opacity: 0.6;
}
.read .box .frame {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .read .box .frame {
    width: 40px;
    top: 5px;
    left: 5px;
  }
}
.read .box .frame02 {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) {
  .read .box .frame02 {
    top: 5px;
    right: 5px;
  }
}
.read .box .frame03 {
  position: absolute;
  top: auto;
  bottom: 10px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 1024px) {
  .read .box .frame03 {
    bottom: 5px;
  }
}
.read .box .frame04 {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (max-width: 1024px) {
  .read .box .frame04 {
    bottom: 5px;
    right: 5px;
  }
}

.inner-contents .back-wave {
  width: 100%;
  position: relative;
  padding: 50px 0;
}
.inner-contents .back-wave::before {
  content: "";
  display: block;
  background-image: url(../images/back-wave.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-filter: drop-shadow(10px 10px 15px #231815);
          filter: drop-shadow(10px 10px 15px #231815);
}
.inner-contents .back-wave::after {
  content: "";
  display: block;
  background-image: url(../images/back-wave2.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-filter: drop-shadow(-10px -10px 15px #231815);
          filter: drop-shadow(-10px -10px 15px #231815);
}
.inner-contents h3 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0E3287;
  margin-bottom: 50px;
}
.inner-contents h3 span {
  border-top: 1px solid #0E3287;
  border-bottom: 1px solid #0E3287;
  padding: 2rem 5rem;
}
@media screen and (max-width: 1024px) {
  .inner-contents h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .inner-contents h3 span {
    padding: 1.5rem;
  }
}
.inner-contents .container_1 {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 10% 50px;
  background: #EBF0F3;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 {
    padding: 70px 5% 25px;
  }
}
.inner-contents .container_1 .item-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box {
    padding: 30px 0;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.inner-contents .container_1 .item-box .circle {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .circle {
    width: 80%;
    margin: 0 auto;
  }
}
.inner-contents .container_1 .item-box .txt {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .txt {
    width: 100%;
  }
}
.inner-contents .container_1 .item-box .txt .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0E3287;
  font-size: 2.4rem;
  line-height: 200%;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.inner-contents .container_1 .item-box .txt .ttl .no {
  width: 2.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .txt .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .inner-contents .container_1 .item-box .txt .ttl .no {
    width: 2rem;
    padding-right: 1rem;
  }
}
.inner-contents .container_1 .item-box .txt p {
  margin-bottom: 3rem;
  padding-left: 5rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .txt p {
    padding-left: 0;
  }
}
.inner-contents .container_1 .item-box .credit {
  width: 100%;
  text-align: center;
}
.inner-contents .container_1 .item-box .credit p {
  display: inline-block;
  text-align: left;
  padding: 1rem 2rem 1rem;
  border: 1px solid #568BAE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #568BAE;
  font-size: 1.4rem;
  line-height: 190%;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .credit p {
    font-size: 1.2rem;
    line-height: 180%;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.inner-contents .container_1 .item-box .kensa {
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .kensa {
    width: 110px;
    top: 130px;
  }
}
.inner-contents .container_1 .item-box .pkg {
  position: absolute;
  bottom: -150px;
  right: 5%;
  width: 25%;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .item-box .pkg {
    bottom: -100px;
    right: 2%;
    width: 35%;
  }
}
.inner-contents .container_1 .line {
  max-width: 1200px;
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_1 .line {
    height: 30px;
  }
}
.inner-contents .container_2 {
  background: #fff;
  padding: 100px 10% 100px;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_2 {
    padding: 50px 5%;
  }
}
.inner-contents .container_2 .item-box {
  max-width: 1200px;
  position: relative;
  margin: 50px auto 0;
}
.inner-contents .container_2 .link {
  display: block;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-contents .container_2 .link:hover {
  opacity: 0.6;
}
.inner-contents .container_2 .link img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_2 .link {
    left: 0;
    right: -2%;
    background: #16CDFF;
    width: 45%;
    height: 45px;
    bottom: 15px;
    border-radius: 50px;
    -webkit-filter: drop-shadow(2px 2px 5px #999);
            filter: drop-shadow(2px 2px 5px #999);
  }
  .inner-contents .container_2 .link img {
    display: none;
  }
  .inner-contents .container_2 .link span {
    color: #0E3287;
    font-weight: 600;
    line-height: 3.2;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_2 .link-one {
    background: #BEEBF6;
  }
}
.inner-contents .container_3 {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 150px 10% 50px;
  background: #EBF0F3;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 {
    padding: 80px 5% 25px;
  }
}
.inner-contents .container_3 .item-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 .item-box {
    padding: 30px 0;
  }
}
.inner-contents .container_3 .item-box .circle {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 .item-box .circle {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.inner-contents .container_3 .item-box .txt {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 .item-box .txt {
    width: 100%;
    font-size: 1.4rem;
  }
}
.inner-contents .container_3 .item-box .txt .ttl {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0E3287;
  font-size: 2.4rem;
  line-height: 200%;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 .item-box .txt .ttl {
    font-size: 1.6rem;
  }
}
.inner-contents .container_3 .item-box .txt p {
  margin-bottom: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .inner-contents .container_3 .item-box .txt p {
    margin-bottom: 0;
  }
}

.price-list {
  width: 70%;
  margin: 50px auto 0;
  border: solid 1px #0E3287;
  padding: 30px 5% 0;
  font-size: 1.6rem;
  line-height: 160%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .price-list {
    width: 100%;
    font-size: 1.2rem;
    line-height: 180%;
  }
}
.price-list .ttl {
  text-align: center;
  font-weight: bold;
  color: #0E3287;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .price-list .ttl {
    font-size: 1.4rem;
  }
}
.price-list .txt {
  margin-bottom: 30px;
}
.price-list .txt p {
  font-weight: 600;
}
.price-list span {
  color: #0E3287;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .price-list span {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

#sub_page .main-ttl {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#sub_page .main-ttl .logo {
  width: 40%;
  margin: 0 auto;
  padding: 100px;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  #sub_page .main-ttl .logo {
    width: 70%;
    padding: 50px;
  }
}
#sub_page .main-ttl .img-back {
  position: absolute;
  z-index: 1;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  #sub_page .main-ttl .img-back {
    width: 50%;
  }
}
#sub_page .main-ttl .img01 {
  top: 0;
  right: 0;
}
#sub_page .main-ttl .img02 {
  bottom: 0;
  left: 0;
}
#sub_page .contents {
  margin-top: -30px;
}
#sub_page .container_1 {
  padding-bottom: 10px;
}
#sub_page .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  #sub_page .box {
    margin-bottom: 50px;
  }
}
#sub_page .box .ttl {
  color: #568BAE;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
  margin: 0 auto 50px;
  text-align: center;
}
#sub_page .box .ttl p {
  position: relative;
  display: inline-block;
}
#sub_page .box .ttl p:before {
  content: "";
  position: absolute;
  background: #F2F9CD;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: -1;
  left: -2.5rem;
  top: -1rem;
}
@media screen and (max-width: 1024px) {
  #sub_page .box .ttl p:before {
    width: 40px;
    height: 40px;
    left: -2rem;
    top: -1rem;
  }
}
#sub_page .box .ttl span {
  font-size: 2.8rem;
}
#sub_page .box .ttl small {
  display: block;
  color: #231815;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1024px) {
  #sub_page .box .ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  #sub_page .box .ttl span {
    font-size: 1.8rem;
  }
}
#sub_page .box .txt {
  width: 100%;
}
#sub_page .box .ph {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #sub_page .box .ph {
    padding: 0;
  }
}
#sub_page .box .ph02 {
  background: #fff;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #sub_page .box .ph02 {
    padding: 5%;
  }
}
#sub_page .box_3 .ttl small {
  margin-top: 20px;
  color: var(--muni-bl1, #0E3287);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1024px) {
  #sub_page .box_3 .ttl small {
    font-size: 1.2rem;
    text-align: left;
  }
}
#sub_page .back-btn {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #sub_page .back-btn {
    width: 70%;
    margin: 50px auto;
  }
}
#sub_page .back-btn a {
  display: block;
  margin: 0px auto;
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2;
  background: #568BAE;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #sub_page .back-btn a {
    width: 90%;
    height: 40px;
    font-size: 1.4rem;
    line-height: 3;
  }
}
#sub_page .back-btn a::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 15px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#sub_page .back-btn a:hover {
  opacity: 0.6;
}
#sub_page #area_02 .box .ph {
  width: 20%;
  padding: 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  #sub_page #area_02 .box .ph {
    width: 50%;
    margin: 30px auto 0;
  }
}
#sub_page #area_03 .box_1 .ph {
  width: 40%;
  padding: 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  #sub_page #area_03 .box_1 .ph {
    width: 80%;
    margin: 30px auto;
  }
}
#sub_page #area_03 .box_2 .ph {
  width: 90%;
  padding: 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  #sub_page #area_03 .box_2 .ph {
    width: 100%;
    margin: 30px auto 0;
  }
}

footer {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 50px 0 100px;
  }
}
footer .link-back {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .link-back a {
  display: block;
  margin: 0 auto;
  width: 350px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2;
  background: #568BAE;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer .link-back a {
    width: 90%;
    height: 40px;
    font-size: 1.4rem;
    line-height: 3;
  }
}
footer .link-back a::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 15px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
footer .link-back a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */