@charset "utf-8";
/* CSS Document */

/* common */
.bg-dark2 {
    background-color: #9C9C9C;
}
.center {
	text-align: center;
}
.ind_150 {
	margin-right: 0px;
}
.img100 {
	width: 100%;
}
.center_pc {
	text-align: center;
}
.g_back {
	background-color: #F3F2EB;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt90 {
	margin-top: 90px;
}
.d_line {
	border-bottom:dotted thin #3E3E3E;
}
.d_line2 {
	border-bottom:dotted thin #3E3E3E;
	padding-bottom: 10px;
}
.cap {
	font-size: 80%;
}
.t_left {
	text-align: left;
}
.f_left {
	float: left;
	margin-right: 20px;
}

/* toppage */

.top_copy1a {
	margin-top: 5px;
	font-size: 260%;
}
.top_copy1b {
	margin-top: 30px;
	font-size: 200%;
}
.top_copy2 {
	font-size: 140%;
	margin-top: 20px;
}
.top_copy3 {
	font-size: 140%;
	font-weight: bold;
}
.top_logo2 {
	margin-top: 40px;
	margin-bottom: 0px;
	z-index: 2;
	position:relative;
}
.main_img2 {
    margin-top: -10px;
    max-width: 678px;
    z-index: 1;
    position: relative;
}
.btn-primary-2 {
    font-size: 200%;
}
.entry_btn{
    height: 45px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    overflow: inherit;
}
.entry_btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FF5C00;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:0px 0px 0px 2px #FF5C00 ;
    transition: all 0.5s ease;
}
.entry_btn a:hover{
    background:#A72400;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #FF5C00 ;
	text-decoration-line: none;
}
.mm_title3 {
	color: #e94a18;
	padding-top: 15px;
	font-size: 150%;
	padding-bottom: 5px;
}
.mm_title3b {
	font-size: 140%;
	font-weight: bold;
}
.copy_box1 {
	width: 100%;
	padding: 30px;
	margin-bottom: 25px;
	background-color: #f8b551;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	font-size: 140%;
	line-height: 135%;
}
.copy_box2 {
	width: 100%;
	padding: 30px;
	margin-bottom: 25px;
	background-color: #e5e5e5;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	font-size: 140%;
	line-height: 135%;
}
.mm_arrow {
	margin-top: -55px;
}
.mm_img1 {
	width: auto;
}
.consul1 {
	background-color: #6F6F6F;
	padding: 6px;
	text-align: center;
	color: #fff;
	margin-top: 35px;
	margin-bottom: -25px;
	font-size: 125%;
}
.ill_02 {
	text-align: right;
}
.ill_03 {
	text-align: left;
}
.ill_04 {
	text-align: right;
}
.container li {
	margin-bottom: 20px;
}
.mm_box05 {
	width: 100%;
	padding: 30px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	border: solid #FF9544 medium;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.jumbotron-3 {
	padding-top: 3rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
    margin-bottom: 2rem;
	background-color: #D5D5D5;
}
.jumbotron-3 h1 {
	font-size: 160%;
}
.order-bt a {
    padding-top: 5px;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 5px;
    color: #FFFFFF;
    border: 2px solid #323232;
    border-radius: 36px;
    background-color: #000000;
}
.order-bt a:hover {
	background-color: #4B4B4B;
	text-decoration: none;
	color: #FC9500;
}
.entry_btn1 {
width: 250px;
}
.entry_btn2 {
    width: 390px;
}
.entry_btn3 {
	width: 450px;
}
.title_s3 {
	background-color:#747474;
	color: #FFFFFF;
	padding: 13px;
	margin-bottom: 30px;
}
.cv_box {
	border: solid #FF9544 medium;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.reason1 {
	margin-top: 20px;
	margin-bottom: 40px;
}
.merit1 {
	margin-top: 30px;
}
.recomm1 li {
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px dotted #747474;
    padding-bottom: 5px;
    list-style-image: url("images/check_icon.jpg")
}
.profile_top {
	border: solid #fff thin;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}
.p_name {
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
@media screen and (max-width: 992px) {
	.main_img2,
	.main_img3 {
		width: 100%;
}
}
@media screen and (max-width: 576px) {
	.top_copy1a {
	margin-top: 20px;
	font-size: 150%;
}
.top_copy1b {
	margin-top: 40px;
	font-size: 150%;
}
.top_copy2 {
	font-size: 100%;
	margin-top: 20px;
}
	.top_copy3 {
	font-size: 120%;
	margin-top: 20px;
}
.mm_title3 {
	font-size: 120%;
}
.sp_left {
		text-align: left;
	}
	.mm_arrow {
	height: 24px;
}
.ill_02,
.ill_03,
.ill_04 {
	text-align: center;
}
	.ill_02 {
		margin-bottom: 8px;
	}
.mm_box05 {
		border: none;
		padding: 0px;
	width: auto;
	}
	.reason1,
	.shien_img,
	.merit1 {
	width: 100%;
	height: auto;
}
	.profile_top {
		text-align: center;
	}
	.profile_top img {
		width: 50%;
		height: auto;
	}
	.mt90 {
    margin-top: 50px;
}
	.entry_btn2,
	.entry_btn3 {
    width: 100%;
}
	.title_s3 {
		font-size: 130%;
	}
	.top_copy02 {
    margin-top: 20px;
}
	h2 {
		font-size: 120%;
	}
	}

/*profile*/

.profile_t2{
	font-size: 100%;
	border-top: dotted thin #646464;
	padding-top: 10px;
	margin-top: 10px;
}
.name1 {
	margin-bottom: 0px;
}
.name2 {
	font-size: 90%;
}
.profile_bt a{
    display:block;
    width:100%;
    text-decoration: none;
    background:#B46441;
    text-align:center;
    border:0px solid #FFFFFF;
    color:#FFFFFF;
    font-size:15px;
    font-weight:normal;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    transition: all 0.5s ease;
	margin-top: 10px;
}
.profile_bt a:hover{
    background:#A72400;
    color:#FFFFFF;
    margin-left:0px;
    border:0px solid #FFFFFF;
	text-decoration-line: none;
}
.profile_bt2 {
	text-align: right;
	margin-top: 20px;
}
.profile_bt2 a{
    display:inline;
    width:100%;
    text-decoration: none;
    background:#6B6B6B;
    text-align:center;
    border:0px solid #FFFFFF;
    color:#FFFFFF;
    font-size:15px;
    font-weight:normal;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    transition: all 0.5s ease;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.profile_bt2 a:hover{
    background:#000000;
    color:#FFFFFF;
    margin-left:0px;
    border:0px solid #FFFFFF;
	text-decoration-line: none;
}

/*contact*/

.contact-box2 th {
	width: 27%;
}
.contact_h5 {
	font-size: 100%;
	border-left: solid 3px #CF7879;
	padding-left: 5px;
}

/*recruit*/

.rt_back {
	background-color:#f3f2dc;
}
.top_copy_rt {
	display:block;
	font-size: 200%;
	background-color:#0b3168;
	color: #fff;
	padding: 5px;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.top_copy_rt2 {
	font-size: 320%;
	margin-top: -25px;
}
.w_back {
	background-color: #FFFFFF;
}
.rec_read {
	font-size: 120%;
}
.title_rt3 {
	background-color:#3B64AC;
	color:#fff;
	padding: 13px;
	margin-bottom: 30px;
}
.rt_arrow {
	color: #0b3168;
	font-size: 190%;
	margin-top: -20px;
}
.recomm2 li {
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px dotted #747474;
    padding-bottom: 5px;
    list-style-image: url("images/check_icon2.jpg")
}
.number_3 {
	font-size: 350%;
	font-style: italic;
	color: #4E1300;
	font-weight: normal;
	padding-right: 15px;
	padding-bottom: 10px;
	line-height: 125%;
}
.rec_tx01 {
	font-size: 170%;
}
.qa_list {
	list-style: none;
}
.q_tx {
	font-weight: bold;
	color: white;
	background-color: #7B7B7B;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	margin-right: 10px
}
.a_tx {
	font-weight: bold;
	color: white;
	background-color: #733b23;
	padding-left: 5px;
	padding-right: 5px;
	border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	margin-right: 10px
}
.rec_voice {
	border: 1px solid #cacaca;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding: 15px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	background-color: #fff;
 }
.rec_voice2 {
	border: 1px solid #cacaca;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	padding: 15px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	background-color: #747474;
	color: #FFFFFF;
 }
.top_img_rec img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.rec_icon01 {
	width: 18%;
}

@media screen and (max-width: 992px) {
	.top_copy_rt {
		width: 100%;}
	.submit-bt2 {
		width: 80%!important;
	}
}
@media screen and (max-width: 576px) {
.top_img_rec img {
	width: 100%;
}
	.top_copy_rt {
		font-size: 120%;}
	.top_copy_rt2 {
		font-size: 180%;}
	.rec_read {
	font-size: 100%;
}
	.title_rt3 {
	font-size: 150%;
	}
	.rt_arrow {
	font-size: 150%;
}
.recomm2 li {
    font-size: 120%;
}
.number_3 {
	font-size: 250%;
}
.rec_tx01 {
	font-size: 120%;
}
.rec_icon01 {
	width: 30%;
}
.cv_img_rec {
		width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}
	.rec_tx02 h3 {
		font-size: 130%;
	}
	.pc_img {
		display: none;
	}
	.qa_list {
	padding-left: 0px;
}
}