@charset "UTF-8";

/* base styles */
html{
	font-size:62.5%;/* 10px */
}
body {
	background:transparent;
	min-width:1200px;	/* 横スクロールバーの発生する幅を指定 */
	padding:0;
	margin:0;
	color:#4b4b4b;
	font-size:14px;
	font-size:1.4rem;/* 15px */
	text-align:left;
	line-height:1.5;
	letter-spacing:0;
	word-wrap:break-word;
	-webkit-text-size-adjust:100%;
}
.sp{
	display:none;
}
/* Chromeのremバグ対策 */
body > header,
body > footer,
body > section,
body > article,
body > div{
	font-size:1.4rem;/* 15px */
}

/* a */
a:link {
	color:#4b4b4b;
	-webkit-tap-highlight-color:rgba(255,255,255,0.3);	/* スマートフォンサイトでタップした際の色の指定 */
	text-decoration:underline;
}
a:visited {
	color:#4b4b4b;
	text-decoration:underline;
}

a:hover {
	color:#4b4b4b;
	text-decoration:none;
}
a img,
input[type="image"],
input[type="submit"],
input[type="button"]{
	-moz-transition:opacity 0.2s linear 0s;
	-webkit-transition:opacity 0.2s linear 0s;
	-ms-transition:opacity 0.2s linear 0s;
	-o-transition:opacity 0.2s linear 0s;
	transition:opacity 0.2s linear 0s;
	cursor:pointer;
}
a img{
	background:rgba(255,255,255,0.01);
}
a:hover img,
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color:transparent;
	opacity:0.7;
	filter:alpha(opacity=70);
}
button:focus {
	outline:0;
}
/* margin paddingのクラス（任意で追加・削除） */
.pT30 {
	padding-top:30px!important;
}
.mT10 {
	margin-top:10px!important;
}
.mR0 {
	margin-right:0px!important;
}
.mR5 {
	margin-right:5px!important;
}
.mR10{
	margin-right:10px!important;
}
.mR20 {
	margin-right:20px!important;
}
.mR65 {
	margin-right:65px!important;
}
.mR83 {
	margin-right:83px!important;
}
.mR1em {
	margin-right:1em!important;
}
.mR2em {
	margin-right:2em!important;
}
.mB0{
	margin-bottom:0px!important;
}
.mB5 {
	margin-bottom:5px!important;
}
.mB10 {
	margin-bottom:10px!important;
}
.mB15 {
	margin-bottom:15px!important;
}
.mB20 {
	margin-bottom:20px!important;
}
.mB25 {
	margin-bottom:25px!important;
}
.mB30 {
	margin-bottom:30px!important;
}
.mB35 {
	margin-bottom:35px!important;
}
.mB40{
	margin-bottom:40px!important;
}
.mB45 {
	margin-bottom:45px!important;
}
.mB50 {
	margin-bottom:50px!important;
}
.mB55 {
	margin-bottom:55px!important;
}
.mB70 {
	margin-bottom:70px!important;
}
.mL10{
	margin-left:10px!important;
}
.mL25{
	margin-left:25px!important;
}

/* テキスト色（任意で追加・削除） */
.txtRed {
	color:#F40000!important;
}
.txtBlue {
	color:#346CBA!important;
}
.txtLblue{
  color: #009eff!important;
}

/* テキスト書式（任意で追加・削除） */
.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;
}
.txt_ind{
	text-indent:-1em;
	padding-left:1em;
}
.txt_b{
	font-weight:bold;
}

/* float */
.c_b{
	clear:both;
}
.r{
	float:right;
}
.l{
	float:left;
}
.block{
	display: block;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* form（任意で編集） */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"]{
	width:100%;
	height:45px;
	padding: 8px;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: solid 1px #9fa0a0;
	background-color:#fff;
}
input[type="number"]{
	text-align:right;
	padding: 8px;
}
select{
	height:20px;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
textarea{
	height:200px;
	width:100%;
	padding: 8px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border: solid 1px #9fa0a0;
	background-color:#fff;
	ime-mode:active;
}
.ime_a{
	ime-mode:active;
}
.ime_i{
	ime-mode:inactive;
}
.ime_d{
	ime-mode:disabled;
}
/* clearfix */
.cf:after ,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	font-size:0.1px;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
.cf ,
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .cf ,
* html .clearfix {
	height:1%;
	overflow:visible;
}
.cf ,
.clearfix {
	display:block;
}
.cf:after,
header:after,
footer:after,
section:after,
article:after,
div:after,
ul:after,ol:after{
	content:"";
	display:block;
	clear:both;
}

/* プルダウンメニュー（必要の応じて追記） */
.pulldown{
	position:relative;
}
.pulldown ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}
/* アコーディオンメニュー（必要の応じて追記） */
.accordion_close,.accordion_open{
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(255,255,255,0.3);	/* スマートフォンサイトでタップした際の色の指定 */
}
.accordion_close{

}
.accordion_open{

}
/*エフェクト*/
@keyframes fade-in {
	0%{
		transform:translate(0,30px);
		opacity:0.0;
	}
	100%{
		transform:translate(0,0);
		opacity:1.0;
	}
}
@keyframes fade-in-left {
	0%{
		transform: translateX(-50px);
		opacity:0.0;
	}
	100%{
		transform: translateX(0);
		opacity:1.0;
	}
}
@keyframes fade-in-left2{
	0%{
		transform: translateX(-50px) skewY(-2deg);
		opacity:0.0;
	}
	100%{
		transform: translateX(0) skewY(-2deg);
		opacity:1.0;
	}
}
@keyframes fade-in-right {
	0%{
		transform: translateX(50px);
		opacity:0.0;
	}
	100%{
		transform: translateX(0);
		opacity:1.0;
	}
}
@keyframes fade-in-right2 {
	0%{
		transform: translateX(50px) skewY(-2deg);
		opacity:0.0;
	}
	100%{
		transform: translateX(0) skewY(-2deg);
		opacity:1.0;
	}
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(10px, 0);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pgtop {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
*[data-effect=fade]{
	transform:translate(0,50px);
	opacity:0.0;
}
*[data-effect=fade-left],
*[data-effect=fade-right],
*[data-effect=fade-left2],
*[data-effect=fade-right2]{
    opacity:0.0;
}
*[data-effect=fade].fade{
	animation:fade-in 1s ease 0.3s forwards;
}
*[data-effect=fade-left].fade-left{
    animation-name: fade-in-left;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}
*[data-effect=fade-right].fade-right{
    animation-name: fade-in-right;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}
*[data-effect=fade-left2].fade-left2{
    animation-name: fade-in-left2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}
*[data-effect=fade-right2].fade-right2{
    animation-name: fade-in-right2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
}
.fade-left{
    transform: translateX(0);
    opacity:1.0;
}
.fade-right{
    transform: translateX(0);
    opacity:1.0;
}
.fade-left2{
    transform: translateX(0) skewY(-2deg);
    opacity:1.0;
}
.fade-right2{
    transform: translateX(0) skewY(-2deg);
    opacity:1.0;
}
.ff_b{
    font-family: 'Montserrat', sans-serif;
}
/***------------
mainimg
------------***/
#mainimg{
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url(../img/main_img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}
#mainimg .mainimg-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
}
#mainimg:before,
#mainimg:after,
#mainimg .mainimg-bg:before,
#mainimg .mainimg-bg:after,
#mainimg .mainimg-bg2:before,
#mainimg .mainimg-bg2:after{
    content: "";
    position: absolute;
    top: 0;
    width: 150%;
    height: 400px;
    transform: skewX(-20deg);
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration:1s;
    transition-timing-function: ease-out;
    background-color: rgba(1,71,169,0.2);
}
#mainimg .mainimg-bg:after,
#mainimg .mainimg-bg2:before,
#mainimg .mainimg-bg2:after{
    transform: skewX(20deg);
}
#mainimg[data-effect=main-effect]:before,
#mainimg[data-effect=main-effect]:after,
#mainimg[data-effect=main-effect] .mainimg-bg:before{
    left: 150%;
}
#mainimg[data-effect=main-effect] .mainimg-bg:after,
#mainimg[data-effect=main-effect] .mainimg-bg2:before,
#mainimg[data-effect=main-effect] .mainimg-bg2:after{
    left: -160%;
}
#mainimg:after{
    transition-delay:.1s;
    background-color: rgba(1,71,169,0.15);
}
#mainimg.main-effect:before{
    left: -145%;
}
#mainimg.main-effect:after{
    left: -137%;
}
#mainimg .mainimg-bg:before{
    transition-delay:.2s;
    background-color: rgba(1,71,169,0.1);
}
#mainimg.main-effect .mainimg-bg:before{
    left: -129%;
}
#mainimg.main-effect .mainimg-bg:after{
    left: -150%;
}
#mainimg.main-effect .mainimg-bg:after{
    transition-duration:.8s;
    transition-delay:.7s;
    background-color: rgba(0,158,255,0.2);
}
#mainimg .mainimg-bg2:before{
    transition-duration:.8s;
    transition-delay:.8s;
    background-color: rgba(0,158,255,0.15);
}
#mainimg .mainimg-bg2:after{
    transition-duration:.8s;
    transition-delay:.9s;
    background-color: rgba(0,158,255,0.1);
}
#mainimg.main-effect .mainimg-bg2:before{
    left: -145%;
}
#mainimg.main-effect .mainimg-bg2:after{
    left: -140%;
}

#mainimg h1{
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    transition-duration: .8s;
    transition-timing-function: ease-out;
    transition-delay:1.6s;
    transform: translateY(50px);
    text-shadow: 1px 1px 5px #8c8c8c;
    opacity: 0;
    width: 100%;
    height: 70px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
#mainimg h1 small{
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px #8c8c8c;
    margin-top: 15px;
    line-height: 1.7;
}
#mainimg.main-effect h1{
    opacity: 1;
    transform: translateY(0);
}
/***------------
top-link
------------***/
#top-link{
    width: 760px;
    margin:-40px auto 0;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.2);
}
#top-link ul{
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
    height: 80px;
    position: relative;
    box-sizing: border-box;
}
#top-link ul:after{
    content: none;
}
#top-link ul li{
    flex: 0 1 220px;
}
#top-link ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #999999;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 100;
    overflow: hidden;
    position: relative;
    transition: all ease-out .5s;
}
#top-link ul li a:after{
    content: "";
    background: rgba(0,158,255,0.08);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all ease-out .5s;
    z-index: 0;
}
#top-link ul li a:hover,
#top-link ul li a:hover strong{
    color: #009eff;
}
#top-link ul li a:hover:after{
    transform: scale(1.5);
}
#top-link ul li a:hover .svg_img path{
  color: #009eff;
  fill: currentColor;
}
#top-link ul li strong,
#top-link ul li span{
    position: relative;
    z-index:10;
}
#top-link ul li strong{
    flex: 0 1 36px;
    margin-right: 20px;
}
#top-link ul li span strong{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    line-height: 1;
    color: #333333;
    margin-bottom: 5px;
    margin-right: 0;
}
#top-link ul li:nth-child(2){
    flex: 0 1 240px;
    position: relative;
}
#top-link ul li:nth-child(2):before{
    content: "";
    border-left: dotted 1px #999999;
    height: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
#top-link ul li:nth-child(2):after{
    content: "";
    border-left: dotted 1px #999999;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
#top-link ul li:nth-child(2) span img{
    width: 112px;
    margin-bottom: 0;
}
#top-link ul li.serch{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: #346cba;
    overflow: hidden;
}
#top-link ul li.serch img{
    width: 18px;
    position: relative;
    z-index: 1;
}
#top-link ul li.serch a:after{
    content: "";
    background: #009eff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all ease-out .3s;
}
#top-link ul li.serch a:hover:after{
    transform: scale(1.5);
}
/***------------
header
------------***/
#header{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#header .logo{
    width: 477px;
    margin-top: 20px;
    margin-left: 25px;
    line-height: 0;
}
#header .logo img{
    width: 100%;
}
#header .header-nav-pc{
    position: absolute;
    top: 23px;
    right: 0;
}
#header .header-nav-pc .sub-nav{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    align-items: center;
}
#header .header-nav-pc .sub-nav li{
    padding: 0 10px;
}
#header .header-nav-pc .sub-nav li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    text-shadow: 1px 1px 5px #8c8c8c;
    color: #fff;
    transition: all ease .6s;
}
#header .header-nav-pc .sub-nav li a span{
    width: 15px;
    height: 15px;
    margin-right: 5px
}
#header .header-nav-pc .sub-nav li a span .svg_img path{
    color: #fff;
    fill: currentColor;
}
#header .header-nav-pc .sub-nav li a:hover{
    color: #009eff;
}
#header .header-nav-pc .sub-nav li a:hover span .svg_img path{
    color: #009eff;
    fill: currentColor;
}
#header .header-nav-pc .sub-nav li:first-child{
    border-right: dotted 1px #cccccc;
}
#header .header-nav-pc .sub-nav li:last-of-type{
    border-left: dotted 1px #cccccc;
    padding-right: 20px;
}
#header .header-nav-pc .sub-nav li:last-of-type a{
    background: url(../img/icon_serch-pc.png) no-repeat;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#header .header-nav-pc .sub-nav li:last-of-type a:hover{
    background: url(../img/icon_serch-hover.png) no-repeat;
}
#header .header-nav-pc .main-nav{
    position: absolute;
    width: 230px;
    top: 77px;
    right: 0;
    padding: 30px;
    background: rgba(75,75,75,0.5);
    box-sizing: border-box;
}
body.recruit-top #header .header-nav-pc .main-nav{
    background: none;
}
#header .header-nav-pc .main-nav li{
    text-align: right;
    color: #fff;
}
#header .header-nav-pc .main-nav li:not(:last-child){
    margin-bottom: 15px;
}
#header .header-nav-pc .main-nav li a{
    text-decoration: none;
    color: #fff;
    padding-right: 20px;
    position: relative;
}
#header .header-nav-pc .main-nav li a:after{
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}
#header .header-nav-pc .entry-btn{
    width: 160px;
    margin-right: 20px;
    background: #fff;
}
#header .header-nav-pc .entry-btn a{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
    border: solid 1px #333333;
    box-sizing: border-box;
    text-align: center;
    padding: 11px;
}
/***------------
global-nav
------------***/
#global-nav{
    display: none;
}
/***------------
google-serch
------------***/
.featherlight-serch{
    display: none;
}
.featherlight .featherlight-content{
    width: auto!important;
    padding-top: 50px!important;
}
.featherlight .featherlight-close-icon{
    font-size: 30px!important;
    font-size: 3.0rem!important;
    font-weight: bold;
}
#google-serch{
    width: 550px;
    margin: 0 auto;
}
#google-serch input.serch-text{
    display: block;
    width: 470px;
    height: 80px;
    float: left;
    padding: 30px 20px 30px 40px;
    box-sizing: border-box;
    font-size: 17px;
    font-size: 1.7rem;
}
#google-serch input.serch-btn{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: none;
    background:url(../img/icon_serch.svg) no-repeat center,#346cba;
    background-size: 18px auto;
}
/***------------
contetnts
------------***/
#contents .title1,
#footer-contact .title1{
    font-size: 40px;
    font-size: 4.0rem;
    margin-bottom: 30px;
}
#contents .title1 span,
#footer-contact .title1 span{
    color: #009EFF;
    font-family: 'Montserrat', sans-serif;
}
#contents .title1 small,
#footer-contact .title1 small{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 15px;
}
#contents .title3{
    font-size: 50px;
    font-size: 5.0rem;
    margin-bottom: 30px;
}
#contents .title3 span{
    color: #009EFF;
    font-family: 'Montserrat', sans-serif;
}
#contents .title3 small{
    color: #666666;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
#contents .title4{
  margin: 0 auto 40px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
#contents .title4 strong{
  font-size: 42px;
  font-size: 4.2rem;
}
#contents .title4 .sub{
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
}
#contents .btn1{
    background: #fff;
    box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
    transition: all ease .3s;
}
#contents .btn1 a{
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
#contents .btn1 a:after{
    content: "";
    background: url(../img/icon_arow.svg) no-repeat;
    background-size: cover;
    width: 17px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#contents .btn1:hover{
    box-shadow:0 3px 10px 4px rgba(80,80,80, 0.25);
}
#contents .btn1:hover a:after{
    animation: sdb 1.8s infinite;
}
#contents .btn2{
    transition: all ease .3s;
}
#contents .btn2 a{
    display: block;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    text-align: right;
    padding-right: 15px;
    transition: all ease .3s;
}
#contents .btn2 a:before{
    content: "";
    background: #333333;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 75px;
    bottom: 1px;
    margin: auto;
}
#contents .btn2 a:after{
    content: "";
    background: url(../img/icon_arow2.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3px;
    margin: auto;
}
#contents .btn2:hover a{
    color: #009eff;
}
#contents .btn2:hover a:after{
    background: url(../img/icon_arow2_blue.svg) no-repeat;
    animation: sdb 1.8s infinite;
}
#contents .btn2:hover a:before{
    background: #009eff;
}
/*btn3*/
.btn3{
    width: 100%;
    margin: 0 auto;
    background: #346CBA;
    box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
    transition: all ease .3s;
}
.btn3 a{
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.btn3 a:after{
    content: "";
    background: url(../img/icon_arow2_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.btn3:hover{
    box-shadow:0 3px 10px 4px rgba(80,80,80, 0.25);
    transform: translateY(-5px);
}
.btn3:hover a:after{
    animation: sdb 1.8s infinite;
}
/*title2*/
#contents .title2{
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 28px;
    font-size: 2.8rem;
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    border-left: solid 2px #346CBA;
    margin-bottom: 30px;
}
/***------------
recruit-btn
------------***/
#recruit-btn{
    width: 1000px;
    margin: 0 auto 100px;
}
/***------------
footer-contact
------------***/
#footer-contact{
    width: 100%;
    background: url(../img/footer-contact_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 45px 0;
    overflow-x: hidden;
}
#footer-contact .title1{
    text-align: center;
    margin-bottom: 15px;
}
#footer-contact p{
    text-align: center;
    margin-bottom: 30px;
}
#footer-contact .btn1{
    width: 530px;
    margin: 0 auto;
    background: #fff;
    box-shadow:0 0 10px 2px rgba(80,80,80, 0.2);
    transition: all ease .3s;
}
#footer-contact .btn1 a{
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
#footer-contact .btn1 a:after{
    content: "";
    background: url(../img/icon_arow2.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    display: inline-block;
    margin-left: 20px;
}
#footer-contact .btn1:hover{
    box-shadow:0 3px 10px 4px rgba(80,80,80, 0.25);
    transform: translateY(-5px);
}
#footer-contact .btn1:hover a{
    color: #0a50a1;
}
#footer-contact .btn1:hover a:after{
    background: url(../img/icon_arow2_blue.svg) no-repeat;
    background-size: cover;
    animation: sdb 1.8s infinite;
}
#footer-contact .btn3{
    width: 600px;
    margin: 0 auto;
}
#footer-contact .contact-btn{
    width: 1180px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
#footer-contact .contact-btn:after{
    content: none;
}
#footer-contact .contact-btn li{
    flex: 0 1 50%;
    font-size: 28px;
    font-size: 2.8rem;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    transition: background 0.2s linear 0s;
}
#footer-contact .contact-btn li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center;
    padding: 30px;
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    letter-spacing: 0.4rem;
}
#footer-contact .contact-btn li a:before{
    content: "";
    background: url(../img/icon_arow2_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
#footer-contact .contact-btn li:hover a:before {
    animation: sdb 1.8s infinite;
}
#footer-contact .contact-btn li a small{
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}
#footer-contact .contact-btn li:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
#footer-contact .contact-btn li:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
#footer-contact .contact-btn li.entry{
    background: #009EFF;
    border-right: solid 1px #fff;
}
#footer-contact .contact-btn li.entry:after {
    background: #346CBA;
}
#footer-contact .contact-btn li.contact{
    background: #0147A9;
}
#footer-contact .contact-btn li.contact:after {
    background: #346CBA;
}
/***------------
footer
------------***/
#footer{
    width: 100%;
    position: relative;
}
#footer #page-top{
    width: 13px;
    height: 136px;
    position: absolute;
    right: 50px;
    top: -136px;
}
#footer #page-top a{
    display: block;
    background: url(../img/page-top.png) no-repeat;
    background-size: cover;
    width: 13px;
    height: 136px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    transition: all ease .3s;
    transform: translate(0, 0);
}
#footer #page-top a:hover{
    background: url(../img/page-top_hover.png) no-repeat;
    background-size: cover;
    transform: translate(0, -10px);
}
#footer .footer-main{
    background: #346CBA;
}
#footer .footer-main dl{
    padding: 60px 0 50px;
    box-sizing: border-box;
    width: 1160px;
    margin: 0 auto;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
#footer .footer-main dl dt{
    margin-bottom: 20px;
}
#footer .footer-main dl dd p.tel{
    margin-top: 10px;
}
#footer .footer-main dl dd a{
    color: rgba(255,255,255,0.7);
}
#footer .copy{
    font-size: 14px;
    font-size: 1.4rem;
    background: #0147A9;
    padding: 8px 0;
    color: rgba(255,255,255,0.7);
    text-align: center;
}
/***------------
question
------------***/
#contents.question{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 100px;
}
#contents.question > section{
    margin-bottom: 80px;
}
#contents.question > section dl{
    border: solid 1px #EBEBEB;
    box-sizing: border-box;
}
#contents.question > section dl:not(:last-of-type){
    margin-bottom: 15px;
}
#contents.question > section dl dt{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 25px 45px 25px 65px;
    box-sizing: border-box;
    position: relative;
}
#contents.question > section dl dt:before{
    content: "";
    background: url(../img/icon_q.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 25px;
    position: absolute;
    top: 25px;
    left: 25px;
}
#contents.question > section dl dt:after{
    content: "";
    background:url(../img/accordion_close.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    transition: all ease .3s;
}
#contents.question > section dl dt.accordion_open:after{
    content: "";
    background:url(../img/accordion_close.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
    transition: all ease .3s;
}
#contents.question > section dl dd{
    padding: 25px 0 25px 65px;
    box-sizing: border-box;
    position: relative;
    background: #F0F0F0;
}
#contents.question > section dl dd:before{
    content: "";
    background: url(../img/icon_a.png) no-repeat;
    background-size: cover;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 28px;
    left: 25px;
}
#contents.question > section dl dd p{
    line-height: 1.8;
}
/***------------
pages
------------***/
#contents.pages{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 100px;
}
:where(#contents.pages) p:not(:last-child){
    margin-bottom: 10px;
}
:where(#contents.pages) p:empty{
    display: block;
    height: 1em;
    content: "";
}
/***------------
recruit-in
------------***/
#contents.recruit-in{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 100px;
}
#contents.recruit-in div.recruit-close{
    width: 850px;
    padding: 60px 0;
    margin: 0 auto 100px;
    box-sizing: border-box;
    background-color: #ECECEC;
    text-align: center;
}
#contents.recruit-in div.recruit-close p{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 8px;
}
#contents.recruit-in div.recruit-close p a{
    color: #25AEDF;
}
#contents.recruit-in > section{
    margin-bottom: 80px;
}
#contents.recruit-in table.tb1{
    width: 100%;
    border-top: solid 1px #CCCCCC;
}
#contents.recruit-in table.tb1 tr th{
    width: 210px;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    padding: 20px 0 20px 35px;
    text-align: left;
    vertical-align: top;
}
#contents.recruit-in table.tb1 tr td{
    border-bottom: solid 1px #CCCCCC;
    padding: 20px 0;
}
#contents.recruit-in table.tb1 tr td a{
    color: #346CBA;
}
#contents.recruit-in table.tb1 tr td dl{
    width: 100%;
}
#contents.recruit-in table.tb1 tr td dl dt{
    width: 130px;
    float: left;
}
#contents.recruit-in table.tb1 tr td dl dd{
    padding-left: 130px;
}
#contents.recruit-in table.tb1 tr td dl dt:not(:last-of-type){
    padding-bottom: 5px;
}
#contents.recruit-in table.tb1 tr td dl dd:not(:last-of-type){
    padding-bottom: 5px
}
/***------------
employee
------------***/
#contents.employee{
    width: 100%;
    padding: 70px 0 100px;
}
#contents.employee .employee-main{
    width: 1180px;
    margin: 0 auto 120px;
}
#contents.employee .employee-main section:not(:last-of-type){
    margin-bottom: 100px;
}
#contents.employee .employee-main section .title2{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border-left: solid 2px #009EFF;
}
#contents.employee .employee-main-pt1{
    width: 1050px;
    display: flex;
    justify-content: space-between;
    margin-left: 120px;
    align-items: flex-start;
}
#contents.employee .employee-main-pt1.reverce{
    width: 1090px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row-reverse;
}
#contents.employee .employee-main-pt1:after{
    content: none;
}
#contents.employee .employee-main-pt1 dl{
    flex: 0 1 455px;
    max-width: 455px;
    padding-top: 20px;
}
#contents.employee .employee-main-pt1.reverce dl{
    flex: 0 1 470px;
    max-width: 470px;
    padding-top: 20px;
}
#contents.employee .employee-main-pt1 dl dt,
#contents.employee .employee-main-pt2 dt{
    font-size: 20px;
    font-size: 2.0rem;
    color: #346CBA;
    margin-bottom: 30px;
}
#contents.employee .employee-main-pt1 dl dd{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
}
#contents.employee .employee-main-pt1 .pho{
    flex: 0 1 560px;
    max-width: 560px;
    position: relative;
}
#contents.employee .employee-main-pt1 .pho:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #80CEFF;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0;
}
#contents.employee .employee-main-pt1 .pho img{
    position: relative;
    width: 100%;
    z-index: 1;
}
#contents.employee .employee-main-pt2{
    width: 1000px;
    box-sizing: border-box;
    padding-left: 30px;
    margin: 0 auto;
}
#contents.employee .employee-main-pt2 dd{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    display: flex;
    justify-content: space-between;
}
#contents.employee .employee-main-pt2 dd:after{
    content: none;
}
#contents.employee .employee-main-pt2 dd p{
    flex: 0 1 465px;
    max-width: 465px;
    line-height: 2.5;
}
/*schedule*/
#contents.employee .schedule{
    width: 100%;
    padding: 50px 0 80px;
    background: url(../img/interview/schedule_bg.jpg) no-repeat top;
    background-size: cover;
    margin-bottom: 120px;
}
#contents.employee .schedule section{
    width: 1000px;
    margin: 0 auto;
}
#contents.employee .schedule .title1 small{
    color: #346CBA;
}
#contents.employee .schedule-main{
    color: #fff;
    display: flex;
    justify-content: space-around;
}
#contents.employee .schedule-main:after{
    content: none;
}
#contents.employee .schedule-main > div{
    max-width: 470px;
}
#contents.employee .schedule-main ul li:not(:last-of-type){
    margin-bottom: 30px;
}
#contents.employee .schedule-main > div.sec2 p{
    margin-top: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
}
#contents.employee .schedule-main ul li{
    position: relative;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
}
#contents.employee .schedule-main ul li:before{
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 71px;
}
#contents.employee .schedule-main ul li:after{
    content: "";
    background: #fff;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 74px;
    top: 10px;
}
#contents.employee .schedule-main ul li.line2:after{
    height: 80px;
}
#contents.employee .schedule-main ul li:last-of-type:after{
    content: none;
}
#contents.employee .schedule-main ul li span{
    flex: 0 1 50px;
    width: 50px;
    margin-right: 50px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: right;
}
#contents.employee .schedule-main ul li strong{
   max-width: 380px;
    font-weight: bold;
}

    #contents.employee .schedule-main p{
	background: none;
	width: 450px;
	border: 1px solid #5091c3;	/* 線の太さ・種類・色 */
	margin: 15px 10px; /* 外側の余白 上下・左右 */
	padding: 20px 20px; /* 内側の余白 */
	position: relative;
    }

    #contents.employee .schedule-main p:before{
	background-color: #5091c3;
	content: '休日の過ごし方';
	padding: 2px 10px; /* タイトルの余白 上下・左右 */
	position: absolute;
	top: -10px;
	left: 30px;
	text-align: center;
	z-index: 1;
    }

    #contents.employee .schedule-main p:after{
	background: none;
	border: 1px solid #5091c3;	/* 線の太さ・種類・色 */
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
    }



/*other-interview*/
#contents.employee .other-interview{
    width: 1000px;
    margin: 0 auto;
}
#contents.employee .other-interview .title1{
    margin-bottom: 60px;
}
#contents.employee .other-interview ul{
    display: flex;
    flex-flow: row wrap;
}
#contents.employee .other-interview ul li{
    flex: 0 1 310px;
    max-width: 310px;
    position: relative;
}
#contents.employee .other-interview ul li:not(:nth-of-type(3n)){
    margin-right: 35px;
}
#contents.employee .other-interview ul li:not(:nth-of-type(-n+3)){
    margin-top: 60px;
}
#contents.employee .other-interview ul li img{
    width: 100%;
}
#contents.employee .other-interview ul li a{
    text-decoration: none;
    display: block;
    transition: all ease 0.5s;
}
#contents.employee .other-interview ul li dl dt{
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    display: table;
    background: #fff;
    top: -20px;
    left: -10px;
    z-index: 1;
}
#contents.employee .other-interview ul li dl dt span{
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #009EFF;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 17px;
}
#contents.employee .other-interview ul li dl dt span:after{
    content: "";
    display: block;
    background: #009EFF;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -6px;
}
#contents.employee .other-interview ul li dl dt strong{
    font-weight: normal;
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #346CBA;
    text-align: center;
    position: relative;
}
#contents.employee .other-interview ul li dl dt strong:after{
    content: "";
    display: block;
    background: #346CBA;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: -7px;
}
#contents.employee .other-interview ul li dl dd p{
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background: rgba(0,0,0,0.6);
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
#contents.employee .other-interview ul li dl dd p:after {
    content: "";
    background: url(../img/icon_arow2_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#contents.employee .other-interview ul li a:hover{
    background: rgba(0,158,255,0.45);
}
#contents.employee .other-interview ul li dl dd:hover p{
    background: rgba(1,71,169,0.8);
}
#contents.employee .other-interview ul li dl dd:hover p:after{
    animation: sdb 1.8s infinite;
}
/***------------
staff-profile
------------***/
#staff-profile{
    width: 100%;
    margin-top: 100px;
}
#staff-profile .title1{
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 50px;
}
#staff-profile .title1 span{
    color: #009EFF;
    font-family: 'Montserrat', sans-serif;
}
#staff-profile .title1 small{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
}
/*staff-img*/
#staff-profile .staff-img{
    width: 100%;
    position: relative;
}
#staff-profile .staff-img img{
    width: 100%;
}
#staff-profile .staff-img__title{
    position: absolute;
    top: 120px;
    left: 90px;
}
#staff-profile .staff-img__title dl dt{
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    display: table;
    margin-bottom: 20px;
}
#staff-profile .staff-img__title dl dt span{
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #009EFF;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 17px;
}
#staff-profile .staff-img__title dl dt span:after{
    content: "";
    display: block;
    background: #009EFF;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -6px;
}
#staff-profile .staff-img__title dl dt strong{
    font-weight: normal;
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #346CBA;
    text-align: center;
    position: relative;
}
#staff-profile .staff-img__title dl dt strong:after{
    content: "";
    display: block;
    background: #346CBA;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: -7px;
}
#staff-profile .staff-img__title dl dd{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
}
#staff-profile .staff-img__title dl dd span{
    font-family: 'Noto Serif JP', serif;
    background: #fff;
    display: table;
    line-height: 1.5;
    padding: 8px 10px;
}
/*profile*/
#staff-profile .profile{
    background: rgba(0,158,255,0.1);
    position: relative;
    min-height: 230px;
    padding: 70px 0;
    box-sizing: border-box;
}
#staff-profile .profile:before{
    content: "";
    background: url(../img/interview/profile.png) no-repeat;
    width: 702px;
    height: 160px;
    position: absolute;
    top: 30px;
    left: 20px;
}
#staff-profile .profile dl{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#staff-profile .profile dl:after{
    content: none;
}
#staff-profile .profile dl dt{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    flex: 0 1 150px;
    max-width: 150px;
}
#staff-profile .profile dl dt span{
    font-weight: normal;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #009EFF;
    line-height: 1.8;
}
#staff-profile .profile dl dd{
    font-size: 16px;
    font-size: 1.6rem;
    flex: 0 1 790px;
    max-width: 790px;
    line-height: 1.8;
}
#staff-profile .profile dl dd strong{
    font-weight: normal;
}
/***------------
recruit-top_img
------------***/
#recruit-top_img{
    width: 100%;
    position: relative;
    margin-top: 100px;
}
#recruit-top_img .pho img{
    width: 100%;
}
#recruit-top_img .text{
    width: 756px;
    height: 237px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/***------------
main-text
------------***/
#main-text{
    width: 900px;
    background: #346CBA;
    padding: 40px;
    box-sizing: border-box;
    margin: -80px auto 40px;
    position: relative;
    z-index: 1;
}
#main-text:before{
    content: "";
    background:linear-gradient(90deg,#333333 0%,#333333 50%,#fff 50%,#fff 100%);
    width: 2px;
    height: 80px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
}
#main-text p{
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.8;
}
#main-text p:not(:last-child){
    margin-bottom: 15px;
}
/*------------
topnews
-------------*/
#topnews{
    width: 100%;
    padding: 40px 0 50px;
    box-sizing: border-box;
    background: url(../img/topnews_bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
#topnews section{
    width: 900px;
    margin: 0 auto;
}
#topnews section .title1 small{
    color: #666666;
    display: block;
    margin-left: 0;
    font-weight: bold;
}
#topnews section .topnews-main{
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow:0px 1px 15px 3px rgba(0,0,0,0.1);
    background: #fff;
}
#topnews section .topnews-main dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
#topnews section .topnews-main dl:after{
    content: none;
}
#topnews section .topnews-main dl dt{
    flex: 0 1 175px;
    max-width: 175px;
    padding: 20px 80px 20px 0;
    box-sizing: border-box;
    position: relative;
}
#topnews section .topnews-main dl dt span{
    flex: 0 1 75px;
    max-width: 75px;
    color: #ababab;
    padding: 1px 5px;
    border: solid 1px #ababab;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0;
}
#topnews section .topnews-main dl dd{
    flex: 0 1 645px;
    max-width: 645px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    position: relative;
}
#topnews section .topnews-main dl dd:not(:last-of-type):after{
    content: "";
    background: #E6E6E6;
    width: 820px;
    height: 1px;
    position: absolute;
    left: -175px;
    bottom: 0;
}
/*------------
topinterview
-------------*/
#topinterview {
    width: 1000px;
    margin: 0 auto 90px;
}
#topinterview .title3{
    width: 900px;
    margin: 0 auto 30px;
    position: relative;
}
#topinterview .title3:after{
    content: "";
    background: url(../img/top_interview_bg.png) no-repeat;
    background-size: cover;
    width: 707px;
    height: 98px;
    position: absolute;
    top: 0;
    left: 100px;
}
#topinterview .topinterview-text{
    width: 900px;
    padding-left: 60px;
    box-sizing: border-box;
    margin: 0 auto 60px;
}
#topinterview .topinterview-main .sec1{
    width: 900px;
    margin: 0 auto 50px 0;
    display: flex;
    justify-content: space-between;
}
#topinterview .topinterview-main .sec1.pt2{
    margin: 0 0 0 auto;
}
#topinterview .topinterview-main .sec1:after{
    content: none;
}
#topinterview .topinterview-main .sec1-items{
    flex: 0 1 430px;
    max-width: 430px;
    position: relative;
}
#topinterview .topinterview-main .sec1-items:after{
    content: "";
    position: absolute;
    border-top: solid 15px transparent;
    border-left: solid 15px #009EFF;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    box-sizing: border-box;
    top: 40%;
    left: -25px;
    transform: translateY(-50%);
}
#topinterview .topinterview-main .sec1-items:first-of-type:after{
    content: none;
}
#topinterview .topinterview-main .pt2 .sec1-items:after {
    content: "";
    position: absolute;
    border-top: solid 15px transparent;
    border-left: solid 15px #009EFF;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    box-sizing: border-box;
    top: 45%;
    left: -25px;
    transform: translateY(-50%);
}
#topinterview .topinterview-main .sec1-items h3{
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
}
#topinterview .topinterview-main .sec1-items h3 span{
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #009EFF;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 17px;
    font-weight: normal;
}
#topinterview .topinterview-main .sec1-items h3 span:after {
    content: "";
    display: block;
    background: #009EFF;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -6px;
}
#topinterview .topinterview-main .sec1-items h3 strong{
    font-weight: normal;
    min-width: 100px;
    display: table;
    padding: 5px 8px;
    background: #346CBA;
    text-align: center;
    position: relative;
}
#topinterview .topinterview-main .sec1-items h3 strong:after {
    content: "";
    display: block;
    background: #346CBA;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: -7px;
}
#topinterview .topinterview-main .sec1-items img{
    width: 100%;
}
#topinterview .topinterview-main .sec1-items--pho{
    position: relative;
    margin-bottom: 20px;
}
#topinterview .topinterview-main .sec1-items--pho a{
    display: block;
    width: 100%;
    transition: all ease 0.5s;
}
#topinterview .topinterview-main .sec1-items--pho p{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background: rgba(0,0,0,0.6);
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
    transition: all ease 0.5s;
    font-weight: bold;
}
#topinterview .topinterview-main .sec1-items--pho p:after{
    content: "";
    background: url(../img/icon_arow2_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#topinterview .topinterview-main .sec1-items--pho a:hover{
    background: rgba(0,158,255,0.45);
}
#topinterview .topinterview-main .sec1-items--pho a:hover p{
    background: rgba(1,71,169,0.8);
}
#topinterview .topinterview-main .sec1-items--pho a:hover p:after{
    animation: sdb 1.8s infinite;
}
#topinterview .topinterview-main .sec1-items dl dt{
    color: #0147A9;
}
#topinterview .topinterview-main .sec1-items dl dd:not(:last-of-type){
    margin-bottom: 8px;
}
#topinterview .topinterview-main .double .sec1-items--pho{
    overflow: hidden;
}
#topinterview .topinterview-main .double .sec1-items--pho a.first-link{
    display: block;
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: -10%;
    transform: skewX(-25deg);
    transition: all ease 0.5s;
}
#topinterview .topinterview-main .double .sec1-items--pho a.second-link{
    display: block;
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right:-10%;
    transform: skewX(-25deg);
    transition: all ease 0.5s;
}
#topinterview .topinterview-main .double .sec1-items--pho a span{
    display: block;
    transform: skewX(25deg);
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    background: rgba(0,0,0,0.6);
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
    transition: all ease 0.5s;
    font-weight: bold;
}
#topinterview .topinterview-main .double .sec1-items--pho a span:after{
    content: "";
    background: url(../img/icon_arow2_white.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#topinterview .topinterview-main .double .sec1-items--pho a.first-link span{
    top: 0;
    left: 0;
}
#topinterview .topinterview-main .double .sec1-items--pho a.second-link span{
    right: 0;
    bottom: 0;
}
#topinterview .topinterview-main .double .sec1-items--pho a:hover.first-link,
#topinterview .topinterview-main .double .sec1-items--pho a:hover.second-link{
    background: rgba(0,158,255,0.45);
}
#topinterview .topinterview-main .double .sec1-items--pho a:hover.first-link span,
#topinterview .topinterview-main .double .sec1-items--pho a:hover.second-link span{
    background: rgba(1,71,169,0.8);
}
#topinterview .topinterview-main .double .sec1-items--pho a:hover  span:after{
    animation: sdb 1.8s infinite;
}
/*------------
topbusiness
-------------*/
#topbusiness{
    width: 1070px;
    margin: 0 auto 60px;
}
#topbusiness .topbusiness-main{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-direction: row-reverse;
}
#topbusiness .title3{
    position: relative;
}
#topbusiness .title3:after {
    content: "";
    background: url(../img/top_business_bg.png) no-repeat;
    background-size: cover;
    width: 547px;
    height: 85px;
    position: absolute;
    top: 0;
    left: -20px;
}
#topbusiness .tit_product:after {
    content: "";
    background: url(../img/top_product_bg.png) no-repeat;
    background-size: cover;
    width: 504px;
    height: 90px;
    position: absolute;
    top: 0;
    left: -20px;
}
#topbusiness .product--text{
    padding-left: 155px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
#topbusiness .topbusiness-main:after{
    content: none;
}
#topbusiness .topbusiness-main--text{
    flex: 0 1 500px;
    max-width: 500px;
}
#topbusiness .topbusiness-main--pho{
    flex: 0 1 520px;
    max-width: 520px;
    padding-top: 20px;
}
#topbusiness .topbusiness-main--text div.parts img{
    width: 100%;
}
#topbusiness .topbusiness-main--text div p{
    line-height: 1.8;
}
#topbusiness .topbusiness-main--text div p strong{
    color: #0147A9;
}
#topbusiness .topbusiness-pho{
    width: 760px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}
#topbusiness .topbusiness-pho:after{
    content: none;
}
#topbusiness .topbusiness-pho > div{
    flex: 0 1 360px;
    max-width: 360px;
}
#topbusiness .topbusiness-pho > div img{
    width: 100%;
}
#topbusiness .topbusiness-pho > div p{
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    display: table;
    padding: 5px 15px 5px 8px;
    background: #009EFF;
    float: left;
    position: relative;
    text-align: center;
    font-weight: normal;
    margin-left: 15px;
    margin-top: -18px;
}
#topbusiness .topbusiness-pho > div p:after {
    content: "";
    display: block;
    background: #009EFF;
    width: 15px;
    height: 100%;
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    right: -6px;
}
#topbusiness .movie {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding-top: 56.25%;
}
#topbusiness .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*------------
topworks
-------------*/
#topworks{
  width: 900px;
  margin: 0 auto 60px;
}
#topworks .title3{
  position: relative;
  z-index: -1;
  text-align: center;
}
#topworks .title3:after{
  position: absolute;
  top: 50px;
  left: 220px;
  width: 460px;
  height: 103px;
  background: url("../img/top_works_bg.png") no-repeat;
  background-size: cover;
  content: "";
}
.topworks-main{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.topworks-main:after{
  content: none;
}
.topworks-item{
  position: relative;
}
.topworks-item a{
  text-decoration: none;
}
.topworks-item picture{
  display: block;
  background: #fff;
}
.topworks-item p{
  position: absolute;
  left: 15px;
  bottom: -20px;
  transform: skewX(-25deg);
  transform-origin: left bottom;
  min-width: 127px;
  background: #009eff;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.topworks-item p span{
  display: block;
  position: relative;
  transform: skewX(25deg);
  transform-origin: left bottom;
  padding: 8px 20px 8px 12px;
  background: #009eff;
}
.topworks-item p span:after{
  position: absolute;
  top: 0;
  right: 4px;
  width: 10px;
  height: 100%;
  background: url(../img/icon_arow2_white.svg) no-repeat center;
  background-size: 10px;
  content: "";
}
.topworks-item a:hover p span:after{
  animation: sdb 1.8s infinite;
}
.topworks-box--open .featherlight-content{
  padding-top: 0!important;
}
.topworks-box--open .featherlight-close-icon{
  color: #000!important;
  font-size: 20px!important;
  font-size: 2.0rem!important;
  font-weight: bold;
  text-shadow: 1px 0 0 #000,0 1px 0 #000,-1px 0 0 #000,0 -1px 0 #000;
}
.topworks-box{
  display: none;
  position: relative;
  width: 900px;
  padding: 40px 60px 43px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
  background: #fff;
}
.topworks-box__title-container{
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 38px;
  overflow: hidden;
}
.topworks-box__img:before,
.topworks-box__img:after{
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-21deg);
  transform-origin: left bottom;
  height: 100%;
  content: "";
}
.topworks-box__img:before{
  width: 285px;
  background: rgba(1,71,169,.18);
}
.topworks-box__img:after{
  width: 270px;
  background: #0147a9;
}
.topworks-box__info-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 550px;
  top: 0;
  height: 260px;
}
.topworks-box__title{
  margin-bottom: 15px;
}
.topworks-box__title span{
  display: inline-block;
  background: rgba(255,255,255,.9);
  font-weight: bold;
  line-height: 1;
}
.topworks-box__title span.ff_b{
  margin-bottom: 5px;
  padding: 0 2px;
  font-size: 40px;
  font-size: 4.0rem;
}
.topworks-box__title span.ff_b:first-letter{
  color: #009eff;
}
.topworks-box__title span:not([class]){
  padding: 3px;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
}
.topworks-box__text-img{
  margin-left: 20px;
}
.topworks-box__data-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
.topworks-box__data-container:after{
  content: none;
}
.topworks-box__data{
  color: #505050;
  line-height: 1.42;
  flex: 0 0 340px;
}
.topworks-box__data:not(:nth-child(-n+2)){
  margin-top: 30px;
}
.topworks-box__data dt{
  margin-bottom: 4px;
  color: #0147a9;
}

/*------------
topgraph
-------------*/
#topgraph{
  width: 900px;
  margin: 0 auto 80px;
}
.topgraph-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topgraph-main:after{
  content: none;
}
.topgraph-item{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  flex: 0 0 440px;
}
.topgraph-item:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 3px #e5e5e5;
  box-sizing: border-box;
  content: "";
}
.topgraph-item:not(:nth-child(-n+2)){
  margin-top: 25px;
}
.topgraph-item picture{
  display: block;
}
.topgraph-item picture img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.topgraph-item p{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 9px 10px 10px;
  background: #4d4d4d;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.topgraph-item p:after{
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
  transform: skewX(-20deg);
  transform-origin: top right;
  width: 20px;
  height: 100%;
  background: #4d4d4d;
  content: "";
}
.topgraph-item p span{
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  transform: translate(100%,-50%);
  padding: 5px 0;
  color: #fc4128;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
}
.topgraph-item p span:before{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: skewX(-20deg);
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  content: "";
}

/*------------
topfooter-link
-------------*/
#topfooter-link{
  padding: 60px 0;
  background: #f7f7f7;
}
#topfooter-link .topfooter-link-main{
    display: flex;
    justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
}
#topfooter-link .topfooter-link-main:after{
    content: none;
}
#topfooter-link .topfooter-link-main-items{
    flex: 0 1 380px;
    max-width: 380px;
}
#topfooter-link .topfooter-link-main-items img{
    width: 100%;
}
#topfooter-link .topfooter-link-main-items a{
    display: block;
    text-decoration: none;
}
#topfooter-link .topfooter-link-main-items p{
    width: 314px;
    background: #fff;
    margin: -30px auto 0;
    text-align: center;
    color: #999999;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 2px rgba(80,80,80, 0.3);
    transition: all ease .3s;
    position: relative;
    z-index: 1;
}
#topfooter-link .topfooter-link-main-items p strong{
    color: #1A1A1A;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    display: block;
}
#topfooter-link .topfooter-link-main-items p:before{
    content: "";
    background: #009EFF;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
}
#topfooter-link .topfooter-link-main-items p:after{
    content: "";
    background: url(../img/icon_arow2_blue.svg) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
#topfooter-link .topfooter-link-main-items:hover p{
    box-shadow: 0 3px 10px 4px rgba(80,80,80, 0.35);
    transform: translateY(-5px);
}
#topfooter-link .topfooter-link-main-items:hover p:after{
    animation: sdb 1.8s infinite;
}
#header .header__corp-btn.pc{
    position: absolute;
    top: 20px;
    right: 25px;
    width: 200px;
}
#header .header__corp-btn a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 60px;
    padding-bottom: 3px;
    box-sizing: border-box;
    background: #346cba;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
#header .header__corp-btn a:after{
    position: absolute;
    top: calc(50% - 6px);
    right: 8px;
    width: 8px;
    height: 12px;
    background: url(../img/icon_arow2_white.svg) no-repeat center right;
    background-size: contain;
    content: "";
}
#header .header__corp-btn__en{
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
