@charset "UTF-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

p{
	margin-bottom: 1em;
}
.resp_img{
	width:100%;
	height:auto;
	}

.smp_imgchange{
	
	}
.smp_mb_1{
	margin-bottom:1em;
	}
.smp_mb_2{
	margin-bottom:2em;
	}
.smp_mb_4{
	margin-bottom:4em;
	}

a:link{
	color: #1a77c5;
	text-decoration: underline;
}

a:visited{
	color: #663366;
	text-decoration: none;
}

/*----------------------------------------
■レイアウト
----------------------------------------*/

#container{
	padding-top: 60px;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 60px;
    z-index: 10;
    background-color: #FFFFFF;
}

header .inner {
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
	position: relative;
}

a.boxlink:link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
text-indent: -9999px;
}


header .inner .logo {
    background-image: url(../img/common/logo.png);
    max-width: 265px;
    width: 40%;
    height: 29px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% center;
}


header .smp_menu_sw{
display: none;
}

header .smp_menu_img{
    text-indent: -9999px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% -15px);
    right: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
}

header .smp_menu_img:before{
	text-indent: 0;
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right:0;
	width: 100%;
	height: 100%;
	font-size: 26px;
	color: #000;

}

header nav {
    display: block;
    overflow: auto;
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 100;/*最前面に*/
    width: 100%;/*最大幅（調整してください）*/
    height: 100%;
    background-color: rgba(20,20,20,0.80);/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

.smp_menu_sw:checked ~ nav {
-webkit-transform: translateX(0%);
transform: translateX(0%);/*中身を表示（右へスライド）*/
box-shadow: 6px 0 25px rgba(0,0,0,.15);
width: 100%;
height: 100%;
position: fixed;
}

header nav{
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}



header .inner nav ul{
   display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 20px;
}
header .inner nav ul li{
   position: relative;
	margin-bottom: 10px;
}
header .inner nav ul li:last-child{
	margin-bottom: 0px;
}

header .inner nav ul li a:link,
header .inner nav ul li a:visited{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    display: block;
}
header .inner nav ul li.act a{
    color: #219DC1;
    text-decoration: none;
    font-weight: bold;
}
header .inner nav ul li a.gdc:link,
header .inner nav ul li a.gdc:visited{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    background-image: url(../../common_img/head/logo.gif);
    background-repeat: no-repeat;
    background-size: 130px auto;
    background-position: center center;
	
}

main{
    background-color: #F5F5F5;	
}
main > .inner{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 29px;
    padding-left: 10px;
    padding-right: 10px;
}

main > .inner > section{
    padding-bottom: 40px;
}
footer {
	
}
section.work_mov{
   margin-left: 10px;
	margin-right: 10px;
}
section.work_mov .inner{
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/common/cobu.png);
    background-repeat: no-repeat;
    background-position: right 33px;
    padding-right: 130px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100px auto;
}
section.work_mov .inner .text{
    text-indent: -9999px;
    background-image: url(../img/common/text_mov.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 14.2857%;
    height: 0px;
    margin-bottom: 21px;
}
section.work_mov .inner .btn_disabled{
    text-indent: -9999px;
    background-image: url(../img/common/text_coming_soon.png);
    background-repeat: no-repeat;
    background-color: #CECECE;
    border-radius: 10px;
    display: block;
    height: 75px;
    background-size: 160px 19px;
    background-position: center center;
}

footer > .inner{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.bleadlist{
    display: flex;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 25px;
}
.bleadlist li:not(:last-child):after{
    content: " > ";
    margin-right: 10px;
    margin-left: 10px;
}

/*----------------------------------------
■汎用クラス
----------------------------------------*/

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.img_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.tbl1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-left-color: #cdcdcd;
	margin-bottom: 20px;
}


.tbl1 th {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cdcdcd;
    border-bottom-color: #cdcdcd;
    padding: 10px;
    background-color: #DCDCDC;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}

.tbl1 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	padding: 10px;
}

.center {
	text-align: center;
}
ul.list_1{
	margin-bottom: 20px;
}
ul.list_1 li{
	text-indent: calc(-1em - 10px);
	padding-left: calc(1em + 10px);
}
ul.list_1 li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1A9ABE;
    margin-right: 10px;
}

	
.title_1 {
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #1A9ABE;
    position: relative;
    border-radius: 5px;
    border: 3px solid #1A99BE;
    background-image: url(../img/common/title_bg_1.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 30px;
    padding-bottom: 12px;
    width: 76.454%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.title_1 > span:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    width: 60px;
    height: 63px;
    background-image: url(../img/common/title_obj_1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.title_1:after, .title_1:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.title_1:after {
	
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.title_1:before {
	border-top-color: #1A99BE;
	border-width: 25px;
	margin-left: -25px;
}

.title_2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title_3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}
.title_3_2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    text-align: center;
}


.title_4{
    color: #1a9abe;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #1a9abe;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.title_5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.white_wrap{
    background: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.overflow{
	overflow:auto;
}

.right{
	text-align: right;	
	}

.empty{
	
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background-color: #FF0004;
	line-height: 0px !important;
	font-size: 0px !important;
	text-indent: -9999px;
}

.resp_img{
	max-width: 100%;
	width: auto;
	height: auto;
}

.text_red{
    color: #E30003;	
}


.gdc_about_btn a:link,
.gdc_about_btn a:visited{
    display: flex;
    justify-content: center;
	align-items: center;
    border-radius: 5px;
    background-color: #1A9ABE;
    
    width: 80%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}

.gdc_about_btn a:after{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: calc(50% - 0.5em);
}


/*----------------------------------------
■トップ
----------------------------------------*/
.page_top .visual{
    background-image: url(../img/index/visual.jpg);
    height: 0;
    padding-top: 132.637%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-color: #000D4F;
}
.page_top .visual .inner{
  max-width: 1100px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.page_top .visual .text{
    text-indent: -9999px;
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 0px;
    line-height: 0;
    width: 79.0909%;
    padding-top: 28.0459%;
    display: block;
    background-image: url(../img/index/visual_text.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.page_top .visual ul.bn_menu{
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    bottom: 3%;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.page_top .visual ul.bn_menu li{
    width: 49%;
    margin-bottom: 10px;	
}
.page_top .visual ul.bn_menu li a.about:link{
    display: block;
	text-indent: -9999px;
    background-image: url(../img/index/bn_about.png);
    height: 0;
    padding-top: 69.2307%;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_top .visual ul.bn_menu li a.work:link{
    display: block;
	text-indent: -9999px;
    background-image: url(../img/index/bn_work.png);
    height: 0;
    padding-top: 69.2307%;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_top .visual ul.bn_menu li a.career:link{
    display: block;
	text-indent: -9999px;
    background-image: url("../img/index/bn_career.png");
    height: 0;
    padding-top: 69.2307%;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_top .visual ul.bn_menu li a.graduate:link{
    display: block;
	text-indent: -9999px;
    background-image: url("../img/index/bn_graduate.png");
    height: 0;
    padding-top: 69.2307%;
    background-repeat: no-repeat;
    background-size: contain;
}

/*----------------------------------------
■外為どっとコムについて
----------------------------------------*/
.page_about .about_indexs{
	display: flex;
	justify-content: space-between;
flex-wrap: wrap;
	
}
.page_about .about_indexs .box{
   
    width: 49.0909%;
    background-color: #FFFFFF;
    border: 2px solid #DEDEDE;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
	display: flex;	
position: relative;
	flex-direction: column;
}
.page_about .about_indexs .box .img{
    margin-right: auto;
    width: 100%;
    max-width: 190px;
    margin-left: auto;
}
.page_about .about_indexs .box .detail{
	width: 100%;
}

/*----------------------------------------
■外為どっとコムについて - 各種データ
----------------------------------------*/
.page_about_data .about_data_indexs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.page_about_data .about_data_indexs .box{
    background-color: #FFFFFF;
    border: 2px solid #DEDEDE;
    padding: 10px;
    border-radius: 5px;
    width: 49.0909%;
    text-align: center;
    margin-bottom: 10px;
    min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page_about_data .about_data_indexs div.empty{
    max-width: 350px;
    width: 31.8181%;
    text-align: center;
    margin-bottom: 20px;
    min-height: 0px;
	
}

.page_about_data .about_data_indexs .box .atn{
	display: block;
    font-size: 12px;
    line-height: 17px;
}

.page_about_data .about_data_indexs .box.staff .sum,
.page_about_data .about_data_indexs .box.age .sum,
.page_about_data .about_data_indexs .box.length .sum{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.page_about_data .about_data_indexs .box .img{
    margin-bottom: 20px;
}


.page_about_data .about_data_indexs .box.paid_holidays .sum,
.page_about_data .about_data_indexs .box.childcare_leave .sum{
    color: #de0000;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 1;	
   
}
.page_about_data .about_data_indexs .box.paid_holidays .sum .large,
.page_about_data .about_data_indexs .box.childcare_leave .sum .large{
    font-size: 43px;
}
.page_about_data .about_data_indexs .box.paid_holidays .sum:after,
.page_about_data .about_data_indexs .box.childcare_leave .sum :after{
    content: "";
    display: inline;
    position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    height: 20px;
    background-color: #FCFF00;
	z-index: -1;
}

.page_about_data .about_data_indexs .box.paid_overtime .sum{
    font-size: 24px;
}

.page_about_data .about_data_indexs .box.holiday{
	justify-content: flex-start;
}
.page_about_data .about_data_indexs .box.holiday .sum{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_about_data .about_data_indexs .box.place .sum{
    font-size: 24px;
}

/*----------------------------------------
■外為どっとコムについて - 制度
----------------------------------------*/
.page_about_system section{
}

.page_about_system .boxs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.page_about_system .boxs .box{
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff;
    width: 49.0909%;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;	
}

.page_about_system .boxs .box.full{
    width: 100%;
}

.page_about_system .boxs .box .img{
    width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.page_about_system .boxs .box .img img{
    width: auto;
	max-width: 100%;
	height: auto;
}
.page_about_system .boxs .box .detail{
    
}
.page_about_system .boxs .box .detail > .title{
    font-size: 16px;
    font-weight: bold;
    color: #102955;
    text-align: center;
    margin-bottom: 15px;
}

.page_about_system .sec_office .voice_wrap{
    width: 100%;
    background-color: #E6F6FF;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    background-image: url(../img/about/system/voice.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px auto;
}

.page_about_system .sec_office .voice_wrap .title{
    color: #00a8ff;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #00a8ff;
    border-bottom: 1px solid #00a8ff;
    text-align: left;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}
.page_about_system .sec_office .voice_wrap .title:after{
    content: "";
    display: inline-block;
    background-image: url(../img/about/system/bln.png);
    width: 29px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-left: 10px;    
}

.page_about_system .sec_office .voice_wrap .voice{
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 2px dotted #8fb5c9;
    padding-bottom: 25px;
}

.page_about_system .sec_office .voice_wrap .voice:last-child{
   border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.page_about_system .sec_culture .boxs .box{
	width: 100%;
}
.page_about_system .sec_culture .boxs .box.event{
	flex-wrap: nowrap;
}
.page_about_system .sec_culture .boxs .box.event .text{
	margin-bottom: 20px;
}
.page_about_system .sec_culture .boxs .box.event .photo{
	
}

/*----------------------------------------
■外為どっとコムについて - 福利厚生
----------------------------------------*/
.page_about_welfare .welfare_lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;	
}
.page_about_welfare .welfare_lists li{
    width: 49%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.page_about_welfare .welfare_lists li:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1A9ABE;
    margin-right: 10px;
}

.page_about_welfare .eap_gltd .boxs,
.page_about_welfare .facilities .boxs,
.page_about_welfare .skill .boxs{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_about_welfare .eap_gltd .boxs .box{
    border-radius: 10px;
    background-color: #FFFFFF;
    max-width: 540px;
    width: 49.0909%;
    padding: 10px;
    margin-bottom: 15px;
}

.page_about_welfare .facilities .boxs .box,
.page_about_welfare .skill .boxs .box{
	border-radius: 10px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.page_about_welfare .eap_gltd .boxs .box{
    border-radius: 10px;
    background-color: #FFFFFF;
	max-width: 540px;
	width: 49.0909%;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}
.page_about_welfare .eap_gltd .boxs .box h3{
 width: 100%;  
}
.page_about_welfare .eap_gltd .boxs .box .img{
    
}
.page_about_welfare .eap_gltd .boxs .box .text{
	flex-grow: 1;
	width: 50%;
}

.page_about_welfare .facilities .boxs .box .img{
    width: 100%;
    margin-bottom: 15px;
}

.page_about_welfare .skill .lead{
    text-align: center;
    margin-bottom: 20px;
}

/*----------------------------------------
■外為どっとコムについて - オフィス
----------------------------------------*/
.page_about_office .office_lists{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page_about_office .office_lists li{
    
    width: 49%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
	position: relative;
}
.page_about_office .office_lists li:after{
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1A9ABE;
   position: absolute;
	right: 5px;
	top: calc(50% - 0.5em);
}

.page_about_office .lead{
    text-align: center;
    margin-bottom: 20px;
}

.page_about_office .slick_contents{
    margin-bottom: 40px;	
	
}

.page_about_office .slick_contents .box{
	position: relative;
}
.page_about_office .slick_contents .box img{
	width: 100%;
	height: auto;
}

.page_about_office .slick_contents .slick-slide:not(.slick-center){
	position: relative;
}

.slick_contents .slick-prev:before,
.slick_contents .slick-next:before{
    text-indent: -9999px;
	opacity: 1.0;
	
}
.slick_contents .slick-prev,
.slick_contents .slick-next{
    z-index: 10;
	
}

.slick_contents .slick-prev{
    left: 10px;
	text-indent: -9999px;
    background-image: url(../img/about/office/arrow_l.png);
    width: 41px;
    height: 41px;
}
.slick_contents .slick-next{
    right: 10px;
	text-indent: -9999px;
	background-image: url(../img/about/office/arrow_r.png);
    width: 41px;
    height: 41px;
}

.page_about_office .boxs{
  display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}

.page_about_office .boxs .box{
    background-color: #FFFFFF;
    border: 2px solid #DEDEDE;
    padding: 10px;
    border-radius: 5px;
    
    width: 49%;
    text-align: center;
    margin-bottom: 20px;
    min-height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.page_about_office .boxs .img.cobu{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;    
}
.page_about_office .boxs .img.cobu img{
	
}

.page_about_office .boxs .box .atn{
	display: block;
    font-size: 12px;
    line-height: 17px;
}

.page_about_office .boxs .box .sum{
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.page_about_office .boxs .box .img{
    margin-bottom: 20px;
}

.page_about_office .office_photos{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page_about_office .office_photos .box{
    display: flex;
    margin-bottom: 10px;
}
.page_about_office .office_photos .box .img{
    margin-bottom: 5px;
    width: 40%;
    margin-right: 10px;
}
.page_about_office .office_photos .box .text{
    font-size: 14px;
	width: 60%;
}

/*----------------------------------------
■仕事内容
----------------------------------------*/
.page_work .lead{
	text-align: center;
	margin-bottom: 30px;
}


.page_work .work_boxs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page_work .work_boxs .box{
    border-radius: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
}
.page_work .work_boxs .box.full{
    width: 100%;
	max-width: inherit;
}
.page_work .work_boxs .box .detail{
	overflow: auto;
}
.page_work .work_boxs .box .img{
    float: right;
    display: inline;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 100px;
   
}
.page_work .work_boxs .box .img img{
   max-width: 100%;
	width: auto;
	height: auto;
}
.page_work .work_boxs .box .eng_works{
    clear: both;
}
.page_work .work_boxs .box .eng_works_box{
    padding: 10px;
    background-color: #E9FAFF;
    display: flex;
    margin-bottom: 15px;
}
.page_work .work_boxs .box .eng_works_box .title{
   font-weight: bold;
}
.page_work .work_boxs .box .eng_works_box .detail{
  width: 80%;
}
.page_work .work_boxs .box .eng_works_box .detail p:last-child{
   margin-bottom: 0;
}
.page_work .work_boxs .box .eng_works_box .img{
    float: none;
    margin-right: 10px;
    width: 20%;
    text-align: center;
}
.page_work .work_boxs .box .eng_works_box .img .img{
   max-width: 100%;
	width: auto;
	height: auto;
}

/*----------------------------------------
■キャリア採用
----------------------------------------*/
.page_career .visual{
    text-indent: -9999px;
    background-image: url(../img/career/visual_sp.jpg);
    height: 0px;
    padding-top: 37.8666%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.page_career .boxs .box{
    background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

/*----------------------------------------
■新卒採用
-------------------------------------*/

.page_graduate .visual{
    text-indent: -9999px;
    background-image: url("../img/graduate/visual_sp.jpg");
    height: 0px;
    padding-top: 37.8666%;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page_graduate .office_lists{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page_graduate .office_lists li{
    
    width: 49%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
	position: relative;
}
.page_graduate .office_lists li:after{
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1A9ABE;
   position: absolute;
	right: 5px;
	top: calc(50% - 0.5em);
}

.page_graduate .white_wrap > .box{
	margin-bottom: 30px;
}

.page_graduate .selection_flow,
.page_graduate .sc_flow{
	
}
.page_graduate .selection_flow .box{
    background-color: #1A9ABE;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.page_graduate .selection_flow .box:last-child{
    background-color: #ffae00;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/graduate/cobu_1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    min-height: 60px;
}
.page_graduate .selection_flow .box:last-child .title{
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;    
}

.page_graduate .selection_flow .box .title,
.page_graduate .sc_flow .box .title{
    color: #FFF000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 23px;
}

.page_graduate .sc_flow .box{
    background-color: #1A9ABE;
    border-radius: 5px;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.page_graduate .sc_flow .box .title{
	margin-bottom: 0px;
}
.page_graduate .sc_flow .box .title .month{
	display: block;
}

.page_graduate .selection_flow .box:not(:last-child):after,
.page_graduate .sc_flow .box:not(:last-child):after{
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    color: #000;
    bottom: -17px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page_graduate .btns{
	display: flex;
	flex-direction: column;
}
.page_graduate .btns a:link{
    width: 100%;
    margin-bottom: 10px;
}
.page_graduate .btns a.darkblue_btn:link,
.page_graduate .btns a.darkblue_btn:visited{
    background-color: #003465;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../img/graduate/cobu_2.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    text-align: center;
}
.page_graduate .btns a:link:before{
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 7px;
}

.page_graduate .btns a.orange_btn:link,
.page_graduate .btns a.orange_btn:visited{
    background-color: #ff8a00;
    padding-top: 20px;
    padding-right:20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    
    text-align: center;
}

/*----------------------------------------
■イベント
----------------------------------------*/
.page_event .lead{
	margin-bottom: 30px;
	text-align: center;
}

.page_event .event_wrap{
	
}

.page_event .event_wrap .tokyo,
.page_event .event_wrap .okinawa{
	 border-radius: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    
    width: 100%;
    margin-bottom: 15px;
}

.page_event .event_wrap .box{
	margin-bottom: 30px;
}

.page_event .event_wrap .box .tbl1 th{
    width: 110px;
}


/*----------------------------------------
■QA
----------------------------------------*/
.page_qa .type_lists{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page_qa .type_lists li{
    
    width: 33%;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    margin-bottom: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
	position: relative;
}
.page_qa .type_lists li:after{
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1A9ABE;
   position: absolute;
	right: 5px;
	top: calc(50% - 0.5em);
}

.page_qa .question{
    color: #1A9ABE;
    font-weight: bold;
    font-size: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	
}



.page_qa .qa_sec{
  counter-reset: number 0; 
}

.page_qa .qa_sec .box{
    margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 2px solid #DFDFDF;
}

.page_qa .qa_sec .box:last-child{
    border: none;
	margin-bottom: 0px;
}

.page_qa .qa_sec .box .question:before{
    counter-increment: number 1;      /* number カウンタの増加数をセット */
    content: "Q" counter(number);      /* 表示形式を指定 */
    width: 3em;
    height: 3em;
    background-color: #1A9ABE;
    border-radius: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    font-size: 14px;
	flex-shrink: 0;
}

.page_qa .anser{
    padding-left: calc(3em + 7px);
	display: none;
	
}
