@charset "utf-8";

/* =============================================================================
   リセット・サイト基本定義
   ========================================================================== */

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans JP';
    src: url('fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Shippori Mincho';
    src: url('fonts/ShipporiMincho-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html{
	font-size: calc(1000vw/428);
	width: 100%;
}
body{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.87;
  font-weight: 400;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust : none;
	width: 100%;
}
*, *::before, *::after {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
img{
  max-width: 100%;
	border: 0;
}
form{
	margin: 0;
	padding: 0;
}
ul, li, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd{
	margin: 0;
	padding: 0;
}
li img, dt img, dd img{
	vertical-align: top;
}
a {
  color: inherit;
	text-decoration: none;
}
a:link{
}
a:visited{
}
a:hover{
}
a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.7;
}
a:visited img {
  opacity: 1;
}
a.pdf,
a.word,
a.excel,
a.ppt,
a.site {
  text-decoration: underline;
	margin-bottom: 1em;
	padding: 0 1em 0 0;
  display: block;
}
a.pdf::after,
a.word::after,
a.excel::after,
a.ppt::after,
a.site::after {
  content: "";
  width: 30px;
  height: 15px;
  margin: 0 5px;
  display: inline-block;
	background-size: contain;
  transform: translateY(2px);
}
a.pdf::after {
	background : url("../img/ico-pdf.svg") center left no-repeat;
}
a.word::after {
	background : url("../img/ico-word.svg") center left no-repeat;
}
a.excel::after {
	background : url("../img/ico-excel.svg") center left no-repeat;
}
a.ppt::after {
	background : url("../img/ico-ppt.svg") center left no-repeat;
}
a.site::after {
  width: 15px;
	background : url("../img/ico-link.svg") center left no-repeat;
}
p { 
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
p a {
  padding: 0 !important;
  display: inline !important;
}

input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: none;
  vertical-align: top;
}
input[type=search] {
  font-size: 2.5rem;
  height: 35px;
  padding: 5px;
}
input[type=submit] {
  width: 35px;
  height: 35px;
  background-image: url("../../common/img/sp/search-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*  font 
-----------------------------------------------------------------------------*/
.txt80{	font-size: 80%; }
.txt120{	font-size: 120%; }
.txt150{ font-size: 150%; line-height: 1.4em; }
strong{	font-weight:bold; }
.roboto { font-family: 'Roboto', sans-serif; }

/*  align
-----------------------------------------------------------------------------*/
.align_r{	text-align: right; }
.align_c{	text-align: center; }
.align_l{	text-align: left; }
.valign_m{	vertical-align: middle; }

/*  effect
-----------------------------------------------------------------------------*/
.js_slide_fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.js_slide_fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}

/*  Background Color
-----------------------------------------------------------------------------*/
.bg_black .setColor {
  background-color: #000; 
}
.bg_gray .setColor {
  background-color: #666; 
}
.bg_blue .setColor {
  background-color: #2E4093; 
}
.bg_green .setColor {
  background-color: #2F572E; 
}
.bg_red .setColor {
  background-color: #572E2E; 
}



/* =============================================================================
   モバイルレイアウト : 599 px およびそれ以下
   ========================================================================== */
body#top {}
body#sub {}
.sp_none{	display:none; }
img{	height: auto; }

/*  ヘッダー
-----------------------------------------------------------------------------*/
#header{
  margin: 0 auto;
  width: 100%;
  height: 7rem;
  padding-left: 1.5rem;
  background-color: #000;
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  transition: all 0.3s;
}
#header.show {
  background-color: white;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16);
}
#header #h_logo {
  color: #FFF;
  text-decoration: none;
  width: calc(100% - 7rem);
  height: 7rem;
  padding-left: 5.5rem;
  background-image: url("../img/logo-wh.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: opacity 0.3s;
}
.menuOpened #header {
  color: #000;
  background-color: #FFF;
}
.menuOpened #header #h_logo,
#header.show #h_logo {
  color: #000;
  background-image: url("../img/logo.svg");
}
#header #h_logo:hover {
  opacity: 0.7;
}
#header #h_logo span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
}
#header #h_logo span.large {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  margin-top: 0.5rem;
}


/*  グローバルナビゲーション
-----------------------------------------------------------------------------*/
/* メニューボタン  */
#menubtn {
  width: 7rem;
  height: 7rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#menubtn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0;
  top: 0;
}
#menubtn #menu-open {
  background-image: url("../img/menu-open-wh.svg");
}
#menubtn #menu-close {
  display: none;
  background-image: url("../img/menu-close-wh.svg");
}
.menuOpened #header #menubtn #menu-open,
#header.show #menubtn #menu-open {
  background-image: url("../img/menu-open.svg");
}
.menuOpened #header #menubtn #menu-close,
#header.show #menubtn #menu-close {
  display: none;
  background-image: url("../img/menu-close.svg");
}

/* メニューリスト  */
.nav {
  width: 100%;
  height: calc(100% - 7rem);
  display: none;
  background-color: #FFF;
  position: fixed;
  top: 7rem;
  left: 0;
  overflow: scroll;
  z-index: 9;
}
.gnavi {
  width: 100%;
  margin: 0 auto 4rem;
  padding-top: 2rem;
}
.gnavi li a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 2.5rem 3.5rem;
  display: block;
  position: relative;
}
.nav .langEN,
.nav .contact {
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.nav .langEN a,
.nav .contact a {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding: 2.5rem 0;
  display: block;
}
.nav .langEN a {
  color: #0B76B8;
  border: solid 2px #0B76B8;
}
.nav .langEN a .pc {
  display: none;
}
.nav .contact a {
  color: #FFF;
  background-color: #0B76B8;
}
#overlay {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20,20,20,0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}

  
  
  
/*  フッター
-----------------------------------------------------------------------------*/
#footer{
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 3rem 0 4rem;
  position: relative;
}
#footer .inner {
  padding: 0;
}
#footer h3 {
  margin-bottom: 3rem;
}
#footer h3 span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto 1.5rem;
  display: block;
}
#footer h3 .small {
  font-size: 1.7rem;
}
#footer .info {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.75rem;
}
#footer .info span {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1em;
  display: block;
}
#footer .info .address {
  margin-right: 1rem;
}
#footer .info .tel {
  margin-left: 1rem;
}
#footer .menu-ft {
  margin-bottom: 2rem;
}
#footer .menu-ft li {
  margin: 0 0.5rem;
  display: inline;
}
#footer .menu-ft li:first-child {
  margin-left: 0;
}
#footer .menu-ft li:last-child {
  margin-right: 0;
}
#footer .menu-ft li a {
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: underline;
  padding-left: 1.2rem;
  position: relative;
}
#footer .menu-ft li a::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  background-image: url("../img/arrow-btn-right-wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .copyright{
  font-size: 1.2rem;
  line-height: 1;
}

/*  コンテンツ
-----------------------------------------------------------------------------*/
.aligncenter {
  text-align: center;
}
.inner {
  padding-left: 4.2%;
  padding-right: 4.2%;
}
#fv .textBox h1 {
  color: #FFF;
  font-family: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.875;
  text-align: center;
  width: 100%;
}
#fv .imgBox {
  position: relative;
}
#fv .imgBox::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.5);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
#fv .imgBox img {
  display: block;
}

#contents{
  width: 100%;
  margin: 0 auto;
  padding-top: 7rem;
  background-color: #FFF;
  clear:both;
  overflow: hidden;
  z-index: 1;
}
#contents_inner{
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
#top .main{
  margin: 0;
  padding: 0;
  width: 100%;
}
#top .main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#sub .main {
  margin: 0 auto;
  padding-bottom: 1px;
  background: #fff;
}

/*　float設定　*/
.fl{	float:none; }
.fr{	float:none; }
.bc{	clear: both; }
.clearfix::after{
  height: 0;
  display: block;
  clear: both;
  content: " ";
}
/*　ページトップへ　*/
#pagetop {
  width: 100%;
  background-color: #D7D7D7;
}
#pagetop a {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0.8em 0;
  display: block;
  transition: opacity 0.3s;
}
#pagetop a::before {
  content: "";
  width: 2.4rem;
  height: 1.4rem;
  margin-right: 10px;
  display: inline-block;
  background-image: url("../img/arrow-pagetop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#pagetop a:hover {
 opacity: 0.7;
}





/* =============================================================================
   タブレットレイアウト : 600 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 600px) {
  html{
    font-size: calc(1000vw/768);
  }

  body#top { }
  body#sub { }
  .pc_none{	display:none; }
  .sp_none{ display: block;}

  
  
/*  フッター
  -----------------------------------------------------------------------------*/
  #footer {
    padding: 3.8rem 0 2rem;
  }
  #footer h3 {
    margin-bottom: 1.6rem;
  }
  
/*  コンテンツ
-----------------------------------------------------------------------------*/
  
/*　float設定　*/
  .fl{	float: left; }
  .fr{	float: right; }
  .clearfix::after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .clearfix{ display: inline-block; }
  * html .clearfix{ height: 1%; }
  .clearfix{ display: block; }

  .inner {
    padding-left: 4.88%;
    padding-right: 4.88%;
  }
  
  a.site,
  a.word,
  a.excel,
  a.ppt,
  a.pdf {
    display: inline-block;
  }

}


/* =============================================================================
   PCレイアウト : 1024px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1024px) {
  html{
    font-size: 62.5%;
    width: 100%;
  }

  /*  コンテンツ
-----------------------------------------------------------------------------*/
  #contents {
    padding-top: 0;
  }
  .inner {
    max-width: 128rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
  /*  ヘッダー
-----------------------------------------------------------------------------*/
  #header {
    height: 9rem;
    padding: 0;
    background-color: transparent;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  #header #h_logo {
    width: auto;
    height: 9rem;
    margin-left: 2rem;
    padding-top: 0.5rem;
    padding-left: 6rem;
    background-size: 4.5rem auto;
  }
  #header #h_logo span.small {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  #header #h_logo span.large {
    font-size: 3rem;
  }
  #header #h_logo span.medium {
    font-size: 2.5rem;
  }
  
/*  グローバルナビゲーション
-----------------------------------------------------------------------------*/
  #h_right {
    width: 100%;
    height: 9rem;
  }
  #menubtn {
    display: none;
  }
  .nav {
    height: 100%;
    margin-left: auto;
    background-color: transparent;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    top: auto;
    left: auto;
    overflow: visible;
  }
  .gnavi {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .gnavi li {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: normal;
    white-space: nowrap;
    width: auto;
    background-color: transparent !important;
    border: none !important;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  #header.show .gnavi li {
    color: #000;
  }
  .gnavi li::after,
  .gnavi li span::after,
  .gnavi li a::after {
    display: none !important;
  }
  .gnavi li a,
  .gnavi li.has-child span {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: normal;
    vertical-align: middle;
    white-space: nowrap;
    height: 100%;
    padding: 0 1.5rem;
    background-color: transparent !important;
    transition: opacity 0.3s;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .gnavi > li {
    position: relative;
  }
  .gnavi > li::before {
    content: "";
    width: 100%;
    height: 0.3rem;
    display: block;
    background-color: #0B76B8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0,1);
    transition: all 0.2s;
  }
  .gnavi > li:hover::before {
    transform: translateX(-50%) scale(1,1);
  }
  .gnavi li a::after {
    display: none;
  }
  .gnavi .has-child {
    position: relative;
  }
  .gnavi li.has-child > a {
    pointer-events: auto;
  }
  .gnavi .lv-second {
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .gnavi .lv-second {
    padding: 0.75rem 0;
    background-color: #2E4093;
    display: none;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .gnavi .lv-second a {
    color: #FFF;
  	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    width: 100%;
    padding: 0.7em 1.5em;
    background-color: #2E4093;
    display: block;
    transition: all 0.3s;
  }
  .gnavi .lv-second a:hover {
    color: #2E4093;
    background-color: #F1F3FC !important;
    opacity: 1;
  }
  
  .nav .langEN {
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .nav .langEN a {
    color: #FFF;
    font-size: 1.6rem;
    padding: 0.3em 0.7em 0.4em;
    border: solid 1px #FFF;
    transition: all 0.3s;
  }
  .nav .langEN a:hover {
    color: #000;
    background-color: #FFF;
  }
  #header.show .nav .langEN a {
    color: #0B76B8;
    border-color: #0B76B8;
  }
  #header.show .nav .langEN a:hover {
    color: #FFF;
    background-color: #0B76B8;
  }
  .nav .langEN a .sp {
    display: none;
  }
  .nav .langEN a .pc {
    display: block;
  }
  .nav .contact {
    font-weight: 500;
    letter-spacing: normal;
    white-space: nowrap;
    height: 100%;
    margin-bottom: 0;
    margin-left: 1.5rem;
    padding: 0;
  }
  .nav .contact a {
    color: #FFF !important;
    font-size: 1.6rem;
    height: 100%;
    padding: 0 1em;
    background-color: #0B76B8;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.3s;
  }
  .nav .contact a:hover {
    opacity: 0.7;
  }
  
  .gnavi li,
  .gnavi li *,
  .nav .contact a {
    font-size: 1.4rem !important;
  }
  
  /*  フッター
-----------------------------------------------------------------------------*/
  #footer {
    text-align: left;
    padding: 3.8rem 0 2.1rem;
  }
  #footer .inner {
    max-width: 100%;
    padding: 0 6rem 0 8.7rem;
  }
  #footer h3 span {
    font-size: 2.3rem !important;
    display: inline;
  }
  #footer h3 span.large {
    margin-left: 0.5em;
  }
  #footer .info {
    text-align: left;
  }
  #footer .info span {
    font-size: 1.5rem;
    text-align: left;
    display: inline;
  }
  #footer .menu-ft {
    margin-bottom: 1rem;
  }
  #footer .menu-ft li a {
    padding-left: 0;
  }
  #footer .copyright {
    font-size: 1.1rem;
    text-align: right;
  }
  
/*　ページトップへ　*/
  #pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
  
}




@media print, screen and (min-width: 1280px) {
  #header #h_logo {
    background-size: 5rem auto;
  }
  #header #h_logo span.small {
    font-size: 1.5rem;
  }
  #header #h_logo span.large {
    font-size: 3.5rem;
  }
  #header #h_logo span.medium {
    font-size: 2.5rem;
  }

  #header,
  .nav .contact,
  #h_right,
  #header #h_logo {
    height: 9rem;
  }
  .gnavi li,
  .gnavi li *,
  .nav .contact a {
    font-size: 1.6rem !important;
  }
  .gnavi li a,
  .gnavi li.has-child span {
  }
  #contents {
    padding-top: 0;
  }
  .inner {
    margin: 0 auto;
  }
  
  
}




@media print, screen and (min-width: 1600px) {
  .gnavi li a,
  .gnavi li.has-child span {
    padding: 0 2.5rem;
  }
  
  
}















