@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 要素設定*/
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
	color: #000;
  font-size: 1.5rem;
  font-weight: 300;
	line-height:1.6;
	letter-spacing: 0.05em;
	word-break: normal;
	word-wrap:break-word;
}
button,
a {
	color:#000;
}
.ios a:hover {
  opacity: 1;
}
.sp-block,.sp-inline{
  display: none;
}
.wrapper {
  position: relative;
	margin: 0 auto;
  max-width: 1920px;
}
.mainWidth {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

* {
	box-sizing: border-box;
}

html.no_scroll,body.no_scroll {
  height: 100%;
  overflow: hidden;
}
body.no_scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/*　ヘッダー
---------------------------------------------------------*/
#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  margin: auto;
  width: 100%;
  z-index: 5;
  max-width: 1920px;
}
#pageHeader .pageHeader-inner {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 92px;
}
.pageHeaderLogo {
  position: relative;
  margin-left: 37px;
  z-index: 1005;
}
.gnav-pc {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;    
}
.gnav-pc ul {}
.gnav-pc li {
  margin-left: 50px;
}
.gnav-pc li:first-child {
  margin-left: 0;
}
.gnav-pc li a {
  font-size: 1.4rem;
}
.gnav-pc li a:hover {
  color: #d00030;
  opacity: 1;
}
.gnav-pc .btn-contact {
  margin-left: 30px;
  padding: 0;
}
.gnav-pc .btn-contact a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/btn_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 219px;
  height: 92px;
  font-size: 1.6rem;
  font-weight: 700;
  text-indent: 10px;
}
#panel-btn {
  display: none;
}
.overlay {
  display: none;
}

.main_visual .copyright,
.sub_main_visual .copyright {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin-top: 0;
  width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}

/*　コンテンツ
---------------------------------------------------------*/
#pageMain{
}

.sub_main_visual {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-bottom: 10px solid #d00030;
  padding: 10% 0;
  overflow: hidden;
  z-index: 1;
}
.sub_main_visual_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}
.sub_main_visual_title span {
  position: relative;
  display: block;
  color: #FFF;
  z-index: 1;
}

.sub_main_visual_title .en-main-title{
	font-size: 2.3rem;
}
.sub_main_visual_title .en-main-title:before,
.sub_main_visual_title .en-main-title:after{
	background: #fff;
	width: 1.2em;
	margin: 0 1.5rem;
}
.sub_main_visual_title span.en {
  display: block;
  padding: 25px 80px;
}
.sub_main_visual_title span.en:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-width: calc(100% - 18px);
  width: calc(100% - 18px);
  height: 46px;
  -webkit-transform: skewX(-20deg) translateY(-50%);
  transform: skewX(-20deg) translateY(-50%); 
}
.sub_main_visual_title span.jp {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  text-indent: 0.4em;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

/*　フッター
---------------------------------------------------------*/
#pageFooter {
  position: relative;
  background: #a5a5a5;
  color: #FFF;
  height: 170px;
  overflow: hidden;
}
.pageFooter-inner {
  align-items: center;
}
.pf-01 {
  margin-left: 75px;
}
.pf-01 > div {
  position: relative;
  top: 15px;
}
.pf-02 {
}
.pageFooterLogo {
  position: relative;
  margin-top: 1rem;
  margin-right: 65px;
  z-index: 1;
}
.fnav {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 92px;    
}
.fnav ul {
  position: relative;
  top: -30px;
}
.fnav li {
  margin-left: 50px;
}
.fnav li:first-child {
  margin-left: 0;
}
.fnav li a {
  color: #FFF;
  font-size: 1.4rem;
}
.fnav li a:hover {
  color: #d00030;
  opacity: 1;
}
.fnav .btn-contact {
  margin-left: 30px;
  padding: 0;
}
.fnav .btn-contact a {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/btn_contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 219px;
  height: 92px;
  font-weight: 700;
  text-indent: 10px;
}
.copyright {
  color: #fff;
  margin-top: 30px;
  width: 100%;
  font-size: 1.0rem;
  font-weight: 700;
  padding-right: 15% !important;
  text-align: right;
  /*letter-spacing: 0.12em;*/ 
}
#pageFooter .cn{
	margin-top: 1rem;
}
#pageFooter .cn,
#pageFooter .ad{
	font-size: 1.4rem;
}


/*---------------------------------------------------------
  w1380
---------------------------------------------------------*/

@media screen and (max-width: 1379px) {
  .pf-01 {
    display: block;
    margin-left: 20px;
  }
  .pf-01 > div {
    position: absolute;
    top: 105px;
  }
  .pageFooterLogo {
    margin-right: 0;
  }
}  
  
/*---------------------------------------------------------
	w1100
---------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  .main_visual .copyright,
  .sub_main_visual .copyright {
    bottom: -15px;
    right: 20px;
    -webkit-transform: scale(0.7);
    transform : scale(0.7);
  }

  /*　ヘッダー
  ---------------------------------------------------------*/
  #pageHeader .pageHeader-inner {
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
  }
  .pageHeaderLogo {
    margin-left: 20px;
/*    margin-bottom: 25px;*/
  }
/*
  .pageHeaderLogo img {
    width: 123px;
  }
*/
  .gnav-pc li {
    margin-left: 20px;
  }
  .gnav-pc .btn-contact {
    margin-left: 15px;
  }
  .gnav-pc .btn-contact a {
    width: 170px;
    height: 64px;
  }

  /*　フッター
  ---------------------------------------------------------*/
  #pageFooter {
    height: 132px;
  }
  .pf-01 {
    margin-left: 20px;
  }
  .pf-01 > div {
    top: 77px;
  }
  .fnav {
    height: 64px;
  }
  .fnav li {
    margin-left: 20px;
  }
  .fnav .btn-contact {
    margin-left: 15px;
  }
  .fnav .btn-contact a {
    width: 170px;
    height: 64px;
  }
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}

	.sp-none {
		display: none;
	}
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	
	.mainWidth {
    padding: 0 5%;
	}

  #panel-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 10px;
    opacity: 1;
    z-index: 10001;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #d00030;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #d00030;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -8px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    border: 0 solid transparent;
    border-top-color: rgba(0,0,0,.9);
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    border-top-width: calc(100vw + 100vh);
    border-left-width: calc(100vw + 100vh);
    -webkit-transition: .4s .2s;
    transition: .4s .2s;
  }
  .gnav-sp {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    margin: auto;
    padding: 0 15%;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s .2s;
    transition: .2s .2s;
  }
  .gnav-sp:before, .gnav-sp:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .overlay.open .gnav-sp {
    opacity: 1;
    visibility: visible;
  }
  .overlay.open .gnav-sp:before {
    left: 0;
    top: 0;
    border-width: 0 0 125px 230px;
    border-left-color: #fff;
  }
  .overlay.open .gnav-sp:after {
    right: 0;
    bottom: 0;
    border-width: 125px 230px 0 0;
    border-right-color: #fff;
  }
  .gnav-sp > div {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .gnav-sp ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px;
  }
  .gnav-sp li {
    position: relative;
    width: 50%;
    border-bottom: 1px solid #222;
  }
  .gnav-sp li:first-child {
/*    border-top: 1px solid #222;*/
    width: 100%;
  }
  @media screen and (max-width: 320px) {
    .gnav-sp li:first-child {
      border-top: none;
    }
  }
  .gnav-sp li:nth-child(even) {
    border-right: 1px solid #222;
  }
   .gnav-sp li a {
    display: block;
    color: #FFF;
    padding: 20px 10px;
  }
  .gnav-sp li:first-child a {
    display: inline-block;
  }
  .gnav-sp .btn-contact {
    position: relative;
  }
  .gnav-sp .btn-contact a {
    display: block;
    background: #d00030;
    color: #FFF;
    margin: auto;
    width: 100%;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: 700;
  }

	/*　ヘッダー
	---------------------------------------------------------*/
	#pageHeader {}
  #pageHeader .pageHeader-inner {
    height: 64px;
  }
  .pageHeaderLogo{
	  margin-top: 1.4rem;
  }
  .pageHeaderLogo a{
	  display: block;
  }
  .pageHeaderLogo img {
    width: 123px;
  }
  .gnav-pc {
    display: none;
  }

	/*　コンテンツ
	---------------------------------------------------------*/
	#pageMain{}

  .sub_main_visual {
    border-bottom: 8px solid #d00030;
    padding: 0;
    height: 150px;
  }
  .sub_main_visual_title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    -webkit-transform: translate(-50%,-50%) scale(0.7);
    transform: translate(-50%,-50%) scale(0.7);
  }

	/*　フッター
	---------------------------------------------------------*/
  #pageFooter {
    padding: 25px 0 10px;
    height: auto;
  }
  .pageFooter-inner {
    margin: 0 5%;
    text-align: center;
  }
  .pf-01 {
    margin: 0 0 20px;
    width: 100%;
  }
  .pf-01 > div {
    position: relative;
    top: 0;
  }
  .pf-02 {
    width: 100%;
  }
  .pageFooterLogo {
    margin-bottom: 15px;
  }
  .pageFooterLogo img {
    -webkit-transform: scale(0.8);
    transform : scale(0.8);
  }
  .fnav {
    display: block;
    height: auto;    
  }
  .fnav ul {
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
  }
  .fnav li {
    margin: 10px 0;
    width: 33.3334%;
  }
  .fnav li a {
    color: #FFF;
    font-size: 1.4rem;
  }
  .fnav li a:hover {
    color: #d00030;
    opacity: 1;
  }
  .fnav .btn-contact {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
  }
  .fnav .btn-contact:before,
  .fnav .btn-contact:after {
    content: "";
    position: absolute;
    background: #575757;
    width: 100vw;
    height: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .fnav .btn-contact:before {
    top: 0;
    left: 0;
  }
  .fnav .btn-contact:after {
    bottom: 0;
    left: 100%;
  }
  .fnav .btn-contact a {
    background: none;
    margin: auto;
    width: 65%;
    height: 48px;
    text-indent: 0;
  }
  .fnav .btn-contact a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #575757;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }

@media screen and (max-width: 374px) {
}
