@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
body main {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main {
    min-width: 1200px;
  }
}

body main #mv {
  position: relative;
  width: 100%;
  padding: 32vw 0 16vw;
  background: #ffffff;
  background: url(../img/mv_bg_s.png) no-repeat;
  background: -webkit-gradient(linear, left top, right top, from(#0a68bf), to(#02a8c6));
  background: -webkit-linear-gradient(left, #0a68bf, #02a8c6);
  background: -o-linear-gradient(left, #0a68bf, #02a8c6);
  background: linear-gradient(90deg, #0a68bf, #02a8c6);
  background-size: cover;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #mv {
    width: 100%;
    min-height: 420px;
    padding: 220px 0 0 0;
    min-width: 1200px;
    background: url(../img/mv_bg.png) no-repeat;
    background-size: cover;
  }
}

body main #mv h1 {
  position: relative;
  font-size: 5.33333vw;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  body main #mv h1 {
    font-size: 30px;
  }
}

body main #mv h1 span {
  display: block;
  font-size: 2.66667vw;
  font-family: 'Roboto', sans-serif;
}

@media print, screen and (min-width: 768px) {
  body main #mv h1 span {
    font-weight: normal;
    font-size: 15px;
  }
}

body main #mv #art_bg_obj canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body main #nav {
  padding: 4vw 0;
  background: #48525b;
}

@media print, screen and (min-width: 768px) {
  body main #nav {
    padding: 45px 0;
  }
}

body main #nav ul {
  text-align: center;
}

body main #nav ul li {
  display: inline-block;
  padding: 0 2.66667vw;
}

body main #nav ul li:first-of-type {
  border-right: 1px solid #767d84;
}

body main #nav ul li a {
  font-size: 3.46667vw;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #nav ul li a {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #nav ul li a:hover {
    text-decoration: underline;
  }
}

body main #faq {
  padding: 20vw 0 0;
  background: #ffffff;
  margin-bottom: 10vw;
}

@media print, screen and (min-width: 768px) {
  body main #faq {
    padding: 75px 0 0;
  }
}

body main #faq #faq_inner {
  width: 90.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #faq #faq_inner {
    width: 1200px;
  }
}

body main #faq h2 {
  text-align: center;
  font-size: 6.66667vw;
  font-weight: bold;
  font-style: italic;
  color: #0a68bf;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 13.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #faq h2 {
    font-size: 40px;
    margin-bottom: 75px;
  }
}

body main #faq h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 18.66667vw;
  height: 2px;
  left: 50%;
  bottom: 8vw;
  margin-left: -9.33333vw;
  background: -webkit-gradient(linear, left top, right top, from(#0a68bf), to(#02a8c6));
  background: -webkit-linear-gradient(left, #0a68bf, #02a8c6);
  background: -o-linear-gradient(left, #0a68bf, #02a8c6);
  background: linear-gradient(90deg, #0a68bf, #02a8c6);
}

@media print, screen and (min-width: 768px) {
  body main #faq h2::after {
    width: 100px;
    bottom: 35px;
    margin-left: -50px;
  }
}

body main #faq h2 span {
  padding-top: 7.33333vw;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.66667vw;
  font-style: italic;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  body main #faq h2 span {
    padding-top: 25px;
    font-size: 15px;
  }
}

body main #faq .faq_list dl {
  margin: 0 0 5.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl {
    margin: 0 0 25px 0;
  }
}

body main #faq .faq_list dl dt {
  font-size: 4vw;
  border: 2px solid #0a68bf;
  display: block;
  padding: 2.66667vw 8vw 2.66667vw 2.66667vw;
  position: relative;
  color: #0a68bf;
  font-weight: bold;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dt {
    padding: 13px 10px;
    font-size: 20px;
    cursor: pointer;
  }
}

body main #faq .faq_list dl dt span {
  display: block;
  padding: 0 0 0 7.33333vw;
  background: url(../img/icon_q_b.png) no-repeat left top;
  background-size: 6.66667vw auto;
  letter-spacing: -0.04em;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dt span {
    padding: 0 0 0 40px;
    background: url(../img/icon_q_b.png) no-repeat left 3px;
    background-size: 30px auto;
  }
}

body main #faq .faq_list dl dt i {
  position: absolute;
  top: 50%;
  right: 8%;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dt i {
    top: 50%;
    right: 3%;
  }
}

body main #faq .faq_list dl dt i:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4vw;
  height: 2px;
  background-color: #0a68bf;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dt i:before {
    width: 22px;
  }
}

body main #faq .faq_list dl dt i:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4vw;
  height: 2px;
  background-color: #0a68bf;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dt i:after {
    width: 22px;
  }
}

body main #faq .faq_list dl.open dt {
  color: #ffffff;
  background-color: #0a68bf;
}

body main #faq .faq_list dl.open dt span {
  background: url(../img/icon_q_w.png) no-repeat left top;
  background-size: 6.66667vw auto;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl.open dt span {
    background: url(../img/icon_q_w.png) no-repeat left 3px;
    background-size: 30px auto;
  }
}

body main #faq .faq_list dl.open dt i:before {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background-color: #ffffff;
}

body main #faq .faq_list dl.open dt i:after {
  background-color: transparent;
  background-color: #ffffff;
}

body main #faq .faq_list dl dd {
  display: none;
  padding: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dd {
    padding: 30px;
  }
}

body main #faq .faq_list dl dd .accordion-inner {
  font-size: 3.73333vw;
  display: block;
  padding: 0 0 0 8vw;
  background: url(../img/icon_a_b.png) no-repeat left top;
  background-size: 6.66667vw auto;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #faq .faq_list dl dd .accordion-inner {
    font-size: 15px;
    padding: 0 0 0 40px;
    background: url(../img/icon_a_b.png) no-repeat left 3px;
    background-size: 30px auto;
  }
}

body main #contact {
  padding: 10vw 0;
  background: #e6f0f8;
}

@media print, screen and (min-width: 768px) {
  body main #contact {
    padding: 75px 0;
  }
}

body main #contact #contact_inner {
  width: 90.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #contact #contact_inner {
    width: 1200px;
  }
}

body main #contact h2 {
  text-align: center;
  font-size: 6.66667vw;
  font-weight: bold;
  font-style: italic;
  color: #0a68bf;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact h2 {
    font-size: 40px;
    margin-bottom: 75px;
  }
}

body main #contact h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 18.66667vw;
  height: 2px;
  left: 50%;
  bottom: 8vw;
  margin-left: -9.33333vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a68bf), to(#02a8c6));
  background: -webkit-linear-gradient(bottom, #0a68bf, #02a8c6);
  background: -o-linear-gradient(bottom, #0a68bf, #02a8c6);
  background: linear-gradient(0deg, #0a68bf, #02a8c6);
}

@media print, screen and (min-width: 768px) {
  body main #contact h2::after {
    width: 100px;
    bottom: 35px;
    margin-left: -50px;
  }
}

body main #contact h2 span {
  padding-top: 7.33333vw;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.66667vw;
  font-style: italic;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  body main #contact h2 span {
    padding-top: 30px;
    font-size: 15px;
  }
}

body main #contact p.catch, body main #contact p.txt {
  font-size: 4vw;
  margin-bottom: 12vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #contact p.catch, body main #contact p.txt {
    font-size: 16px;
    margin-bottom: 75px;
    text-align: center;
  }
}

body main #contact p.catch a, body main #contact p.txt a {
  color: #0a68bf;
  text-decoration: underline;
}

body main #contact p.txt {
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact p.txt {
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl {
    width: 900px;
    margin: 0 auto;
  }
}

body main #contact .form dl dt .question_inner {
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dt .question_inner {
    margin-bottom: 10px;
  }
}

body main #contact .form dl dt .question_inner p.title {
  font-size: 4vw;
  font-weight: bold;
  color: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dt .question_inner p.title {
    font-size: 15px;
  }
}

body main #contact .form dl dt .question_inner p.txt {
  font-size: 3.73333vw;
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dt .question_inner p.txt {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
  }
}

body main #contact .form dl dd {
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dd {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

body main #contact .form dl dd select, body main #contact .form dl dd input, body main #contact .form dl dd textarea {
  width: 100%;
  padding: 2.66667vw 2.66667vw;
  border: none;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dd select, body main #contact .form dl dd input, body main #contact .form dl dd textarea {
    font-size: 15px;
    padding: 10px;
  }
}

body main #contact .form dl dd textarea {
  min-height: 53.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form dl dd textarea {
    min-height: 200px;
  }
}

body main #contact .form .btnBox {
  content: "";
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox {
    height: 80px;
  }
}

body main #contact .form .btnBox p.submit {
  width: 100%;
  height: 80px;
  display: table;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox p.submit {
    width: 400px;
    height: auto;
  }
}

body main #contact .form .btnBox p.submit.fl {
  float: none;
  margin-bottom: 3%;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox p.submit.fl {
    float: left;
    margin-bottom: 0;
  }
}

body main #contact .form .btnBox p.submit.fr {
  float: none;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox p.submit.fr {
    float: right;
  }
}

body main #contact .form .btnBox p.submit button {
  width: 100%;
  height: 60px;
  outline: none;
  display: table-cell;
  padding: 0 10.7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #0a68bf;
  cursor: pointer;
  -webkit-transition: opacity 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75), background 170ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75), background 170ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 170ms cubic-bezier(0.25, 0.25, 0.75, 0.75), background 170ms cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 5.33333vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox p.submit button {
    font-size: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  }
}

body main #contact .form .btnBox p.submit button:hover {
  color: #0a68bf;
  background-color: #ffffff;
  opacity: .8;
}

body main #contact .form .btnBox.confirm {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .btnBox.confirm {
    width: 900px;
  }
}

body main #contact .form .err-message, body main #contact .form .error {
  color: #ff0000;
  padding-top: 2.66667vw;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .err-message, body main #contact .form .error {
    font-size: 20px;
    padding-top: 10px;
  }
}

body main #contact .form .err-message.lead, body main #contact .form .error.lead {
  text-align: center;
  font-size: 5.33333vw;
  padding-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .form .err-message.lead, body main #contact .form .error.lead {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

body main #contact .detail dl {
  width: 90.66667vw;
  margin: 0 auto 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .detail dl {
    width: 1000px;
    margin: 0 auto 10px;
    background: #ffffff;
  }
}

body main #contact .detail dl dt {
  font-size: 4vw;
  font-weight: bold;
  color: #ffffff;
  padding: 1.33333vw 0;
  text-align: center;
  background: #48525b;
}

@media print, screen and (min-width: 768px) {
  body main #contact .detail dl dt {
    width: 130px;
    float: left;
    font-size: 15px;
    padding: 35px 0;
    font-weight: normal;
  }
}

body main #contact .detail dl dd {
  background: #ffffff;
  font-size: 4vw;
  color: #48525b;
  text-align: center;
  padding: 2.66667vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #contact .detail dl dd {
    text-align: left;
    padding: 35px 0 35px 160px;
    font-size: 15px;
  }
}

body main #contact .finishi-head {
  text-align: center;
  padding: 5.33333vw 0;
  font-size: 3.46667vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .finishi-head {
    font-size: 15px;
  }
}

body main #contact .finishi-head .title {
  font-size: 5.33333vw;
  color: #0a68bf;
  margin-bottom: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .finishi-head .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

body main #contact .finishi-head .index-link {
  margin-top: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #contact .finishi-head .index-link {
    margin-top: 20px;
  }
}

body main #map #map_inner iframe {
  width: 100%;
  height: 66.66667vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media print, screen and (min-width: 768px) {
  body main #map #map_inner iframe {
    width: 100%;
    height: 500px;
  }
}
