@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/* -----------------------------
 reset
------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
  color: #444444;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a img {
  border: none;
}
a img:hover {
  border: none;
}
a img:focus {
  opacity: 1;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #366395;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #366395;
  word-wrap: break-word;
}

a:visited {
  text-decoration: none;
}

ul, ol, dl {
  list-style-position: outside;
}

li, dt, dd {
  font-size: 16px;
  list-style: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  li, dt, dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

body p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #787878;
  font-size: 16.9px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  line-break: strict;
}
@media screen and (max-width: 769px) {
  body p {
    font-size: 3.64vw;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body img {
  max-width: 100%;
  vertical-align: top;
}
body a {
  word-break: break-all;
  color: #53524e;
}
body a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  body a:hover {
    opacity: 1;
  }
}
body .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  body .btn:hover {
    opacity: 1;
  }
}
body .note {
  font-size: 12.5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  body .note {
    font-size: 5.12821vw;
  }
}
body .blue {
  color: var(--blue, #3594B8);
}
body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .jcs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .wrap {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body .wrap {
    position: relative;
    width: 530px;
    padding: 40px 40px 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1160px) {
  body .wrap {
    margin-right: calc(50% - 450px);
  }
}
body .wrap .pc--fix {
  background: url(../img/top/main_bg.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  body .wrap .pc--fix {
    display: none;
  }
}
body .wrap .pc--fix__01 {
  margin-bottom: 40px;
}
body .wrap .pc--fix__01 a {
  width: min(28.47222vw, 410px) !important;
  margin-bottom: min(2.43056vw, 35px);
}
body .wrap .pc--fix__02 img {
  width: min(25vw, 360px) !important;
  margin-bottom: min(1.73611vw, 25px);
}
body .wrap .pc--fix__btn {
  display: block;
  height: 100%;
  width: 100%;
}
body .wrap .pc--fix--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: calc(100% - 500px);
  margin-right: 0;
}
@media screen and (min-width: 1160px) {
  body .wrap .pc--fix--inner {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: top calc(50% + 40px) right 370px;
  }
}
@media screen and (max-width: 1159px) {
  body .wrap .pc--fix--inner {
    display: none;
  }
  body .wrap .pc--fix--inner a {
    display: none;
  }
}
body .wrap .pc--fix--inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  width: 412px;
}
body .wrap .pc--fix--inner div p {
  width: 100%;
}
body .wrap .contents {
  position: relative;
  z-index: 2;
  background-color: white;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 6px 40px #0075ba;
          box-shadow: 0 6px 40px #0075ba;
}
@media screen and (max-width: 769px) {
  body .wrap .contents {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body .wrap .contents h3 {
  margin-left: -20px;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents h3 {
    margin-left: -5.12821vw;
  }
}
body .wrap .contents .mv {
  padding: 0;
  position: relative;
}
body .wrap .contents .mv img {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv img {
    border-radius: unset;
  }
}
body .wrap .contents .mv-btn {
  width: 357px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv-btn {
    width: 79.48718vw;
  }
}
body .wrap .contents .mv-txt {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0 40px 0;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv-txt {
    padding: 0;
  }
}
body .wrap .contents .mv-txt h2 {
  text-align: center;
  color: #FFF;
}
body .wrap .contents .anchorbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .wrap .contents .anchorbox div {
  width: 50%;
  height: 72px;
  background: -webkit-gradient(linear, left top, right bottom, from(#2F7C99), to(#3B99BD));
  background: -webkit-linear-gradient(top left, #2F7C99, #3B99BD);
  background: linear-gradient(to bottom right, #2F7C99, #3B99BD);
}
body .wrap .contents .anchorbox div a:hover span {
  border-bottom: unset;
}
body .wrap .contents .anchorbox div a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
body .wrap .contents .anchorbox div a span {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: #fff solid 1px;
}
body .wrap .contents .anchorbox div a .anchor {
  position: relative;
  top: unset;
  left: unset;
  border-bottom: unset;
  -webkit-transform: none;
          transform: none;
}
body .wrap .contents .anchorbox div a .anchor::before {
  content: "";
  background-image: url(../img/top/mv_anchor.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border-bottom: unset;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .anchorbox div a .anchor::before {
    width: 3.07692vw;
    height: 1.53846vw;
  }
}
body .wrap .contents .m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 15px -4px #4e4e4e;
          box-shadow: 0px 0px 15px -4px #4e4e4e;
}
body .wrap .contents section {
  padding: 0 40px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents section {
    padding: 0 10.25641vw 0;
  }
}
body .wrap .contents .sec01 {
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 {
    padding-top: 12.82051vw;
  }
}
body .wrap .contents .sec01-ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-ttl01 {
    margin-bottom: 10.25641vw;
  }
}
body .wrap .contents .sec01-ttl02 {
  width: 94.5161%;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-ttl02 {
    width: 75.12821vw;
    margin-bottom: 2.5641vw;
  }
}
body .wrap .contents .sec01-txt {
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-txt {
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .sec01-note {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 18px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-note {
    font-size: 2.76vw;
    margin-bottom: 4.61538vw;
  }
}
body .wrap .contents .sec01-img01 {
  width: 176px;
  margin: auto;
  margin-bottom: 25px;
}
body .wrap .contents .sec01-img02 {
  width: 234px;
  margin: auto;
  margin-bottom: 25px;
}
body .wrap .contents .sec01-img03 {
  margin-bottom: 25px;
}
body .wrap .contents .sec01-img04 {
  width: 36.538%;
}
body .wrap .contents .sec01-img06 {
  width: calc(100% - 20px);
}
body .wrap .contents .sec01 ul li {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--light-blue, #CAE3E8);
  -webkit-box-shadow: 0px 2px 0px 0px #CAE3E8;
          box-shadow: 0px 2px 0px 0px #CAE3E8;
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 ul li {
    padding: 7.17949vw;
    margin-bottom: 3.58974vw;
  }
}
body .wrap .contents .sec01 ul li:last-of-type {
  border: 1px solid var(--right-red, #E69CB1);
  -webkit-box-shadow: 0px 2px 0px 0px #E69CB1;
          box-shadow: 0px 2px 0px 0px #E69CB1;
  margin-bottom: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 ul li:last-of-type {
    margin-bottom: 7.17949vw;
  }
}
body .wrap .contents .sec01 ul li p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 ul li p {
    font-size: 3.07692vw;
  }
}
body .wrap .contents .sec01 ul li .flex {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 ul li .flex {
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .sec01 ul li .flex p {
  width: 57.6923%;
}
body .wrap .contents .sec01-box {
  background-image: url(../img/top/sec01_bg.png);
  background-size: cover;
  padding: 70px 0 35px 0;
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-box {
    padding: 17.94872vw 0 8.97436vw 0;
    width: calc(100% + 20.51282vw);
    margin-left: -10.25641vw;
  }
}
body .wrap .contents .sec01-box h3 {
  color: var(--blue, #3594B8);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-box h3 {
    font-size: 5.64103vw;
    margin-bottom: 7.17949vw;
  }
}
body .wrap .contents .sec01-box h3 span {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-box h3 span {
    font-size: 4.61538vw;
  }
}
body .wrap .contents .sec01-box__txt {
  padding: 20px 40px 0;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-box__txt {
    padding: 5.12821vw 10.25641vw 0;
    font-size: 3.58974vw;
  }
}
body .wrap .contents .sec02 {
  padding-top: 48px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 {
    padding-top: 12.30769vw;
  }
}
body .wrap .contents .sec02-ttl01 {
  width: 99%;
  margin-right: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-ttl01 {
    margin-bottom: 7.17949vw;
  }
}
body .wrap .contents .sec02-ttl02 {
  width: 106.45161;
  margin-bottom: 23px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-ttl02 {
    margin-bottom: 5.89744vw;
  }
}
body .wrap .contents .sec02-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0 43px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-list {
    margin: 5.12821vw 0 8.97436vw 0;
  }
}
body .wrap .contents .sec02-list li {
  width: 49%;
  font-size: 14px;
  color: #fff;
  background-color: #3594B8;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-list li {
    border-radius: 25.64103vw;
    font-size: 3.07692vw;
    padding: 2.5641vw 0;
  }
}
body .wrap .contents .sec02-list li:nth-of-type(1), body .wrap .contents .sec02-list li:nth-of-type(2) {
  margin-bottom: 8px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-list li:nth-of-type(1), body .wrap .contents .sec02-list li:nth-of-type(2) {
    margin-bottom: 2.05128vw;
  }
}
body .wrap .contents .sec02-note {
  font-size: 10px;
  margin-bottom: 53px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-note {
    font-size: 2.5641vw;
    margin-bottom: 13.58974vw;
  }
}
body .wrap .contents .sec02 .blue {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 .blue {
    margin-bottom: 2.5641vw;
  }
}
body .wrap .contents .sec02__line {
  border-bottom: solid 1px #CAE3E8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02__line {
    padding-bottom: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .sec02-anchor {
  margin: 24px 0 35px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchor {
    margin: 6.15385vw 0 8.97436vw;
  }
}
body .wrap .contents .sec02-anchor li {
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchor li {
    margin-bottom: 3.58974vw;
  }
}
body .wrap .contents .sec02-anchor li:last-of-type {
  margin-bottom: 0;
}
body .wrap .contents .sec02-anchorimg {
  padding: 40px 40px 35px;
  width: calc(100% + 80px);
  margin-left: -40px;
  background: #EDF6F8;
  position: relative;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchorimg {
    padding: 10.25641vw 10.25641vw 8.97436vw;
    margin-left: -10.25641vw;
    width: calc(100% + 20.51282vw);
  }
}
body .wrap .contents .sec02-anchorimg::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 21px;
  background-image: url(../img/top/sec02_anchor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchorimg::before {
    width: 13.33333vw;
    height: 5.38462vw;
  }
}
body .wrap .contents .sec02-anchorimg li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 22px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchorimg li {
    border-radius: 2.5641vw;
    padding: 5.64103vw 0;
    margin-bottom: 2.5641vw;
  }
}
body .wrap .contents .sec02-anchorimg li:last-of-type {
  margin-bottom: 0;
}
body .wrap .contents .sec02-anchorimg li img {
  width: 219px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchorimg li img {
    width: 56.15385vw;
  }
}
body .wrap .contents .sec02-anchorimg li p {
  color: var(--blue, #3594B8);
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-anchorimg li p {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 4.10256vw;
    font-size: 5.12821vw;
  }
}
body .wrap .contents .sec02 table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--light-blue, #CAE3E8);
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 table {
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .sec02 table tbody {
  width: 100%;
}
body .wrap .contents .sec02 table tbody tr .ttl {
  width: 29%;
  background: var(--BG_light-blue, #E9F1F4);
  vertical-align: middle;
}
body .wrap .contents .sec02 table tbody td {
  text-align: center;
  padding: 11px 0;
  font-size: 15px;
  border: 1px solid var(--light-blue, #CAE3E8);
  color: #787878;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 table tbody td {
    font-size: 3.58974vw;
    padding: 2.5641vw 0;
  }
}
body .wrap .contents .sec02 table tbody td span {
  display: block;
  margin-top: -1px;
  font-size: 10px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 table tbody td span {
    font-size: 2.5641vw;
  }
}
body .wrap .contents .sec02 table tbody td .span02 {
  display: inline-block;
}
body .wrap .contents .sec02 table tbody .p0 {
  padding: 0;
  vertical-align: middle;
}
body .wrap .contents .sec02 p span {
  color: var(--blue, #3594B8);
}
body .wrap .contents .sec03 {
  padding-top: 53px;
  margin-bottom: 42px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 {
    padding-top: 13.58974vw;
    margin-bottom: 10.76923vw;
  }
}
body .wrap .contents .sec03-ttl01 {
  margin-bottom: 44px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl01 {
    margin-bottom: 10.25641vw;
  }
}
body .wrap .contents .sec03-ttl02 {
  width: 90%;
}
body .wrap .contents .sec03-ttl03 {
  width: 98.387%;
  margin-bottom: 19px;
  margin-top: 56px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl03 {
    margin-bottom: 3.84615vw;
    margin-top: 14.35897vw;
  }
}
body .wrap .contents .sec03-ttl04 {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 26px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl04 {
    margin-bottom: 3.84615vw;
    padding-top: 6.66667vw;
  }
}
body .wrap .contents .sec03-ttl05 {
  width: 87.09677%;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl05 {
    margin-bottom: 3.84615vw;
  }
}
body .wrap .contents .sec03-ttl06 {
  width: 95.8064%;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl06 {
    margin-bottom: 3.84615vw;
  }
}
body .wrap .contents .sec03-ttl07 {
  width: 100%;
  margin-bottom: 22px;
  margin-top: 55px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl07 {
    margin-bottom: 3.84615vw;
    margin-top: 12.82051vw;
  }
}
body .wrap .contents .sec03-ttl08 {
  width: 103.87%;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-ttl08 {
    margin-top: 12.82051vw;
  }
}
body .wrap .contents .sec03-subttl {
  color: #3594B8;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-subttl {
    margin-bottom: 7.69231vw;
  }
}
body .wrap .contents .sec03-subttl02 {
  color: #3594B8;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-subttl02 {
    margin-bottom: 2.5641vw;
  }
}
body .wrap .contents .sec03-note {
  font-size: 10px;
  margin-top: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-note {
    font-size: 2.5641vw;
    margin-top: 3.84615vw;
  }
}
body .wrap .contents .sec03-img01 {
  width: 95.16129%;
  margin-right: auto;
  margin-bottom: 34px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img01 {
    margin-bottom: toVW834;
  }
}
body .wrap .contents .sec03-img02 {
  width: 83.4285%;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img02 {
    margin-top: 3.84615vw;
    margin-bottom: 7.17949vw;
  }
}
body .wrap .contents .sec03-img03 {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img03 {
    margin-top: 8.97436vw;
    margin-bottom: 12.82051vw;
  }
}
body .wrap .contents .sec03-img04 {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img04 {
    margin-bottom: 12.82051vw;
  }
}
body .wrap .contents .sec03-img04__note {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img04__note {
    font-size: 3.07692vw;
    margin-top: 8.97436vw;
    margin-bottom: 3.84615vw;
  }
}
body .wrap .contents .sec03-img05 {
  margin-top: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img05 {
    margin-top: 7.17949vw;
  }
}
body .wrap .contents .sec03-img06 {
  width: 255px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-img06 {
    width: 56.41026vw;
  }
}
body .wrap .contents .sec03-line {
  padding-bottom: 65px;
  position: relative;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-line {
    padding-bottom: 13.10256vw;
    font-size: 3.58974vw;
  }
}
body .wrap .contents .sec03-line::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/underline01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 100%;
  bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-line::before {
    height: 3.58974vw;
    bottom: 4.17949vw;
  }
}
body .wrap .contents .sec03-linetxt {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-linetxt {
    font-size: 3.58974vw;
  }
}
body .wrap .contents .sec03-factor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-factor {
    padding-bottom: 10.25641vw;
  }
}
body .wrap .contents .sec03-factor::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/underline02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 14px;
  bottom: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-factor::before {
    height: 3.58974vw;
    bottom: 3.58974vw;
  }
}
body .wrap .contents .sec03-factor__img {
  width: 16.451612%;
  margin-right: 16px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-factor__img {
    margin-left: 4.10256vw;
  }
}
body .wrap .contents .sec03-factor__txt {
  color: #3594B8;
}
body .wrap .contents .sec03-factortxt {
  margin-bottom: 30px;
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-factortxt {
    font-size: 3.58974vw;
    margin-bottom: 7.69231vw;
  }
}
body .wrap .contents .sec03 span {
  color: #B60033;
}
body .wrap .contents .contact-wrap {
  background-color: #CAE3E8;
  padding: 35px 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap {
    padding: 8.97436vw 5.12821vw;
  }
}
body .wrap .contents .contact-wrap section {
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap section {
    border-radius: 2.5641vw;
    padding: 5.12821vw;
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .contact-wrap section:last-of-type {
  margin-bottom: 0;
}
body .wrap .contents .contact-wrap .houjin h3 {
  width: 334px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap .houjin h3 {
    width: 74.87179vw;
    margin-bottom: 5.12821vw;
    margin-top: 3.07692vw;
  }
}
body .wrap .contents .contact-wrap .houjin p {
  line-height: 160%; /* 22.4px */
  font-size: 15px;
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap .houjin p {
    padding-top: 6.41026vw;
    font-size: 3.58974vw;
  }
}
body .wrap .contents .contact-wrap .houjin p a {
  display: block;
  text-align: center;
  padding-top: 5px;
  color: #3594B8;
  text-decoration: underline;
}
body .wrap .contents .contact-wrap .houjin p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap .houjin p a {
    padding-top: 1.28205vw;
  }
}
body .wrap .contents .contact-wrap .houjin-btn {
  display: block;
  width: 100%;
  height: 100%;
}
body .wrap .contents .contact-wrap .taiken {
  padding: 40px 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap .taiken {
    padding: 10.25641vw 5.12821vw;
  }
}
body .wrap .contents .contact-wrap .taiken h3 {
  width: 339px;
  margin: auto;
  margin-bottom: 27px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .contact-wrap .taiken h3 {
    width: 75.89744vw;
    margin-bottom: 6.92308vw;
  }
}
body .wrap .contents .contact-wrap .taiken a {
  display: block;
  width: 100%;
  height: 100%;
}
body .wrap .contents .logo {
  width: 248px;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .logo {
    width: 63.58974vw;
    margin-top: 8.71795vw;
    margin-bottom: 8.71795vw;
  }
}
body .wrap .contents .instagram {
  display: block;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .instagram {
    padding: 0 10.25641vw;
    margin-bottom: 5.12821vw;
  }
}
body .wrap .contents .copyright {
  color: #fff;
  background-color: #53524e;
  padding: 1.5em 0;
  text-align: center;
  font-size: 2.5641vw;
}
@media screen and (min-width: 769px) {
  body .wrap .contents .copyright {
    font-size: 10px;
  }
}
body .wrap .contents .otherlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .otherlist {
    padding: 0 10.25641vw;
    margin-bottom: 12.30769vw;
  }
}
body .wrap .contents .otherlist li {
  width: 31.0924%;
  text-align: center;
  border-radius: 100px;
  border: 1px solid var(--gray, #787878);
  position: relative;
}
body .wrap .contents .otherlist li:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .otherlist li:first-child {
    margin-right: 5.12821vw;
  }
}
body .wrap .contents .otherlist li::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/anchorright.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 8px;
  width: 4px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .otherlist li::before {
    height: 2.05128vw;
    width: 1.02564vw;
  }
}
body .wrap .contents .otherlist li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  color: #53524e;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .otherlist li a {
    padding: 1.28205vw 0;
  }
}
body .wrap .contents .is-hidden {
  visibility: hidden;
  opacity: 0;
}
body .wrap .contents .spbtn {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
@media screen and (max-width: 1159px) {
  body .wrap .contents .spbtn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 170px;
    z-index: 20;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .spbtn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 25.64103vw;
    z-index: 20;
  }
}
body .wrap .contact .inner {
  padding: 0 20px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contact .inner {
    padding: 0 5.12821vw 0;
  }
}
body .wrap .contact-ttl {
  background: var(--BG_light-blue, #E9F1F4);
  padding: 45px 0 30px !important;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl {
    padding: 11.53846vw 0 8.97436vw;
    border-radius: unset;
  }
}
body .wrap .contact-ttl-contents {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 45px 20px;
  margin: 0 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(202, 227, 232, 0.5);
          box-shadow: 0px 4px 4px 0px rgba(202, 227, 232, 0.5);
  position: relative;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl-contents {
    margin: 0 5.12821vw;
    padding: 7.69231vw 3.84615vw 11.53846vw 3.84615vw;
  }
}
body .wrap .contact-ttl-contents::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 28px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/top/contact_anchor.svg);
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl-contents::before {
    bottom: 3.84615vw;
    width: 7.17949vw;
    height: 4.10256vw;
  }
}
body .wrap .contact-ttl-contents h1 {
  text-align: center;
  color: var(--blue, #3594B8);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 14px;
  border-bottom: solid 2px #CAE3E8;
  margin-bottom: 22px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl-contents h1 {
    font-size: 5.64103vw;
    margin-bottom: 5.64103vw;
    padding-bottom: 3.58974vw;
    line-height: 130%; /* 36.4px */
  }
}
body .wrap .contact-ttl-contents h1 span {
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl-contents h1 span {
    font-size: 7.17949vw;
  }
}
body .wrap .contact-ttl-contents p {
  text-align: center;
  color: var(--gray, #787878);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-ttl-contents p {
    font-size: 3.50256vw;
  }
}
body .wrap .contact-ttl-contents p span {
  color: #3594B8;
  text-align: center;
  display: block;
  font-size: 0.72em;
  line-height: 1.5;
  padding-top: 0.8em;
}
body .wrap .contact-ttl .inner {
  padding: 0;
}
body .wrap .contact-contents {
  padding: 0 20px 0 !important;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents {
    padding: 0 5.12821vw 6.41026vw 0;
  }
}
body .wrap .contact-contents label, body .wrap .contact-contents input {
  padding-bottom: 5px;
  color: #787878;
  display: block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents label, body .wrap .contact-contents input {
    padding-bottom: 1.28205vw;
  }
}
body .wrap .contact-contents ul li {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: solid #E9F1F4 1px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li {
    padding-bottom: 7.17949vw;
    margin-bottom: 7.17949vw;
  }
}
body .wrap .contact-contents ul li:first-of-type {
  padding-top: 35px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li:first-of-type {
    padding-top: 8.97436vw;
  }
}
body .wrap .contact-contents ul li:nth-of-type(4) {
  border-bottom: 0;
  padding-bottom: 0;
}
body .wrap .contact-contents ul li:nth-of-type(5) {
  border-bottom: none;
  padding-bottom: 0;
}
body .wrap .contact-contents ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li:last-of-type {
    margin-bottom: 7.69231vw;
  }
}
body .wrap .contact-contents ul li:last-of-type input {
  border: none;
  padding-left: 0;
  height: 62px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/top/submit_btn.svg) no-repeat center;
  background-size: contain;
}
body .wrap .contact-contents ul li:last-of-type input:hover {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li:last-of-type input:hover {
    opacity: 1;
  }
}
body .wrap .contact-contents ul li label {
  color: var(--blue, #3594B8);
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li label {
    font-size: 4.61538vw;
  }
}
body .wrap .contact-contents ul li label span {
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li label span {
    font-size: 3.58974vw;
  }
}
body .wrap .contact-contents ul li label span.mandatory {
  color: #fff;
  background: #B60033;
  padding: 0 0.5em;
  border-radius: 0.2em;
  margin-left: 1em;
}
body .wrap .contact-contents ul li input {
  height: 40px;
  padding-left: 14px;
  padding-bottom: 0;
  border: 0.5px solid var(--gray, #787878);
  color: var(--gray, #787878);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li input {
    height: 10.25641vw;
    padding-left: 3.58974vw;
    font-size: 4.10256vw;
  }
}
body .wrap .contact-contents ul li input::-webkit-input-placeholder {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li input::-moz-placeholder {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li input:-ms-input-placeholder {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li input::-ms-input-placeholder {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li input::placeholder {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li select {
  width: 100%;
  height: 40px;
  padding-left: 14px;
  border: 0.5px solid var(--gray, #787878);
  color: var(--gray, #787878);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../img/top/select_anchor.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 15px center;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li select {
    height: 10.25641vw;
    padding-left: 3.58974vw;
    font-size: 4.10256vw;
    background-size: 4.61538vw auto;
    background-position: right 3.84615vw center;
  }
}
body .wrap .contact-contents ul li select:invalid {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li select option {
  color: #787878;
  font-family: "Noto Serif JP";
}
body .wrap .contact-contents ul li select option:first-child {
  color: #CAE3E8;
}
body .wrap .contact-contents ul li textarea {
  width: 100%;
  height: 200px;
  padding: 14px;
  resize: none;
  color: var(--gray, #787878);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li textarea {
    height: 51.28205vw;
    padding: 3.58974vw;
    font-size: 4.10256vw;
  }
}
body .wrap .contact-contents ul li p {
  height: 300px;
  padding: 14px;
  border: 0.5px solid var(--gray, #787878);
  overflow: scroll;
  margin-bottom: 30px;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li p {
    padding: 3.58974vw;
    height: 51.28205vw;
    margin-bottom: 7.69231vw;
  }
}
body .wrap .contact-contents ul li .caution {
  text-align: center;
  font-size: 0.8em;
  display: block;
}
body .wrap .contact-contents ul li .privacy {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .wrap .contact-contents ul li .privacy input {
  width: 17px;
  height: 17px;
  margin: 0;
  margin-right: 8px;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li .privacy input {
    width: 4.35897vw;
    height: 4.35897vw;
    margin-right: 2.05128vw;
  }
}
body .wrap .contact-contents ul li .privacy label {
  padding: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents ul li .privacy label {
    font-size: 4.10256vw;
    color: var(--gray, #787878);
  }
}
body .wrap .contact-contents .back {
  width: 162px;
  padding-left: 20px;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contact-contents .back {
    width: 41.53846vw;
    padding-left: 5.12821vw;
  }
}

body .wrap .contact-contents ul li .wpcf7-not-valid {
  border: 0.5px solid #B60033;
}

body .wrap .contact .inner .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #B60033;
  padding-top: 0.5em;
  font-size: 0.8em;
}

body .wrap .contact .inner .wpcf7 form.invalid .wpcf7-response-output {
  margin: 0 auto 60px;
  color: #B60033;
  border-color: #B60033;
}

body .wrap .contact .inner .wpcf7 form.sent .wpcf7-response-output {
  border-color: #3594B8;
  margin: 0 auto 60px;
}

.privacy .wpcf7-list-item {
  margin: 0 auto;
}