@charset "utf-8";

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
 * { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { height:100%;font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-weight: 400;}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight:bold;
	src:local("YuGothic-Bold"),
		local("Yu Gothic");
}
body { margin:0 auto;padding:0px;text-align:left;color: #000; font-size:16px; height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px;}
@media print{
body { min-width:1200px;}
}
img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}
strong{font-weight: 500;}

sup {vertical-align: text-top; font-size: 8px;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}    
select::-ms-expand {
    display: none;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

p{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 300;
}

section p{
	margin-bottom:30px;
}
* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; font-size:16px; }

a{text-decoration: none; color:#000; font-weight: 400; }
a:hover img{opacity: 0.6;}
a:hover strong,a:hover span{opacity:1;}

a.link{text-decoration: underline; color: #062664;}
a.link.white{ color: #fff;}
a.link:hover{text-decoration: none; color:#02ACCD;transition: 0.3s;}




/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/

.sp,.sp320,.sp_inline{ display: none !important; }
.pc { display: block; }
.pc_inline{display: inline-block;}

/*set inline-block*/
.one_phase{display: inline-block;}

/* set color */
.cRed{ color: #ff0000;}
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }
.cGreen{color:#569d45; }
.cNavyBlue{color:#062664; }

/* set position */
.tCenter {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }
/* set block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 2rem; font-weight: 300;margin-bottom:30px;color: #003A72;}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }

.en{font-family: 'Roboto',Arial, Helvetica, sans-serif;}
.bold { font-weight: bold; }
.mincho {font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;}

/* set float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

/* set kadomaru box */
.rad {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
	box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}
/* set border */
.border{border:1px solid #AAA4B0;}
.bb{border-bottom: 1px solid rgba(0, 0, 0, 0.3);}


/* set width for float items */
.w10 { width: 8%; }
.w20 { width: 18%; }
.w30 { width: 28%; }
.w40 { width: 38%; }
.w50 { width: 48%; }
.w60 { width: 58%; }
.w70 { width: 68%; }
.w80 { width: 78%; }
.w90 { width: 88%; }
.w100{width: 100%; }

.w10 img, .w20 img, .w30 img, .w40 img, .w50 img, .w60 img, .w70 img, .w80 img, .w90 img, .w100 img { width: 100%; }


/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}
img.fill { width:100%; }
/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden;}

.scale_up img {
  position: relative;
    overflow:hidden;
    -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
  width:auto;
}
.scale_up a:hover img,
a:hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  transition: all .8s ease-out;
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale{
  position: relative;
  overflow: hidden;
}
.bg-scale:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity:1;
}
/*each selector set up
.bg-scale:after{
  background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.bg-scale .bg-scale-inner {
  z-index:9999 ;
  position: relative;
}


/* loading */
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #daf2fe;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.loading img{display: block; width: 64px; margin: 0 auto;}
.loading small{display: block; margin: 0 auto; padding-top: 5px; color: #062664;}


/* ----------------------------------------------------------------
    js:accordion
----------------------------------------------------------------- */
.acMenu{
  position: relative;
	width:100%;
}
.acMenu dt{
  position: relative;
	display: block;
  cursor:pointer;
}
.acMenu dd{
    width:100%;
    height:auto;
    display:none;
}
/*decoration*/
.accordionType01 dt{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
	width:calc(100% - 2px);
	height: 60px;
  /*padding:1px;*/ 
	background: #fff;
	text-align:center;
  border: 1px solid #062664;
}
.accordionType01 dt strong{font-size:20px; font-weight: 500;}
.accordionType01 dt::before {
    position: absolute;
    top: calc(50% - 8px);
    right: 28px;
    content: "";
    width: 2px;
    height: 12px;
    background: #062664;
    transition: 0.2s;
}
.accordionType01 dt::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 23px;
    content: "";
    width: 12px;
    height: 2px;
    background: #062664;
    transition: 0.2s;
}
.accordionType01 dt.active{
  color: #fff;
  background: #003A72;
  transition: 0.2s;
}
.accordionType01 dt.active::before {
    background: #fff;
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    transition: 0.2s;
}
.accordionType01 dt.active::after {
    background: #fff;
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    transition: 0.2s;
}
.accordionType01 dd{
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fafafa;
}

/*YouTube枠*/
.movie_wrap{
 position: relative;
}
.movie_wrap::before{
 content: "";
  display: block;
  padding-top: 56.25%;
}
.movie_wrap iframe{
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------
/* items
 --------------------------------------------------------------------------*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}
/*ul,ol*/
.normal ol,
.cms_decoration ol{
    margin:0 0 0 1em;
    padding:0;
} 
.normal ol li,
.cms_decoration ol li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 0em;
    padding:0 0 0 0.5em;
    list-style-position:inside;
    font-size:16px;
    text-indent: -1.2em;
    line-height:1.8em;
}
.normal ol li p,
.cms_decoration ol li p{text-indent: 0;}
.normal ul li,
.cms_decoration ul li {
    list-style-type:none;
    padding:0 0 0.5em 1em;
    list-style-position:inside;
    font-size:16px;
    text-indent: 0em;
    line-height:1.8em;
    position:relative;
}
.normal ul li a,
.cms_decoration ul li a{margin-left: -0.5em; color: #000;}
.normal ul li::after,
.cms_decoration ul li::after{
  position: absolute;
  top:10px;
  left:0px;
  content: "";
  width:8px;
  height:8px;
  background:#3e7efd;
  border-radius: 50%;
}
.normal ul li a,
.normal ol li a{
  padding-left:8px;
  color: #062664;
  font-weight: 400;
  text-decoration: underline;
}
.normal ul li a:hover,
.normal ol li a:hover{
  opacity: 1;
  text-decoration: none;
  color: #02ACCD;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.normal li a.blank{
  position: relative;
  padding-right:24px;
}
.normal li a.blank::before{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 14px;
  height:14px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}


.linknext ul{
  margin:0;
}
.linknext ul li {
  margin:0;
  list-style-image:none;
  text-indent: 0;
}
.linknext ul li a{
  position:relative;
  display:block;
  width:auto;
  padding:16px 0 16px 24px;
  width:auto;
  color: #000;
  font-weight: 400;
  border-bottom:1px solid #a09989;
}
.linknext ul li a:after {
  position:absolute;
  top:calc(50% - 6px);
  left: 4px;
  content:"";
  vertical-align: middle;
  width: 6px;
  height: 12px;
  background: url(../img/common/icon_chevron-right_blue.svg) no-repeat;
  background-size: 100%;
  transition: all .2s;
}
.linknext ul li a:hover{  
  background:rgba(0, 0, 0, 0.05);
  opacity:1;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
.linknext ul li a:hover::after{
  left:8px;
}
/* set icon-mark  */
.linknext ul li a.blank {
  position: relative;
}
.linknext ul li a.blank::before {
  width: 16px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 14px;
  height:14px;
  content: "";
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}
.linknext ul li a.pdf {
  position: relative;
}
.linknext ul li a.pdf::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height:20px;
  content: "";
  background: url(../img/common/icon_pdf.svg) no-repeat;
  background-size: 100%;
}

.linknext ul li a.pdf,.linknext ul li a.blank { padding-left:3em;}
.linknext ul li a.pdf::before{left:1.5em;top:34%;}
.linknext ul li a.blank::before{ left:1.6em; top:36%;}


/*他ページ*/
span.pdf,
span.blank{
	position: relative;
	display: inline-block;
	width:20px;
  height: 20px;
}
span.pdf::after{
	position: absolute;
	top:6px;
	right:5px;
	width: 14px;
  height:18px;
	content: "";
	background: url(../img/common/icon_pdf.svg) no-repeat;
	background-size: 100%;
}
span.blank:after{
	position: absolute;
	top:3px;
	right:6px;
	width: 16px;
  height:20px;
	content: "";
	background: url(../img/common/external-link.svg) no-repeat;
	background-size: 100%;
}


/* =======================================
   2: button styles
========================================== */
.button a,
.button_search a,
.button_blank a,
.button p{
    position: relative;
    display: inline-block;
    width: auto;
    min-width:200px;
    padding:12px 20px 12px 20px;
    text-align:center;
    background: #062664;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.button a:hover,
.button_search a:hover,
.button_blank a:hover,
a:hover .button p{
    transition: 0.2s;
    background: #02accd;
}
.button a span,
.button p span,
.button_search a span,
.button_blank a span{
  position: relative;
    display: inline-block;
    color: #FFF;
    font-weight:400;
}
.button_blank a span{padding-left: 24px;}
.button_blank a span::before{
    position: absolute;
    left:0px;
    top:calc(50% - 6px);
    content: ""; 
    width: 14px;
    height: 14px;
    background: url(../img/common/external-link_white.svg) no-repeat;
    background-size: 100%;
    transition: 0.2s;
}


/*2or3-buttons */
.btn p{height: 40px;}
.btn p a,
div.btn-backpage p a{
  position: relative; 
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-height: 30px;
  padding:8px 12px;
  text-align: center;
  font-size:14px;
  background:#062664;
  z-index: 2;
}
.btn p a:hover,
div.btn-backpage p a:hover,
.btn p a.hover,
div.btn-backpage p a.hover{
  background:#02accd;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn p a::before{
  position: absolute;
  top:calc(50% - 5px);
  right:12px;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/common/icon_chevron-right.svg) no-repeat;
  background-size: 100%;
}
.btn p a:hover::before,
.btn p a.hover::before{right:8px;transition: 0.2s;}
div.btn-backpage p a::before{
  position: absolute;
  top:calc(50% - 5px);
  left:12px;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/common/icon_chevron-left.svg) no-repeat;
  background-size: 100%;
}
.btn-backpage p a:hover::before,
.btn-backpage p a.hover::before{left:8px;transition: 0.2s;}
.btn p a strong,
div.btn-backpage p a strong{
  position: relative;
  color: #fff; 
  font-weight: 500; 
  z-index: 2;
}
/*もどるボタン*/
div.btn-formback p a{
    position: relative; 
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center; 
    align-items: center;
    max-height: 30px;
    padding:8px 12px;
    text-decoration: none;
    display: block;
    font-size:14px;
    text-align: center;
    background:#062664;
    cursor:pointer;
}
div.btn-formback p a.hover,
div.btn-formback p a:hover{
  opacity:1;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;
  background:#02accd;
}
div.btn-formback p a strong{
  color:#fff;
  font-weight: 500;
}
div.nonext p, div.nonext:active p, div.nonext:hover p{
  height:18px;
  padding:12px 14px 14px;
    font-size:14px;
    text-align: center;
    cursor:default;
    opacity:1;    
    border:1px solid #AAA4B0;
}
div.nonext p strong, div.nonext:active p strong, div.nonext:hover p strong{
  color:#2B2F36;
  font-weight:500;
}
/* set pagenation */
.pagenation {
  margin: 5px 0 auto;
  text-align: center;
}
.pagenation a {
  display: inline-block;
  width: 30px;
  font-size: 1em;
  text-decoration: none !important;
  line-height: 30px;
  color: #062664;
  border:1px solid rgba(6,38,100,0);
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.pagenation a.current{
  text-decoration: none;
  border:1px solid rgba(6,38,100,0.4);;
  color: #062664;
}
.pagenation a.hover,
.pagenation a:hover {
  opacity:1;
  text-decoration: none;
  background: #02accd;
  color:#fff;
}


/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}
body.home h1.pagetitle {
  display: none;
}
/*home_type*/
h2.home_type01{
    margin-bottom: 60px;
}
h2.home_type01 span{
    font-size:40px;
    font-weight:600;
    color:#062664;
}

/*sub page*/
h2.type01{margin-bottom: 60px;}
.cms_decoration h2{
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  color: #062664;
}
h2.type01 span{
  font-size: 40px;
  font-weight: 600;
  color: #062664;
}
h3.type01{
  position: relative;
  margin-bottom: 60px;
  border-bottom:1px solid rgba(0, 0, 0, 0.18);
}
.cms_decoration h3{
  position: relative;
  margin-bottom: 60px;
  padding: 16px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #363636;
  border-bottom:1px solid rgba(0, 0, 0, 0.18);
}
h3.type01::before,
.cms_decoration h3::before{
  position: absolute;
  bottom:-1px;
  left:0;
  content: "";
  width: 200px;
  height: 1px;
  background: #1BB5EF;
}
h3.type01 span{
  display: inline-block;
  padding: 16px 0px;
  font-size: 30px;
  font-weight: 600;
  color: #363636;
}
h4.type01{
  position: relative;
  margin-bottom: 50px;
}
.cms_decoration h4{
  position: relative;
  margin-bottom: 50px;
  padding: 16px 0px;
  font-size: 26px;
  color: #062664;
  font-weight: 600;
}
h4.type01::before,
.cms_decoration h4::before{
  position: absolute;
  bottom:0px;
  left:0;
  content: "";
  width: 30px;
  height: 6px;
  background: #214FA7;
}
h4.type01 span{
  display: inline-block;
  padding: 16px 0px;
  font-size: 26px;
  color: #062664;
  font-weight: 600;
}

h5.type01{
  position: relative;
  margin-bottom: 30px;
}
h5.type01 span{
  font-size: 26px;
  font-weight: 600;
  color: #0b3a99;
}
.cms_decoration h5{
  position: relative;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #0b3a99;
}

/*---------------------------------------------------------------------------
/* spacer
 --------------------------------------------------------------------------*/
.pt00 {padding-top: 0 !important;} 
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}

.mb00 {margin-bottom:0px !important;}
.mb05 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}

/*---------------------------------------------------------------------------
/* corner box
 --------------------------------------------------------------------------*/
.b-type00,
.b-type01,
.b-type02,
.b-type03{
  width: auto;
  margin: 0 0 30px;
  background: #fff;
}
.b-type_inner{
  padding: 30px;
  width: auto;
}
.b-type01{background: #e9f1ff !important;}
.b-type02{background: #f1efea !important;}
.b-type03{background: rgba(255, 255,255, 0.4);}

/*---------------------------------------------------------------------------
/* : table
 --------------------------------------------------------------------------*/
table       { margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul    { margin:0 !important; padding:0 !important; }
table li    { line-height:1.8em;margin:0; font-size:16px !important; }
table p     { line-height:1.6em;margin:5px 0; }
table caption{text-align: right;}
table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{text-indent: 0!important;}

/* =======================================
   : normal style
========================================== */
table.table01     { border-color:rgba(0,0,0,0.2);border-style:solid;border-width:1px 0 0 0px;border-collapse: collapse;margin:0 0 20px; font-size:16px; }
table.table01 th  { border-color:rgba(255,255,255,0.4); background-color:#7b93c1; border-style:solid; border-width:0 1px 1px 0;color:#fff;font-weight:400;padding:16px 14px;line-height:1.5em;text-align:left; vertical-align: middle;letter-spacing: 0.1em;}
table.table01 td  { border-color:rgba(0,0,0,0.2); border-style:solid; border-width:0 0px 1px 0px;color:#000;font-weight:300; background-color:#fafbff;padding:16px 14px;line-height:1.5em; }
table.table01 thead th,table.table01 thead td{background-color: #627aab; color: #fff; font-weight: 500;  }
/* =======================================
   : yokokei style
========================================== */
table.table02       { border-color:rgba(0,0,0,0.12); border-style:solid;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:16px;}
table.table02 th    { border-color:#6484c3;border-style:solid;border-width:0 0 2px 0; color:#062664;padding:20px 16px;line-height:1.6em;vertical-align:top;text-align:left; font-weight: 500;}
table.table02 tr:first-child th{
border-top:2px solid #6484c3;
}
table.table02 td    {position: relative; border-color:rgba(0,0,0,0.12);border-style:solid;border-width:0 0 1px 0px;color:#000; padding:20px 16px; line-height:1.8em;vertical-align:top;  font-weight: 300;}

/*初任給のテーブル*/
.shoninkyu_table_wrap .table02{border-top: none;}
.shoninkyu_table_wrap table.table02 td {padding: 4px;}
.shoninkyu_table_wrap .table02 table{max-width: 400px;}

/* =======================================
   : for inner table
========================================== */
table.table01 table,
table.table02 table   { border:none;margin:0;padding:0; }
table.table01 table th,
table.table02 table th{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: bold; }
table.table01 table td,
table.table02 table td{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }


table th.c, td.c  { text-align:center !important; }
table th.m, td.m  { vertical-align:middle !important; }
table th.r, td.r  { text-align:right !important; }

/*---------------------------------------------------------------------------
/* : height
 --------------------------------------------------------------------------*/
.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h350{height:350px;}
.h450{height:450px;}

/* photo gallery */
.photogallery {
  width: auto;
  overflow: hidden;
  margin: 0;
}
.photogallery .photo {
  margin: 0 5px 20px;
  float: left;
}
.photogallery .photo img {
  width:100%;
}
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 10px);
}
@media all and (-ms-high-contrast:none){
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
@supports (-ms-ime-align:auto) {
.photogallery .clm3 .photo {
  width: calc(100% / 3 - 11px);
}
}
.photogallery .clm2 .photo {
  width: calc(100% / 2 - 20px);
  margin: 0 10px 20px;
}
.photogallery .clm4 .photo {
  width: calc(100% / 4 - 10px);
}
.photogallery p{overflow: hidden;margin-bottom: 0;
  position: relative;
  width:100%;
  z-index: 0;
}
.photogallery .clm2 p {height: 240px;}
.photogallery .clm3 p {height: 200px;}
.photogallery .clm4 p {height: 160px;}
.photogallery .clm2 p a{max-height: 240px;}
.photogallery .clm3 p a{max-height: 200px;}
.photogallery .clm4 p a{max-height: 160px;}

@media screen and (max-width: 1000px) {
.photogallery .clm2 p {height: 160px;}
.photogallery .clm3 p {height: 140px;}
.photogallery .clm4 p {height: 120px;}
.photogallery .clm2 p a{max-height: 160px;}
.photogallery .clm3 p a{max-height: 140px;}
.photogallery .clm4 p a{max-height: 120px;}
}
.photogallery p a{
  position: relative;
  overflow: hidden;
  margin: 0;
  height: 100%;
  z-index: 2; 
  background: #fafafa;
}
.photogallery span {
  display: inline-block;
  overflow: hidden;
  font-size: 11px;
  padding: 10px 0 0;
  line-height: 1.6em;
}
.photogallery a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
}


/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    overflow-x:hidden;
    text-align:left;
    z-index: 0;
}
body > div#container {
    height: auto;
    min-height: 100%;
}
div#main {
  padding-bottom: 680px;
    overflow: hidden;
}
.contents_inner{
  position: relative;
  width: calc(100% - 60px);
  max-width: 1300px;
  margin:0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
section.section.last{padding: 80px 0 120px;}
.content{margin-bottom: 60px;}
.bg00{background-color: rgba(0, 0, 0, 0)!important;}
.bg01{background-color: #fbfbfb!important;}

/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
  margin-top:-70px;
  padding-top:70px;
}


/* =======================================
   4-2: header section
========================================== */
header{
	position: fixed;
	width: 100%;
  height: 70px;
	z-index: 9999;
	background: #fff;
	transition: 0.3s;
	z-index: 99999999999999999999;
}
header .logo{
	position: absolute;
	left: 10px;
	top: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 40px;
  z-index: 999999999999999999999;
	width: 30%;
	/*max-width: 248px;*/
  max-width:340px;
}
header .logo h1{width: 100%;}
header .logo a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%; 
  height: 40px;
}
header .logo img.company_logo{display: block; width: 100%; /*max-width: 250px; margin-top: 10px;*/
  max-width: 240px; margin-top: 2px;
}
header .logo span{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:80px;
  height:24px;
  padding:0 5px;
  margin-top: 10px;
  background:#062664;
}
header .logo span img{
  display:block;
  width:56px;
  height:22px;
}
@media screen and (max-width: 1024px) {
header{height: 60px;}
header .logo{width: 35%; top:8px;}
}

.header_mobile_wrap{display: none;}



/* for Tablet header
---------------------------------------- */
@media screen and (max-width: 1024px) {
.header_right.pc_navi,
#js_nav{display: none;}
}
/*-1024*/


/* =======================================
   4-4: fixed transition 
========================================== */
/*fixed header*/
@media screen and (min-width: 1025px) {
.headerWrap.fixed header{
	position: fixed;
	width: 100%;
	height: 70px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 99999999999999999999;
	transition: 0.3s;
}
}/*1025-*/
@media screen and (max-width: 1024px) {
.headerWrap.fixed header{
  height: 60px;
  background: #fff;
}
}

/* g-menu-wrapp
---------------------------------------- */
@media screen and (min-width: 1025px) {
.navi_wrap{position: relative;width: 100%;z-index: 99999999999999999999;}

.navi_wrap .mobile{display: none;}
.navi_wrap .pc_navi{display: block;}

.corporate_link{
  position:absolute;
  top:5px;
  right:30px;
}
.corporate_link a{
  position:relative;
  display:block;
}
.corporate_link a strong{
  position:relative;
  display:inline-block;
  padding:0 20px 0 0;
  font-size:14px;
  font-weight:400;
}
.corporate_link a:hover strong{
  color:#1BB5EF;
  transition:0.3s;
}
.corporate_link a strong.blank::before{
  position: absolute;
  top: 0px;
  right: 6px;
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/common/external-link.svg) no-repeat;
  background-size: 100%;
}

#g-menu-wrapp .menu li a strong{font-weight: 400;}
#g-menu-wrapp {
  position: absolute;
  right:30px;
  top: 16px;
  width:calc(100% - 380px);
  height: 54px;
  padding: 0;
  margin: 0;
  z-index: 111111;
}
#g-menu-wrapp .menu{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  align-items: center;
  margin:0 auto;
}
#g-menu-wrapp .menu li{
  width:auto;
}
#g-menu-wrapp .menu li a.first-level{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content:center;
  -webkit-align-items: center;
  align-items: center;
  width:auto;
  height:54px;
  padding:4px 0px;
  text-align:center;
  z-index:11111;
}
#g-menu-wrapp .menu li a.first-level::before{
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #1BB5EF;
bottom: 12px;
transform: scale(0, 1);
transform-origin: right top; 
transition: transform 0.3s;
}
#g-menu-wrapp .menu li a.first-level:hover::before{
  transform: scale(1, 1); 
  transform-origin: left top; 
}

#g-menu-wrapp .menu li a.first-level strong{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid rgba(77, 77, 77, 0.4);
}
#g-menu-wrapp .menu li:first-child a.first-level strong{
	padding-left: 10px;
	border-left: 1px solid rgba(77, 77, 77, 0);
}
#g-menu-wrapp .menu li a.first-level strong.blank{
	position: relative;
}
#g-menu-wrapp .menu li a.first-level strong.blank::before{
	position: absolute;
	top: 0px;
	right: 6px;
	content: "";
	width: 11px;
	height: 11px;
	background: url(../img/common/external-link.svg) no-repeat;
	background-size: 100%;
}

/*========================================== gnavi-2ndstage*/
#g-menu-wrapp .menu:before, #g-menu-wrapp .menu:after {
  content: " ";
  display: table;
}
#g-menu-wrapp .menu:after {
  clear: both;
}
#g-menu-wrapp .menu {
 *zoom: 1;
}
/*背後黒背景*/
.on_bg {
	opacity: 0;
	position: fixed;
	/*top: 70px;*/
  top:0;
	left: 0;
	width: 100%;
	height:0;
  transition: 0.2s;
  z-index: 999999999999999999999;
}
.open_menu_mega .on_bg{
	opacity: 1;
  /*height: calc(100% - 70px);*/
  height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
  transition: 0.2s;
}
/*
#g-menu-wrapp li.menu__mega.show .on_bg{
	opacity: 1;
  height: calc(100% - 70px);
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
  transition: 0.1s;
}*/
#g-menu-wrapp li.menu__mega .mega_wrap{
  position: fixed;
  top: 70px;
	left: 0;
  width: 100%;
  z-index: 101;
  height:0;
}
#g-menu-wrapp li.menu__mega.show .mega_wrap{
  height: auto;
}
#g-menu-wrapp li.menu__mega .menu__second-level{
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  /*top: 60px;*/
  top:-30px;
  left: 80px;
  padding-top:40px;
  box-sizing: border-box;
  width:calc(100% - 160px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-justify-content: flex-center;
  justify-content: flex-center;
  background: rgba(0, 0, 0 ,0);
  z-index: 99999999;
  /**/-webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate3d(0, 0, 0);
}
/*#g-menu-wrapp li.menu__mega:hover .menu__second-level*/
#g-menu-wrapp li.menu__mega.show .menu__second-level{
  top: -10px;
  visibility: visible; 
  opacity: 1;
 -webkit-transition: all .2s ease;
  transition: all .2s ease;
  transform: translate3d(0, 0, 0);
}
#g-menu-wrapp li.menu__mega .menu__second-level .title{
	width: 23%;
	padding: 60px 60px 60px 60px;
  background: #fff;
}
#g-menu-wrapp li.menu__mega .menu__second-level .title span,
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title img{display: block;}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title.company{max-width: 268px;}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title.work{max-width: 172px;}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title.workplace{max-width: 347px;}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title.workers{max-width: 279px;}
#g-menu-wrapp li.menu__mega .menu__second-level .title span.en_title.application{max-width: 200px;}

#g-menu-wrapp li.menu__mega .menu__second-level .title span.ja_title{
    padding: 5px 0 30px 6px;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi{
	width: 78%;
	max-width: 1280px;
	padding: 60px 60px 60px 60px;
  background: #fff;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul{
    overflow: hidden;
    width: 100%;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li{
    float:left;
    width:300px;
    margin: 10px;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a,
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a span{
    display: block;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a span{
    position: relative;
    height: 2em;
    padding: 5px;
    font-weight:400;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a span::after{
    position: absolute;
    right: 8px;
    top:12px;
    content: "";
    width: 6px;
    height: 10px;
    background: url(../img/common/icon_chevron-right_blue.svg) no-repeat;
    transition: 0.2s;
}
#g-menu-wrapp li.menu__mega .menu__second-level .subnavi ul li a:hover span::after{
    right:4px;
    transition: 0.2s;
}
}/*1025-*/
@media screen and (max-width: 1400px) and (min-width:1025px){
#g-menu-wrapp {
  position: absolute;
  top: 16px;
  height: 54px;
  padding: 0;
  margin: 0;
  z-index: 111111;
}
#g-menu-wrapp .menu li a.first-level strong{
	padding: 0 6px;
  line-height: 16px;
  font-size: 13px;
}
#g-menu-wrapp .menu li a.first-level strong.blank::before{
	position: absolute;
	top: -2px;
	right: 1px;
  width: 8px;
  height: 8px;
}
}

/* for Tablet gnavi
---------------------------------------- */
@media screen and (max-width: 1024px) {
.g-menu-sp {
	width:100%;
	max-height:100%;
	min-height:60px;
	padding: 0;
	margin: 0;
	z-index:9999999;
	position:absolute;
	top:0px;
	right:0px;
}

.navi_wrap .mobile{display: block;}
.navi_wrap .pc_navi,
.navi_wrap .corporate_link{display: none;}

.toggle-g {
   display: block;
    width: 60px;
    height: 34px;
    padding: 20px 0 6px;
    text-align: center;
    cursor: pointer;
    position:absolute;
    top: 0px;
    right: 0px;
    z-index:999999;
}
.toggle-g span:nth-of-type(1){
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #062664;
    top: 20px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #062664;
    top: 30px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 1px;
    background-color: #062664;
    top:40px;
}
.toggle-g.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
    opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
/* --------------------------------------------------- menu */
/*jsで[.spmenu]が付属*/
.g-menu-sp .spmenu {
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 60px;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #062664;
	border-top:1px solid #D1D6D8;;
}
.g-menu-sp .spmenu ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.g-menu-sp .spmenu ul.active {
	-webkit-overflow-scrolling:touch;/* iOS8 bug fix */
	overflow-y: auto;
}
.g-menu-sp .spmenu ul li {
	list-style: none;
	float:none;
	position:relative;
}
.g-menu-sp .spmenu ul li p{
	position:relative;
	display:block;
	padding:0;
	width:100%;
	background: #fff;
}
.g-menu-sp .spmenu ul li a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	height: 60px;
	margin: 0 auto;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
}
.g-menu-sp .spmenu ul li a:hover,
.g-menu-sp .spmenu ul li a.hover{
	background-color: #fafafa;
	-webkit-transition: .5s;
  	transition: .5s;
}
.g-menu-sp .spmenu ul li a.go,
.g-menu-sp .spmenu ul li a.menu{
	position: relative;
	line-height: 1em;
	border-bottom: solid 1px #D1D6D8;
}
.g-menu-sp .spmenu ul li a.go:not(.recruit)::before{
	position: absolute;
	top:calc(50% - 8px);
	right: 20px;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/common/arrow-right_blue.svg) no-repeat;
	background-size: 100%;
}
.g-menu-sp .spmenu ul li a.recruit::before{
	position: absolute;
	top:calc(50% - 8px);
	right: 22px;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/common/external-link.svg) no-repeat;
	background-size: 100%;
}
.g-menu-sp .spmenu ul li a.menu::before{
	position: absolute;
	top:calc(50% - 8px);
	right: 28px;
	content: "";
	width: 2px;
	height: 12px;
	background: #062664;
	transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.menu::after{
	position: absolute;
	top:calc(50% - 3px);
	right: 23px;
	content: "";
	width: 12px;
	height: 2px;
	background: #062664;
	transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::before{
	-webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
	transition: 0.2s;
}
.g-menu-sp .spmenu ul li .open_s a.menu::after{
	-webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
	transition: 0.2s;
}
.g-menu-sp .spmenu ul li a.pc_navi{display: none;}
.g-menu-sp .spmenu ul li a.go strong,
.g-menu-sp .spmenu ul li a.menu strong{
	display: inline-block;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 400;
	color: #062664;
}
/*========================================== gnavi-2ndstage*/
/*second_level*/
.g-menu-sp .spmenu ul ul {
    display: none;
    position: relative;
    width:auto;
    left: 0;
    top:0;
    overflow:hidden;
}
.g-menu-sp .spmenu ul ul li {
    padding: 0;
    width: auto;
 }
.g-menu-sp .spmenu ul ul.second_level li a{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #F3F3F3;
}
.g-menu-sp .spmenu ul ul.second_level li a.hover,
.g-menu-sp .spmenu ul ul.second_level li a:hover{
	background-color: #e9e9e9;
	-webkit-transition: .5s;
  	transition: .5s;
}
.g-menu-sp .spmenu ul ul.second_level li a::before{
	position: absolute;
	bottom:0;
	left:0;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
	z-index: 9999999;
}
.g-menu-sp .spmenu ul ul.second_level li a::after{
	position: absolute;
	top:calc(50% - 8px);
	right: 20px;
	content: "";
	width: 18px;
	height: 18px;
	background: url(../img/common/arrow-right_blue.svg) no-repeat;
	background-size: 100%;
}
.g-menu-sp .spmenu ul ul.second_level li a span{
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: #022E87;
}
/*========================================== gnavi-navi_bottom*/
.g-menu-sp .spmenu ul li.navi_bottom *{
	color: #fff;
	background-color: rgba(0,0,0,0);
}
.g-menu-sp .spmenu ul li.navi_bottom .application{
	padding: 20px 0;
}
.g-menu-sp .spmenu ul li.navi_bottom .application a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: calc(90% - 2px);
	height: 78px;
	margin: 0 auto;
	border:1px solid rgba(255, 255, 255, 0.5);
}
.g-menu-sp .spmenu ul li.navi_bottom .application a:hover,
.g-menu-sp .spmenu ul li.navi_bottom .application a.hover{
	background: #0084f3;
	transition: 0.2s;
}
.g-menu-sp .spmenu ul li.navi_bottom .application a span{
	position: relative;
	display: inline-block;
	padding-left: 36px;
	font-size: 18px;
}
.g-menu-sp .spmenu ul li.navi_bottom .application a span::before{
	position: absolute;
	top: calc(50% - 10px);
	left:0;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_mail.svg) no-repeat;
	background-size: 100%;
}

}/*-1024*/

/* =======================================
   4-4:footer
========================================== */
footer{
    position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;
    height: 680px;
    background: #062664;
}
.footer_inner{position: relative; width: 100%; height: 100%;}
.footer_inner .contents_inner{padding-top: 50px;}
.f_company_info{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
.f_company_info .f_logo{
  width: 25%;
  max-width: 300px;
}
.f_company_info .f_address{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 70%;
  max-width: 400px;
}
.f_company_info .f_address p{
  margin: 5px 10px 0 0;
  color: #fff;
}
.f_company_info .f_address a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border:1px solid rgba(255, 255, 255, 0.9);
}
.f_company_info .f_address a:hover {
    transition: 0.2s;
    background: #02accd;
  /*background: #00203d;*/
}
.f_company_info .f_address a img{width: 15px;}
.f_company_info .f_address a:hover img{opacity: 1;}

/*footer_menu*/
.footer_menu{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.footer_menu .box{
  position: relative;
  width: calc(100% / 4 - 10px);
  margin-right: 10px;
}
.footer_menu a strong,
.footer_menu a span{
  position: relative;
  display: inline-block;
  color: #fff;
}
.footer_menu a strong::before,
.footer_menu a span::before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #1BB5EF;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: right top; 
  transition: transform 0.3s;
}
.footer_menu .recruit_button a strong::before,
.footer_menu .groupcompany_button a span::before,
.footer_menu .groupcompany_button a strong::before{width: 0; height: 0;transform: scale(1, 1); }
.footer_menu a:hover strong::before,
.footer_menu a:hover span::before{
  transform: scale(1, 1); 
  transform-origin: left top; 
}
.footer_menu .category_menu a{
  position: relative;
  display: block;
  width: calc(100% - 24px);
  padding-left: 24px;
  margin-bottom: 12px;
}
.footer_menu .category_menu a::before{
  position: absolute;
  top:10px;
  left: 0;
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/common/icon_stack.svg) no-repeat;
}
.footer_menu .category_menu a strong{
  display: inline-block;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
}
.footer_menu .category_menu a.blank strong,
.footer_menu .s_menu a.blank span{
  position:relative;
  display:inline-block;
}
.footer_menu .category_menu a.blank strong::after,
.footer_menu .s_menu a.blank span::after{
  position:absolute;
  top:2px;
  right:0px;
  content:"";
  width:12px;
  height:12px;
  background:url(../img/common/external-link_white.svg);
  background-size:100%;
}

.footer_menu .s_menu{
  margin: 0 10px 25px 26px;
}
.footer_menu .s_menu a span{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
.footer_menu .recruit_button{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.footer_menu .recruit_button a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 2px);
  height: 48px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.footer_menu .recruit_button a:hover{
  transition: 0.2s;
  background: #02accd;
}
.footer_menu .recruit_button a strong{
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 500;
}
.footer_menu .recruit_button a strong::before{
  position: absolute;
  top:10px;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/common/external-link_white.svg) no-repeat;
}
.footer_menu .sns_icon_box .icon_btn{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.footer_menu .sns_icon_box p{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 50px);
  height: 40px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  color: #fff;
}
.footer_menu .sns_icon_box a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.footer_menu .sns_icon_box .insta a{
  background: url(../img/common/icon_insta.svg) no-repeat;
  background-size: 100%;
}
.footer_menu .sns_icon_box .icon_btn a:hover{
  opacity: 0.6;
  transition: 0.3s;
}
.footer_menu .sns_icon_box .icon_btn small{
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}
/*groupcompany_button*/
.footer_menu .groupcompany_button{
  position: absolute;
  bottom:34px;
  width: 100%;
}
.footer_menu .groupcompany_button a{
  display: block;
  width: calc(100% - 60px);
  padding:6px 2px 6px 56px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.footer_menu .groupcompany_button a:hover{
  transition: 0.2s;
  background: #02accd;
}
.footer_menu .groupcompany_button a span{
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.footer_menu .groupcompany_button a strong{
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.footer_menu .groupcompany_button a strong::after{
  position: absolute;
  top:-20px;
  left: -60px;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../img/common/logo_icon_white.svg) no-repeat center;
  background-size: 100%;
}


/*copyright*/
.copyright{
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 90px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: #062664;
}
.copyright p small{
  font-weight: 300;
  color: #fff;
}
/* pagetop
---------------------------------------- */
.pagetop{
	position: fixed;
	right: -200px;
	bottom: 20px;
	z-index: 999999999;
}
.pagetop.active{
	right: 0px;
	transition: 1s;
  transition-timing-function:ease-in-out;
}
.pagetop a{
	position: relative;
	display: block;
	width: 70px;
	padding: 0px 0px 5px 30px;
	border-bottom: 1px solid #1BB5EF;
}
.pagetop a::before{
	position: absolute;
	bottom: 10px;
	left: 2px;
	content: "";
	width: 16px;
	height: 20px;
	background: url(../img/common/icon_pagetop.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.pagetop a:hover::before{
	bottom: 20px;
}
.pagetop a::after{
	opacity: 0;
	position: absolute;
	bottom: 0px;
	left: 9px;
	content: "";
	width: 2px;
	height: 0;
	background: #1BB5EF;
	-webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.pagetop a:hover::after{
	opacity: 1;
	height: 26px;
}
.pagetop a span{
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: #1BB5EF;
}


/* =======================================
  home
========================================== */
body.home section{
position: relative;
z-index: 10;
}
body.home section p{
    font-size:22px;
    font-weight:400;
    color:#646464;
}

/* MainVisual
---------------------------------------- */
.mainVisual_wrap{
    overflow:hidden;
    position:relative;
    width:100%;
    max-height:100vh;
    z-index: 0;
}
/*==================================
  スライダーのためのcss
===================================*/
.slider {
    position:relative;
    top:-20px;
    z-index: -1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    width:100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}    
.slider-top,
.slider-bottom {
    overflow:hidden;
    height:50vh!important;/*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}    
.slider-top{margin-bottom:50px;}
.slider-bottom {padding-top:50px}    
.slider-item {
    width:100%;
    height:100% !important;
    min-height:calc(50vh - 50px) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/*　背景画像設定　*/
.slider-item01 {background:url(../img/home/slide01.jpg);}
.slider-item02 {background:url(../img/home/slide02.jpg);}
.slider-item03 {background:url(../img/home/slide03.jpg);}
.slider-item04 {background:url(../img/home/slide04.jpg);}
.slider-item05 {background:url(../img/home/slide05.jpg);}
.slider-item06 {background:url(../img/home/slide06.jpg);}
.slider-item07 {background:url(../img/home/slide07.jpg);}
.slider-item08 {background:url(../img/home/slide08.jpg);}
.slider-item09 {background:url(../img/home/slide09.jpg);}
.slider-item10 {background:url(../img/home/slide10.jpg);}

/*===================================
  catch
===================================*/
.mainVisual_wrap .catch_Wrap{
    position:absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../img/home/logo_silet01.svg) no-repeat 0px 30px;
    background-size:auto 100%;
    z-index:10;
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 1s;
  transition-timing-function:ease-in-out;
}
.mainVisual_wrap .catch_Wrap .catch_inner{
    position:relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width:100%;
}
.mainVisual_wrap .catch_Wrap .catch_inner p{
    position:relative;
    display:block;
    left:30px;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_site{
    max-width:300px;
    margin-bottom:0px;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_site::before{
    position:absolute;
    bottom:-10px;
    left:2px;
    content:"";
    width:40px;
    height:8px;
    background:#1BB5EF;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_phrase{
    width:90%;
    max-width:951px;
    margin-top: 60px;
    margin-bottom:30px;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_phrase_s{
    left:35px;
    width:60%;
    max-width:370px;
}
@media print{
.mainVisual_wrap .catch_Wrap,
.mainVisual_wrap .catch_Wrap p,
.mainVisual_wrap .catch_Wrap p span{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
}
.mainVisual_wrap .catch_Wrap.act,
.mainVisual_wrap .catch_Wrap.act p,
.mainVisual_wrap .catch_Wrap.act p span{
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mainVisual_wrap .catch_Wrap.act .catch_inner p.catch_site{transition-delay: 200ms;}
.mainVisual_wrap .catch_Wrap.act .catch_inner p.catch_phrase{transition-delay: 300ms;}
.mainVisual_wrap .catch_Wrap.act .catch_inner p.catch_phrase_s{transition-delay: 400ms;}

/*===================================
  ticker
===================================*/
.newsticker_Wrap{
    position: relative;
    top:-60px;
    width:90%;
    max-width:1300px;
    height:60px;
    padding: 20px 0 14px;
    margin:0 auto;
    background:#F6F9FF;
    z-index: 500;
}
.newsticker_Wrap .newstopicstitle{
    float: left;
    position: relative;
    width:140px;
    height: 36px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.newsticker_Wrap .newstopicstitle img{
    display: block;
    width: 107px;
    margin:0 auto;
}
.newsticker_Wrap .newstopicstitle::before{
    position: absolute;
    top: 16px;
    right: 0px;
    content: "";
    width: 1px;
    height: 24px;
    background:#C2C2C2;
}
.newsticker_Wrap .ticker{
    float: right;
    position: relative;
    width:calc(100% - 180px) !important;
    min-height:36px !important;
    margin: 14px 0 20px 0px;
    z-index: 555;
}
.newsticker_Wrap .ticker li{
    width: 100%;
}
.newsticker_Wrap .ticker li a{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 30px);
    padding-right: 30px;
}
.newsticker_Wrap .ticker ul li span,
.newsticker_Wrap .ticker ul li a span{
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    margin: 2px 5px;
    font-weight: 300;
    color: #000;
}
.newsticker_Wrap .ticker ul li a span.date{
    padding-top:2px;
    font-size: 14px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
.newsticker_Wrap .ticker ul li a span.text{
    overflow: hidden;
    width: calc(100% - 1em) !important;
}
.newsticker_Wrap .ticker ul li a:hover span.text{
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


/* トップページ 共通banner
---------------------------------------- */
.banner_wrap{
    position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:100%;
}
.banner_wrap .bnr_link{
    width:48%;
}
.banner_wrap .bnr_link a{
    position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width:100%;
    height:360px;
    background:rgba(6, 38, 100, 0.3);
    z-index:10;
}
.banner_wrap .bnr_link a:hover{
    background:rgba(6, 38, 100, 0.8);
    transition:0.2;
}
.banner_wrap .bnr_link a dl{
  width:100%;
}
.banner_wrap .bnr_link a dl dt{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto 20px;
  text-align:center;
  font-size:30px;
  font-weight:500;
  color:#fff;
}
.banner_wrap .bnr_link a dl dt::before{
  position:absolute;
  bottom:-12px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:4px;
  background:#fff;
}
.banner_wrap .bnr_link a dl dt span{
  display:block;
  width:100%;
  font-size:24px;
}
.banner_wrap .bnr_link a dl dd{
  width:100%;
  max-width:260px;
  margin:0 auto;
}
.banner_wrap .bnr_link a:hover dl dd img{opacity:1;}

/*画像*/
.banner_wrap .bnr01.bg-scale:after{background:url(../img/home/company_ph01.jpg) no-repeat top center;}
.banner_wrap .bnr02.bg-scale:after{background:url(../img/home/company_ph02.jpg) no-repeat top center;}
.banner_wrap .bnr03.bg-scale:after{background:url(../img/home/work_ph01.jpg) no-repeat top center;}
.banner_wrap .bnr04.bg-scale:after{background:url(../img/home/work_ph02.jpg) no-repeat top center;}
.banner_wrap .bnr05.bg-scale:after{background:url(../img/home/workplace_ph01.jpg) no-repeat top center;}
.banner_wrap .bnr06.bg-scale:after{background:url(../img/home/workplace_ph02.jpg) no-repeat top center;}
.banner_wrap .bnr07.bg-scale:after{background:url(../img/home/workers_ph01.jpg) no-repeat top center;}


/* トップページ COMPANY
---------------------------------------- */
section.sec_home_company{
    position:relative;
    width:100%;
    padding:100px 0 80px;
    margin-top:-90px;
    margin-bottom:80px;
    background:url(../img/home/bg_company.jpg) no-repeat right bottom;
    background-size:auto 100%;
}
/*entry_banner*/
section.sec_home_company .entry_banner{
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
section.sec_home_company .entry_banner a{
  position:relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
  height:240px;
  background:rgba(6, 38, 100, 0.3);
  z-index:10;  
}
section.sec_home_company .entry_banner a:hover{
  background:rgba(6, 38, 100, 0.8);
  transition:0.2;
}
section.sec_home_company .entry_banner a dl dt{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto 20px;
  text-align:center;
  font-size:30px;
  font-weight:500;
  color:#fff;
}
section.sec_home_company .entry_banner a dl dt::before{
  position:absolute;
  bottom:-12px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:4px;
  background:#fff;
}
section.sec_home_company .entry_banner a dl dd{
  width:100%;
  max-width:260px;
  margin:0 auto;
}
section.sec_home_company .entry_banner a:hover dl dd img{opacity:1;}
section.sec_home_company .entry_banner.bg-scale:after{background:url(../img/home/bg_banner_entry.jpg) no-repeat top center;}

/*会社を知る*/
section.sec_home_company .sec_inner{
    width:80%;
    max-width:650px;
    margin-bottom:40px;
}
section.sec_home_company .en_title{
    position:absolute;
    top:-30px;
    right:0;
    width:40%;
    max-width:552px;
}

/* トップページ WORK
---------------------------------------- */
section.sec_home_work{
    position:relative;
    width:100%;
    padding: 160px 0 80px;
    margin-bottom:80px;
    background:url(../img/home/bg_work02.jpg) no-repeat 0% 0%;
    background-size:auto 100%;
}
@media screen and (max-width: 1024px) {
section.sec_home_work{
  background:url(../img/home/bg_work02.jpg) no-repeat 80% 0%;
}
}
section.sec_home_work .en_title{
    position:absolute;
    top:-120px;
    right:0;
    width:25%;
    max-width:358px;
}
section.sec_home_work .banner_wrap{
  width: 100%;
  padding-top: 40px;
}
section.sec_home_work .banner_wrap .bnr03{
  width: 48%;
  max-width: 620px;
  margin-right: 40px;
}

/* トップページ WORKPLACE
---------------------------------------- */
section.sec_home_workplace{
    position:relative;
    width:100%;
    padding:40px 0 80px;
    margin-bottom:80px;
    background:url(../img/home/bg_workplace02.jpg) no-repeat right top;
    background-size:auto 100%;
}
section.sec_home_workplace .contents_inner{
  overflow: hidden;
  padding-top: 180px;
}
section.sec_home_workplace .sec_inner{
    float: left;
    width:50%;
    max-width:650px;
    margin-bottom:40px;
}
section.sec_home_workplace .en_title{
    position:absolute;
    top:0px;
    left:0;
    width:60%;
    max-width:714px;
}
section.sec_home_workplace .banner_wrap{
  float: left;
  position: relative;
  width: 50%;
}

section.sec_home_workplace .banner_wrap .bnr05{
  width: 100%;
  max-width: 620px;
  
}/**/


/* トップページ WEB COMPANY ORIENTATION
---------------------------------------- */
section.sec_web_company_orientation{
    overflow:hidden;
    position:relative;
    width:100%;
    padding:80px 0 80px;
    margin-bottom:80px;
    background-color:#062664;
}
section.sec_web_company_orientation::before{
    position:absolute;
    top:0;
    left: 0;
    content:"";
    width:50%;
    height:100%;
    background:url(../img/home/logo-image-left.png) no-repeat center left;
    background-size:auto 100%;
    z-index: 3;
}
section.sec_web_company_orientation .contents_inner{z-index:10;}
section.sec_web_company_orientation .en_title{
    float:left;
    width:48%;
    max-width:578px;
}
section.sec_web_company_orientation .movielink_wrap{
    float:right;
    width:48%;
    max-width:640px;
}
section.sec_web_company_orientation .movielink_wrap a,
section.sec_web_company_orientation .movielink_wrap a img{
  display:block;
  width:100%;
}

/* トップページ WORKERS
---------------------------------------- */
section.sec_home_workers{
    position:relative;
    width:100%;
    padding: 160px 0 80px;
    margin-bottom:80px;
    background:url(../img/home/bg_workers02.jpg) no-repeat 0% 0%;
    background-size:auto 100%;
}
@media screen and (max-width: 1024px) {
section.sec_home_workers{
  background:url(../img/home/bg_workers02.jpg) no-repeat 60% 0%;
}
}
section.sec_home_workers .en_title{
    position:absolute;
    top:-120px;
    right:0;
    width:45%;
    max-width:576px;
}
section.sec_home_workers .banner_wrap{
  width: 100%;
  padding-top: 40px;
}
section.sec_home_workers .banner_wrap .bnr07{
  width: 48%;
  max-width: 620px;
  margin-right: 40px;
}
/*
section.sec_home_workers{
    position:relative;
    width:100%;
    padding:30px 0 0px;
    margin-bottom:80px;
}
section.sec_home_workers .en_title_wrap{
    width:100%;
}
section.sec_home_workers .en_title{
    position:absolute;
    top:-60px;
    left:0;
    width:45%;
    max-width:576px;
    z-index:15;
}
section.sec_home_workers .en_title_wrap .photo_wrap{
    position:relative;
    width:100%;
}
section.sec_home_workers .en_title_wrap .photo_wrap::before{
    position:absolute;
    bottom:0;
    left:0;
    content:"";
    width:100%;
    height:50%;
    background:#EFF4FC;
    z-index:0;
}
section.sec_home_workers .en_title_wrap .photo_wrap img{
    position:relative;
    display:block;
    width:90%;
    max-width:1610px;
    z-index:5;
}
section.sec_home_workers .sec_inner{
    padding:80px 0;
    background:#EFF4FC;
}
section.sec_home_workers h2.home_type01{margin-bottom:30px;}
*/

/* トップページ 採用パンフレット
---------------------------------------- */
section.recruitguide_wrap .guide_banner_wrap{
    width:95%;
    max-width:1050px;
    margin:0 auto 30px;
}
section.recruitguide_wrap .guide_banner_wrap a img,
section.recruitguide_wrap .guide_banner_wrap img{display:block; width:100%;}

/* トップページ 伊藤組土建 人事部公式Instagram
---------------------------------------- */
section.insta_jinji_wrap .insta_jinji_banner{
    width:95%;
    max-width:1050px;
    margin:0 auto 30px;
    padding: 2px 0;
background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
}
section.insta_jinji_wrap .insta_jinji_banner a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 0px 2px;
  background: #fff;
}
section.insta_jinji_wrap .insta_jinji_banner img{
  display: block;
  width: 100%;
  max-width: 960px;
}

/* トップページ NEW UNIFORM PROJECT
---------------------------------------- */
section.newuniform_project_wrap .newuniform_project_banner{
    width:95%;
    max-width:1050px;
    margin:0 auto 30px;
}
section.newuniform_project_wrap .newuniform_project_banner a img,
section.newuniform_project_wrap .newuniform_project_banner img{display:block; width:100%;}


/* トップページ 「ミライにつながる建設情報コラム」
---------------------------------------- */
.home_column_wrap{
  position: relative;
  padding-bottom: 30px;
  background: #fff;
}
.home_column_wrap a{
  display: block;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
.home_column_wrap a img{display: block; width: 100%;}


/* トップページ NEWS
---------------------------------------- */
.sec_home_news{
	width: 100%;
	padding:80px 0 160px;
	background: #fff;
}
.news_wrap .en_title{
    width:205px;
    margin:0 auto 36px;
}
.news_wrap .info_list{
  width: 100%;
  margin-bottom:40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.news_wrap .info_list li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news_wrap .info_list li a{
  display: block; 
  width: 100%;
}
.news_wrap .info_list li a:hover {
	display: block;
	background-color: rgba(200, 200, 200, 0.2);
	-webkit-transition: .5s;
  transition: .5s;
}
.news_wrap .info_list li dl{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
}
.news_wrap .info_list li dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 140px;
}
.news_wrap .info_list li dl dt .date{
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;     
}
.news_wrap .info_list li dl dd{  
  width: calc(100% - 140px);
}
.news_wrap  .info_list li dl .text{
  font-weight: 300;
}
.news_wrap .button{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width:100%;
}
.news_wrap .button a{padding:16px 20px;}
.info_list li dl dd .new{
  display: inline-block;
  margin: 0 2px;
  padding: 1px 6px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #2ba8a0;
  border: 1px solid #2ba8a0;
}

/*sub news*/
/*
.column_title_info{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.column_title_info .category_wrap p{
  display: inline-block;
  padding: 2px 24px;
  margin: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #62758f;
}
.column_title_info .category_wrap span{
  color: #62758f;
}*/
.column_title_info .date_wrap p{
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  /*text-align: right;*/
}

/* トップページ サイトポリシー・個人情報保護方針
---------------------------------------- */
.other_link_wrap{
    position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:100%;
    /*margin-bottom:100px;*/
}
.other_link_wrap .other_bnr{
    width:50%;
}
.other_link_wrap .other_bnr a{
    position:relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width:100%;
    height:280px;
    background:rgba(6, 38, 100, 0.4);
    z-index:10;
}
.other_link_wrap .other_bnr a:hover{
    background:rgba(6, 38, 100, 0.8);
    transition:0.2;
}
/*画像*/
.other_link_wrap .policy.bg-scale:after{background:url(../img/home/bg_sitepolicy.jpg) no-repeat top center;}
.other_link_wrap .privacy.bg-scale:after{background:url(../img/home/bg_privacy.jpg) no-repeat top center;}

.other_link_wrap .other_bnr a dl{
  width:100%;
}
.other_link_wrap .other_bnr a dl dt{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto 20px;
  text-align:center;
  font-size:30px;
  font-weight:500;
  color:#fff;
}
.other_link_wrap .other_bnr a dl dt::before{
  position:absolute;
  bottom:-12px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:4px;
  background:#fff;
}
.other_link_wrap .other_bnr a dl dt span{
  display:block;
  width:100%;
  font-size:24px;
}
.other_link_wrap .other_bnr a dl dd{
  width:100%;
  max-width:260px;
  margin:0 auto;
}
.other_link_wrap .other_bnr a:hover dl dd img{opacity:1;}

/* トップページ ENTRY
---------------------------------------- */
.entry_wrap{
    position:relative;
    width:100%;
    padding:70px 0 50vh;
    background:url(../img/home/bg_entry.jpg) no-repeat center bottom;
  background-size: cover;
}
.entry_wrap .en_title{
    position:absolute;
    top:-60px;
    left:calc(50% - 178px);
    width:357px;
}
.entry_wrap h2.home_type01{
    margin-top:10px;
    margin-bottom:30px;
    text-align:center;
}
.entry_wrap .button{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    width:100%;
}
.entry_wrap .button a{padding:16px 20px;}

/* =======================================
  common & sub 共通
========================================== */
.entry_navigation_wrap{
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: #062664;
}
.entry_navigation{
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.entry_navigation ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: 100%;
}
.entry_navigation li{
  width: 48%;
  max-width: 400px;
  margin: 0 1%;
}
.entry_navigation li a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
}
.entry_navigation li a:hover{
  background:#02accd;
  transition: 0.2s;
}
.entry_navigation li a strong{
  font-size: 160%;
  font-weight: 600;
  color: #062664;
}
.entry_navigation li a:hover strong{
  color: #fff;
  transition: 0.2s;
}
.entry_navigation li a.current{
  background: rgba(255, 255, 255, 0.5) !important;
}
.entry_navigation li a.current strong{
  color: #062664 !important;
}

/* =======================================
  sub 共通
========================================== */
.pagetitle_wrap{
  position:relative;
  width:100%;
  padding-top:100px;
}
.pagetitle_wrap:before{
  position:absolute;
  bottom:0;
  left:0;
  content:"";
  width:100%;
  height:200px;
  background:#F3F3F3;
}
.pagetitle_wrap .pagetitle_inner{
  position:relative;
  width:calc(100% - 60px);
  margin:0 auto 40px;
}
.pagetitle_wrap .h1_wrap h1{
  position:relative;
  width:80%;
  z-index:0;
}
.pagetitle_wrap .h1_wrap h1 *{position:relative; display:block;}
.pagetitle_wrap .h1_wrap h1 small{
  margin-bottom:40px;
  font-size:20px;
  font-weight:600;
  color:#062664;
}
.pagetitle_wrap .h1_wrap h1 small::before{
  position:absolute;
  bottom:-20px;
  left:0;
  content:"";
  width:40px;
  height:8px;
  background:#1BB5EF;
}
.pagetitle_wrap .h1_wrap h1 .title{
  font-size:46px;
  font-weight:600;
  color:#062664;
}
.pagetitle_wrap .pagevisual{
  position:relative;
  width:calc(100% - 60px);
  margin:0 auto;
  padding-bottom:40px;
  z-index:0;
}
.pagetitle_wrap .pagevisual::before{
  position:absolute;
  bottom:36px;
  right:0;
  content:"";
  height:100px;
  z-index:11;
}
/*各カテゴリ毎*/
.pagetitle_wrap .pagevisual.company::before{
  width:582px;
  background:url(../img/company/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.work::before{
  width:373px;
  background:url(../img/work/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.workplace::before{
  width:754px;
  background:url(../img/workplace/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.workers::before{
  width:606px;
  background:url(../img/workers/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.news::before{
  width:357px;
  background:url(../img/news/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.contact::before{
  width:547px;
  background:url(../img/contact/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.application::before{
  width:377px;
  background:url(../img/application/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.media::before{
  width:377px;
  background:url(../img/media/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual img{
  position:relative;
  display:block;
  width:100%;
  z-index:10;
}

/* pankuzu
---------------------------------------- */
.pankuzu_wrap{
  position: absolute;
  bottom:-20px;
  right:0;
  max-width: 70%;
  z-index:10;
}
ul#pankuzu {
  position: relative;
  width: auto;
  padding: 0;
  display: block;
  list-style-type: none;
}
ul#pankuzu li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  position: relative;
  zoom: 1;
  font-size: .9em;
  font-weight: 300;
}
ul#pankuzu li a, ul#pankuzu li:last-child {
  width: auto;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
ul#pankuzu li:first-child{margin-left: 1em;}
ul#pankuzu li:last-child{padding-right:0!important;}
ul#pankuzu li a span{color:#000; font-weight:400; text-decoration: underline;}
ul#pankuzu li a:hover span{
  text-decoration:none;
}
ul#pankuzu li a::after {  
  margin: 0 6px;
  position: absolute;
  top: 16px;
  right: -14px;
  content: "";
  width: 7px;
  height: 14px;
  background: url(../img/common/icon_chevron-right_blue.svg) no-repeat;
  background-size: 100%;
}

/* pagenavigation
---------------------------------------- */
.page_navigation_wrap{
  position:relative;
  width:100%;
  padding-bottom:30px;
  background:#f3f3f3;
}
.page_navigation_wrap .navigation_inner{
  position:relative;
  width:calc(100% - 40px);
  margin:0 auto;
}
.navigation_type01 li,
.navigation_type02 li{
  display: inline-block;
  min-width: calc(100% / 4 - 24px);
  margin:0 10px 10px 10px;
}
.navigation_type01 li a,
.navigation_type02 li a{
  position: relative;
  display: inline-block;
  min-width: calc(100% - 86px);
  padding:12px 60px 12px 24px;
  background: #062664;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.navigation_type02 li a.current{background: #0888a1;}
.navigation_type01 li a:hover,
.navigation_type02 li a:hover{
  transition: 0.2s;
  background: #02accd;
}
.navigation_type01 li a::after{
    position: absolute;
    right:16px;
    top:calc(50% - 2px);
    content: ""; 
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_chevron-right.svg) no-repeat;
    transform: rotate(90deg);
    transition: 0.2s;
}
.navigation_type01 li a:hover::after{
    transition: 0.2s;
    top:calc(50% + 2px);
}
.navigation_type02 li a::after{
    position: absolute;
    right:0px;
    top:calc(50% - 4px);
    content: ""; 
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_chevron-right.svg) no-repeat;
    transition: 0.2s;
}
.navigation_type02 li a:hover::after{
    transition: 0.2s;
    right:-6px;
}
.navigation_type01 li a span,
.navigation_type02 li a span{
    display: block;
    color: #FFF;
    font-weight:400;
}


/* =======================================
  sub 会社を知る
========================================== */
/* index
---------------------------------------- */
.name_wrap{text-align: right;}
.name_wrap span{
  display: inline-block;
  font-size: 18px;
  font-family: 游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.name_wrap span.name{font-size: 22px;}
.company section .contents_inner{position: relative; z-index: 5;}
section.motto::before{
  position: absolute;
  left:0;
  top:-662px;
  content: "";
  width: 800px;
  height: 1320px;
  background: url(../img/company/index/bg_message.png) no-repeat center;
  background-size: 100%;
  z-index: 0;
}

/* =======================================
  sub 働く人を知る
========================================== */
/* interview 先輩社員の声
---------------------------------------- */
.nav_interview{
  width: 100%;
  padding: 50px 0 30px;
  margin-bottom: 0px;
  background: #D8DDE2;
}
.nav_interview a{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid #062664;
  transition: transform 0.3s;
}
.nav_interview a:hover{border-bottom: 1px solid rgba(0,0,0,0);}
.nav_interview a::before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1BB5EF;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: 10;
}
.nav_interview a:hover::before{
  transform: scale(1, 1);
  transform-origin: left top;
}
.nav_interview dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  background: #062664;
}
.nav_interview dl dd{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.nav_interview dl dd p{
  display: inline-block; 
  margin-bottom: 4px;
}
.nav_interview dl dd .department{
  font-size: 24px;
  font-weight: 500;
}
.nav_interview dl dd .year{
  display: inline-block;
  padding: 8px 20px;
  font-weight: 400;
}
.nav_interview dl dd .name{
  display: inline-block;
  padding: 8px 0 0;
  font-size: 24px;
  font-weight: 500;
}

.interview_mainvisual{
  position: relative;
  width: 100%;
  height: 650px;
}
.interview_mainvisual.doboku{
  background: url(../img/workers/interview/2024/doboku/mainvisual.jpg) no-repeat center;
  background-size: cover;
}
.interview_mainvisual.kenchiku{
  background: url(../img/workers/interview/2024/kenchiku/mainvisual.jpg) no-repeat center;
  background-size: cover;
}
.interview_mainvisual .inner{
  width: 100%;
  height: 100%;
  background: rgba(6, 38, 100, 0.4);
}
.interview_intro_wrap{
  position: relative;
  top:-300px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.interview_intro_wrap .photo_wrap{
  position: relative;
  width: 60%;
  max-width: 960px;
  z-index: 0;
}
.interview_intro_wrap .photo_wrap img{display: block; width: 100%;}
.interview_intro_wrap .intro_wrap{
  position: absolute;
  bottom: -30px;
  left:50%;
  width: 50%;
  max-width: 960px;
  z-index: 1;
}
.interview_intro_wrap .intro_wrap .inner{
  position: relative;
  width: calc(100% - 80px);
  padding: 80px 40px 60px;
  background: #062664;
}
.interview_intro_wrap .intro_wrap .inner::before{
  position: absolute;
  top:-60px;
  left:-40px;
  content:"";
  width: 656px;
  height: 120px;
  background: url(../img/workers/txt-en-interview.svg) no-repeat;
}
.interview_intro_wrap .intro_wrap *{color: #fff;}
.interview_intro_wrap .intro_wrap .catch span{
  display: inline-block;
  font-size: 30px;
  margin-bottom: 20px;
}

.interview_intro_wrap .intro_wrap .interviewee{
  margin-bottom: 0;
}
.interview_intro_wrap .intro_wrap .interviewee .department{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}
.interview_intro_wrap .intro_wrap .interviewee .name{
  display: inline-block;
  padding-right: 1em;
  font-size: 30px;
}
.interview_intro_wrap .intro_wrap .interviewee .joined_year{
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width:1201px) and (max-width:1500px)  {
.interview_intro_wrap .photo_wrap{
  width: 60%;
}
.interview_intro_wrap .intro_wrap .inner{
  padding: 40px 40px 40px;
}
.interview_intro_wrap .intro_wrap .inner::before{
  top:-40px;
  left:-40px;
  width: 436px;
  height: 80px;
}
.interview_intro_wrap .intro_wrap .catch span,
.interview_intro_wrap .intro_wrap .interviewee .name{
  font-size: 24px;
}
.interview_intro_wrap .intro_wrap .interviewee .department{
  font-size: 18px;
}
.interview_intro_wrap .intro_wrap .interviewee .joined_year{
  font-size: 16px;
}
}/*---1201px-1500px---*/

@media screen and (max-width: 1200px) {
.interview_intro_wrap .photo_wrap{
  width: 60%;
}
.interview_intro_wrap .intro_wrap .inner{
  padding: 60px 30px 40px;
}
.interview_intro_wrap .intro_wrap .inner::before{
  top:-40px;
  left:-40px;
  width: 436px;
  height: 80px;
}
.interview_intro_wrap .intro_wrap .catch span{
  font-size: 20px;
  margin-bottom: 5px;
}
.interview_intro_wrap .intro_wrap .interviewee .name{
  font-size: 20px;
}
.interview_intro_wrap .intro_wrap .interviewee .department{
  font-size: 16px;
}
.interview_intro_wrap .intro_wrap .interviewee .joined_year{
  font-size: 14px;
}
}/*---1200px---*/

body.interview .qanda_wrap{
  position: relative;
  margin-top: -240px;
  margin-bottom: 60px;
}
.interview_box{
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
p.question{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  padding-left: 100px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #2B2F36;
}
p.question::before{
  position: absolute;
  top:0;
  left:0;
  content: "";
  width: 90px;
  height:90px;
  background: url(../img/workers/txt_question.svg) no-repeat;
}
.interview_box .comment{
  position: relative;
  width: calc(100% - 100px);
  padding: 0 0 0 100px;
}
.interview_box .comment *{
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 300;
}
.comment_inner{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.comment_inner .text_center{
  position: relative;
  width: 70%;
}
.comment_inner .photo{
  width: 25%;
}
.comment_inner .photo img{display: block; width: 100%;}
.comment_inner .text_center .inner{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/*next_article navi*/
.next_article_wrap{
  position: relative;
  padding: 60px 0;
  background: #D8DDE2;
}
.next_article_wrap.crosstalk,
.next_article_wrap.crosstalk02{background: #062664;}
.next_article_wrap.interview::before{
  position: absolute;
  top:-22px;
  right:0;
  content: "";
  width: 656px;
  height: 120px;
  background: url(../img/workers/txt-en-interview_02.svg) no-repeat top;
  background-size: 100%;
}
.next_article_wrap.crosstalk::before,
.next_article_wrap.crosstalk02::before{
  position: absolute;
  top:-22px;
  right:0;
  content: "";
  width: 705px;
  height: 120px;
  background: url(../img/workers/txt-en-crosstalk-white.svg) no-repeat top;
  background-size: 100%;
}
.next_article_wrap .nextlink_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 240px;
}
.next_article_wrap.interview .nextlink_wrap,
.next_article_wrap.crosstalk02 .nextlink_wrap{
  height: 360px;
}
.next_article_wrap .nextlink_wrap .ph_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% / 3 * 2);
  max-width: 800px;
}
.next_article_wrap.interview .nextlink_wrap .ph_wrap,
.next_article_wrap.crosstalk02 .nextlink_wrap .ph_wrap{
  display: block;
  width: 50%;
  max-width: 600px;
}

.next_article_wrap .nextlink_wrap .ph_wrap .ph{
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
.next_article_wrap.interview .nextlink_wrap .ph_wrap .ph,
.next_article_wrap.crosstalk02 .nextlink_wrap .ph_wrap .ph{
  width: 100%;
}
.next_article_wrap .nextlink_wrap .ph_wrap .ph img{
  display: block;
  width: auto;
  height: 100%;
}
.next_article_wrap .nextlink_wrap .link{
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
}
.next_article_wrap.interview .nextlink_wrap .link,
.next_article_wrap.crosstalk02 .nextlink_wrap .link{
  width: calc(50% - 30px);
}
.next_article_wrap .nextlink_wrap .link a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 60px);
  height: 100%;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.next_article_wrap.interview .nextlink_wrap .link a{
  color: #000;
  border-bottom: 1px solid #062664;
}
.next_article_wrap .nextlink_wrap .link a:hover{background: rgba(0, 0, 0 ,0.1); transition: 0.2s;}
.next_article_wrap .nextlink_wrap .link a::before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1BB5EF;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: 10;
}
.next_article_wrap .nextlink_wrap .link a:hover::before{
  transform: scale(1, 1);
  transform-origin: left top;
}
.next_article_wrap .nextlink_wrap .link a::after{
  position: absolute;
  right: 10px;
  top: calc(50% - 18px);
  content: "";
  width: 18px;
  height: 36px;
  background: url(../img/common/icon_chevron-right.svg) no-repeat;
  background-size: 100%;
  transition: 0.2s;
}
.next_article_wrap.interview .nextlink_wrap .link a::after{
  background: url(../img/common/icon_chevron-right_blue.svg) no-repeat;
  background-size: 100%;
}
.next_article_wrap .nextlink_wrap .link a:hover::after{
  right: 4px;
}
.next_article_wrap .nextlink_wrap .link a strong{
  font-size: 36px;
}


/*banner*/
section.banner_movie_wrap{
  overflow: hidden;
  position: relative;
  padding: 80px 0 40px;
  background: #5077C4;
}
section.banner_movie_wrap::before{
  position: absolute;
  top:-40px;
  left: -40px;
  content: "";
  width: 442px;
  height: 442px;
  background: url(../img/workers/bg_icon_play.svg) no-repeat;
  opacity: 0.4;
}
section.banner_movie_wrap .title{
  position: relative;
  margin-bottom: 40px;
  font-size: 36px;
  color: #fff;
}
section.banner_movie_wrap .title::before{
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 50px;
  height: 6px;
  background-color: #fff;
}
section.banner_movie_wrap .en_title{
  position: absolute;
  top:60px;
  right:0;
  width: 50%;
  max-width: 656px;
  z-index: 10;
}
section.banner_movie_wrap .en_title span{
  display: block;
  width: 100%;
  margin-top: -30px;
}
section.banner_movie_wrap a{display: block;}
section.banner_movie_wrap dl{position: relative;}
section.banner_movie_wrap dl dt{
  overflow: hidden;
  max-height: 460px;
  background: #062664;
}
section.banner_movie_wrap dl dt img{display: block; width: 100%;}
section.banner_movie_wrap a:hover img{opacity: 0.8;}
section.banner_movie_wrap dl dd{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  margin-top: -40px;
}
section.banner_movie_wrap dl dd.button p{
  padding: 18px 28px 18px 28px;
}
section.banner_movie_wrap dl dd.button p span{font-size: 20px;}
/*backnumber_list*/
.backnumber_list li{
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.backnumber_list li a{
  display: block;
  padding: 10px;
}
.backnumber_list li a:hover{transition: 0.2s; background: rgba(0, 0, 0, 0.05);}
.backnumber_list li dl{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.backnumber_list li dt{
  display: block;
  width: 200px;
  margin-right: 20px;
}
.backnumber_list li dt img{display: block; width: 100%;}
.backnumber_list li a:hover dt img{opacity: 1;}
.backnumber_list li dd{
  width: calc(100% - 220px);
}
.backnumber_list li a:hover dd span{color:#1BB5EF; transition: 0.2s;}

/* crosstalk 座談会
---------------------------------------- */
.nav_crosstalk{
  width: 100%;
  padding: 50px 0 30px;
  margin-bottom: 0px;
  background: #D8DDE2;
}
.nav_crosstalk a{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid #062664;
  transition: transform 0.3s;
}
.nav_crosstalk a:hover{border-bottom: 1px solid rgba(0,0,0,0);}
.nav_crosstalk a::before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1BB5EF;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: 10;
}
.nav_crosstalk a:hover::before{
  transform: scale(1, 1);
  transform-origin: left top;
}
.nav_crosstalk dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  background: #062664;
}
.nav_crosstalk dl dd{
  width: 100%;
  padding: 4px 0 10px;
  text-align: center;
  font-size: 24px;
}

.crosstalk_intro_wrap .first_visual{margin-bottom: 60px;}
.crosstalk_intro_wrap .first_visual .photo{
  width: 100%;
  max-width: 1000px;
  margin:0 auto;
}
.crosstalk_intro_wrap .first_visual .en_title{
  position: relative;
  margin: 0 auto;
  margin-top: -60px ;
  width: 746px;
}
.crosstalk_intro_wrap .title{
  position: relative;
  width: calc(100% - 120px);
  padding: 0 60px;
  margin-bottom: 60px;
  text-align: center;
}
.crosstalk_intro_wrap .title::before{
  position: absolute;
  left: 0;
  top:50%;
  content: "";
  width: 100%;
  border-top:1px solid rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.crosstalk_intro_wrap .title span{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 40px;
  font-weight: 500;
  color: #062664;
  background: #fff;
  z-index: 10;
}
.crosstalk_intro_wrap .catch{
  line-height: 2.4em;
  text-align: center;
  margin-bottom: 0px;
}
.crosstalk_intro_wrap .catch span{
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  color: #062664;
}
section.interviewees_profile{
  position: relative;
  padding: 60px 0;
  background: #062664;
}
section.interviewees_profile ul{
  overflow: hidden;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
section.interviewees_profile ul li{
  width: 100%;
  max-width: 300px;
}
/*
section.interviewees_profile ul li{
  float:left;
  width: calc(100% / 4 - 15px);
  max-width: 300px;
  margin-right: 20px;
}
section.interviewees_profile ul li:nth-child(4){margin-right: 0;}
*/
section.interviewees_profile ul li dl dt{
  display: block;
  margin-bottom: 10px;
}
section.interviewees_profile ul li dl dt img{display: block; width: 100%;}
section.interviewees_profile ul li dl dd *{
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
section.interviewees_profile ul li dl dd .department{font-size: 18px;}
section.interviewees_profile ul li dl dd .name{font-size: 24px;}
section.interviewees_profile ul li dl dd .joined_year{font-size: 16px; margin-bottom: 0;}
/*crosstalk*/
body.crosstalk .comment_inner .text_center{
  position: relative;
  width: calc(100% - 160px);
}
body.crosstalk .comment_inner .interviewee{
  width: 100px;
  padding-top: 10px;
  text-align: center;
}
body.crosstalk .comment_inner .interviewee .ph{
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
}
body.crosstalk .comment_inner .interviewee .ph img{display: block; width: 100%;}
body.crosstalk .comment_inner .interviewee p{
  margin-bottom: 0;
  font-size: 14px;
}

/* movie YouTube動画
---------------------------------------- */
body.workers.movie section:not(.entry_wrap) img{display: block;width: 100%;}
section.sec_construction_movie{
  margin: 60px 0;
  padding-top: 60px;
  background: #fff;
}
section.sec_construction_movie .inner{
  position: relative;
  width: 100%;
  background: #5077C4;
}
section.sec_construction_movie .content_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
}
section.sec_construction_movie.doboku .content_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
section.sec_construction_movie .link_wrap{
  position: relative;
  margin-top:-60px;
  width: 75%;
  max-width: 868px;
}
section.sec_construction_movie .link_wrap{margin-right: 5%;}
section.sec_construction_movie.doboku .link_wrap{margin-left: 5%;}
section.sec_construction_movie .link_wrap dt{
  display: block;
  background: #062664;
}
section.sec_construction_movie .link_wrap dd.button{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  margin-top: -36px;
}
section.sec_construction_movie .link_wrap dd.button p{
  padding: 18px 28px 18px 28px;
}
section.sec_construction_movie .link_wrap dd.button p span{font-size: 20px;}
section.sec_construction_movie .movie_info{
  width: 20%;
  padding: 60px 0 40px;
}
section.sec_construction_movie .movie_info *{
  display: block;
  color: #fff;
}
section.sec_construction_movie .movie_info .construction_category{
  font-size: 40px;
}
section.sec_construction_movie .movie_info dt.department{
  padding: 5px 0;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.sec_construction_movie .movie_info .name span{font-size:20px;}
/*若手社員インタビュー*/
.sec_youngworkers_interview{
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
  background: #FBFBFB;
}
.sec_youngworkers_interview::before{
  position: absolute;
  top:0;
  left:0;
  content: "";
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: 0;
}
.sec_youngworkers_interview .keyvisual_wrap{
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 80px;
  z-index: 10;
}
.sec_youngworkers_interview .keyvisual_wrap .ph{
  position: relative;
  width: 80%;
  max-width: 1300px;
}
.sec_youngworkers_interview .keyvisual_wrap .en_telop{
  position: absolute;
  top:-50px;
  right:0;
  width: 42%;
  opacity: 0.9;
}
/*interview_movie_box*/
.interview_movie_box{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: calc(100% - 2px);
  margin-bottom: 60px;
  border-bottom: 1px solid #062664;
  border-left: 1px solid #062664;
  border-right: 1px solid #062664;
  background: #DFE2E9;
}
.interview_movie_box.even{
  flex-direction: row-reverse;
}
.interview_movie_box::before{
  position: absolute;
  top:0;
  left:-1px;
  content: "";
  width: calc(100% + 2px);
  height: 60px;
  border-bottom: 1px solid #062664;
  background: #FBFBFB;
  z-index: 0;
}
.interview_movie_box div{position: relative; z-index: 10;}
.interview_movie_box .interviewee_profile{
  width: 36%;
  padding: 0 2%;  
  margin-top: 40px;
  text-align: center;
}
.interview_movie_box .interviewee_profile .number span{
  font-size: 80px;
  color: #062664;
}
.interview_movie_box .interviewee_profile .interviewee{
  padding: 30px 0;
}
.interview_movie_box .interviewee_profile .interviewee *{
  display: block;
  margin-bottom: 20px;
}
.interview_movie_box .interviewee_profile .interviewee .department,
.interview_movie_box .interviewee_profile .interviewee .joined_year{
  font-size: 20px;
}
.interview_movie_box .interviewee_profile .interviewee .name{
  font-size: 28px;
}
.interview_movie_box .link_wrap{
  width: 56%;
  margin: 0 2%;
  text-align: center;
}
.interview_movie_box .link_wrap dt{
  display: block;
  background: #062664;
}
.interview_movie_box .link_wrap .button{
  margin-top: -30px;
}

/* =======================================
  sub application
========================================== */
body.application section a{
  text-decoration: underline;
  color: #062664;
}
body.application section a:hover{
  text-decoration: none;
  transition: 0.2s;
  color: #02accd;
}
body.application section .linknext a{text-decoration: none;}
.banner_box .bnr{margin: 0 10px 10px 0;}
.banner_box .bnr, 
.banner_box a{
  display: inline-block;
}
.banner_box .bnr.border_box a{
  width: 160px;
  height: 40px;
  padding: 10px;
  text-align: center;
  background: #fff;
  border:1px solid #062664;
}
.banner_box .bnr.border_box a:hover{
  transition: 0.2s;
  border:1px solid #02accd;
}
.banner_box .bnr.border_box a img{
  display: inline-block;
  width: auto;
  height: 40px;
}

/* =======================================
  sub contact
========================================== */
/* step_navigation
---------------------------------------- */
div.contact-step-navi{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
  width:100%;
  margin-bottom:40px;
}
div.contact-step{
  overflow: hidden;
    position: relative;
    width: 30.5%;
    width: calc(100% / 3 - 12px);
    height: 60px;
    background: #DAD6DD;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:1em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight:normal;
    color:#062664;
    font-size:10px;
    margin:0 0 0 20px;
}
div.contact-step dd{
    font-weight:400;
    color:#062664;
    margin:0 0 0 20px;
}
div.contact-current{
    background: #062664;
}
div.contact-current dt{
  margin-bottom: -3px;
  margin-left: 20px;
  padding-top: 12px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 12px;
}
div.contact-current dd{
  margin-left: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 14px;
}
/* form
---------------------------------------- */
table.form{
   width: 100%;
   font-size:16px !important;
}
p.form-button{
    width:95%;
    height: 30px;
    margin:0 auto !important;
    padding-top:20px;
    padding-bottom: 30px;
}

table.form th,table.form td{
  position: relative;
   line-height:2em;
}
table.form th{
  position: relative;
  padding-right: 50px;
}
table.form th span {
  position: absolute;
  right: 5px;
  top: 20px;
  padding: 3px 6px;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior:url("/common/cssnew/PIE.htc"); /* for IE7 */
  zoom:1;
}
table.form th span.required {
  background-color: #ff3e3e;
}
table.form th span.any {
  background-color: #0083f4;
}
table.form th small {font-weight: normal;}
table.form input{
   width: calc(100% - 2em);
   padding:1em;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-middle{width: 45%;}
table.form input.table-w-small{
    width:50%;
    display: inline;
}
.select_wrap {
    position: relative;
    width: 100%;
}
.select_wrap:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
table.form select {width: 100%; padding:1em;}
table.form select.table-w-xsmall{width:25%;}
table.form option{
   width: auto;
   padding: 0.5em;
}
table.form textarea{
   width: 98%;
   padding:0.5em;
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
  border:none; 
  padding:10px;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

form input.button ,form input.button-formback{ width:40%;  cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;   font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Arial, "Arial Narrow","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
/*
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );  */
    font-family:  'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
form input.button{
	position: relative;	
 	display: -webkit-flex; 
 	display: flex;
 	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  padding:8px 14px 10px;
  text-align: center;
  font-size:14px;
  color: #fff;
  background: #062664;
	padding:10px;

}
form input.button.w80{width: 80%;}
form input.button:hover{
  background-color: #02accd;
	color:#fff;
	cursor: pointer;
	text-decoration: none !important;
}
form input.button-formback{
	position: relative;	
 	display: -webkit-flex; /* Safari */
 	display: flex;
 	-webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  height: 50px;
  padding:8px 14px 10px;
  text-align: center;
  font-size:14px;
  color: #fff;
  background: #444;
  text-decoration: none !important;
}

form input.button-formback:hover{
	background-color: #888;
	text-decoration: none;
	color:#fff;
}