/*
Theme Name: ウィルウェイ V.1.0
Theme URL: 
Description: 
Version: 1.0
Author: 
*/

@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
	font-size: 13px;
  color: #4D4D4D;
  background: #ffffff;
  background: #E6E6E6;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Gothic Medium',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
a {
	text-decoration:none;
	color: #4D4D4D;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	opacity:0.6;
}
img {
  vertical-align: middle;
	width: 100%;
}
svg { 
  width: 100%;
  max-height: 100%;
}
li {
  list-style: none;
}
h2 {
  font-size: 36px;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}
button:hover {
  text-decoration:none;
  opacity:0.6;
}
.clearfix {
  display: block;
  content: "";
  clear: both;
}
.flex {
  display: flex;
}
.float_left {
  float: left;
}
.disabled {
  pointer-events: none;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
 background-image: url(images/common/bg.png);
 background-repeat: repeat-y;
 background-position: center;
}
.wrapper_home {
	width: 100%;
	margin: 58.2% auto 0 auto;
	padding: 0;
 background-image: url(images/common/bg.png);
 background-repeat: repeat-y;
 background-position: center;
	z-index: 2;
	/*background-attachment: fixed;*/
 /* background-size: auto 30%; */
}
.container {
	width: 100%;
	margin: auto;
}
.pc {display: none;}
.sp {display: block;}
.flex {display: flex;}
.reverse {flex-direction: row-reverse;}

/*--------------ヘッダー-------------*/
#top_head {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 100;
    background: -webkit-linear-gradient(top, rgba(0,122,191,0.4) 20%, transparent);
    background: -moz-linear-gradient(top, rgba(0,122,191,0.4) 20%, transparent);
    background: linear-gradient(top, rgba(0,122,191,0.4) 20%, transparent);
}
#lower_page_head {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 100;
    background: #00ABC8;
}
/*------------------------------------------
Fixedのリセット   #top_head
------------------------------------------*/
#top_head.fixed {
    padding-top: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
    background: linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
}
#top_head.fixed .logo,
#top_head .logo {
  margin: 20px 0 0 1%;
  z-index: 101;
  width: 25.0%;
  font-size: initial;
}
#top_head.fixed .navi_menu li a, #top_head.fixed .navi_menu .contact_biz_menu {
  color: #ffffff;
  border-color: #ffffff;
}
/*------------------------------------------
Fixedのリセット   #lower_page_head
------------------------------------------*/
#lower_page_head.fixed {
    padding-top: 0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
    background: linear-gradient(top, rgba(0,0,0,0.4) 20%, transparent);
}
#lower_page_head.fixed .logo,
#lower_page_head .logo {
  margin: 20px 0 0 1%;
  z-index: 101;
  width: 25.0%;
  font-size: initial;
}
#lower_page_head.fixed .navi_menu li a, #lower_page_head.fixed .navi_menu .contact_biz_menu {
  color: #ffffff;
  border-color: #ffffff;
}
/*------------------------------------------
ナビゲーションの設定
------------------------------------------*/
.head_inner {
  /*width: 1200px;*/
		width: 96%;
  max-width: 1200px;
  padding: 0;
  z-index: 100;
  margin: 0 auto;
}
#mobile_head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 76px;
  z-index: 100;
}
ul.navi_menu {
  right: 0;
  width: 100%;
	position: relative;
  align-items: center;
}
ul.navi_menu li {
  text-align: center;
  margin-left: 7%;
}
ul.navi_menu li:last-child {
}
ul.navi_menu li a {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: nowrap;
}
.info_menu {
  display: flex;
  align-items: center;
}
.contact_biz {
  display: block;
  position: relative;
  width: 150px;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 7% 0;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
}
.contact_biz:hover {
  opacity:1!important;
	text-decoration:none;
  color: #ffffff;
}
/*------------------------------------------
ドロワーメニューの設定
------------------------------------------*/
#nav_toggle {
    display: block;
    position: absolute;
    top:25px;
    right: 25px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 999;
}
#nav_toggle div {
    position: relative;
}
#nav_toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    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;
}
/* #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);
}
.head_nav {
  align-items: center;
  width: 100%;
  /* 開いてないときは画面外に配置 */
  position: absolute;
  right: -1000px;
}
#global_nav {
  width: 100%;
  margin-top: 1%;
}
.open .head_nav {
  -moz-transform: translatex(-1000px);
  -webkit-transform: translatex(-1000px);
  transform: translatex(-1000px);
  background: rgba(0,0,0,0.6);
	 height: 100vh;
  overflow: auto;
	 top:76px;
}
.open #global_nav {
  /*margin-top: 70px;*/
}
.open ul.navi_menu li  {
  padding: 2% 0 2% 7%;
  border-bottom: 1px solid #aaa;
  margin-left: 0;
  padding-left: 30px;
}
.open ul.navi_menu li:last-child {
  border-bottom: none;
}
.open ul.navi_menu li a {
  color: #ffffff;
}
.open .info_menu {
  padding: 0 0 2% 4%;
}
.open .contact_biz_menu {
  margin-left: 10%;
}



/*--------------トップ共通-------------*/
.more_button {
  margin: 2% 0 1% 0;
  max-width: 180px;
}
.top_h2 {
  font-size: 3rem;
}
/*--------------トップメイン画像-------------*/
.top_main_img {
  /*position: relative;*/
  position: fixed;
  width: 100%;
  margin-top: 0;
  top: 0;
  z-index: -1;
}
.top_main {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
}
/*---------------CONCEPT--------------*/
.concept {
	z-index: 3;
}
.concept_content {
  background: rgba(0,171,200,0.7);
  color: #ffffff;
  text-align: center;
  padding: 3% 5%;
}
.concept_image {
  width: 50%;
  padding: 2% 0;
}
.concept_text {
  text-align: left;
}
/*---------------PRODUCT SERVICES--------------*/
.outline {
    background-size: 100%;
    width: 100%;
}
.outline_inner {
    max-width: 1200px;
    margin: 8% auto;
    text-align: center;
}
.outline_box {
    width: 100%;
    /* display: flex; */
    color: #ffffff;
}
.products_left {
  background: url(images/home/top_products.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 40%;
}
.products_right {
  width: 100%;
}
.services_left {
  width: 100%;
}
.services_right {
  background: url(images/home/top_services.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 40%;
}
.outline_text {
  /* background: #00ABC8; */
  background: rgba(0,171,200,0.7);
  padding: 3% 5%;
}
.outline_text p {
  /* padding: 2% 0; */
}
.outline_title {
  font-size: 2rem;
  padding: 5% 0;
}
.outline_description {
  text-align: left;
}

/*---------------RECRUIT--------------*/
.top_recruit {
  background-size: 100%;
  width: 100%;
}
.top_recruit_in {
  max-width: 1200px;
  margin: 8% auto;
  text-align: center;
}
.top_recruit_h2 {
  color: #00ABC8;
  margin-bottom: 3%;
}
.top_recruit_box {
  width: 100%;
}
.top_new_employee {
  width: 100%;
}
.top_career {
  width: 100%;
}
.top_recruit_text {
  text-align: left;
  width: 90%;
  margin: 4% auto;
}
.description {
  margin-bottom: 3%;
}
.description_title {
  color: #F38F1E;
  font-weight: bold;
  font-size: 1.8rem;
}
.description_text {
  color: #00ABC8;
  font-weight: bold;
  border: 2px solid #00ABC8;
  padding: 2%;
  margin: 2% auto;
  width: 80%;
}
.new_employee_img, .career_img {
  max-width: 516px;
}
/*---------------NEWS--------------*/
.top_news {
  background: rgba(255,255,255,0.7);
}
.top_news_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 19px 0;
}
.news_h2 {
  color: #00ABC8;
  text-align: center;
  margin-bottom: 5%;
}
.info_txt {
  width: 90%;
  text-align: left;
  padding: 0 0 0 2%;
  margin: 0 auto;
}
.info_txt ul {
  margin: 0;
  padding: 0;
  line-height: 200%;
}
.info_txt li {
  list-style-type: none;
  margin: 2% 0;
}
.news_top_date {
  width: 21%;
  margin: 0 0 0 0px;
  background: #aaaaaa;
  color: #ffffff;
  padding: 1% 2%;
}
.br_smart {
  width: 75%;
  margin: 0 0 0 10px;
  color: #666666;
}
.home_news_list {
  width: 100%;
}
.home_news_dl {
  margin-bottom: 3%;
}
.home_news_dl dt {
  text-align: center;
  font-weight: normal;
  color: #fff;
  width: 90px;
  padding: 1% 2%;
  background-color: #aaa;
  float: left;
}
.home_news_dl dd {
  margin-left: 100px;
  padding: 1% 0;
}
.home_news_list::after {
  content: "";
  display: block;
  clear: both;
}
.top_news_more {
  text-align: center;
}
/*---------------NEWS一覧--------------*/
.news_list_date {
  margin-bottom: 2%;
  font-size: 12px;
}
.news_list_title {
  margin: 1% 0 2% 0;
  font-size: 14px;
}
#category_entry_list_news li{
  border-bottom: 1px #4D4D4D dotted;
  margin: 0 0 2% 0;
  padding: 0 0 0 3%;
}
.news_pagination {
  text-align: center;
  margin: 5% 0%;
}
/*---------------CONTACT--------------*/
.top_contact {
  /* background: #00ABC8; */
  background: rgba(0,171,200,0.7);
}
.top_contact_in {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 3% 0 0 0;
}
.top_contact_info {
  margin: 2.5% 0 0 0;
}
.tel {
  margin-bottom: 3%;
}
.contact_form {
  max-width: 276px;
  width: 50%;
}
/*---------------バナーリンク--------------*/
.top_banner {
  background: #ffffff;
}
.top_banner_in {
  text-align: center;
  padding: 2% 0;
}
.banner {
  width: 15%;
  margin: 0 1%;
}
/*---------------フッター--------------*/
footer a {
  text-decoration:none;
	color:#fff;
}
footer a:hover {
  color:#fbb03b;
}
footer a:visited {
  text-decoration:none;
	color:#fff;
}
footer a.footer_enp {
  color: #aaa;
}
.footer_wrap {
  background: #4D4D4D;
}
.footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
  color: #fff;
}
.footer_info {
    padding: 5% 5% 0% 5%;;
    margin: 0 auto;
}
.footer_contact {
  margin: 0% 7% 5% 5%;
  padding: 1% 0 2% 3%;
  border-bottom: 1px solid #fff;
}
.footer_company {
    display: flex;
    width: 100%;
    text-align: left;
}
.footer_company_address {
    width: 100%;
    margin: 0 0 0 6%;
}
.footer_menu {
    width: 98%;
    text-align: left;
    border-bottom: #fff 1px solid;
    padding: 1% 0 2% 3%;
    margin: 0 auto 2% 0;
}
.footer_copyright {
    padding: 2% 4% 0.5% 4%;
    margin: 0 auto;
    text-align: right;
}
.footer_company_name {
  font-weight: bold;
  font-size: 2rem;
}

/************************************/
/**************** タブレットレイアウト（561px～960px）***********************/
@media (min-width: 561px) {
body {
  font-size: 15px;
}
h2 {
  font-size: 32px;
}
.pc {display: block;}
.sp {display: none;}
/*---------------ヘッダー--------------*/
#top_head {
  height: 100px;
}
#mobile_head {
  display: flex;
  height: 80px;
}
/*------------------------------------------
Fixedのリセット   #top_head
------------------------------------------*/
#top_head.fixed .logo,
#top_head .logo {
  /*width: 10.5%;*/
  width: 15%;
		min-width: 126px;
  margin: 20px auto 0 2%;
}
/*------------------------------------------
Fixedのリセット   #lower_page_head
------------------------------------------*/
#lower_page_head.fixed .logo,
#lower_page_head .logo {
  /*width: 10.5%;*/
  width: 15%;
		min-width: 126px;
  margin: 1% auto 0 2%;
}
/*------------------------------------------
ナビゲーションの設定
------------------------------------------*/
.head_nav {
  /*
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 103;
  */
}
.open ul.navi_menu li  {
  padding: 1% 0 1% 7%;
}
ul.navi_menu {
  /*padding-top: 2%;*/
}
ul.navi_menu li a{
  font-size: 17px;
}
.info_nav {
  margin: 3% 0 0 3%;
  margin: 0;
  height: 40%;
}
.contact_biz_menu {
  margin-left: 10%;
}
.contact_biz_menu:hover {
	opacity:0.6;
}
/*--------------トップ共通-------------*/
.more_button {
  margin: 2% 0 1% 0;
  max-width: 224px;
}
.top_h2 {
  font-size: 4rem;
}
/*---------------CONCEPT--------------*/
.concept_image {
  width: 33%;
  padding: 2% 0;
}
.concept_text {
  text-align: center;
}
/*---------------NEWS--------------*/
.top_news_inner {
    margin: 0 auto;
    width: 78%;
    padding: 37px 0;
}
.info {
    margin: 0 0 40px 0;
}
.info_txt {
  width: 100%;
}
.info_txt ul, .topics_txt ul {
    line-height: 250%;
}
.home_news_dl {
  margin-bottom: 3%;
}
.home_news_dl dd {
  margin-left: 130px;
}
.home_news_dl dt {
  width: 115px;
  padding: 1% 1.5%;
}
/*---------------NEWS一覧--------------*/
.news_list_date {
  margin-bottom: 1%;
  font-size: 14px;
}
.news_list_title {
  margin: 1% 0 1% 0;
  font-size: 17px;
}
#category_entry_list_news li{
  border-bottom: 1px #4D4D4D dotted;
  margin: 0 0 1% 0;
  padding: 0 0 0 1%;
}
/*---------------PRODUCTS & SERVICES--------------*/
.outline {
}
.outline_description {
  padding-bottom: 3%;
  text-align: center;
}
.outline_inner {
	width: 100%;
	margin: 8% auto;
  text-align: center;
}
.outline_box {
  width: 100%;
  display: flex;
  color: #ffffff;
}
.products_left {
  background: url(images/home/top_products.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  padding: 0;
}
.products_right {
  width: 50%;
}
.services_left {
  width: 50%;
}
.services_right {
  background: url(images/home/top_services.jpg);
  background-position: center;
  background-size: cover;
  width: 50%;
  padding: 0;
}
/*---------------RECRUIT--------------*/
.top_recruit_box {
  width: 100%;
  display: flex;
}
.top_new_employee {
  width: 50%;
}
.top_career {
  width: 50%;
}
.top_recruit_text {
  width: 80%;
  margin: 4% auto;
  text-align: center;
}
.description_text {
  width: 50%;
}
.description_title {
  font-size: 2.3rem;
}
/*---------------CONTACT--------------*/
.top_contact {
}
.top_contact_in {
  width: 100%;
}
.top_contact_in h3 {
  font-size: 3.2rem;
}
.top_contact_info {
}
.tel {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3%;
}
/*---------------バナーリンク--------------*/
.banner {
  width: 10%;
  margin: 0 1%;
}
/*---------------フッター--------------*/
.footer_info {
    display: flex;
}
.footer_under {
  margin: 5% 0 0 0;
}
.footer_contact {
  width: 33%;
  float: right;
  margin: 0%;
  padding: 4% 0 0 0;
  border-bottom: none;
}
.footer_company {
    width: 67%;
}
.footer_company_address {
    width: 75%;
}
.footer_info {
  flex-wrap: wrap;
}
.footer_menu {
  text-align: left;
  width: 33%;
  padding: 0 0 0 2%;
  border-bottom: none;
}
.footer_copyright {
  margin: 0 auto;
}

}

/************************************/
/**************** デスクトップレイアウト（961px～最大1200px）****************/
@media (min-width: 961px) {
body {
  font-size: 16px;
}
h2 {
  font-size: 36px;
}
/*---------------ヘッダー--------------*/
#mobile_head {
  height: 100px;
}
/*------------------------------------------
Fixedのリセット   #top_head
------------------------------------------*/
#top_head.fixed .logo,
#top_head .logo {
  margin: 1% auto 0 2%;
  width: 20%;
  max-width: 195px;
}
#top_head.fixed ul.navi_menu li ul li a {
  color: #00ABC8;
}
/*------------------------------------------
Fixedのリセット   #lower_page_head
------------------------------------------*/
#lower_page_head.fixed .logo,
#lower_page_head .logo {
  margin: 1% auto 0 2%;
  width: 20%;
  max-width: 195px;
}
/*------------------------------------------
ナビゲーションの設定
------------------------------------------*/
.head_nav {
  /*
  position: absolute;
  top: 0;
  right: 0;
  */
  position: static;
  display: flex;
  align-items: center;
  width: 70%;
}
ul.navi_menu {
  right: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
ul.navi_menu li {
  margin-left: 8%;
}
ul.navi_menu li:first-child {
  margin-left: 0;
}
ul.navi_menu li a {
  font-size: 17px;
}
.info_nav {
  margin: 2% 0 0 0;
}
/*------------------------------------------
ナビゲーションの設定 ドロップダウンメニュー
------------------------------------------*/
ul.navi_menu a {
  display:block;
  flex-grow:1;
  flex-basis:auto;
  text-decoration:none;
}
ul.navi_menu .current {
  border-bottom:#00ABC8 3px solid;
}
ul.navi_menu li:hover > ul {
  visibility: visible; /* 表示する */
  opacity: 1;
}
ul.navi_menu li ul{
  visibility: hidden; /* 非表示する */
  opacity: 0; /* 0:見えない(透過) 1:見える */
  z-index: 1;
  position:absolute;
  width:40%;
  top:100%;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
  padding-top: 1.5%;
}
ul.navi_menu li ul li{
  text-align: left;
  width: 100%;
  list-style:none;
  padding:.8em .5em .8em .8em;
  margin-left: 0;
  background:#ffffff;
  border-bottom: 1px solid #d9eff4;
  border-top:none;
}
ul.navi_menu li ul li:hover{
  background:#EAF4FC;
}
ul.navi_menu li ul li a {
  color: #00ABC8;
}

/*------------------------------------------
ドロワーメニューの設定
------------------------------------------*/
#nav_toggle {
  display: none;
}

/*---------------CONCEPT--------------*/
.concept_image {
  width: 27%;
  padding: 2% 0;
}    
/*---------------RECRUIT--------------*/
.description_title {
  font-size: 2.5rem;
}
/*---------------フッター--------------*/
.footer_menu {
  width: 20%;
}
.footer_contact {
  width: 20%;
  margin: 0%;
  padding: 3% 0 0 0;
}
.footer_company {
  width: 80%;
}
/*------------------------------------------
NEWS
------------------------------------------*/
.home_news_dl {
  margin-bottom: 1%;
}

}
