@charset "UTF-8";
@import url("./margin_padding.css");
@import url("./component.css");
/*--------------------
  共通
----------------------*/
.pc,
.pc-i,
.pc-ib,
.pc-f {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-i {
  display: inline !important;
}

.sp-ib {
  display: inline-block !important;
}

.sp-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.dn {
  display: none;
}

.cf::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.ico_pdf {
  display: inline-block;
  width: 19px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pc-i {
    display: inline !important;
  }
  .pc-ib {
    display: inline-block !important;
  }
  .pc-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp,
  .sp-i,
  .sp-ib,
  .sp-f {
    display: none !important;
  }
}

html {
  font-family: 'Noto Sans JP', "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
  font-size: 62.5%;
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #141414;
  }
}

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
}

html {
  font-size: 10px;
}

body {
  text-align: left;
  line-height: 1.86;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: .06em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

html.active {
  overflow: hidden;
}

body {
  position: relative;
  background: #fff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  html {
    overflow: auto !important;
  }
  body {
    font-size: 1.8rem;
  }
}

/*--------------font--------------*/
.font-min {
  font-family: 'Noto Serif JP', serif;
}

.font-en {
  font-family: 'Cormorant Garamond', serif;
}

/*--------------btn--------------*/
.btn01 {
  font-size: 1.4rem;
  padding: .5em 3em;
  border: solid 1px #2e3154;
  position: relative;
  z-index: 0;
  color: #2e3154;
  letter-spacing: .1em;
  border-radius: .4em;
}

.btn01:after {
  content: "";
  position: absolute;
  display: block;
  width: 58px;
  height: 8px;
  background: url("../images/common/btn01-arrow.png") no-repeat center center;
  background-size: contain;
  top: 1em;
  right: -36px;
}

/*--------------inner--------------*/
.inner_spwide, .wide {
  width: 100%;
  min-width: 0;
  max-width: 750px;
  padding: 0;
}

.inner, .inner-min {
  width: 92%;
  margin: 0 auto;
  max-width: 92%;
  min-width: 92%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .inner, .inner_spwide {
    width: auto;
    max-width: 1240px;
    min-width: auto;
    margin: 0 auto;
    padding: 0 21px;
  }
  .inner-min {
    max-width: 750px;
    min-width: auto;
  }
  .wide {
    min-width: 1130px;
    width: auto;
    margin: 0 auto;
  }
}

/*--------------inner--------------*/
main {
  position: relative;
  z-index: 0;
}

/*--------------------
  bg-video
----------------------*/
.bg-video {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

.bg-video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 102, 153, 0.85)), to(rgba(63, 84, 129, 0.85)));
  background: linear-gradient(to right, rgba(51, 102, 153, 0.85), rgba(63, 84, 129, 0.85));
}

.bg-video video {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 1675px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .bg-video video {
    min-width: 100vw;
    min-height: 100vh;
  }
}

/*--------------------
  ヘッダー
----------------------*/
#pc_header {
  z-index: 9999999999;
  position: fixed;
  top: 0;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

#pc_header.active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 102, 153, 0.8)), to(rgba(63, 84, 129, 0.8)));
  background: linear-gradient(to right, rgba(51, 102, 153, 0.8), rgba(63, 84, 129, 0.8));
}

#pc_header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  width: 100vw;
}

#pc_header .logo-area {
  width: 259px;
  background: url("../images/common/logo.svg") no-repeat left center;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#pc_header .nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pc_header .nav-area nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pc_header .nav-area nav ul li {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  margin-right: 21px;
  line-height: 1;
  letter-spacing: .16em;
}

#pc_header .nav-area nav ul li:nth-child(2) {
  margin-right: 28px;
}

#pc_header .nav-area nav ul li:nth-child(3) {
  margin-right: 34px;
}

#pc_header .nav-area nav ul li a {
  color: #fff;
}

#pc_header .nav-area nav ul li span {
  font-family: 'Cormorant Garamond', serif;
  display: block;
  margin-top: .5em;
  font-size: 1.3rem;
  color: #b2bbcd;
  letter-spacing: .06em;
}

#pc_header .nav-area nav ul li.contact {
  border-radius: 1.3em;
  background: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
}

#pc_header .nav-area nav ul li.contact a {
  color: #3f5481;
  padding: 1em 2em 1em 4em;
  display: block;
}

#pc_header .nav-area nav ul li.contact:before {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background: url("../images/common/icon-mail-blue.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #sp_header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
  #sp_header.active {
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 102, 153, 0.8)), to(rgba(63, 84, 129, 0.8)));
    background: linear-gradient(to right, rgba(51, 102, 153, 0.8), rgba(63, 84, 129, 0.8));
  }
  #sp_header .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  #sp_header .logo-area {
    width: 50%;
  }
  #sp_header .logo-area a {
    display: block;
    max-width: 259px;
    height: 40px;
    background: url("../images/common/logo.svg") no-repeat left center;
    background-size: contain;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  #sp_header .btn_gnav {
    max-width: 50%;
  }
  #sp_header .btn_gnav .btn__inner {
    display: block;
  }
  #sp_header .btn_gnav .btn__inner #btn_sp_gnav {
    display: block;
    height: 35px;
  }
  .sp_gnav {
    position: fixed;
    z-index: -1;
    top: -50px;
    left: 0;
    padding-top: 70px;
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 102, 153, 0.95)), to(rgba(63, 84, 129, 0.95)));
    background: linear-gradient(to right, rgba(51, 102, 153, 0.95), rgba(63, 84, 129, 0.95));
    color: #fff;
    opacity: 0;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
  .sp_gnav.active {
    z-index: 999;
    top: 0;
    opacity: 1;
  }
  .sp_gnav.active .sp_gnav__wrap {
    overflow-y: auto;
  }
  .sp_gnav .sp_gnav__wrap {
    height: auto;
    max-height: calc( 100vh - 70px);
  }
  .sp_gnav .sp_gnav__wrap .sp_gnav__inner {
    padding: 0 10px 40px 10px;
  }
  .sp_gnav ul.sp_gnav_lists {
    padding-top: 15px;
  }
  .sp_gnav ul.sp_gnav_lists li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .sp_gnav ul.sp_gnav_lists li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  .sp_gnav ul.sp_gnav_lists li a {
    font-size: 1.8rem;
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
    display: block;
    width: 80%;
    margin: 0 auto;
    position: relative;
    font-family: 'Noto Serif JP', serif;
  }
  .sp_gnav ul.sp_gnav_lists li a span {
    text-align: right;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    opacity: .7;
  }
  .sp_gnav ul.sp_gnav_lists li ul {
    padding-left: 6.4rem;
  }
  .sp_gnav ul.sp_gnav_lists li ul a {
    font-size: 1.6rem;
  }
  .sp_gnav ul.sp_gnav_lists > li > a {
    font-weight: bold;
    display: block;
    padding: 20px 0;
  }
}

/*--------------------
  フッター
----------------------*/
#footer {
  position: relative;
  width: 100%;
}

#footer .contact-area {
  width: 100%;
  background: #3f5481;
  padding: 40px 0;
  text-align: center;
}

#footer .contact-area a {
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-family: 'Cormorant Garamond', serif;
}

#footer .contact-area a .jp {
  font-size: 1.6rem;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
  border-right: solid 1px #fff;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  padding-left: 1.5em;
}

#footer .contact-area a .jp:before {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background: url("../images/common/icon-mail-white.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#footer .footer-area {
  padding: 45px 0 55px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 102, 153, 0.85)), to(rgba(63, 84, 129, 0.85)));
  background: linear-gradient(to right, rgba(51, 102, 153, 0.85), rgba(63, 84, 129, 0.85));
}

#footer .footer-area .logo-area {
  width: 212px;
  margin-bottom: 30px;
}

#footer .footer-area .text-area ul li {
  font-family: 'Noto Serif JP', serif;
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

#footer .footer-area .text-area ul li.company {
  font-size: 1.4rem;
}

#footer .footer-area .text-area ul li a {
  color: #fff;
}

#footer .footer-area .copy {
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin-top: 65px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  #footer .footer-area {
    padding: 50px 0 20px;
  }
  #footer .footer-area .logo-area {
    margin: 0 auto 20px;
  }
  #footer .footer-area .text-area ul li {
    text-align: center;
  }
  #footer .footer-area .copy {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.7);
    text-align: center;
  }
}

/*--------------------
  下層共通
----------------------*/
.sub-mv {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 0;
}

.sub-mv .text-area {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.sub-mv .text-area .tit {
  color: #fff;
  font-size: 4.8rem;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
}

.sub-mv .text-area .tit span {
  font-size: 1.7rem;
  display: block;
  font-family: 'Noto Serif JP', serif;
}

.conts_area > .sub-mv .text-area {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .conts_area > .sub-mv .text-area {
    margin-top: 20px;
  }
}

.sub-tit {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sub-tit .tit {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 3.8rem;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.2;
}

.sub-tit .tit span {
  font-size: 1.7rem;
  display: block;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .sub-tit {
    height: 200px;
  }
  .sub-tit .tit {
    font-size: 3.8rem;
  }
  .sub-tit .tit span {
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=common.css.map */