@charset "UTF-8";

/* =========================================================
　◆Basic
========================================================= */
html { -webkit-text-size-adjust: none; 
  font-size: 62.5%;
}

input [type=image]:hover { opacity: 0.8; }

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {  background: #fff; font: 1.7rem / 1.7 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP','MS UI Gothic',"メイリオ", sans-serif;
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #323c46;}

img { max-width: 100%; height: auto; width: auto; vertical-align: top; }

figure { border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* clear */
.clear { clear: both !important; }

/* clearfix */
.cFix:after { content: ""; clear: both; display: block; }

.js_noTransition, .js_noTransition *, .js_noTransition *:before, .js_noTransition *:after { transition: none !important; }

.js_noAnimation, .js_noAnimation *, .js_noAnimation *:before, .js_noAnimation *:after { animation: none !important; }

.js_headOverlay { display: none; transition: none; }


@media only screen and (max-width: 600px){
 body {
  font-size:1.5rem;
} 
}


/* =========================================================
　◆Link Style
========================================================= */
a {
  -webkit-transition:all 0.5s;
  transition: all 0.5s;
  -ms-transition:none;
}
a:link, a:visited, a:active { color: #0fabd8; text-decoration: none; }
a img { border: none; -webkit-transition:all 0.5s; transition: all 0.5s; }
a:hover { text-decoration: underline; }
a:hover img { opacity: 0.8; }

/* =========================================================
　◆Wrap
========================================================= */
.ly_wrap { width: 100%; margin: auto; overflow: hidden;}

.contentsWrap_top1{
	max-width: 1140px;
  margin:0 auto;
}

.contentsWrap_top2{
  margin:0 auto;
}

@media screen and (max-width: 1140px) { 
  .contentsWrap_top1{
   padding-right: 20px;
   padding-left: 20px;
   
 }
}

@media screen and (max-width: 600px) { 

 .contentsWrap_top2 {
   padding-right: 0px;
   padding-left: 0px;
 }

 .contentsWrap {
   padding-right: 20px;
   padding-left: 20px;
 }

}


/* =========================================================
　◆テキスト幅調整
========================================================= */

.txW800{
	width:800px;
}

sup{
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* =========================================================
　◆カラー設定
========================================================= */

.bgGray{
	background-color: #f5f5f5;
}

.txWhite{
	color: #fff;
}

.el_ttlLv2_top h2.txWhite:before {
  background-color: #fff;
}

/* =========================================================
　◆SP
========================================================= */

.sp_disappear{
	display: none;
}

@media screen and (min-width: 601px){
	.sp_appear{
   display: none;
 }
 .sp_disappear{
   display: block;
 }
}

/* =========================================================
　◆Head
========================================================= */

.ly_header_wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1000;
  position: fixed;
}

.ly_header_wrapper header{
  width: 100%;
  margin:0px auto;
  position:relative;
  background-color: #fff;
  padding-top: 20px;
  height:120px;
}

header .ly_headerLogo{
	float: left;
	width: 180px;
  padding-top: 30px;
}

header .inner {
  width: 1140px;
  margin: 0 auto;
}
header .inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 999;
  padding-bottom: 20px;
  border-bottom: 1px rgba(255,255,255,0.3) solid;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head a,
#top-head {
  color: #01192b;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 1.6rem;
  font-weight:bold;
}
#global-nav ul li {
  float: left;
}
#global-nav ul li a {
 padding: 10px 20px 10px 20px;
 -ms-transition: none !important;
 -moz-transition: none !important;
}

#global-nav ul li .contactBtn{
  background-color: #01192b;
  color:#fff;
  padding-left:50px;
  padding-right:50px;
  margin-left:20px;
}

#global-nav ul li a:hover,#global-nav ul li .active {
  color:#0fabd8;
  text-decoration:underline;
}

#global-nav ul li .contactBtn:hover,#global-nav ul li .contactBtn .active {
 background-color: #0fabd8;
 color:#fff;
 text-decoration:none;
}


#header-subNav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 1.5rem;

}

#header-subNav ul li {
  float: left;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
}

#header-subNav  ul li a {
  padding: 0 10px;
  width: 200px;
  display:block;
}

#header-subNav  ul li a:hover,#header-subNav  ul li a.active{
 color:#0fabd8;
}

#header-subNav  ul li a i{
  display:inline-block;
  padding-left:10px ;
}




/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 60px;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  border-bottom: 1px #f5f5f5 solid;
}

#top-head.fixed #global-nav ul li .contactBtn:hover,#top-head.fixed #global-nav ul li .contactBtn .active {
 background-color: #0fabd8;
 color:#fff;
 text-decoration:none;
}


#top-head.fixed .ly_headerLogo{
	float: left;
	width: 130px;
	padding-top: 10px;
}



/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #01192b;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}


#top-head.fixed #header-subNav{
	display:none;
}


#top-head.fixed#global-nav ul li a:hover {
 border-bottom:3px #fff solid;

}

@media screen and (max-width: 1140px) {
  header .inner {
    width:auto;
  }
  .ly_header_wrapper header {
    height: 60px;
    padding-top: 5px;
  }
  header .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    background: transparent;
    padding-top: 5px;
  }

  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #01192b;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }

  #global-nav ul li a:hover {
   border-bottom:0px #fff solid;
   background: #10253b;

 }

 #global-nav ul li .contactBtn{
  margin-left:0px;
}

#global-nav ul li .contactBtn:hover,#global-nav ul li .contactBtn .active {
  border-bottom:0px #fff solid;
  background: #10253b;
  color:#fff;
}


#header-subNav{
 display:none;
}

header .ly_headerLogo {
  float: left;
  width: 120px;
  padding-top: 14px;
  padding-left: 12px;
}

#nav-toggle {
  display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(556px);
  -webkit-transform: translateY(556px);
  transform: translateY(556px);
}

#top-head.fixed {
  background: #fff;
  height: 60px;
}

#top-head.fixed .ly_headerLogo {
  float: left;
  width: 120px;
  padding-top: 14px;
  padding-left: 12px;
}


#global-nav ul li a:hover,#global-nav ul li .active {
 border-bottom:0px #fff solid;
}
}

/* =========================================================
　◆Footer
========================================================= */

.ly_companyArea{
  transform: rotate(.03deg);
  background: #01192b;
  padding: 50px 0 50px 0;
}

.ly_companyArea a{
	color: #fff;
}

.ly_companyArea .bl_companyNavBlock{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}


.ly_companyArea .bl_companyNavBlock ul li{
	display: inline-block;
  padding: 0 10px;
}


footer #copylight{
	text-align: center;
  font-size: 80%;
  color:#fff;
}


@media screen and (max-width: 600px){

  .ly_footNavArea {
    padding: 0px 0;
  }
  .ly_footNavArea_inner nav ul{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin:0 auto;
 }

 .ly_footNavArea_inner ul li {
  display: inline-block;
  padding: 15px 0px;
  width: 33%;
}

.ly_companyArea .bl_companyNavBlock ul li {
  display: block;
  padding: 5px;
}
footer #f_logo img{
	max-width: 40%;
}

}


/* =========================================================
　◆pageTop
========================================================= */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  /* padding: 8px 0 0 8px; */
  width: 70px;
  height: 70px;
  background-color: #0fb0d6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop span {
  position: absolute;
  top: 50%;
  right: 43%;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}

@media screen and (max-width: 600px){
  #pageTop a {
    width: 50px;
    height: 50px;
  }

}




/* =========================================================
　2カラムメニュー
========================================================= */

.ly_2columnMenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;
}

.ly_2columnMenu .ly_2columnMenu_item{
  display: block;
  position: relative;
  margin-bottom: 20px;
  width: 49%;
}

@media screen and (max-width: 700px){
  .ly_2columnMenu .ly_2columnMenu_item {
    width: 100%;
  }
  .ly_2columnMenu .ly_2columnMenu_item p{
    font-size: 4vw;
  }
}


/* =========================================================
　3カラムメニュー
========================================================= */

.ly_3columnMenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;
}

.ly_3columnMenu .ly_3columnMenu_item{
  display: block;
  position: relative;
  margin-bottom: 20px;
  width:32%;
  text-align: center;
}


@media screen and (min-width: 601px){

  .ly_3columnMenu .ly_3columnMenu_item {
    font-size: 1.8rem;
    width: 32%;
  }
  .ly_3columnMenu .ly_3columnMenu_item img{
    width:100%;
  } 
  
}


/* =========================================================
　フロート
========================================================= */

.floatL{
  float:left;
}


/* =========================================================
　画像配置
========================================================= */

.imgAlnC{
  margin:auto 0;
  text-align:center;
}

.imgAlnC img{
  display:inline-block;
}


/* =========================================================
　◆Animetion
========================================================= */

.fadeIn{
  opacity:0.0;
  transition: 1.0s;
}
.fadeIn_item{
  opacity:1.0;
}
