@charset "utf-8";

/* base
----------------------------------*/
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}
body {
  font-family: 'Noto Sans JP' , 'Roboto' , "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  color: #434341;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings : "palt";
  background-color: #f8f8ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Safariのみ仮名文字のみをカーニングする指定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
/* IEだけインラインSVGの表示サイズがおかしくなるバグへの対処方法 */
img[src$=".svg"] {
  width: 100%; /* lte IE10 */
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* lte IE8 */
}
a:hover {
  opacity: 0.7;
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*** font ***/
.font-fmy-00 {
  font-family: "'Noto Sans JP' , 游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
}
.font-fmy-01 {
  font-family: 'Kosugi' , 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.font-fmy-02{
	font-family: 'Roboto' 'Noto Sans JP' , sans-serif;
	}
.font-weight-01 {
  font-weight: bold;
}


/* switching PC/SP
----------------------------------*/
@media only screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}


/* basic
----------------------------------*/


.inner-01 {
  max-width: 734px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}

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


/* content
----------------------------------*/
/***********header*********/

.header-group {
  padding: 0px 68px 15px 50px;
  margin: 0 auto ;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  width: 100%;
}
.fixed{
  position: fixed;
  top: 0;
  left: 0;
}
.hd-logo {
  width: 200px;
  margin-top: 27px;
  margin-left: 10px;
  float: left;
}
.fixed .hd-logo{
	margin-top: 13px;
	width:175px;
	}
.hd-nav {
  float: right;
  margin-top: 26px;
}
.fixed .hd-nav{
	margin-top: 2px;
	}
.hd-nav li {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.fixed .hd-nav li {
	padding-top:3px;
	}
.gnav-en {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #181818;
}

/*****common****/
.page-ttl-en {
  font-size: 35px;
  font-size: 3.5rem;
  display: inline-block;
  line-height: 1.0;
  margin-bottom: 7px;
  box-sizing: border-box;
  padding: 0 7px 7px 7px;
  border-bottom: 1px solid #fff;
}
.page-ttl {
  background-color: #525051;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  height: 254px;
  box-sizing: border-box;
  padding-top: 110px;
}
.page-ttl:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 367px);
  height: 43px;
  background-color: #f7f7ef;
}
.page-ttl:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 367px);
  height: 43px;
  background-color: #f7f7ef;
}
.main-wrap {
  position: relative;
}
.main-wrap:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 367px);
  height: 45px;
  background-color: #525051;
}
.main-wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 367px);
  height: 45px;
  background-color: #525051;
}

/**footer**/
.page-top {
  display: none; /* JSで制御 */
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index:1000;
}
.page-top.page-top-fixed {
  position: absolute;
  bottom: inherit;
  top: -17px;
}
.page-top  a {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #b5b5b5;
  text-align: center;
  top: -100px;

}
.page-top img {
  height: 28px;
  width: auto;
  margin-top: 3px;

}
.footer-group {
  background-color: #000;
  color: #f8f8ef;
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
}
.logo-foot {
  width: 200px;
  margin-bottom: 15px;
}
.footer-01 {
  float: left;
  padding-left: 58px;

}
.footer-02 {
  float: right;
  width: 45%;
}
.foot-address {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 45px;
}
.copy-right {
  font-size: 12px;
  font-size: 1.2rem;
}
.foot-nav {
  padding-right: 50px;
  margin-top: 20px;
}
.foot-nav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  width: 110px;
  margin-bottom: 13px;
}
.to-contact {
  text-align: right;
  margin-top: 25px;
}
.to-contact a {
  display: inline-block;
  background-color: #2d5393;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px 63px;
  line-height: 1;
}
.btn-anime {
  position: relative;
}
a.btn-anime:hover {
  opacity: 1;
}
.btn-anime:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right :0;
  width: 0;
  transition: 0.3s;
  background-color: rgba(255,255,255,0.05);
}
.btn-anime:hover:before {
  width: 100%;
  left: 0;
}


.image-cover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color:  rgba(0,0,0,0.38);
  transition: 0.5s;
}
.image-cover:hover:after {
  background-color:  rgba(0,0,0,0);
}


/****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---START--- ******/
.js-base-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/****** ハンバーガーメニューを開いた時に後ろはスクロールしないようにするjQueryのための設定 ---END--- ******/



/* PC and TB
----------------------------------------------------------*/
@media only screen and (max-width: 910px) {
  .header-group {
    padding: 0px 30px 15px 20px;
  }
  .hd-nav li{
	  margin-left: 10px;
	  }
  .gnav-en{
	  font-size: 1.4rem;
	  }	  
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  .header-group {
    padding: 0 20px 8px;
    top: 0px;
    position: relative;
    z-index: 9999;
    width: 100%;
  }
  .hg-fixed.header-group {
    position: fixed;
    top: 0px;
    width: 100%;
    animation: hd-in 0.5s;
  }
  .hd-logo {
    width: 150px;
    margin-top: 10px;
    float: left;
  }
  .hmbrgr-btn {
    float: right;
    cursor: pointer;
    height: 30px;
    position: relative;
    z-index: 999999;
    margin-left: 10px;
    margin-top: 10px;
  }
  .gnav-en {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  /*** アイコン ***/
  .drawer-icon {
    display: none; /* JS */
    position: relative;
    margin: 0 auto;
    width: 18px;
    height: 18px;
  }
  .drawer-icon-bar {
    display: block;
    background: #484647;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
  }
  .drawer-icon-bar:first-child {
    bottom: auto;
  }
  .drawer-icon-bar:nth-child(2) {
  }
  .drawer-icon-bar:last-child {
    top: auto;
  }
  .hg-opened .drawer-icon-bar:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .hg-opened .drawer-icon-bar:nth-child(2) {
    filter: alpha(opacity=0); /* lte IE8 */
    opacity: 0;
  }
  .hg-opened .drawer-icon-bar:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    bottom: 0;
  }
  /* CLOSE時のアイコンを小さくするため */
  .hg-opened .drawer-icon-bar {
    width: 70%;
  }
  /*** アイコンのテキスト ***/
  .drawer-txt {
    color: #484647;
    line-height: 1;
    text-align: center;
    margin: 6px 0 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  .drawer-txt:before {
    content: "MENU";
  }
  .hg-opened .drawer-txt {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    margin-left: -4px;
  }
  .hg-opened .drawer-txt:before {
    content: "CLOSE";
    -webkit-animation: fadein 0.8s linear 0s 1;
    -moz-animation: fadein 0.8s linear 0s 1;
    -ms-animation: fadein 0.8s linear 0s 1;
    -o-animation: fadein 0.8s linear 0s 1;
    animation: fadein 0.8s linear 0s 1;
  }
  .hg-opened .drawer-icon {
    display: inline-block;
    vertical-align: middle;
  }
  .hg-opened .drawer-icon-bar {
    background: #fff;
  }

  .hd-nav {
    background: #484647;
    float: none;
    margin: 0;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: fixed; /* JS */
    z-index: 99999;
    top: 0; /* JS */
    right: -50%; /* JS */
    opacity: 0; /* JS */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .hg-opened .hd-nav {
    right: 0;
    opacity: 1;
    overflow-y: scroll; /* 必須 */
    -webkit-overflow-scrolling: touch;
  }
  .hd-nav-menu {
    margin-top: 70px;
  }
  .hd-nav li {
    display: block;
    text-align: left;
    color: #fff;
    line-height: 1.3;
    margin-left: 27px;
    margin-bottom: 13px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    padding-left: 8px;
    padding-bottom: 10px;
  }
  .hd-nav li > a {
    display: block;
  }
  .gnav-en {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
  }
  .hd-nav-menu-ft {
    margin-top: 50px;
  }
  .hd-nav-menu-ft > li {
    font-size: 11px;
    font-size: 1.1rem;
    border: none;
    padding-bottom: 0;
  }
  .page-ttl {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
    height: 180px;
  }
  .main-wrap.hg-fixed {
    margin-top: 50px;
  }
  .footer-02 {
    float: none;
    width: 100%;
  }
  .foot-nav {
    text-align: center;
    padding: 0 40px;
    max-width: 390px;
    margin: auto;
  }
  .foot-nav li {
    text-align: left;
    width: 96px;

  }
  .footer-group {
    padding-top: 30px;
  }
  .to-contact {
    text-align: center;
  }
  .footer-01 {
    float: none;
    padding-left: 0px;
    text-align: center;
  }
  .logo-foot {
    margin: 30px auto 10px;
  }
  .foot-address {
    text-align: left;
    display: inline-block;
    margin:  0 auto 35px;
    padding-left: 10px;
  }
  .copy-right {
    text-align: center;
  }
  .page-top {
    right: 15px;
  }
  .page-top.page-top-fixed {
    top: -15px;
  }


  .page-ttl-en {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .image-cover.onwindow:after {
    animation: onwindow 0.8s;
    opacity: 0;
  }

}


@keyframes menu_in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes menu_in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}


@-webkit-keyframes hd-in {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes hd-in {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}


@-webkit-keyframes onwindow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes onwindow {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
