@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
/*
a:hover {
  opacity: 0.5;
}
*/
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}


/* お知らせ */
.modal-open {
  color: #333;
}

/*infoエリアをはじめは非表示*/
#info{
display: none;
}

.info_title {
  font-size: 2.2rem;
}

.info_text {
  font-size: 1.8rem;
}

.info_span {
  font-weight: 600;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
background:#666;
} 


/* 以下共通ヘッダー＆問い合わせ＆フッター */
/* 左固定ヘッダー*/
.header_left {
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: #fff;
  width: 140px;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_left h1 {
  padding-top: 65px;
  writing-mode: vertical-rl;
  font-size: 3.4rem;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.header_left h1 a {
  text-decoration: none;
  color: #333;
}
.header_left_contact {
  bottom: 0px;
  justify-content: center;
  background-color: #336190;
  width: 140px;
}
.header_left_contact:hover {
  transition: 0.4s;
  opacity: 0.9;
}
.header_left-inquiry {
  text-decoration: none;
}
.header_left_contact-text p {
  text-decoration: none;
  background-color: #336190;
  color: #fff;
  font-size: 1.5rem;
  padding: 20px 0 5px;
}
.header_left_contact-img {
  width: 55px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.header_left_contact-img img {
  width: 100%;
  height: 100%;
}
/*上部固定ヘッダー　*/
/*
.header-space {
    margin-left: 140px;
}
*/
.header_sp-area {
  display: none;
}
.header-bg {
  background-color: #fff;
  position: fixed;
  /*基準を画面の左上に*/
  top: 0;
  left: 0;
  /*余白が入らないように*/
  margin: 0;
  /*以下装飾*/
  width: 100%;
  z-index: 1500;
}
.header_top {
  max-width: 1090px;
  margin: 0 auto;
  height: 90px;
  text-align: right;
}
.header_top ul {
  display: inline-flex;
  align-items: center;
  height: 90px;
  padding-left: 120px;
    padding-right: 10px;
}
.top-color {
  color: #333;
}
.header_top a {
  text-decoration: none;
  padding: 0 11px 10px;
  font-size: 1.8rem;
}
.header_top li {
  margin: 0 25px;
}
.header_top li:last-child {
  padding: 6px 0;
  margin-right: 0px;
}
.sp-only {
  display: none;
}
.header_top-contact {
  border-left: solid #FFF 1px;
}
.header_top-contact.after-color {
  border-left: solid #333 1px;
}
.header_top-contact_1 {
  padding-left: 19px;
  font-size: 1.4rem;
  text-align: left;
}
.header_top-contact_2 {
  font-size: 2.4rem;
  margin-left: 7px;
}
.header_top-contact_2 img {
  width: 20px;
  height: 20px;
  margin-left: 19px;
  margin-right: 7px;
}
/*ヘッダー　色アニメーション*/
.gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}
.gnavi li.current a, .gnavi li a:hover {
  color: #336190;
}
.gnavi li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #336190;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}
/*現在地とhoverの設定*/
.gnavi li.current a::after, .gnavi li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
/*問い合わせ*/
.section_contact-form {
  background-color: #F8F8F8;
  max-width: 1090px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 160px;
  margin-bottom: 80px;
}
.section_contact-form_bg-line {
  border: solid #333 1px;
}
.section_contact-form_text h3 {
  margin-top: 40px;
  font-size: 3.4rem;
  font-weight: 400;
  padding-bottom: 25px;
}
.section_contact-form_text p {
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.section_contact-form_left {
  width: 311px;
}
.section_contact-form_left a {
  text-decoration: none;
  color: #333;
}
.section_contact-form_left img {
  width: 25px;
  height: 25px;
  margin-right: 22px;
}
.contact-tel {
  font-size: 3.8rem;
  padding-bottom: 25px;
}
.contact-fax {
  font-size: 3.8rem;
  padding-bottom: 0;
}
.section_contact-form__display {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.section_contact-form_right {
  width: 311px;
  height: 57px;
  border-radius: 10px;
  background-color: rgba(51, 97, 144, 1.00);
  padding-top: 17px;
}
.section_contact-form_right a {
  font-size: 2.2rem;
  color: #fff;
  text-decoration: none;
}
.section_contact-form_right:hover {
  transition: 0.4s;
  background-color: rgba(51, 97, 144, 0.9);
}
@media(max-width: 992px) {
.header_top a {
  text-decoration: none;
  padding: 0 11px 10px;
  font-size: 1.4rem;
}
.header_top li {
  margin: 0 10px;
}
.header_top li:last-child {
  padding: 6px 0;
  margin-right: 0px;
}
  .header_top-contact_2 img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
  margin-right: 7px;
}
  .header_top-contact_2 {
  font-size: 1.6rem;
  margin-left: 7px;
}
  .header_top-contact_1 {
  padding-left: 19px;
  font-size: 1.2rem;
  text-align: left;
}
}


@media(max-width: 768px) {
  .header_left {
    display: none;
  }
  .header_sp {
    height: 60px;
    background-color: #FFF;
    position: fixed;
    z-index: 6000;
    top: 0;
  }
  .header_sp-area {
    display: flex;
    justify-content: space-between;
    width: 100vw;
  }
  .gnavi a {
    color: #FFF;
  }
  /*  社名*/
  .header_sp h1 {
    display: block;
    font-size: 1.8rem;
    padding: 0 0 0 15px;
    text-align: left;
    margin: auto 0;
  }
  .header_sp_color {
    color: #333;
  }
  .header_sp a {
    text-decoration: none;
    font-weight: 300;
  }

    
  
  

  /*  ナビゲーション*/
  .header-bg {
    background-color: #fff;
    position: static;
    display: contents;
    /*基準を画面の左上に*/
    top: 0;
    left: 0;
    /*余白が入らないように*/
    margin: 0;
    /*以下装飾*/
    width: 100%;
    z-index: 1500;
  }
  .header_top {
    max-width: 1090px;
    margin: 0 auto;
    height: 60px;
    text-align: left;
  }
  .header_top ul {
    display: block;
    height: auto;
    padding-left: 0;
  }
  .header_top a {
    text-decoration: none;
    font-weight: 300;
    padding: 0;
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .header_top li {
    width: 205px;
    margin: 0 auto 50px;
    padding: 0 0 10px 10px;
    border-bottom: solid 1px #FFF;
  }
  .header_top li:last-child {
    padding: 0;
    margin: 0 auto 0 0;
  }
  .header_top-contact {
    display: none;
  }
  .header_top-contact_2 img {
    width: 20px;
    height: 20px;
    margin-left: 19px;
    margin-right: 7px;
  }
  nav {
    display: none;
    padding-top: 50px;
/*    padding-left: 50px;*/
    background-color: rgba(0, 0, 0, 0.85);
    height: 100vh;
    z-index: 3000;
        width: 65vw;
    margin-left: auto;
  }
  /*  コンタクトボタン*/
  .header_sp-imgarea {
    display: block;
    background-image: url("../images/commons/tel_blue.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    margin: 17px 30px 17px auto;
  }
  /*==================================================
　5-2-1 3本線が×に
===================================*/
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 5px;
    right: 10px;
    margin: 0;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #21405F;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media(max-width: 768px) {
  /*問い合わせ*/
  .section_contact-form {
    min-width: 320px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 90px;
    margin-bottom: 45px;
  }
  .section_contact-form_text h3 {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .section_contact-form_text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .section_contact-form_left {
    margin: 0 auto;
    width: auto;
  }
  .section_contact-form_left img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .section_contact-form_left a {
  text-decoration: none;
  color: #333;
}
  .contact-tel {
    font-size: 2.6rem;
    padding-bottom: 15px;
  }
  .contact-fax {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
  .section_contact-form__display {
    display: block;
    margin-bottom: 23px;
  }
  .section_contact-form_right {
    width: 197px;
    height: 33px;
    border-radius: 10px;
    background-color: #336190;
    padding-top: 4px;
    margin: 0 auto;
  }
  .section_contact-form_right a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
  }
  .contact-line {
    display: none;
  }
}
/*ページトップボタン*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  background-color: #fff;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}
.totop-img_sp {
  display: none;
}
.totop-img_pc {
  width: 44px;
  margin: 19px 16px;
}
/*　上に上がる動き　*/
#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(100px);
  }
}
@media(max-width:768px) {
  /*ページトップボタン*/
  /*リンクを左下に固定*/
  #page-top {
    position: fixed;
    left: 20px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  }
  /*　上に上がる動き　*/
  #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(100px);
    }
  }
  .totop-img_pc {
    display: none;
  }
  .totop-img_sp {
    display: block;
    width: 34px;
    margin: 10px 8px;
  }
}
/*フッター*/
.footer_area {
  margin-left: 140px;
  background-color: #6B8093;
  color: #fff;
  padding-top: 45px;
  position: relative;
}
.footer_display-area {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}
.information a {
  text-decoration: none;
  color: #FFF;
}
.footer_area h2 {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 45px;
}
address {
  padding-bottom: 25px;
}
.footer_area p {
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: left;
  font-style: normal;
}
.foote_link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.foote_link ul {
  list-style: none;
  text-align: left;
}
.foote_link ul li {
  padding-bottom: 20px;
}
.foote_link a {
  text-decoration: none;
  color: #fff;
}
.foote_link-left {
  margin-right: 60px;
}
.foote_link img {
  margin-right: 20px;
}
.copyright {
  text-align: center;
  font-size: 1.6rem;
  padding-top: 70px;
  padding-bottom: 10px;
}

@media(max-width: 768px) {
  .footer_area {
    margin-left: 0;
    background-color: #6B8093;
    color: #fff;
    padding-top: 33px;
  }
  .footer_display-area {
/*    min-width: 320px;*/
    margin: 0 auto;
    display: block;
    padding: 0;
  }
  .information {
    padding-left: 30px;
  }
  .footer_area h2 {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    padding-bottom: 27px;
  }
  address {
    padding-bottom: 15px;
  }
  .footer_area p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    font-style: normal;
  }
  .foote_link {
    margin-top: 40px;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .foote_link ul {
    list-style: none;
    text-align: left;
  }
  .foote_link ul li {
    padding-bottom: 15px;
  }
  .foote_link a {
    text-decoration: none;
    color: #fff;
  }
  .information a {
  text-decoration: none;
  color: #FFF;
}
  .info-fax {
    pointer-events: none;
    color: #fff;
  }
  .foote_link-left {
    margin-right: 40px;
  }
  .foote_link img {
    margin-right: 7px;
  }
  .copyright {
    text-align: center;
    font-size: 1.0rem;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .foote_link-right {
    padding-right: 0;
  }
}

@media(min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
  }
}