@charset "UTF-8";
/* ボックスレイアウト
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.flex.col_1 > div {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .flex.col_1 > div {
    width: 100%;
  }
}

.flex.flex-between.col_1 > div {
  width: 98.5%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_1 > div {
    width: 100%;
  }
}

.flex.col_2 > div {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .flex.col_2 > div {
    width: 100%;
  }
}

.flex.flex-between.col_2 > div {
  width: 48.5%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_2 > div {
    width: 100%;
  }
}

.flex.col_3 > div {
  width: 33.33333%;
}

@media only screen and (max-width: 768px) {
  .flex.col_3 > div {
    width: 100%;
  }
}

.flex.flex-between.col_3 > div {
  width: 31.83333%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_3 > div {
    width: 100%;
  }
}

.flex.col_4 > div {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .flex.col_4 > div {
    width: 100%;
  }
}

.flex.flex-between.col_4 > div {
  width: 23.5%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_4 > div {
    width: 100%;
  }
}

.flex.col_5 > div {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .flex.col_5 > div {
    width: 100%;
  }
}

.flex.flex-between.col_5 > div {
  width: 18.5%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_5 > div {
    width: 100%;
  }
}

.flex.col_6 > div {
  width: 16.66667%;
}

@media only screen and (max-width: 768px) {
  .flex.col_6 > div {
    width: 100%;
  }
}

.flex.flex-between.col_6 > div {
  width: 15.16667%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_6 > div {
    width: 100%;
  }
}

.flex.col_7 > div {
  width: 14.28571%;
}

@media only screen and (max-width: 768px) {
  .flex.col_7 > div {
    width: 100%;
  }
}

.flex.flex-between.col_7 > div {
  width: 12.78571%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_7 > div {
    width: 100%;
  }
}

.flex.col_8 > div {
  width: 12.5%;
}

@media only screen and (max-width: 768px) {
  .flex.col_8 > div {
    width: 100%;
  }
}

.flex.flex-between.col_8 > div {
  width: 11%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_8 > div {
    width: 100%;
  }
}

.flex.col_9 > div {
  width: 11.11111%;
}

@media only screen and (max-width: 768px) {
  .flex.col_9 > div {
    width: 100%;
  }
}

.flex.flex-between.col_9 > div {
  width: 9.61111%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_9 > div {
    width: 100%;
  }
}

.flex.col_10 > div {
  width: 10%;
}

@media only screen and (max-width: 768px) {
  .flex.col_10 > div {
    width: 100%;
  }
}

.flex.flex-between.col_10 > div {
  width: 8.5%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_10 > div {
    width: 100%;
  }
}

.flex.col_11 > div {
  width: 9.09091%;
}

@media only screen and (max-width: 768px) {
  .flex.col_11 > div {
    width: 100%;
  }
}

.flex.flex-between.col_11 > div {
  width: 7.59091%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_11 > div {
    width: 100%;
  }
}

.flex.col_12 > div {
  width: 8.33333%;
}

@media only screen and (max-width: 768px) {
  .flex.col_12 > div {
    width: 100%;
  }
}

.flex.flex-between.col_12 > div {
  width: 6.83333%;
}

@media only screen and (max-width: 768px) {
  .flex.flex-between.col_12 > div {
    width: 100%;
  }
}

/* ページ設定
=========================================== */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

html, body {
  overflow-x: hidden;
  color: #1b1b1b;
  -webkit-text-size-adjust: 100%;
}

.en {
  font-family: 'Century Gothic', sans-serif;
  line-height: 1em;
}

.linkBox {
  cursor: pointer;
}

.linkBox:hover {
  opacity: 0.8;
}

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

.inner {
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 1000px) {
  .inner {
    max-width: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    margin-bottom: 80px;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* font size
=========================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  p {
    font-size: 1.5rem;
    /* 15px*/
  }
}

/* iOSでのデフォルトスタイルをリセット
=========================================== */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* clearfix
=========================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* リスト
=========================================== */
ul {
  list-style: none;
}

/* リンク
=========================================== */
a {
  text-decoration: none;
  color: #363636;
  transition: .5s;
}

a:hover {
  text-decoration: none;
  color: #182446;
}

/* flexbox
=========================================== */
.flex {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

.flex.flex-between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .flex.reverse {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

section img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  section br.pc {
    display: none;
  }
}

section br.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  section br.sp {
    display: block;
  }
}

/* header
=========================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header #logo {
  padding: 18px 22px;
  display: flex;
  align-items: center;
}

header #logo img {
  vertical-align: middle;
  width: 160px;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

header nav ul li {
  position: relative;
}

header nav ul li a {
  display: block;
  padding: 20px 20px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
}

header nav ul li a:hover {
  color: #fff;
}

header nav ul li a:hover span:before {
  transform: scaleX(1);
}

header nav ul li a span {
  position: relative;
}

header nav ul li a span:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: .3s;
}

@media only screen and (max-width: 768px) {
  header nav ul li a span:before {
    display: none;
  }
}

header nav ul .has-child ul {
  display: block;
  position: absolute;
  top: 52px;
  left: -70px;
  right: 0;
  z-index: 4;
  background: #182446;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

header nav ul .has-child ul li a {
  padding: 30px 20px 20px;
}

header nav li.has-child:hover > ul,
header nav li.has-child ul li:hover > ul,
header nav li.has-child:active > ul,
header nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

header.change-color {
  background-color: #182446;
}

@media screen and (max-width: 768px) {
  header {
    background-color: #182446;
  }
  header.open {
    z-index: 999;
  }
  header #logo {
    padding: 11px 22px;
  }
  header nav {
    display: none;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    top: 67px;
    z-index: 3000;
    padding-bottom: 100px;
    margin-bottom: 100px;
    -webkit-overflow-scrolling: touch;
  }
  header nav ul li a {
    padding: 4rem;
    font-size: 1.8rem;
    text-align: left;
  }
  header nav.open {
    width: 100%;
    display: block;
    background-color: #182446;
  }
}

#spMenu {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  z-index: 9999;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #spMenu {
    display: block;
  }
}

#spMenu span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform;
  transform-origin: right bottom;
  position: relative;
}

#spMenu span:nth-child(1) {
  transition-delay: 150ms;
}

#spMenu span:nth-child(2) {
  top: 6px;
}

#spMenu span:nth-child(3) {
  top: 12px;
}

#spMenu.open span:nth-child(1) {
  transform: rotate(315deg);
  top: -2px;
  width: 25px;
  margin-left: -13.25px;
  background-color: #fff;
}

#spMenu.open span:nth-child(2) {
  transform: translate(-50px, 0);
  opacity: 0;
}

#spMenu.open span:nth-child(3) {
  width: 25px;
  transform: rotate(-315deg);
  margin-left: -15.5px;
  background-color: #fff;
}

/* breadcrumb
=========================================== */
.breadcrumb {
  margin-top: 35px;
  margin-bottom: 55px;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
}

.breadcrumb li:last-child:after {
  content: '';
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .breadcrumb li {
    font-size: 1.1rem;
  }
}

/* btn
=========================================== */
.btn01, .btn02, .nav_btn {
  width: 400px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #182446;
}

.nav_btn {
  width: 232px;
  height: 48px;
  line-height: 48px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.btn01:hover, .btn02:hover, .nav_btn:hover {
  background-color: #1f3e95;
  color: #fff;
}

.btn01::before, .btn02::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.btn02::after, .nav_btn::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 16px;
  background-image: url(../img/form.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 59px;
  margin-top: -5px;
}

.nav_btn::after {
  width: 16px;
  height: 11px;
  left: 19px;
  margin-top: -5px;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .nav_btn {
    width: 200px;
    height: 41px;
    line-height: 41px;
    border-radius: 21px;
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .nav_btn::after {
    width: 16px;
    height: 11px;
    left: 19px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  .btn01, .btn02 {
    width: 90%;
    font-size: 1.6rem;
  }
  .btn02::after, .nav_btn::after {
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -7px;
  }
  .nav_btn {
    display: none;
  }
  nav.open .gnav > li a.nav_btn {
    display: none;
  }
}

/* contact
=========================================== */
#contact {
  margin-top: 4.8rem;
  margin-bottom: 8rem;
}

#contact form #contents #contactForm h3 {
  text-align: center;
}

#contact form #contents #contactForm .formTbl {
  width: 100%;
  margin-top: 15px;
}

#contact form #contents #contactForm .formTbl th {
  background-color: #dae1f3;
  padding: 10px 20px;
  width: 285px;
  text-align: left;
  font-weight: bold;
  position: relative;
  border-bottom: 1px #CCCCCC dotted;
  border-top: 1px #CCCCCC dotted;
  vertical-align: top;
}

#contact form #contents #contactForm .formTbl .req {
  display: block;
  padding: 0.2rem 0.4rem;
  background-color: #ff9900;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  right: 14px;
  top: 15px;
}

#contact form #contents #contactForm .formTbl td {
  border-bottom: 1px #CCCCCC dotted;
  border-top: 1px #CCCCCC dotted;
  padding: 10px 20px;
  text-align: left;
}

#contact form #contents #contactForm .formTbl td textarea {
  width: 100%;
  height: 170px;
  resize: none;
  border: 1px #CCCCCC solid;
  padding: 2px;
}

#contact form #contents #contactForm .formTbl td input[type=text] {
  border: 1px #CCCCCC solid;
  padding: 8px;
  width: 100%;
}

#contact form #contents #contactForm .formTbl td input[type=number] {
  border: 1px #CCCCCC solid;
  padding: 8px;
  width: 100%;
}

#contact form #contents #contactForm .formTbl td input[type=email] {
  border: 1px #CCCCCC solid;
  padding: 8px;
  width: 100%;
}

#contact form #contents #contactForm .formTbl td input[type=tel] {
  border: 1px #CCCCCC solid;
  padding: 8px;
  width: 100%;
}

#contact form #contents #contactForm .formTbl td .radio .radioBtn input[type=radio] {
  margin-right: 0.8rem;
}

#contact form #contents #contactForm .formTbl td .radio .radioBtn:first-child {
  margin-right: 2rem;
}

#contact form #contents #contactForm .formTbl td #age {
  width: 200px;
}

#contact form #contents .inPage {
  background-color: #F7F7F7;
  border: 1px #CCCCCC solid;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #contact {
    margin-bottom: 6rem;
  }
  #contact form #contents #contactForm .formTbl {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #contact form #contents #contactForm .formTbl th {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    border-top: none;
    border-bottom: none;
  }
  #contact form #contents #contactForm .formTbl .req {
    top: 10px;
  }
  #contact form #contents #contactForm .formTbl td {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
  #contact form #contents #contactForm .formTbl td input[type=text] {
    padding: 12px;
  }
  #contact form #contents #contactForm .formTbl td .radio .radioBtn input[type=radio] {
    margin-right: 0.8rem;
  }
  #contact form #contents #contactForm .formTbl td .radio .radioBtn:first-child {
    margin-right: 2rem;
  }
  #contact form #contents #contactForm .formTbl td #age {
    width: 200px;
  }
  #contact form #contents .inPage {
    background-color: #F7F7F7;
    border: 1px #CCCCCC solid;
    padding: 30px 10px;
  }
}

#formPrivacy {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#formPrivacy .privacyBox {
  border: 1px #CCCCCC solid;
  background-color: #fff;
  padding: 30px;
  margin-top: 60px;
  height: 190px;
  overflow-y: auto;
  text-align: left;
}

#formPrivacy .privacyBox h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
}

#formPrivacy .privacyBox .sign {
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
}

#formPrivacy .privacyBox p {
  font-size: 1.4rem;
}

#formPrivacy .pCheck {
  text-align: center;
  position: relative;
  margin: 30px 0px;
}

#formPrivacy .pCheck .req {
  display: block;
  padding: 0.2rem 0.4rem;
  background-color: #ff9900;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 300px;
}

#formPrivacy .pCheck a {
  color: #06A3C5;
}

#formPrivacy .gray {
  background-color: #F7F7F7;
  padding: 30px;
  text-align: center;
}

#formPrivacy .gray input[type=submit] {
  width: 400px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #182446;
  transition: .5s;
}

#formPrivacy .gray input[type=submit]:hover {
  background-color: #1f3e95;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #formPrivacy .gray input[type=submit] {
    width: 100%;
    background-color: #182446;
    border-radius: 0;
    background-image: none;
  }
}

/* thanksページ
=========================================== */
#thanks_img {
  background: url("../img/mv.jpg") center no-repeat;
  background-size: cover;
}

#thanks {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

#thanks .box {
  padding: 4rem;
  background-color: #F7F7F7;
  text-align: center;
}

#thanks h2 {
  margin-bottom: 2rem;
}

#thanks .back {
  margin-top: 3rem;
}

#thanks .back a {
  width: 400px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #182446;
  transform: 0.5s;
}

#thanks .back a:hover {
  background-color: #1f3e95;
  color: #fff;
}

@media screen and (max-width: 499px) {
  #thanks {
    margin-top: 6rem;
    margin-bottom: 8rem;
  }
  #thanks h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  #thanks p {
    text-align: left;
  }
  #thanks .back {
    margin-top: 3rem;
  }
  #thanks .back a {
    width: 100%;
  }
}

/* footer
=========================================== */
a img:hover {
  opacity: 0.8;
}

footer {
  background: #e5e5e5;
  color: #1b1b1b;
  padding-top: 75px;
  padding-bottom: 20px;
}

footer p, footer li {
  text-align: left;
}

footer a {
  position: relative;
}

footer a:hover {
  color: #182446;
}

footer .copy {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 2rem;
  border-top: #cccccc 1px solid;
}

footer .f_company {
  width: 248px;
}

footer .f_sitemap ul {
  margin-bottom: 30px;
}

footer .f_sitemap li {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 35px;
  white-space: nowrap;
}

footer .f_sitemap li a {
  padding-bottom: 5px;
  transition: .5s;
}

footer .f_sitemap li a:hover {
  opacity: 1;
  color: #182446;
}

footer .f_sitemap li:first-child {
  margin-left: 0;
}

footer .f_sitemap .f_sub {
  margin-top: 15px;
}

footer .f_sitemap .f_sub li {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  footer .f_company {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .f_company figure img {
    width: 240px;
  }
  footer .f_sitemap {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .f_sitemap li {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 0;
    white-space: nowrap;
  }
  footer .copy {
    position: static;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  footer .f_company {
    margin-bottom: 2rem;
    text-align: left;
  }
  footer .f_company figure img {
    width: 210px;
  }
  footer .copy {
    position: static;
    text-align: center;
    margin: 50px auto 0 auto;
  }
  footer .f_sitemap {
    width: 95%;
  }
  footer .f_sitemap ul {
    margin-bottom: 0;
  }
  footer .f_sitemap li {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10px;
  }
  footer .f_sitemap li a {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    display: block;
  }
  footer .f_sitemap li a:before {
    display: none;
  }
  footer .f_sitemap li .top {
    border-top: none;
  }
  footer .f_sitemap li:first-child {
    margin-left: 10px;
  }
  footer .f_sitemap .f_sub {
    margin-top: 0;
    margin-bottom: 15px;
  }
  footer .f_sitemap .f_sub li {
    font-size: 1.4rem;
    margin-left: 15px;
    margin-bottom: 0;
  }
  footer .f_sitemap .f_sub li a {
    border-top: none;
    padding-bottom: 8px;
    padding-top: 0;
  }
}

.ScrollTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2c3756;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index: 3000;
}

.ScrollTop.isActive {
  opacity: 1;
  transition: all 0.65s;
}

.ScrollTop span {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: 34px;
}

@media only screen and (max-width: 1080px) {
  .ScrollTop {
    right: 10px;
    bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .ScrollTop {
    width: 50px;
    height: 50px;
  }
  .ScrollTop span {
    top: 24px;
  }
}

/* 見出し
=========================================== */
.h1_bg {
  width: 100%;
  height: 360px;
  position: relative;
  background: url("../img/.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .h1_bg {
    width: 100%;
    height: 180px;
    margin-top: 60px;
  }
}

.h1_bg h1 {
  padding: 2rem 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #182446;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1.4;
}

.h1_bg h1 .en {
  display: block;
  font-size: 54px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: 6rem;
}

@media screen and (max-width: 768px) {
  .h1_bg h1 {
    font-size: 1.6rem;
    padding: 1.6rem 2.8rem;
  }
  .h1_bg h1 .en {
    font-size: 4rem;
  }
}

.h1_bg .ja {
  font-size: 4rem;
  background: none;
}

@media screen and (max-width: 768px) {
  .h1_bg .ja {
    width: 100%;
    font-size: 3rem;
    padding: 0;
  }
}

.h2_bg {
  width: 100%;
  height: 130px;
  margin-bottom: 4.8rem;
  position: relative;
  background: url("../img/h2_bg.jpg") center no-repeat;
  background-size: cover;
}

.h2_bg h2 {
  width: 100%;
  padding: 2rem;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #182446;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .h2_bg {
    margin-bottom: 3rem;
  }
  .h2_bg h2 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  line-height: 1.7;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  color: #182446;
}

h2 .en {
  font-weight: bold;
  display: block;
  font-size: 100px;
  /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: 10rem;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  h2 {
    font-size: 2rem;
  }
  h2 .en {
    font-size: 8rem;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
  h2 .en {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}

.h2-left {
  text-align: left;
}

.h2-w {
  color: #fff;
}

h3 {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  color: #182446;
}

@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

/* ページ内リンク
=========================================== */
.pageLink {
  margin-bottom: 4.8rem;
}

.pageLink ul li {
  margin-bottom: 2rem;
  width: 32%;
}

.pageLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  position: relative;
  padding: 2rem;
  font-weight: normal;
  font-size: 1.5rem;
  color: #fff;
  background-color: #182446;
}

.pageLink ul li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 18px;
  margin: auto;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: translate(0, 0) rotate(-45deg);
  transition: .2s;
}

.pageLink ul li .intern {
  line-height: 1.4;
}

.pageLink ul li .intern::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .pageLink {
    margin-bottom: 3rem;
  }
  .pageLink ul li {
    width: 100%;
  }
  .pageLink ul li:first-child {
    margin-bottom: 2rem;
  }
}

/* アコーディオン
=========================================== */
#accordion dl {
  margin-bottom: 1.6rem;
}

#accordion dl dt {
  display: table;
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #182446;
}

#accordion dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}

#accordion dl dt.open::before {
  content: "";
  position: absolute;
  top: 25%;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

#accordion dl dt .ttl_q {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-family: 'Century Gothic', sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
}

#accordion dl dt .qaBox_ttl {
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 3rem 1.5rem 3rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6em;
  color: #fff;
}

@media screen and (max-width: 499px) {
  #accordion dl dt .qaBox_ttl {
    padding: 1.5rem 4rem 1.5rem 0;
  }
}

#accordion dl dd {
  display: none;
  width: 100%;
  padding: 2rem;
  background: #fff;
  border: 1px solid #182446;
}

#accordion dl dd p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1.8em;
}

/* table
=========================================== */
.tbl01 {
  margin-bottom: 4.8rem;
  border-collapse: collapse;
  width: 100%;
}

.tbl01 th {
  width: 20%;
  color: #182446;
  background: #ebecef;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.8;
  white-space: nowrap;
  border: 1px solid #a3a7b5;
  font-size: 1.6rem;
}

.tbl01 td {
  padding: 20px;
  line-height: 1.8;
  border: 1px solid #a3a7b5;
  text-align: left;
  font-size: 1.6rem;
}

.tbl01 td ul {
  margin-bottom: 10px;
}

.tbl01 td p, .tbl01 td li {
  font-size: 1.6rem;
}

.tbl01 td dl dt {
  width: 13%;
  margin-right: 1rem;
}

.tbl01 td dl dd {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .tbl01 {
    width: 98%;
    border-top: 1px solid #a3a7b5;
  }
  .tbl01 th {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    border-top: none;
    border-bottom: none;
  }
  .tbl01 td {
    padding: 15px;
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  .tbl01 td p, .tbl01 td li {
    font-size: 1.5rem;
  }
  .tbl01 td dl dt {
    width: 100%;
    margin-right: 0;
  }
  .tbl01 td dl dd {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* btm_bnr
=========================================== */
.btm_bnr li {
  width: 48%;
}

.btm_bnr li a {
  display: block;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  padding: 4px 4px 3px 4px;
  text-align: left;
  background-ima1ge: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
}

.btm_bnr li a:hover {
  transform: scale(0.95);
}

.btm_bnr li p {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.btm_bnr li span {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 45%;
  margin-right: 5%;
  line-height: 1;
}

.btm_bnr li span img {
  width: 100%;
  height: auto;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .btm_bnr {
    margin-bottom: 40px !important;
  }
  .btm_bnr li {
    width: 100%;
    margin-bottom: 20px;
  }
  .btm_bnr li p {
    font-size: 1.8rem;
  }
  .btm_bnr li span {
    width: 30%;
    margin-right: 6%;
  }
}

/* list
=========================================== */
.maru li, .maru dd {
  padding-left: 1.6rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .maru li, .maru dd {
    padding-left: 1.4rem;
  }
}

.maru li::before, .maru dd::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\025cf';
  color: #182446;
  font-size: 0.1rem;
}

@media only screen and (max-width: 768px) {
  .maru li::before, .maru dd::before {
    font-size: 7px;
    top: 5px;
  }
}
/*# sourceMappingURL=common.css.map */