@charset "utf-8";
/* CSS Document */

*, ::before, ::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "adobe-garamond-pro","serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna"1;
  overflow-x: hidden;

}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}
p {
  margin-bottom: 0;
}
pre {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}
img
{
    max-width: 100%;
}
a:hover
{
    opacity: 0.6;
}
main
{
    background: #FFFFFF;
}
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*-----------------------------------------------------------------*/

#header
{
    position: absolute;
    top: 0;
    left: 0;
    height: 110px;
    border-bottom: 2px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 99;
}
.gnav
{
    width: 50%;
}
.gnav ul
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gnav li
{
    font-size: 1.6rem;
    padding: 0 1vw;
    color: #FFFFFF;
    font-weight: 600;
}
.mv
{
    position: relative;
    margin-bottom: 3%;
}
.catch
{
    font-family: ltc-broadway, sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 20rem;
    color: #FFFFFF;
    position: absolute;
    top: 40%;
    left: 6%;
     -webkit-text-stroke: 8px #ccc;
  text-stroke: 8px #ccc;
}
section
{
    padding: 3%;
    margin-bottom: 3%;
}
.container
{
    max-width: 1300px;
    margin: 0 auto;
}
.ttl
{
    font-size: 5rem;
    font-family: ltc-broadway, sans-serif;
font-weight: 400;
font-style: normal;
    margin-bottom: 3rem;
}
.tc
{
    text-align: center;
}
.t18
{
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 3%;
}
.wrap
{
    max-width: 98%;
    margin: 0 auto;
    border: 3px solid #000000;
    position: relative;
    padding: 5vw;
}
.flex
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img_l
{
    width: 64%;
    margin-left: -13vw;
}
.img_r
{
    width: 64%;
    margin-right: -13vw;
}
.txt_r
{
    width: calc(36% + 13vw);
    padding-left: 6vw;
}
.txt_l
{
    width: calc(36% + 13vw);
    padding-left: 6vw;
}
.disc
{
    padding-bottom: 3%;
    padding-left: 3%;
}
.disc li
{
    list-style: disc;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-left: 1rem;
}
.company
{
    background: url("images/company_bg.png")no-repeat top center/cover;
}
.company_wrap
{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding: 14vw 0;
}
.btn
{
padding: 3% 0;
    margin: 3% 0;

}
.btn a
{
    position: relative;
        font-size: 2.4rem;
    padding-right: 14rem;
}
.btn a::before{
    content: "";
    background: url("images/btn_arrow.png") no-repeat top center/cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 117px;
    height: 11px;
}
.btn_bl
{
padding: 3% 0;
    margin: 3% 0;

}
.btn_bl a
{
    position: relative;
        font-size: 2.4rem;
    padding-right: 14rem;
}
.btn_bl a::before{
    content: "";
    background: url("images/btn_arrow_bl.png") no-repeat top center/cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 117px;
    height: 11px;
}
.re
{
    flex-direction: row-reverse;
}
.news_wrap
{
    max-width: 1300px;
    padding: 3vw;
    background: #000000;
    color: #FFFFFF;
    margin: 0 auto;
}
.newsttl
{
    width: 25%;
}
.news_txt
{
    width: 75%;
}
.news_txt li
{
    padding-bottom: 3%;
    margin-bottom: 3%;
    border-bottom: 1px dashed #FFFFFF;
    font-size: 1.8rem;
}
.news_txt dl
{
    display: flex;
}
.news_txt dt
{
    width: 20%;
}
.news_txt dd
{
    width: 80%;
}
.contact
{
    background: url("images/contact_bg.png")no-repeat top center;
    margin-bottom: 0;
}
.contact_wrap
{
    max-width: 800px;
    margin: 0 auto;
    padding: 6vw 0;
    color: #FFFFFF;
    text-align: center;
}
.contact_wrap p
{
    font-size: 2rem;
    padding-bottom: 6vw;
}
.copy
{
    background: #000000;
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    padding: 3rem 0;
}
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
opacity: 0.6;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(200px);
  }
}
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce{
    opacity:0;
}
/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}
.mainblur{
  filter: blur(8px);
}
#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:rgba(255,255,255,0.5);/*背景を少し透過させる*/
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #000000;
  text-decoration: none;
  padding:2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
    font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:30px;
  right: 50px;
  cursor: pointer;
    width: 50px;
    height:50px;
    mix-blend-mode: difference;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    height: 2px;
    border-radius: 2px;
  background-color: #FFFFFF;
    width: 100%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:25px;
}

.openbtn1 span:nth-of-type(3) {
  top:35px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

/*-------------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------------*/

.h2_ttl
{
    background: url("images/h2_ttl.png")no-repeat top center/cover;
    margin-bottom: 3%;
    height: 100vh;
    max-height: 670px;
display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    color: #FFFFFF;
    
}
.tb01
{
    max-width: 800px;
    margin: 0 auto;
}
.tb01 th,.tb01 td
{
    padding: 3%;
    border-bottom: 1px solid #000000;
    font-size: 2rem;
}
.tb01 th
{
    width: 30%;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #ea0000;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
}

/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
    .gnav {
  width: 70%;
}
    .mv {
  height: 50vh;
}
    .mv img {
  height: 50vh;
        object-fit: cover;
        object-position: top;
}
    .catch {
  font-size: 10rem;
  -webkit-text-stroke: 4px #ccc;
  text-stroke: 4px #ccc;
}
    .img_r {
  width: 64%;
  margin-right: -7vw;
}
    .wrap {
  padding: 3vw;
}
    .img_l {
  width: 64%;
  margin-left: -7vw;
}
    .txt_r {
  width: calc(36% + 7vw);
  padding-left: 6vw;
}
    .txt_l {
  width: calc(36% + 7vw);
  padding-left: 6vw;
}
    .ttl {
  font-size: 3rem;
}
    .h2_ttl {
  height: 50vh;
}
}

/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .pc-only {
    display: none !important;
  }
  .pc-tab-only {
    display: none !important;
  }
   .tab-only {
    display: none !important;
  } 
    .pc-tab-only
    {
        display: none!important;
    }
    #header {
  height: 70px;
}
    .openbtn1 {
  top: 10px;
  right: 25px;
}
    .catch {
  font-size: 6rem;
  -webkit-text-stroke: 2px #ccc;
  text-stroke: 2px #ccc;
}
    .mv {
  height: 50vh;
}
    .mv img {
  height: 50vh;
        object-fit: cover;
        object-position: top;
}
    .ttl {
  font-size: 3rem;
}
    .img_l {
  width: 100%;
  margin-left: 0;
}
    .txt_r {
  width: 100%;
  padding-left: 3vw;
}
    .img_r {
  width: 100%;
  margin-right: 0;
}
    .txt_l {
  width: 100%;
  padding-left: 3vw;
}
    .newsttl {
  width: 100%;
}
    .news_txt {
  width: 100%;
}
    .news_txt dl {
  flex-direction: column;
}
    .contact .flex
    {
        justify-content: center;
    }
    .contact .flex a:first-child
    {
        margin-bottom: 3%;
    }
    #slider {
    width: 100%;
    height: 50vh;
}
}