@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Zen Antique Soft', serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.g_ft {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -10.5rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 100rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: calc(100vw * 10 / 1140);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 2rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: absolute;
  width: 100%;
  z-index: 66;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    background: #fff;
    height: 10.5rem;
  }
}

.h_logo {
  position: absolute;
  left: calc(50% - 59.7rem);
  font-size: 2.8rem;
  color: #fff;
  top: 3.1rem;
}

.h_logo.b {
  color: #203243;
}

.h_logo a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .h_logo {
    color: #203243;
    font-size: 3.7rem;
    width: 100%;
    text-align: center;
    left: 0;
    top: 2.2rem;
  }
}

.h_logo img {
  width: 6.03em;
  vertical-align: -.3em;
  margin-right: .3em;
}

.h_menu {
  position: fixed;
  right: 3rem;
  top: 2rem;
  width: 7.1rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .h_menu {
    right: 2.6rem;
    top: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #toggle_menu {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: 100%;
  }
  body.open #toggle_menu {
    left: 0;
  }
  body.open {
    overflow-y: hidden;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.6rem;
  padding: 1em 0;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: #0B4086;
  position: relative;
  z-index: 1;
}

.top_main.b {
  background: #F9DD68;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 10.5rem;
  }
}

.top_main .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 152rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_main .img {
    max-width: 100%;
    z-index: 2;
  }
}

.top_main .bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150rem;
}

@media screen and (max-width: 767px) {
  .top_main .bg {
    max-width: 100%;
  }
}

.top_main .catch {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 10.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    top: 9%;
  }
}

.top_main .catch img {
  width: 53.2rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch img {
    width: 78.125%;
  }
}

.top_main .info {
  position: absolute;
  background: url(../img/mv_info_bg.svg) no-repeat 50%/contain;
  width: 24.8rem;
  height: 24.8rem;
  left: calc(50% - 58.3rem);
  top: 10.8rem;
  font-size: 3.1rem;
  line-height: 1.22;
  text-align: center;
  color: #2C2C2C;
  padding: 1.3em 1em 0;
}

@media screen and (max-width: 767px) {
  .top_main .info {
    left: auto;
    right: 2.3rem;
    top: 53.5%;
    width: 28.2rem;
    height: 28.2rem;
    font-size: 3.5rem;
  }
}

.top_main .info i {
  background: #0B4086;
  color: #fff;
  display: block;
  font-size: .4516em;
  line-height: 2.4;
  margin: .4em 0 .5em;
}

.top_main .info small {
  display: block;
  font-size: .483em;
  line-height: 1.46;
}

.top_contact {
  background: url(../img/contact_bg.jpg) no-repeat 50%/cover;
  text-align: center;
  padding: 5rem 0 4.2rem;
}

@media screen and (max-width: 767px) {
  .top_contact {
    padding: 5rem 0 5.6rem;
  }
}

.top_contact p {
  font-size: 3.6rem;
  letter-spacing: -.05em;
  line-height: 1;
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top_contact p {
    line-height: 1.3;
  }
}

.top_contact p:before, .top_contact p:after {
  content: '';
  position: absolute;
  background: url(../img/contact_catch_l.png) no-repeat 50%/contain;
  width: 10.7rem;
  height: 13rem;
  bottom: -5rem;
}

@media screen and (max-width: 767px) {
  .top_contact p:before, .top_contact p:after {
    bottom: -.1rem;
    width: 9rem;
    height: 10.9rem;
  }
}

.top_contact p:before {
  left: 0;
}

.top_contact p:after {
  background-image: url(../img/contact_catch_r.png);
  right: 0;
}

.top_contact p small {
  color: #09438B;
  background: url(../img/contact_catch_line.svg) no-repeat center bottom/11.16em;
  padding-bottom: .9em;
  margin-bottom: .2em;
  display: inline-block;
  line-height: 1;
}

.top_contact p em {
  font-size: 5.7rem;
  letter-spacing: -.05em;
}

.top_contact p em.a {
  margin: 0 -.4em;
}

.top_contact .btn a {
  display: inline-block;
  width: 50.4rem;
  font-size: 3.6rem;
  letter-spacing: -.05em;
  background: url(../img/contact_btn_bg.png) no-repeat 50%/contain;
  height: 15.9rem;
  color: #203243;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .top_contact .btn a {
    font-size: 3.8rem;
  }
}

.top_contact .btn small {
  display: block;
  font-size: 1.5rem;
  margin-top: .2em;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .top_contact .btn small {
    font-size: 1.8rem;
  }
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 10.5rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */