@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@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;1,200&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: #007235;
  }
}

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

/*---------------------
カラムグリッド 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;
}

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;
  margin: 0;
  padding: 0;
}

.topHeadline_en {
  display: block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  color: #007235;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 0;
}

.topHeadline_en span {
  display: block;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1279px) {
  .topHeadline_en {
    font-size: 6.5rem;
  }
}

@media only screen and (max-width: 979px) {
  .topHeadline_en {
    font-size: 6rem;
  }
}

@media only screen and (max-width: 767px) {
  .topHeadline_en {
    font-size: 5rem;
  }
  .topHeadline_en span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .topHeadline_en {
    font-size: 4rem;
  }
}

.pageHeadline h2 {
  display: block;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #007235;
}

.pageHeadline p {
  display: block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  color: #007235;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1279px) {
  .pageHeadline h2 {
    font-size: 1.6rem;
  }
  .pageHeadline p {
    font-size: 6.5rem;
  }
}

@media only screen and (max-width: 979px) {
  .pageHeadline h2 {
    font-size: 1.6rem;
  }
  .pageHeadline p {
    font-size: 5.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .pageHeadline h2 {
    font-size: 1.6rem;
  }
  .pageHeadline p {
    font-size: 4.5rem;
  }
}

.pageHeadline2 h2 {
  display: block;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #007235;
}

.pageHeadline2 p {
  display: block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #007235;
  letter-spacing: -0.025em;
  margin: 0;
  padding: 0;
}

.bdHeadline {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bdHeadline {
  display: block;
  position: relative;
  font-size: 4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #007235;
  letter-spacing: -0.025em;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: solid 3px #ebebeb;
}

.bdHeadline span {
  display: block;
  font-size: 1.7rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #007235;
}

.bdHeadline::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007235;
  bottom: -3px;
  width: 85px;
}

@media only screen and (max-width: 979px) {
  .bdHeadline {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bdHeadline {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  .bdHeadline span {
    display: block;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bdHeadline {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .bdHeadline span {
    display: block;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .bdHeadline {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .bdHeadline span {
    display: block;
    font-size: 1.5rem;
  }
}

.bdHeadline2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.bdHeadline2 {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.025em;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: solid 3px #ebebeb;
}

.bdHeadline2 span {
  display: inline-block;
  background: #349f2d;
  padding: 7px 14px;
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #fff;
}

.bdHeadline2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #007235;
  bottom: -3px;
  width: 85px;
}

@media only screen and (max-width: 979px) {
  .bdHeadline2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bdHeadline2 {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .bdHeadline2 span {
    display: block;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bdHeadline2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .bdHeadline2 span {
    display: block;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .bdHeadline2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .bdHeadline2 span {
    display: block;
    font-size: 1.5rem;
  }
  .bdHeadline2 br {
    display: none;
  }
}

.headline-en {
  display: block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #b8a379;
  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: 'Cinzel', serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #b8a379;
  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: 'Cinzel', 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;
}

.message {
  margin-top: 60px;
  font-size: 2rem;
  color: #222;
  font-family: 'Noto Serif JP', 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: 'Cinzel', serif;
  font-weight: 500;
  color: #b8a379;
  letter-spacing: 0.1em;
}

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

.information p {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', 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: 2rem;
  }
  .information p {
    font-size: 1.4rem;
  }
}

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

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

a.bn-link .bn-en {
  position: relative;
  font-size: 3.7rem;
  font-family: 'Cinzel', 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 Serif JP', 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 Serif JP', serif;
}

.footer-inner .footer-menu a {
  color: #222;
  -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 Serif JP', serif;
  color: #222;
  line-height: 1.6;
}

#pagenavi h2 {
  font-family: 'Cinzel', 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 Serif JP', 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 Serif JP', serif;
}

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

.privacy-wrap p {
  font-family: 'Noto Serif JP', 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 */