@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
 div { @include box-shadow(8px, 8px);}
 */
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@600;700;900&display=swap");
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
フォント import
----------------------*/
p {
  word-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

/*---------------------
フォント設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.headline-en {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #ed778e;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .headline-en {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .headline-en {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .headline-en {
    font-size: 3.5rem;
  }
}

.headline-en::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: #d0ccc5;
}

.headline-en2 {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #ed778e;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .headline-en2 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .headline-en2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .headline-en2 {
    font-size: 3.5rem;
  }
}

.headline-en2::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: #122f43;
}

.headline-en3 {
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #204965;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .headline-en3 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .headline-en3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .headline-en3 {
    font-size: 3.5rem;
  }
}

.headline-en3::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: #d0ccc5;
}

.headline-ja {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}

.headline-ja p.color1 {
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.headline-ja p.color2 {
  color: #f8f8f8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.headline-ja p.color3 {
  color: #204965;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.headline-ja-ot {
  display: block;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #204965;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 979px) {
  .headline-ja-ot {
    font-size: 3.7rem;
  }
}

.headline-ja-ot::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background: #d0ccc5;
}

.message {
  margin-top: 60px;
  font-size: 2rem;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
}

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

@media screen and (max-width: 480px) {
  .message {
    font-size: 1.6rem;
    text-align: left;
  }
}

.information-wrap .headline-en::after {
  display: none;
}

.information time {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #ed778e;
  letter-spacing: 0.1em;
}

.information h2 {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #ebebeb;
  letter-spacing: 0.05em;
}

.information p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #ebebeb;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .information time {
    font-size: 1.4rem;
  }
  .information h2 {
    font-size: 1.6rem;
  }
  .information p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .information time {
    font-size: 1.4rem;
  }
  .information h2 {
    font-size: 1.6rem;
  }
  .information p {
    font-size: 1.4rem;
  }
}

a.bn-link {
  position: relative;
  color: #fff;
}

a.bn-link .bn-en {
  position: relative;
  font-size: 3.7rem;
  ffont-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #ebebeb;
  letter-spacing: 0.05em;
}

a.bn-link .bn-en::after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 50px;
  background: #b8a379;
}

a.bn-link h3 {
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  a.bn-link .bn-en {
    font-size: 3.7rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  a.bn-link .bn-en {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 480px) {
  a.bn-link .bn-en {
    font-size: 3rem;
  }
}

.footer-inner .footer-menu p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.footer-inner .footer-menu a {
  color: #fff;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
}

.footer-inner .footer-menu a:hover {
  color: #204965;
  text-decoration: underline;
}

.footer-inner .footer-address p {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 1.6;
}

.copyright {
  font-size: 1.1rem;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

#pagenavi h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #f4f4f4;
  font-weight: 400;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  text-align: center;
  text-shadow: 0 0 5px rgba(32, 73, 101, 0.8);
}

#pagenavi h2 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  color: #f8f8f8;
}

@media screen and (max-width: 979px) {
  #pagenavi h2 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  #pagenavi h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  #pagenavi h2 {
    font-size: 3.5rem;
  }
}

table.p-company-info th, table.p-company-info td {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}

table.p-company-info th {
  font-weight: 600;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  table.p-company-info th, table.p-company-info td {
    font-size: 1.6rem;
  }
  table.p-company-info th {
    font-size: 1.6rem;
  }
}

.privacy-wrap p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.privacy-wrap p span {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  font-size: 2rem;
}
/*# sourceMappingURL=typo.css.map */