@charset "utf-8";

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
    font-weight: 400;
	font-size: 62.5%;
}
@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 {
	font-size: 16px;
	font-size: 1.4rem;
	color: #000;
}
p{font-size: 16px;}
@media screen and (orientation: landscape) {
p{font-size: 14px;}
}
article p,section p{
	margin-bottom:10px;
}
li {
	font-size: 1.4rem;
	font-size: 14px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    font-size: 16px!important;
}    
select::-ms-expand {
    display: none;
}
input{
	-webkit-appearance: none;
  appearance: none;
	border-radius: 0;
	font-size: 16px!important;
}
input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
    border:none;
    font-size: 16px;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/*---------------------------------------------------------------------------
/* set tags
※a:hover　＝  a.hover
 --------------------------------------------------------------------------*/

ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }


a{text-decoration: none;
	background-color:transparent;
	-webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color:#000; 
}
a.hover img{opacity: 0.6;}
a.link{text-decoration: underline; color: #062664;}
a.link.white{ color: #fff;}
a.link:hover,
a.link.hover{text-decoration: none; color:#02ACCD;transition: 0.3s;}
a.tel{color: #000;}

img { border: none; /*vertical-align: top;*/ margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
.w100 img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong { font-weight: 500; text-transform: none; }

/*---------------------------------------------------------------------------
 set common selecter
 --------------------------------------------------------------------------*/
.pc ,.sp320, .pc_inline { display:none !important; }
.sp { display:block; }
.sp_inline{display: inline-block;}
@media screen and (max-width: 320px) {
	.sp320 { display:block !important; }
}

/*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 text */
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead,
.tLead strong{
  font-size: 2.2rem;
  font-weight: 300;margin-bottom:30px;color: #003A72;
  line-height: 3rem;
}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.7em; }
.tsxLarge { font-size: 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 border */
.border{border:1px solid #AAA4B0;}
.bb{border-bottom: 1px solid rgba(0, 0, 0, 0.3);}

/* set width for float items */

.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	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%;}
.noflex .flexNormal,
.noflex .flexBetween {
	width: 100%;
	height: auto;
	display: block;
}
img.fill { width:100%; }
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden !important;}

.scale_up img {
    overflow:hidden;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width:100%;
}
.scale_up:hover a img,
a:hover .scale_up img,
a.hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*========================================
    :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.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.bg-scale .bg-scale-inner {
	z-index:9999 ;
	position: relative;
}

/*========================================
    :js-loader
==========================================*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  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: 9999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading .loading-animation div{
	margin-top: -50px;
}
.loading img{display: block; width: 64px; margin: 0 auto;}
.loading small{display: block; margin: 0 auto; padding-top: 5px; color: #062664;}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------------------------------
    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: 50px;
	background: #fff;
	text-align:center;
  border: 1px solid #062664;
}
.accordionType01 dt strong{font-weight: 500; font-size: 18px;}
.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%;
}

/*========================================
   common :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: -1em;
    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:160px;
    padding:10px 20px 10px 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,
.button a.hover,
.button_search a.hover,
.button_blank a.hover,
a.hover .button p{
    transition: 0.2s;
    background: #02accd;
}
.button a span,
.button_search a span,
.button_blank a span,
.button p span{
    display: block;
    color: #FFF;
    font-weight:400;
}
/*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:12px;
  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:12px;
    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:14px;
  padding:8px 14px 10px;
  font-size:12px;
  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: 0 auto;
  text-align: center;
}
.pagenation a {
  display: inline-block;
  width: 28px;
  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;
}

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*---------------------------------------------------------------------------
/* items
 --------------------------------------------------------------------------*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}


/*---------------------------------------------------------------------------
/* : float
 --------------------------------------------------------------------------*/
/* =======================================
   : float clear
========================================== */
.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* : 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: 30px;
}
h2.home_type01 span{
    font-size:30px;
    font-weight:600;
    color:#062664;
}

/*sub page*/
h2.type01{margin-bottom: 30px;}
.cms_decoration h2{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  color: #062664;
}
h2.type01 span{
  font-size: 28px;
  font-weight: 500;
  color: #062664;
}

h3.type01{
  position: relative;
  margin-bottom: 30px;
  border-bottom:1px solid rgba(0, 0, 0, 0.18);
}
.cms_decoration h3{
  position: relative;
  margin-bottom: 30px;
  padding: 16px 0px;
  font-size: 24px;
  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: 24px;
  font-weight: 600;
  color: #363636;
}
h4.type01{
  position: relative;
  margin-bottom: 30px;
}
.cms_decoration h4{
  position: relative;
  margin-bottom: 30px;
  padding: 16px 0px;
  font-size: 20px;
  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: 20px;
  color: #062664;
  font-weight: 600;
}

h5.type01{
  position: relative;
  margin-bottom: 30px;
}
h5.type01 span{
  font-size: 20px;
  font-weight: 600;
  color: #0b3a99;
}
.cms_decoration h5{
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  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 20px;
	background: #fff;
}
.b-type_inner{
	padding: 10px;
	width: auto;
}
.b-type01{background: #e9f1ff !important;}
.b-type02{background: #f1efea !important;}
.b-type03{background: rgba(255, 255,255, 0.4);}
 /*---------------------------------------------------------------------------
/* table
 --------------------------------------------------------------------------*/
@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
@media screen and (max-width: 812px) {
table.sp-chg th,table.sp-chg td{ display:block;width:auto !important; }
}
table	{ margin:0 0 0 0em;padding:0 0 0 0em; }
table caption{text-align: right;}
table caption small{font-size: 12px;}
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:0px 0 2px 0; color:#062664;padding:20px 16px;line-height:1.6em;vertical-align:top;text-align:left; font-weight: 500;}
table.table02:not(.sp-chg) 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;}
table.table02.sp-chg tr:last-child td{
border-bottom: 1px solid rgba(0,0,0,0);
}


/*初任給のテーブル*/
.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.table02 table,
table.table01 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;}
.h450{height:450px;}

/* photo gallery */
.photogallery { width:auto;overflow:hidden;margin:0;}
.photogallery .photo { width:100%;margin:0 0 10px;overflow:hidden; }
.photogallery p { 
    overflow:hidden; 
    height:auto;
    margin:0;
    position: relative;
    width:100%;
    z-index: 0;
}
.photogallery p a{
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
    z-index: 2; 
    background: #fafafa;
}
.photogallery span {
    font-size: 11px;
    padding: 10px 0 0;
    display: inline-block;
    overflow: hidden;
    line-height: 1.6em;
}
.photogallery a:hover img,
.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%;
	overflow-x: hidden;
}
body > div#container {
	height: auto;
	min-height: 100%;
}
div#main{
	padding-bottom: 0;
}
.contents_inner{
    position: relative;
    width:90%; 
    margin: 0 auto;
}
section.section{
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
section.section.last{padding: 30px 0 80px;}
.content{margin-bottom: 30px;}
.bg00{background-color: rgba(0, 0, 0, 0)!important;}
.bg01{background-color: #fbfbfb!important;}

/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
  margin-top:-60px;
  padding-top:60px;
}


/* =======================================
   4-2: header section
========================================== */
.headerWrap{
	position: fixed;
	width: 100%;
	z-index:999999999;
}
header{
  position: relative;
  width: 100%;
	height: 60px;
	background: #fff;
}
header .logo{
  position: relative;
  left: 10px;
	top: 16px;
	width: 80%;
  height: 25px;
  z-index:999999999;
}
header .logo h1{width: 100%;}
header .logo a{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width:100%;
}
header .logo img.company_logo{display: block; max-width: 188px;}
header .logo span{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:60px;
  height:24px;
  padding:0 5px;
  margin:0px 5px;
  background:#062664;
}
header .logo span img{
  display:block;
  width:46px;
  height:22px;
}

.header_right.pc_navi,
#js_nav{display: none;}

/* =======================================
   global navigation
========================================== */
.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 !important;}
.navi_wrap .pc_navi{display: none !important;}

.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;
}
/*Android対策*/
.sp_menu_wrap .menu__second-level .subnavi .second_level .pc_navi,
.sp_menu_wrap .menu__second-level .subnavi .second_level .photo.pc_navi{display: none !important;}
/*========================================== 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%;
}

/* =======================================
   4-4:footer
========================================== */
footer{
	width: 100%;
	background: #062664;
}
footer *{color: #fff;}
.footer_inner .contents_inner{padding-top: 30px;}
.f_company_info .f_logo{
	width: 90%;
	max-width: 240px;
	margin: 0 auto 30px;
}
.f_company_info .f_address{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
	margin-bottom: 30px;
}
.f_company_info .f_address p{
	width: calc(100% - 40px);
}
.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;
	margin-top: 5px;
  border-radius: 18px;
  border:1px solid rgba(255, 255, 255, 0.9);
}
.f_company_info .f_address a:hover,
.f_company_info .f_address a.hover {
    transition: 0.2s;
    background: #02accd;
}
.f_company_info .f_address a img{width: 15px;}
.f_company_info .f_address a:hover img,
.f_company_info .f_address a.hover img{opacity: 1;}
.footer_menu{
	margin-bottom: 30px;
}
.footer_menu a strong,
.footer_menu a span{
  position: relative;
  display: inline-block;
}
.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,
.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{
  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:-16px;
  content:"";
  width:12px;
  height:12px;
  background:url(../img/common/external-link_white.svg);
  background-size:100%;
}
.footer_menu .s_menu{
  margin: 0 10px 25px 12px;
}
.footer_menu .s_menu li{
	display: inline-block;
	margin: 0 10px 0;
}
.footer_menu .s_menu a span{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}

.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,
.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{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
.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,
.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 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,
.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{
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright p small{
	font-size: 12px;
  font-weight: 300;
}
/* pagetop
---------------------------------------- */
.pagetop{
	position: fixed;
	right: -200px;
	bottom: 4px;
	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,
.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,
.pagetop a.hover::after{
	opacity: 1;
	height: 26px;
}
.pagetop a span{
	display: block;
	font-size: 12px;
	font-weight: 300;
}

/* =======================================
  home
========================================== */
body.home section{
position: relative;
z-index: 10;
}
body.home section p{
    font-size:20px;
    font-weight:400;
    color:#646464;
}

/* MainVisual
---------------------------------------- */
.mainVisual_wrap{
    position:relative;
    width:100%;
    padding-top:30vh;
    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 {
    height:auto;
}
.slider-item {
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% !important;
}
/*　背景画像設定　*/
.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;
    top:0;
    width:100%;
    min-height:70vh;
    background:url(../img/home/logo_silet01.svg) no-repeat left top;
    background-size:50%;
    z-index:10;
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 0.1s;
  transition-timing-function:ease-in-out;
}
.mainVisual_wrap .catch_Wrap .catch_inner{
    padding-top:70px;
    margin-left:10px;
}
.mainVisual_wrap .catch_Wrap p{
  opacity: 0;
  transform: translate(-120px, 0);
  -webkit-transform: translate(-120px, 0);
  transition: 2s;
  transition-timing-function:ease-in-out;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_site{
    width:50%;
    max-width:300px;
    margin-bottom:24px;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_site::before{
    position:absolute;
    bottom:-10px;
    left:2px;
    content:"";
    width:20px;
    height:4px;
    background:#1BB5EF;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_phrase{
    width:80%;
    max-width:951px;
    margin-bottom:16px;
}
.mainVisual_wrap .catch_Wrap .catch_inner p.catch_phrase_s{
    left:15px;
    width:40%;
    max-width:370px;
}
.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:calc(100% - 40px);
    padding: 20px 0 10px;
    margin:0 auto;
    background:#F6F9FF;
    z-index: 500;
}
.newstopicstitle{
    position: relative;
    width:100%;
    padding: 0px 30px 10px 20px;
}
.newstopicstitle img{
    display:block;
    width:107px;
    height: 36px;
}
.newsticker_Wrap .ticker{
    position:relative;
    width:calc(100% - 40px) !important;
    height:80px !important;
    margin: 8px 20px 0 20px;
    z-index: 555;
}
.newsticker_Wrap .ticker li{width: 100%;}
.newsticker_Wrap .ticker ul li span,
.newsticker_Wrap .ticker ul li a span{
    display: inline-block;   
    font-size: 14px;
    margin: 2px 5px;
    font-weight: 300;
}
.newsticker_Wrap .ticker ul li a span.text{
    width: 100%;
    white-space: normal;
}
.newsticker_Wrap .ticker ul li a:hover span.text{
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* トップページ 共通banner
---------------------------------------- */
.banner_wrap .bnr_link{
    width:100%;
    max-width:640px;
    margin:0 auto 30px;
}
.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:240px;
    background:rgba(6, 38, 100, 0.3);
    z-index:10;
}
.banner_wrap .bnr_link a:hover,
.banner_wrap .bnr_link a.hover{
    background:rgba(6, 38, 100, 0.8);
    transition:0.2;
}
.banner_wrap .bnr_link a dl dt{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto 20px;
  text-align:center;
  font-size:28px;
  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{
  max-width:260px;
  margin:0 auto;
}
.banner_wrap .bnr_link a:hover dl dd img,
.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:200px 0 30px;
    margin-top:-200px;
    margin-bottom:80px;
    background:url(../img/home/bg_company.jpg) no-repeat center top;
    background-size:auto 100%;
}
/*entry_banner*/
section.sec_home_company .entry_banner{
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
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%;
  min-height:260px;
  background:rgba(6, 38, 100, 0.3);
  z-index:10;  
}
section.sec_home_company .entry_banner a:hover,
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_sp.jpg) no-repeat center center;}

/*会社を知る*/
section.sec_home_company .sec_inner{
    margin-bottom:30px;
}
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:40px 0 30px;
    margin-bottom:80px;
    /*background:url(../img/home/bg_work.jpg) no-repeat 70% top;*/
    background:url(../img/home/bg_work02.jpg) no-repeat center top;
    background-size:auto 100%;
}
section.sec_home_work .sec_inner{margin-bottom:30px;}
section.sec_home_work .en_title{
    position:absolute;
    top:-60px;
    right:0;
    width:30%;
    max-width:358px;
}

/* トップページ WORKPLACE
---------------------------------------- */
section.sec_home_workplace{
    position:relative;
    width:100%;
    padding:60px 0 30px;
    margin-bottom:60px;
    /*background:url(../img/home/bg_workplace.jpg) no-repeat left top;*/
    background:url(../img/home/bg_workplace02.jpg) no-repeat left top;
    background-size:auto 100%;
}
section.sec_home_workplace .sec_inner{margin-bottom:30px;}
section.sec_home_workplace .en_title{
    position:absolute;
    top:-80px;
    right:0;
    width:60%;
    max-width:714px;
}

/* トップページ WEB COMPANY ORIENTATION
---------------------------------------- */
section.sec_web_company_orientation{
    overflow:hidden;
    position:relative;
    width:100%;
    padding:30px 0 50px;
    margin-bottom:60px;
    background-color:#062664;
}
section.sec_web_company_orientation::before{
    position:absolute;
    top:0;
    left: 0;
    content:"";
    width:100%;
    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{
    width:60%;
    max-width:578px;
    margin-bottom:10px;
}
section.sec_web_company_orientation .movielink_wrap{
    width:100%;
    max-width:640px;
    margin:0 auto;
}
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:40px 0 30px;
    margin-bottom:80px;
    background:url(../img/home/bg_workers02.jpg) no-repeat center top;
    background-size:auto 100%;
}
section.sec_home_workers .sec_inner{margin-bottom:30px;}
section.sec_home_workers .en_title{
    position:absolute;
    top:-60px;
    right:0;
    width:50%;
    max-width:576px;
}
/*
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:-30px;
    left:0;
    width:50%;
    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%;
    z-index:5;
}
section.sec_home_workers .sec_inner{
    padding:30px 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:30px 0;
  background: #fff;
}
.home_column_wrap a{
  display: block;
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}
.home_column_wrap a img{display: block; width: 100%;}

/* トップページ NEWS
---------------------------------------- */
.sec_home_news{
	width: 100%;
	padding:30px 0 80px;
	background: #fff;
}

.news_wrap{
    width:100%;
}
.news_wrap .en_title{
    width:30%;
    max-width:205px;
    margin:0 auto 36px;
}
.news_wrap .info_list{
   margin:0 auto 30px;
   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,
.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{
  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: 100%;
  margin-bottom: 5px;
}
.news_wrap .info_list li dl dt .date{
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto',Arial, Helvetica, sans-serif;     
}
.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: 20px;
  /*text-align: right;*/
}

/* トップページ サイトポリシー・個人情報保護方針
---------------------------------------- */
.other_link_wrap{
    width:100%;
    /*margin-bottom:60px;*/
}
.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:200px;
    background:rgba(6, 38, 100, 0.4);
    z-index:10;
}
.other_link_wrap .other_bnr a:hover,
.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 a dl dt{
  position:relative;
  display:block;
  width:100%;
  margin:0 auto 20px;
  text-align:center;
  font-size:28px;
  font-weight:500;
  color:#fff;
}
.other_link_wrap a dl dt::before{
  position:absolute;
  bottom:-12px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:4px;
  background:#fff;
}
.other_link_wrap a dl dt span{
  display:block;
  width:100%;
  font-size:24px;
}
.other_link_wrap a dl dd{
  max-width:260px;
  margin:0 auto;
}
.other_link_wrap .other_bnr a:hover dl dd img,
.other_link_wrap .other_bnr a.hover dl dd img{opacity:1;}
/* トップページ ENTRY
---------------------------------------- */
.entry_wrap{
    position:relative;
    width:100%;
    padding:60px 0 50vh;
    background:url(../img/home/bg_entry.jpg) no-repeat center bottom;
}
.entry_wrap .en_title{
    position:absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    top:-40px;
    left:0;
    width:100%;
}
.entry_wrap .en_title img{
    display: block;
    max-width:260px;
}
@media screen and (min-width: 481px) {
section.sec_home_work .sec_inner{
    float:right;
    width:80%;
    max-width:650px;
    margin-bottom:40px;
}
}
.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%;
    padding-top:30px;
}
.entry_wrap .button a{padding:16px 20px;}

/* =======================================
  common & sub 共通
========================================== */
.entry_navigation_wrap{
  position: relative;
  top:-20px;
  width: 100%;
  padding: 20px 0;
  background: #062664;
}
.entry_navigation{
  width: 90%;
  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%;
  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: 60px;
  background: #fff;
}
.entry_navigation li a:hover,
.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,
.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;
}

/*図スマホのみ横スクロール*/
.fig_scroll{
  display: -ms-flexbox;
  display: flex; 
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.fig_scroll img{
  display: block;
  min-width: 800px;
}

/* =======================================
  sub 共通
========================================== */
.pagetitle_wrap{
  position:relative;
  width:100%;
  padding-top:80px;
}
.pagetitle_wrap:before{
  position:absolute;
  bottom:0;
  left:0;
  content:"";
  width:100%;
  height:100px;
  background:#F3F3F3;
}
.pagetitle_wrap .pagetitle_inner{
  position:relative;
  width:calc(100% - 40px);
  margin:0 auto 20px;
}
.pagetitle_wrap .h1_wrap h1{
  position:relative;
  width:100%;
  z-index:0;
}
.pagetitle_wrap .h1_wrap h1 *{position:relative; display:block;}
.pagetitle_wrap .h1_wrap h1 small{
  margin-bottom:20px;
  font-size:16px;
  font-weight:600;
  color:#062664;
}
.pagetitle_wrap .h1_wrap h1 small::before{
  position:absolute;
  bottom:-10px;
  left:0;
  content:"";
  width:20px;
  height:4px;
  background:#1BB5EF;
}
.pagetitle_wrap .h1_wrap h1 .title{
  font-size:30px;
  font-weight:600;
  color:#062664;
}
.pagetitle_wrap .pagevisual{
  position:relative;
  width:calc(100% - 40px);
  margin:0 auto;
  padding-bottom:20px;
  z-index:0;
}
.pagetitle_wrap .pagevisual::before{
  position:absolute;
  bottom:18px;
  right:0;
  content:"";
  height:50px;
  z-index:11;
}
/*各カテゴリ毎*/
.pagetitle_wrap .pagevisual.company::before{
  width:291px;
  background:url(../img/company/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.work::before{
  width:186px;
  background:url(../img/work/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.workplace::before{
  bottom:10px;
  width:320px;
  background:url(../img/workplace/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.workers::before{
  width:303px;
  background:url(../img/workers/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.news::before{
  width:178px;
  background:url(../img/news/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.contact::before{
  width:273px;
  background:url(../img/contact/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.application::before{
  width:188px;
  background:url(../img/application/title-en.svg) no-repeat;
  background-size:100%;
}
.pagetitle_wrap .pagevisual.media::before{
  width:188px;
  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;
}

/* pagenavigation
---------------------------------------- */
.page_navigation_wrap{
  position:relative;
  width:100%;
  padding-bottom:30px;
  background:#f3f3f3;
}
.page_navigation_wrap .navigation_inner{
  position:relative;
  width:calc(100% - 20px);
  margin:0 auto;
}
.navigation_type01 li,
.navigation_type02 li{
  display: inline-block;
  min-width: calc(100% / 2 - 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_type01 li a:hover,
.navigation_type01 li a.hover,
.navigation_type02 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,
.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:-460px;
  content: "";
  width: 400px;
  height: 920px;
  background: url(../img/company/index/bg_message.png) no-repeat center;
  background-size: 100%;
  z-index: 0;
}

/* =======================================
  sub 働く人を知る
========================================== */
/* interview 先輩社員の声
---------------------------------------- */
.nav_interview{
  width: 100%;
  padding: 30px 0 20px;
  margin-bottom: 0px;
  background: #D8DDE2;
}
.nav_interview .contents_inner{
  width: 90%;
  margin:0 auto;
}
.nav_interview a{
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid #062664;
  transition: transform 0.3s;
}
.nav_interview a:hover,
.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,
.nav_interview a.hover::before{
  transform: scale(1, 1);
  transform-origin: left top;
}
.nav_interview a:hover img,
.nav_interview a.hover img{opacity: 0.6;}
.nav_interview dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  background: #062664;
}
@media screen and (min-width: 641px) {
.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: 20px;
  font-weight: 500;
}
.nav_interview dl dd .year{
  display: inline-block;
  font-weight: 400;
  padding-right: 20px;
}
.nav_interview dl dd .name{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .nav_interview dl dd p{display: block; text-align: center;}
}

.interview_mainvisual{
  position: relative;
  width: 100%;
  height: 400px;
}
.interview_mainvisual.doboku{
  background: url(../img/workers/interview/2024/doboku/sp-mainvisual.jpg) no-repeat center top;
  background-size: auto 100%;
}
.interview_mainvisual.kenchiku{
  background: url(../img/workers/interview/2024/kenchiku/sp-mainvisual.jpg) no-repeat center;
  background-size: auto 100%;
}
@media screen and (min-width: 641px) {
.interview_mainvisual{height: 500px;}
.interview_mainvisual.doboku{
  background: url(../img/workers/interview/2024/doboku/sp-mainvisual.jpg) no-repeat center top;
  background-size: 100%;
}
.interview_mainvisual.kenchiku{
  background: url(../img/workers/interview/2024/kenchiku/sp-mainvisual.jpg) no-repeat center;
  background-size: 100%;
}
}
.interview_mainvisual .inner{
  width: 100%;
  height: 100%;
  background: rgba(6, 38, 100, 0.4);
}
.interview_intro_wrap{
  position: relative;
  top:-160px;
  margin-bottom: 30px;
}
.interview_intro_wrap .photo_wrap{
  position: relative;
  width: 60%;
  margin: 0 0 30px;
}
.interview_intro_wrap .photo_wrap img{display: block; width: 100%;}
.interview_intro_wrap .intro_wrap{
  position: relative;
  width: calc(100% - 80px);
  margin-top: -80px;
  margin-left: 40px;
  padding: 50px 20px 20px;
  background: #062664;
  z-index: 1;
}
.interview_intro_wrap .intro_wrap .inner{
  position: relative;
}
.interview_intro_wrap .intro_wrap .inner::before{
  position: absolute;
  top:-80px;
  left:-46px;
  content:"";
  width: 328px;
  height: 60px;
  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: 20px;
  margin-bottom: 5px;
}
.interview_intro_wrap .intro_wrap .interviewee .department{
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.interview_intro_wrap .intro_wrap .interviewee .name{
  display: inline-block;
  padding-right: 1em;
  font-size: 20px;
}
.interview_intro_wrap .intro_wrap .interviewee .joined_year{
  display: inline-block;
  font-size: 14px;
}
body.interview .qanda_wrap{
  position: relative;
  margin-top: -180px;
}
.interview_box{
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
p.question{
  position: relative;
  padding-top: 10px;
  padding-left: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #2B2F36;
}
p.question::before{
  position: absolute;
  top:0;
  left:0;
  content: "";
  width: 45px;
  height:45px;
  background: url(../img/workers/txt_question.svg) no-repeat;
}
.interview_box .comment{
  position: relative;
  width: calc(100% - 50px);
  padding: 0 0 0 50px;
}
.interview_box .comment *{
  line-height: 1.6em;
  font-size: 16px;
  font-weight: 300;
}
.comment_inner .photo{
  max-width: 300px;
  margin: 0 auto;
}
.comment_inner .photo img{display: block; width: 100%;}
/*next_article navi*/
.next_article_wrap{
  position: relative;
  padding: 50px 0 30px;
  background: #D8DDE2;
}
.next_article_wrap.crosstalk,
.next_article_wrap.crosstalk02{background: #062664;}
.next_article_wrap.interview::before{
  position: absolute;
  top:-11px;
  right:0;
  content: "";
  width: 328px;
  height: 60px;
  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:-11px;
  right:0;
  content: "";
  width: 352px;
  height: 60px;
  background: url(../img/workers/txt-en-crosstalk-white.svg) no-repeat top;
  background-size: 100%;
}
.next_article_wrap .nextlink_wrap .ph_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin:0 auto;
}
.next_article_wrap.interview .nextlink_wrap .ph_wrap,
.next_article_wrap.crosstalk02 .nextlink_wrap{
  display: block;
}

.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: 90%;
  margin: 0 auto;
}
.next_article_wrap .nextlink_wrap .link a{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  width: calc(100% - 60px);
  height: 100%;
  padding: 30px 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,
.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% - 9px);
  content: "";
  width: 9px;
  height: 18px;
  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: 24px;
}



/*banner*/
section.banner_movie_wrap{
  overflow: hidden;
  position: relative;
  padding: 60px 0 20px;
  background: #5077C4;
}
section.banner_movie_wrap::before{
  position: absolute;
  top:-40px;
  left: -40px;
  content: "";
  width: 360px;
  height: 360px;
  background: url(../img/workers/bg_icon_play.svg) no-repeat;
  background-size: 100%;
  opacity: 0.4;
}
section.banner_movie_wrap .title{
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  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:30px;
  right:0;
  width: 50%;
  max-width: 656px;
  z-index: 10;
}
section.banner_movie_wrap .en_title span{
  display: block;
  width: 100%;
  margin-top: -10px;
}
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,
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: 18px;}
/*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,
.backnumber_list li a.hover{transition: 0.2s; background: rgba(0, 0, 0, 0.05);}

.backnumber_list li dt{
  display: block;
  max-width: 300px;
  margin:0 auto 10px;
}
.backnumber_list li dt img{display: block; width: 100%;}
.backnumber_list li dd{text-align: center;}
.backnumber_list li a:hover dd span,
.backnumber_list li a.hover dd span{color:#1BB5EF; transition: 0.2s;}

/* crosstalk 座談会
---------------------------------------- */
.nav_crosstalk{
  width: 100%;
  padding: 30px 0 20px;
  margin-bottom: 0px;
  background: #D8DDE2;
}
.nav_crosstalk .contents_inner{
  width: 90%;
  margin:0 auto;
}
.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,
.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,
.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: 18px;
}

.crosstalk_intro_wrap .first_visual{margin-bottom: 30px;}
.crosstalk_intro_wrap .first_visual .photo{
  width: 100%;
}
.crosstalk_intro_wrap .first_visual .en_title{
  position: relative;
  margin: 0 auto;
  margin-top: -30px ;
  width: 373px;
}
.crosstalk_intro_wrap .title{
  position: relative;
  width: calc(100% - 120px);
  padding: 0 60px;
  margin-bottom: 30px;
  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 20px;
  font-size: 24px;
  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: 20px;
  color: #062664;
}
section.interviewees_profile{
  position: relative;
  padding: 30px 0;
  background: #062664;
}
section.interviewees_profile ul{
  overflow: hidden;
  width: 100%;
}
section.interviewees_profile ul li{
  float:left;
  width: calc(100% / 2 - 15px);
  margin-right: 20px;
  margin-bottom: 10px;
}
section.interviewees_profile ul li:nth-child(even){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: 5px;
  text-align: center;
  color: #fff;
}
section.interviewees_profile ul li dl dd .department{font-size: 16px;}
section.interviewees_profile ul li dl dd .name{font-size: 20px;}
section.interviewees_profile ul li dl dd .joined_year{font-size: 14px; margin-bottom: 0;}
body.crosstalk .comment_inner .interviewee{
  width: 60px;
  padding-top: 10px;
  margin: 0 auto;
  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: 60px;
  height: 60px;
  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: 30px 0;
  padding-top: 30px;
}
section.sec_construction_movie .inner{
  position: relative;
  width: 100%;
  background: #5077C4;
}
section.sec_construction_movie .inner::before{
  position: absolute;
  top:0;
  left:0;
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
}
section.sec_construction_movie .link_wrap{
  position: relative;
  width: 100%;
  z-index: 10;
}
section.sec_construction_movie .link_wrap dt{
  display: block;
  background: #062664;
}
section.sec_construction_movie .link_wrap a:hover dt img,
section.sec_construction_movie .link_wrap a.hover dt img{
  opacity: 0.6;
}
section.sec_construction_movie .link_wrap dd.button{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  margin-top: -28px;
}
section.sec_construction_movie .movie_info{
  padding: 0px 0 30px;
}
section.sec_construction_movie .movie_info *{
  text-align: center;
  display: block;
  color: #fff;
}
section.sec_construction_movie .movie_info .construction_category{
  margin: 20px 0;
  font-size: 26px;
}
section.sec_construction_movie .movie_info dt.department{
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.sec_construction_movie .movie_info .name span{font-size:16px;}

/*若手社員インタビュー*/
.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: 100%;
  margin-bottom: 30px;
  z-index: 10;
}
.sec_youngworkers_interview .keyvisual_wrap .ph{
  position: relative;
  width: 95%;
}
.sec_youngworkers_interview .keyvisual_wrap .en_telop{
  position: absolute;
  top:-70px;
  right:0;
  width: 62%;
  opacity: 0.9;
}
.sec_youngworkers_interview .keyvisual_wrap .en_telop img{
  margin-top: -10px;
}
/*interview_movie_box*/
.interview_movie_box{
  position: relative;
  width: calc(100% - 2px);
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #062664;
  border-left: 1px solid #062664;
  border-right: 1px solid #062664;
  background: #DFE2E9;
}
.interview_movie_box::before{
  position: absolute;
  top:0;
  left:-1px;
  content: "";
  width: calc(100% + 2px);
  height: 24px;
  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: 96%;
  padding: 0 2%;  
  margin-top: 40px;
  text-align: center;
}
.interview_movie_box .interviewee_profile .number span{
  font-size: 40px;
  color: #062664;
}
.interview_movie_box .interviewee_profile .interviewee{
  padding: 10px 0;
}
.interview_movie_box .interviewee_profile .interviewee *{
  display: block;
  margin-bottom: 10px;
}
.interview_movie_box .interviewee_profile .interviewee .department,
.interview_movie_box .interviewee_profile .interviewee .joined_year{
  font-size: 16px;
}
.interview_movie_box .interviewee_profile .interviewee .name{
  font-size: 20px;
}
.interview_movie_box .link_wrap{
  width: 96%;
  margin: 0 2%;
  text-align: center;
}
.interview_movie_box .link_wrap dt{
  display: block;
  background: #062664;
}
.interview_movie_box .link_wrap a:hover dt img,
.interview_movie_box .link_wrap a.hover dt img{
  opacity: 0.6;
}
.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,
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,
.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%;
   margin: 0 auto 30px;
   font-size:16px !important;
   text-align: left;
}
table.form th,table.form td{
   line-height:2em;
}

table.form th span {
  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.attention {
	display: block;
	padding:10px 0 0 ;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2em;
	color: #ff0000;
}
table.form input[type="text"]{
   width: calc(100% - 1em - 2px);
   padding:0.5em;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
}
table.form input.table-w-xsmall{
   width: 60%;
   display: inline;
}
table.form input.table-w-small{
  width:80%;
  display: inline;
}
table#entry_form input.table-w-middle{
  width:38%;
}


.select_wrap {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
}
.select_wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  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 {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 100%;
  margin: 0;
  padding: 0 24px;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 36px;
  font-size: 16px;
}
table.form select.table-w-xsmall{width:25%;}
table.form option{
   width: auto;
}
table.form textarea{
   width: calc(100% - 1em - 2px);
   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{
  padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
}

table.form input[type="radio"]{
  -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;      /* 生成ボタンサイズ */
    width: 20px;       /* 生成ボタンサイズ */
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
}
/* Radio */
input[type=radio] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 4px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* Colors */
input[type=checkbox],input[type=radio] {
    border: 1px solid rgb(169, 169, 169);
}
input[type=checkbox]:checked,input[type=checkbox]:indeterminate,input[type=radio]:checked:before {
    background: #0075ff;
}
/**/
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{ min-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"] {
  appearance: none;
	-webkit-appearance: none;
   border-radius: 0 !important;
   border:none;
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", Arial, "Arial Narrow","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
input[type="text"] {
  appearance: none;
   -webkit-appearance: none;
   border-radius: 0;
   font-size: 1em;
   border-color: #c2c2c2;
}
textarea{
  appearance: none;
   -webkit-appearance: none;
   border-radius: 0;
   border-color: #c2c2c2;
   font-size:16px
}
form input.button{
	position: relative;	
 	display: -webkit-flex;
 	display: flex;
 	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  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;
 	display: flex;
 	-webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  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;
}