@charset "utf-8";
/* CSS Document */

/* ************************************************************* */
/*          COMMON Rayout 
/* ************************************************************* */

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: 0.05em;
	text-align: justify;
	background-color: #F2F2F2;
	color: #4C4948;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

h1,h2,h3,h4,h5 { font-weight: 700; }

ul,li { list-style: none; }

img { max-width: 100%; }


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a { text-decoration: none; }
a:hover { cursor: pointer;}

/* ************************************************************* */
/*          MAIN  IMAGE
/* ************************************************************* */

.main {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

.main .filter {
	width: 100%;
	height: 100%;
	margin: -100px 0 0;
	padding: 0;
	background: linear-gradient(to top, rgba(255,255,255,0.00) 75%, rgba(255,255,255,1.00) 100%);
	float: left;
}



/* ************************************************************* */
/*          ぱんクズリスト
/* ************************************************************* */

nav.pan_list {
	width: 90%;
	margin: 0 5% 10px;
	padding: 0;
	float: left;
}

nav.pan_list ol {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

nav.pan_list ol li {
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

nav.pan_list ol li::after {
	content: "＞";
	margin-left: 10px;
}

nav.pan_list ol li:last-child::after {
	content: ""
}

nav.pan_list ol li a {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	color: #2679EB;
	border-bottom: 1px solid #FFF;
	transition: ease 0.5s all;
}

nav.pan_list ol li a:hover {
	color: #ED6C00;
	border-bottom: 1px solid #ED6C00;
}




/* ************************************************************* */
/*          Read More Button
/* ************************************************************* */

.readmore {
	width: 100%;
	margin: 3vw 0 0;
	padding: 0;
	float: left;
}

.readmore a {
	width: 170px;
	height: 60px;
	margin: 0 10% 0 0;
	padding: 0 30px 0 0;
	float: right;
	text-align: center;
	display: block;
	background-color: #EDEBEB;
	border-radius: 30px;
	color: #4C4948;
	font-size: 14px;
	line-height: 60px;
	font-weight: 700;
	transition: ease 0.5s all;
	background-image: url("../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
}

.readmore a:hover {
	background-image: url("../image/common/arr_round_wh.png");
	background-color: #4C4948;
	color: #FFF;
}

.button{
  width:200px;
  height:50px;
  margin: 0 auto;
  border:1px solid #3466A9;
  box-sizing: border-box;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  background-color: #3466A9;
}

.button.wide { width:800px; }

.button a{
	display: block;
	font-size:90%;
	color:#FFF;
	text-decoration:none;
	line-height:48px;
	transition:all .5s ease;
	z-index:0;
	position:relative;
	background-image: url("../images/common/arr_more_w.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center right 20px;
}

.button.wide a { background-position: center right 40%; }

.eff{
	width:200px;
	height:50px;
	left:-200px;
	background:#FFF;
	background-image: url("../images/common/arr_more_nv.png");
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center right 20px;
	position:absolute;
	color: #3466A9;
	line-height: 48px;
	transition:all .5s ease;
	z-index:1;
}

.wide .eff{ 
	width:800px;
	left:-800px;
	background-position: center right 40%;
	font-family: 'Roboto';
	font-weight: 400;
}

.button:hover .eff{ left:0; }
.button:hover a{ color:#fff; }

@media only screen and (max-width:980px){

.button.wide { width:80%; }
.button.wide a { background-position: center right 5%; }
.wide .eff{ width:100%;left:-100%;background-position: center right 5%; }
}


/* ************************************************************* */
/*          Header Rayout 
/* ************************************************************* */

.head {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	z-index: 999999;
	top:0;
	left: 0;
	position: fixed;
	display: block;
	box-sizing: border-box;
}

.head .logo {
	width: 180px;
	top: 0;
	left: 50px;
	position: absolute;
	display: block;
}



.head .head_bar {
	top: 10px;
	right: 30px;
	position: absolute;
	display: block;
}

.head .head_bar .button.recruit {
	border-radius: 5px;
	background-color: initial;
	border: none;
}

.head .head_bar .button.recruit a{
	font-size:90%;
	line-height:38px;
	background-image: url("../image/common/ico_mail.png");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center left 5px;
	border-radius: 5px;
}

.head .head_bar .btn,
.head .head_bar .button {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 38px;
	margin: 0 10px 0 0;
}

.head .head_bar .btn a,
.head .head_bar .button a {
	width: 100%;
	height: 100%;
	font-size: 90%;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	letter-spacing: 0.05em;
	display: block;
	text-decoration: none;
	background-color: #4C4948;
	border: #4C4948 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: right;
	color: #FFF;
	padding-right: 10px;
	transition:all .5s ease;
	background-image: url("../image/common/ico_mail.png");
	background-position: center left 5px;
	background-repeat: no-repeat;
}

.head .head_bar .btn.recruit a,
.head .head_bar .button.recruit a {
	background-color: #ED6C00;
	border: #ED6C00 1px solid;
	padding-right: 20px;
	background-image: url("../image/common/ico_recruit.png");
}

.head .head_bar .btn a:hover,
.head .head_bar .button a:hover {
	background-color: #FFF;
	color: #4C4948;
	background-image: url("../image/common/ico_mail_act.png");
}

.head .head_bar .btn.recruit a:hover,
.head .head_bar .button.recruit a:hover {
	background-image: url("../image/common/ico_recruit_act.png");
}



/* **************************************************************** */
/*             CONTENTS  LAYOUT
/* **************************************************************** */

.contents h2.title {
	width: 85%;
	margin: 20px 0 3vw 5%;
	border-left: #ED6C00 30px solid;
	box-sizing: border-box;
	float: left;
}

.contents .title dl {
	margin: 0;
	width: 95%;
	min-width: 380px;
	padding: 0;
	float: left;
	background-color: #FFF;
}

.contents .title dl dt {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	color: #ED6C00;
	line-height: 60px;
	font-size: 2.5vw;
	font-weight: 300;
	letter-spacing: 0;
}

.contents .title dl dd {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	background-color: #4C4948;
}

.p_title {
	width: 100%;
	margin: 100px 0 0;
	background-color: #FFF;
	float: left;
	display: flex;
}

.p_title .wrapper {
	width: 100%;
	max-width: 1860px;
	margin: 0 auto;
}

.p_title .en {
	margin: 40px 0 0 40px;
	color: #ED6C00;
	font-weight: 100;
	font-size: 70px;
}

.p_title h1 {
	margin: 30px 0 20px 50px;
	font-size: 21px;
}

.p_title h1:before {
	content: "ー ";
}

.contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 0;
	background-color: #F2F2F2;
	display:flow-root;
}

.contents.common {
	margin: 100px 0;
	padding: 0;
	display: flex;
	float: left;
}

.contents.common .wrapper {
	width: 100%;
	margin: 0;
	padding: 0 30px;
	display: flex;
	/*text-align: center;*/
}

.contents.common .inner {
	width: 100%;
	max-width: 1860px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #FFF;
	border-radius: 30px;
}

.main_image {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url("../image/reason/main_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




/* **************************************************************** */
/*             FOOTER  LAYOUT
/* **************************************************************** */

.footer {
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
  float: left;
  background-color: #4C4948;
}

.footer .barnner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

.footer .barnner .box {
  width: 40%;
  margin: 0 5%;
  float: left;
}

.footer .barnner .box a {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: block;
  text-align: center;
  background-color: #ED6C00;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  border-radius: 20px;
  background-image: url("../image/common/arr_round_wh.png");
  background-repeat: no-repeat;
  background-position: center right 30px;
  transition: ease 0.5s all;
}

.footer .barnner .box a:hover {
  background-color: #FFF;
  color: #ED6C00;
  background-image: url("../image/common/arr_round_org.png");
}

.footer .barnner .box.white a {
  background-color: #FFF;
  color: #ED6C00;
  background-image: url("../image/common/arr_round_org.png");
}

.footer .barnner .box.white a:hover {
  background-color: #ED6C00;
  color: #FFF;
  background-image: url("../image/common/arr_round_wh.png");
}

.footer .barnner .box a span { font-size: 13px; }


.footer .f_navi {
	width: 90%;
	margin: 10px 5% 0;
	padding: 0;
	float: left;
	display: flex;
	justify-content: center;
}

.footer .f_navi.link_block {
	background-color: #FFF;
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0;
}

.footer ul {
  width: auto;
  margin: 0 auto;
  padding: 0;
  float: left;
  list-style: none;
}

.footer ul li {
  margin: 0 0 0.3em;
  padding: 0;
  float: left;
}

.footer ul li a {
  color: #FFF;
  text-decoration: none;
  transition: ease 0.5s all;
  opacity: 1.0;
  margin: 0 0.5em;
}


.footer ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.footer ul li ul {
  width: 90%;
  margin: 0 0 0 10%;
  padding: 0;
  float: left;
}

.footer .foot-end {
	width: 100%;
	margin: 0;
	float: left;
	background-color: #4C4948;
}

.footer .foot-end .copyright {
	font-size: 90%;
	margin: 20px 40px 0 0;
	color: #FFF;
	float: right;
}

.footer .foot-end .sns {
	margin: 0 50px;
	float: left;
}

.footer .foot-end .sns img {
	height: 40px;
	margin: 10px 5px 0;
}


/****************************************************
/*               page-top
*****************************************************/
.pagetop {
	position: fixed;
	bottom: 45px;
	right: 25px;
	z-index: 99999;
	display: block;
}

.pagetop a { 
	display: block;
	width: 50px;
	height: 50px;
	background-color: #ED6C00;
	border-radius: 25px;
	border: #ED6C00 2px solid;
	background-image: url("../image/common/arr_top_wh.png");
	background-repeat: no-repeat;
	background-position: center;
	transition:all .7s ease;
	text-align: center;
}
 


.pagetop a:hover { 
	background-image: url("../image/common/arr_top_org.png");
	background-color: #FFF;
	cursor: pointer;
}

/* ***********  PAGE NAVI  LAYOUT  ************** */

.pagenav {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
	text-align: center;
	display: flex;
}

.pagenav .wp-pagenavi {
	width: auto;
	margin: 0 auto;
}

.pagenav span {
	width: 2.3em;
	height: 2.3em;
	text-align: center;
	line-height: 2.3em;
	float: left;
	margin: 0 10px 0 0 0;
}

.pagenav a {
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3em;
	text-decoration: none;
	color: #000;
	text-align: center;
	display: block;
	float: left;
}

.pagenav a.first,
.pagenav a.last { width: 4em; }

.pagenav a:hover { opacity: 0.7; }
.pagenav.column a {	background-color: #FFF;border: #07328f 1px solid;box-sizing: border-box; }
.pagenav .wp-pagenavi { width: auto;margin: 0 auto;text-align: center; }
.pagenav .wp-pagenavi .pages { border: none;font-style: italic;display: none; }
.pagenav .wp-pagenavi .pages:before { content: "Page - "; }
.pagenav .wp-pagenavi .current { background-color: #07328f;color: #FFF;font-weight: 700;margin: 0 10px 0 0 0; }
