@charset "utf-8";

.bold {font-weight: 600!important;}
.t_center {text-align: center!important;}
.t_right {text-align: right!important;}
.t_left {text-align: left!important;}
.f12 {font-size: 12px!important; font-size: 1.2rem!important;}
.f13 {font-size: 13px!important; font-size: 1.3rem!important;}
.f14 {font-size: 14px!important; font-size: 1.4rem!important;}
.f15 {font-size: 15px!important; font-size: 1.5rem!important;}
.mt00 {margin-top: 0!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt70 {margin-top: 70px!important;}
.mt80 {margin-top: 80px!important;}
.mb00 {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}

.image-caption{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

/************************************************

  PC layout

************************************************/
/* =========================================
  base
========================================= */
img,iframe {
	max-width: 100%;
}
#bbpro .filter img{
	height: auto;
}

img {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: auto;
}
a:hover img {
	opacity: 0.7;
}
a,a:visited {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.sec_inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.pc_none {
	display: none!important;
}
.img_cover {
	font-family: 'object-fit: cover;'; /* IE */
}
.phone_number {
	text-decoration: none;
	pointer-events: none;
}
.yu_mincho {
	font-family: "Yu Mincho", "YuMincho", serif;
}

.ml-1{
	margin-left: 4px;
}

.aligncenter{
    margin: 0 auto;
    display: flex;
}

/*  heading
------------------------------------ */
.head_type01 {
	font-size: 60px;
	font-size: 6.0rem;
	padding: 30px 10px 10px 45px;
	background: url(../img/common/ico01.png) no-repeat 0 0;
}
.head_type02 {
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 600;
	margin: 60px 0 0;
}
.head_type02 span {
	position: relative;
}
.head_type02 span::before {
	content: '';
	width: 9979px;
	height: 1px;
	margin: auto;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
}

/*  menu button
------------------------------------ */
#menu_btn {
	display: none;
}

/*  pagenation
------------------------------------ */
.pagenation {
	font-size: 0;
	text-align: center;
	margin: 50px 0 0;
}
.pagenation li {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.pagenation li span,
.pagenation li a {
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background: #eee;
	border: solid 1px #fff;
	border-radius: 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.pagenation .current span,
.pagenation li a:hover {
	color: #fff;
	background: #0000fa;
}

/* =========================================
  header
========================================= */
#header {
	/*padding: 6% 20px 8%;*/
	padding: 4% 5% 8%;
	position: relative;
}
#logo {
	position: absolute;
	top: 0;
	left: 4%;
	z-index: 1;
}
#logo a {
	padding: 94px 45px 38px;
	background: #000;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#logo a:hover {
	background: #333;
}
#logo a:hover img {
	opacity: 1;
}
#language_setting {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	cursor: pointer;
}
#bbpro #language_setting,
#news #language_setting,
#news_detail #language_setting {
	color: #333;
	border-color: #999;
}
#language_setting ul {
	display: none;
	width: 100%;
	margin-top: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#language_setting li a {
	color: #333;
	padding: 5px;
	display: inline-block;
}
@media screen and (min-width: 1080px) {
	#language_setting:hover {
		color: #333;
		background: rgba(236,243,245,0.9);
	}
	#language_setting:hover ul {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}
#language_setting span {
	position: relative;
	padding-right: 13px;
}
#language_setting span::before {
	content: '';
	margin-top: -2px;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-top: solid 6px #fff;
	top: 50%;
	right: 0;
}
#bbpro #language_setting span::before,
#news #language_setting span::before,
#news_detail #language_setting span::before {
	border-top-color: #999;
}
#language_setting:hover span::before {
	border-top-color: #999;
}

/*  nav
------------------------------------ */
#gnav {
	text-align: right;
	max-width: 1640px;
	margin: 0 auto;
}
#gnav li {
	/*font-size: 30px;
	font-size: 3.0rem;*/
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 0 5%;
	display: inline-block;
	position: relative;
}
#gnav li:nth-child(2) {
	margin-left: 0;
}
#gnav li.spbtn {
	display: none;
}
#gnav li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
#gnav li a::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
#gnav li a:hover::after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
#gnav .dropdown, #gnav .dropdown.en{
	width: auto;
}

#gnav ul li ul {
	visibility: hidden;
	opacity: 0;
	position: relative;
	transition: all 0.5s ease;
	left: 0;
	display: none;
	color: white;
	padding: 12px 24px;
	border-radius: 5px;
	text-align: left;
}

#gnav ul li:hover > ul, ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

#gnav ul li ul li {
	clear: both;
	width: 100%;
	margin:0;
	margin-top: 4px 0;
}
#gnav ul li ul li a{
	font-size: 0.9em;
    margin: 4px 0;
}
.lang-select{
	color: white;
    margin-bottom: 8px;
    font-size: 14px;
}
.lang-select a:nth-child(1){
	padding-right: 16px;
    border-right: 1px solid white;
}
.lang-select a{
	padding-left: 8px;
}
@media screen and (min-width: 768px) {
	#gnav li {
		/*font-size: 26px;
		font-size: 2.6rem;*/
	}

	#gnav ul li ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		transition: all 0.5s ease;
		left: 0;
		display: none;
		background-color: hsl(223, 13%, 21%);
		color: white;
		padding: 12px 24px;
		border-radius: 5px;
		text-align: left;
	}
	#gnav .dropdown{
		width: 165px;
	}
	#gnav .dropdown.en{
		width: 350px;
	}		
}

/* =========================================
  footer
========================================= */
#footer .f_button {
	background: -moz-linear-gradient(left, #040000 1%, #040000 49%, #ffffff 49%, #ffffff 100%);
	background: -webkit-linear-gradient(left, #040000 1%,#040000 49%,#ffffff 49%,#ffffff 100%);
	background: linear-gradient(to right, #040000 1%,#040000 49%,#ffffff 49%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040000', endColorstr='#ffffff',GradientType=1 );
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: center;
}
#footer .f_contact,
#footer .f_info {
	text-align: center;
	width: 50%;
	max-width: 1000px;
	position: relative;
}
#footer .f_contact::before,
#footer .f_info::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/top/ttl_ico01.png) no-repeat 50% 50%;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}
#footer .f_contact a,
#footer .f_info a {
	color: #fff;
	background: #040000;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#footer .f_contact a:before,
#footer .f_info a:before {
	content: '';
	position: absolute;
	border: #fff solid 4px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
}
#footer .f_info a:before {
	border-color: #040000;
}
#footer .f_contact a:hover:before,
#footer .f_info a:hover:before {
	opacity: 1;
}
#footer .f_info a {
	color: #333;
	background: #fff;
}
#footer .f_button a {
	text-decoration: none;
	padding: 102px 10px;
	display: block;
}
#footer .f_button .en {
	font-size: 50px;
	font-size: 5.0rem;
	position: relative;
}
#footer .f_button .en::after {
	content: '';
	width: 118px;
	height: 8px;
	margin: auto;
	background: url(../img/top/btn_arr02_wh.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -153px;
}
#footer .f_button .f_info .en::after {
	background-image: url(../img/top/btn_arr02_bl.png);
}
#footer .f_button .jp {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
#footer .f_menu {
	padding: 120px 0 100px;
	background: url(../img/common/f_bg.jpg) no-repeat 50% 50%;
	background-size: cover;
}
#footer .f_menu .inner {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer .f_menu a {
	color: #fff;
	text-decoration: none;
}
#footer .f_menu a:hover {
	text-decoration: underline;
}
#footer .logo {
	width: 150px;
	float: left;
}
#footer .f_nav {
	font-size: 14px;
	font-size: 1.4rem;
	float: right;
}
#footer .f_nav .nav01,
#footer .f_nav .nav02 {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
}
#footer .f_nav .nav01 li {
	width: 195px;
}
#footer .f_nav .nav01 li span {
	padding-left: 25px;
	position: relative;
}
#footer .f_nav .nav01 li span::before {
	content: '';
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(../img/common/f_ico.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
#footer .f_nav .nav02 ul {
	width: 300px;
	margin: 30px 0 0;
	padding-left: 25px;
}
#footer .f_nav .nav02 li {
	margin: 10px 0 0;
}
#footer .sns {
	margin: 95px 0 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: flex-end
}
#footer .sns li {
	margin: 0 0 0 30px;
}
#footer .sns li:first-child {
	margin-left: 0;
}
#footer .copyright {
	text-align: center;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #fff;
}
#footer .copyright small {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Yu Mincho", "YuMincho", serif;
}

@media screen and (min-width: 768px) and ( max-width: 1600px) {
	#footer .f_button .en::after {
		width: 60px;
		background-size: contain;
		right: -80px;
	}
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
	#footer .f_menu {
		padding: 60px 0;
	}
	#footer .logo {
		margin: 0 auto;
		float: none;
	}
	#footer .f_nav {
		max-width: 1000px;
		margin: 80px auto 0;
		padding-left: 25px;
		float: none;
	}
	#footer .f_nav .nav01 li,
	#footer .f_nav .nav02 ul {
		width: 20%;
	}
}

/* =========================================
  top page
========================================= */
.top_page #header {
	overflow: hidden;
}
.top_page #header::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/top/mv_line.png) no-repeat 50% 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -998;
}
.top_page #mv{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -999;
	background: #ccc;
}
.top_page #header .catch {
	text-align: center;
	margin: 17% 0 0;
}
.top_page #header .catch span {
	display: block;
}
.top_page #header .catch .en {
	max-width: 90%;
	margin: 0 auto;
}
.top_page #header .catch .jp {
	max-width: 700px;
	margin: 88px auto 0;
}
.top_page main {
	background: url(../img/top/bg01.png) no-repeat 50% 0;
}
.top_page .animated {
	position: relative;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.top_page .animated:hover::before {
	left: 0;
	right: auto;
	width: 100%;
}
.top_page .animated::before {
	content: '';
	color: #333 !important;
	width: 0;
	height: 100%;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

@media screen and (min-width: 768px) and ( max-width: 1600px) {
	.top_page #header .catch .jp {
		max-width: 600px;
		margin: 88px auto 0;
	}
}

/*  sec01
------------------------------------ */
.top_page .sec01 {
	padding: 65px 0 0;
	position: relative;
}
.top_page .sec01 .scroll {
	position: absolute;
	top: -132px;
	left: 18%;
	z-index: -998;
}
.top_page .sec01 .txt {
	/*font-size: 39px;
	font-size: 3.9rem;*/
	font-size: 30px;
	font-size: 3.0rem;
	font-family: "Yu Mincho", "YuMincho", serif;
	text-align: center;
	letter-spacing: 0.06em;
}
.top_page .sec01 .btn {
	/*font-size: 29px;
	font-size: 2.9rem;*/
	font-size: 20px;
	font-size: 2.0rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	text-align: center;
	/*width: 625px;*/
	width: 400px;
	margin: 50px auto 0;
	background-color: #000;
	position: relative;
	z-index: 0;
}
.top_page .sec01 .btn a {
	color: #fff;
	text-decoration: none;
	/*padding: 24px 0;*/
	padding: 20px 0;
	border: solid 2px #000;
	display: block;
	background: url(../img/top/btn_arr01_wh.png) no-repeat 98% 90%;
}
.top_page .sec01 .btn a:hover {
	color: #111;
	background-image: url(../img/top/btn_arr01_bl.png);
}
.top_page .sec01 .img {
	max-width: 1460px;
	margin: 95px auto 0;
	padding: 0 30px;
}

@media screen and (min-width: 768px) and ( max-width: 1600px) {
	.top_page .sec01 .scroll {
		left: 3%;
	}
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
	.top_page .sec01 .scroll {
		z-index: -1000;
	}
}

/*  sec02
------------------------------------ */
.top_page .sec02 {
	margin: 135px 0 0;
	position: relative;
}
.top_page .sec02::before {
	content: '';
	width: 100%;
	max-width: 1664px;
	height: 954px;
	margin: auto;
	background: url(../img/top/bg02.png) no-repeat 50% 0;
	position: absolute;
	top: -480px;
	right: 0;
	left: 0;
	z-index: -10;
}
.top_page .sec02 .ttl {
	/*font-size: 60px;
	font-size: 6.0rem;*/
	font-size: 40px;
	font-size: 4.0rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
}
.top_page .sec02 .ttl span {
	position: relative;
}
.top_page .sec02 .ttl span::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/top/ttl_ico01.png) no-repeat 50% 50%;
	position: absolute;
	top: -28px;
	left: -37px;
}
.top_page .sec02 .txt {
	color: #464646;
	/*font-size: 30px;
	font-size: 3.0rem;*/
	font-size: 20px;
	font-size: 2.0rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
	/*line-height: 1.2;*/
	line-height: 1.4;
	margin: 36px 0 0;
}
.top_page .sec02 .img {
	text-align: center;
	margin: 74px 0 0;
}

@media screen and (min-width: 768px) {
	.top_page .sec02 .img {
	padding: 0 350px;
	}
}

/*  sec03
------------------------------------ */
.top_page .sec03 {
	/*margin: 180px 0 0;*/
	margin: 150px 0 0;
}
.top_page .sec03 .ttl {
	text-align: center;
}
.top_page .sec03 .ttl .en {
	/*font-size: 60px;
	font-size: 6.0rem;*/
	font-size: 40px;
	font-size: 4.0rem;
	position: relative;
	display: inline-block;
}
.top_page .sec03 .ttl .en::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/top/ttl_ico01.png) no-repeat 50% 50%;
	position: absolute;
	top: -28px;
	left: -75px;
}
.top_page .sec03 .ttl .jp {
	/*font-size: 29px;
	font-size: 2.9rem;*/
	font-size: 20px;
	font-size: 2.0rem;
	letter-spacing: 0.12em;
	margin: 36px 0 0;
	display: block;
}
.top_page .sec03 .link {
	max-width: 1460px;
	/*margin: 118px 0 0;*/
	margin: 80px auto 0;
	padding: 0 30px;
}
.top_page .sec03 .link .btn01 {
	text-align: center;
	background: #fff;
}
.top_page .sec03 .link .btn02 {
	margin: 40px 0 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	justify-content: space-between;
}
.top_page .sec03 .link .btn02 li {
	text-align: center;
	margin: 0 0 0 2%;
	background: #fff;
}
.top_page .sec03 .link .btn02 li:first-child {
	margin-left: 0;
}
.top_page .sec03 .link .btn03 {
	text-align: center;
	margin: 30px 0 0;
	background: #fff;
}
.top_page .sec03 .link .btn03 .pc_hide {
	display: none;
}

/*  sec04
------------------------------------ */
.top_page .sec04 {
	/*margin: 200px 0 0;
	padding: 200px 0;*/
	margin: 120px 0 0;
	padding: 120px 0;
	background: #ecf4f6;
	position: relative;
}
.top_page .sec04::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/top/bg03.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.top_page .sec04 .sec_inner {
	/*max-width: 1520px;*/
	max-width: 1360px;
}
.top_page .sec04 .news {
	margin: 0 auto;
	padding: 75px 0;
	background: #fff;
}
.top_page .sec04 .ttl {
	/*font-size: 60px;
	font-size: 6.0rem;*/
	font-size: 50px;
	font-size: 5.0rem;
	padding: 0 5%;
	position: relative;
	z-index: 5;
}
.top_page .sec04 .ttl span {
	position: relative;
}
.top_page .sec04 .ttl span::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/top/ttl_ico01.png) no-repeat 50% 50%;
	position: absolute;
	top: -14px;
	left: -41px;
}
.top_page .sec04 .list {
	margin: 40px 0 0;
	padding: 0 7%;
	position: relative;
	z-index: 5;
}
.top_page .sec04 dl {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0;
	border-top: solid 1px #e8e8e8;
}
.top_page .sec04 dl:last-child {
	border-bottom: solid 1px #e8e8e8;
}
.top_page .sec04 dt {
	margin: 0 24px 0 0;
	float: left;
}
.top_page .sec04 dd {
	overflow: hidden;
}
.top_page .sec04 dd a {
	text-decoration: none;
}
.top_page .sec04 dd a:hover {
	text-decoration: underline;
}
.top_page .sec04 .date {
	margin: 0 20px 0 0;
}
.top_page .sec04 .cat {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	min-width: 100px;
	padding: 3px 2px 2px;
	background: #464646;
	display: inline-block;
}
.top_page .sec04 .btn {
	/*font-size: 29px;
	font-size: 2.9rem;*/
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	/*width: 337px;*/
	width: 280px;
	margin: 60px auto 0;
	background-color: #000;
	position: relative;
	z-index: 5;
}
.top_page .sec04 .btn a {
	color: #fff;
	text-decoration: none;
	/*padding: 16px 0;*/
	padding: 12px 0;
	border: solid 2px #000;
	display: block;
	background: url(../img/top/btn_arr01_wh.png) no-repeat 98% 90%;
}
.top_page .sec04 .btn a:hover {
	color: #111;
	background-image: url(../img/top/btn_arr01_bl.png);
}

/*  sec05
------------------------------------ */
.top_page .sec05 {
	font-size: 60px;
	font-size: 6.0rem;
	background: #e9f2f7;
	position: relative; /*comingsoon*/
}
.top_page .sec05::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7) url(../img/top/comingsoon.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 997;
}
.top_page .sec05 .recruit {
	max-width: 2000px;
	margin: 0 auto;
	padding: 162px 0;
    background: url(http://beyondborders.jp/wp-content/uploads/2022/04/20190704-637-min.jpg) no-repeat 111% 22%;
    background-size: 52%;
}
.top_page .sec05 .recruit p {
	text-align: center;
	width: 50%;
}
.top_page .sec05 .recruit span {
	position: relative;
}
.top_page .sec05 .recruit span::before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/top/ttl_ico02.png) no-repeat 50% 50%;
	position: absolute;
	top: -14px;
	left: -41px;;
}
.top_page .sec05 .recruit span::after {
	content: '';
	width: 118px;
	height: 8px;
	margin: auto;
	background: url(../img/top/btn_arr02_bl.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -153px;
}
.top_page .sec05 .recruit a {
	text-decoration: none;
}

@media screen and (min-width: 769px) and ( max-width: 1200px) {
	.top_page .sec05 .recruit {
		background-size: 700px;
	}
}

/* =========================================
  sub page
========================================= */
.sub_page #header {
	padding: 6% 20px 28%;
	background: #ecf3f5;
}
.sub_page #gnav li a::after {
	background: #000;
}
@media screen and (min-width: 769px) {
	.sub_page #gnav li a, .sub_page .lang-select{
		color: #333;
		text-shadow: 1px 0 3px #fff,-1px 0 3px #fff,0 1px 3px #fff,0 -1px 3px #fff;
	}
	
	.sub_page #gnav li a::after{
		color: #333;
		box-shadow: 2px 1px 3px #fff;
	}
}
.sub_page main {
	padding: 0 0 200px;
	background: #ecf3f5;
}
.sub_page .cont_frame {
	width: 80%;
	max-width: 1440px;
	margin: -100px auto 0;
	padding: 5% 5% 9%;
	background: #fff;
	position: relative;
}
.sub_page .breadcrumb {
	position: absolute;
	top: 20px;
	right: 5%;
}
.sub_page .breadcrumb li {
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 25px;
	position: relative;
}
.sub_page .breadcrumb li::before{
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border: 0px;
	border-top: solid 1px #dbe4e9;
	border-right: solid 1px #dbe4e9;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}
.sub_page .breadcrumb li a {
	color: #dbe4e9;
	text-decoration: none;
}
.sub_page .breadcrumb li a:hover {
	text-decoration: underline;
}

/*  company page
------------------------------------ */
#company #header {
	background: url(../img/company/mv.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#company .cont_frame {
	width: 90%;
	max-width: 1640px;
	padding: 5% 0 9%;
	background-image: url(../img/company/bg01.png);
	background-repeat: no-repeat;
	background-position: 98% 3%;
}
#company .comp_inner {
	padding: 0 5%;
}
#company .head_type01 span {
	font-size: 20px;
	font-size: 2.0rem;
	margin-left: 5%;
}
#company .head_type01 span a {
	text-decoration: none;
}
#company .head_type01 span a:hover {
	text-decoration: underline;
}
#company .mission {
	margin: 70px 0 0;
}
#company .mission .tag {
	color: #fff;
	font-size: 25px;
	font-size: 2.5rem;
}
#company .mission .tag span {
	padding: 11px 32px;
	background: #000;
	display: inline-block;
}
#company .mission .ttl {
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.12em;
	margin: 30px 0 0;
}
#company .mission .sub_ttl {
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin: 10px 0 0;
}
#company .mission .txt {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	letter-spacing: 0.12em;
	margin: 20px 0 0;
}
#company .mission .txt .adjust {
	display: none;
}
#company .comp_info {
	line-height: 1.75;
	margin: 100px 0 0;
	padding: 0 5%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	position: relative;
}
#company .comp_info th,
#company .comp_info td {
	padding: 12px 0;
	border-top: solid 1px #e8e8e8;
}
#company .comp_info th {
	vertical-align: top;
	width: 36%;
}
#company .comp_info .overview {
	width: 50%;
}
#company .comp_info .img {
	text-align: right;
	width: 47%;
	position: absolute;
	top: 0;
	right: 0;
}
#company .access_info {
	margin: 90px 0 0;
}
#company .access_info ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#company .access_info li {
	width: 46%;
	margin: 60px 0 0;
}
#company .access_info li:nth-child(1),
#company .access_info li:nth-child(2) {
	margin-top: 0;
}
#company .access_info dl {
	padding: 27px 0;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: space-between;
	align-items: center;
}
#company .access_info dd {
	text-align: right;
}
#company .access_info .map {
	height: 335px;
	margin: 30px 0 0;
}
#company .access_info .map.adjust {
	margin-top: 54px;
}
#company .access_info .map iframe {
	width: 100%;
	height: 100%;
}
#company .access_info .note {
	margin: 20px 0 0;
}
#company .access_info .note p {
	margin: 5px 0 0;
}

@media screen and (min-width: 769px) and ( max-width: 1600px) {
	#company .mission .txt .adjust {
		display: block;
	}
	#company .access_info dl {
		display: block;
	}
	#company .access_info dd {
		text-align: left;
		margin: 10px 0 0;
	}
}

/*  bbpro page
------------------------------------ */
#bbpro #header {
	padding-bottom: 8%;
}
#bbpro .cont_frame {
	margin-top: 0;
	background-image: url(../img/bbpro/bg01.png);
	background-repeat: no-repeat;
	background-position: 98% 3%;
}
#bbpro .lead {
	letter-spacing: 0.12em;
	line-height: 2.0;
	margin: 25px 0 0;
}
#bbpro .member {
	margin: 90px 0 0;
}
#bbpro .member ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
#bbpro .member li {
	width: 25%;
	cursor: pointer;
	overflow: hidden;
}
#bbpro .member li .filter{
	height: 100%;
	position: relative;
}
#bbpro .member li .filter::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.34);
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	opacity: 0;
}
#bbpro .member li:hover .filter::after {
	opacity: 1;
}
#bbpro .member .label {
	letter-spacing: 0.12em;
	width: 100%;
	height: 100%;
	max-height: 29%;
	padding: 4% 3% 3%;
	background: rgba(255,255,255,0.85) url(../img/bbpro/ico01.png) no-repeat 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	opacity: 0;
	transform:translate(0,60px);
	-webkit-transform:translate(0,60px);
	-moz-transform:translate(0,60px);
	-ms-transform:translate(0,60px);
	-o-transform:translate(0,60px);
}
#bbpro .member li:hover .label {
	opacity: 1;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
}
#bbpro .member .label p {
	vertical-align: middle;
	display: table-cell;
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	opacity: 0;
	transform:translate(0,70px);
	-webkit-transform:translate(0,70px);
	-moz-transform:translate(0,70px);
	-ms-transform:translate(0,70px);
	-o-transform:translate(0,70px);
	cursor: auto;
}
#bbpro .member li:hover .label p {
	opacity: 1;
	transform:translate(0,0);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
}
#bbpro .member .name,
#bbpro .member .position {
	font-size: 20px;
	font-size: 2.0rem;
	font-style: italic;
	padding: 0 10%;
	display: block;
}
#bbpro .member .position {
	font-size: 12px;
	font-size: 1.2rem;
}
#bbpro .member .department {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#bbpro .member .department br {
	display: none;
}
@media screen and ( max-width: 1499px) {
	#bbpro .member .label {
		letter-spacing: 0.05em;
	}
	#bbpro .member .name {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#bbpro .member .department {
		font-size: 12px;
		font-size: 1.2rem;
		bottom: 0;
		right: 0;
	}
}
@media screen and (min-width: 1080px) and ( max-width: 1199px) {
	#bbpro .member .label p {
		padding-bottom: 3%;
	}
	#bbpro .member .name {
		padding: 0 5%;
	}
	#bbpro .member .department.adjust {
		font-size: 9px;
		font-size: 0.9rem;
	}
}

/*  recruit page
------------------------------------ */
/* #ra #header {
	padding-bottom: 6%;
}
#ra .section-1{
    height: 470px;
    background: white;
}
#ra .main-banner{
    background: url(../img/ra/ra-banner.jpg) no-repeat 100% 100%;
    height: 470px;
    position: absolute;
    width: 100%;
}
#ra .text-container{
	position: absolute;
    padding-top: 124px;
    margin-left: 58px;
    font-size: 1.4em;
}
#ra .main-title {
    margin-top: 44px;
	font-size: 4.6rem;
	text-shadow: #929292 2px 1px;
}
#ra .main-title-text-image {
	background: url(../img/ra/ra-desktop-logo.png) no-repeat 100% 100%;
	margin-top: 44px;
	background-size: contain;
	width: 520px;
	height: 90px;
}
#ra .main-title .bold{
	font-size: 6rem;
}

#ra .section-2{
	background: #eaf5f5;
}
#ra .title-with-bg{
    background: #3f474d;
    color: white;
    padding: 8px 40px;
    display: inline-block;
    margin-top: 24px;
}
#ra .title-with-bg.title-s2{
    font-size: 2.3rem;
    margin-top: 28px;
}

#ra .title-center{
    text-align: center;
    margin-top: 32px;
    font-size: 4rem;
}

#ra .section-2-content{
    margin-top: 32px;
    padding: 16px 52px 52px;
    font-size: 1.15em;
}

#ra .section-3{
	background: white;
}

#ra .section-3 .title{
    text-align: center;
    margin-top: 32px;
    font-size: 3.4rem;
}

#ra .section-3 .title span{
	font-weight: 600;
	font-size: 3.8rem;
}

#ra .section-3 .image-container{
	text-align: center;
}

#ra .ra-diagram{
	background: url(../img/ra/ra-diagram.png) no-repeat center center;
    background-size: contain;
    height: 330px;
    width: 100%;
}

#ra .section-3 .section-3-content{
	display: flex;
	flex-wrap: wrap;
    padding: 36px 52px;
}

#ra .section-3 .section-3-content .set{
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}

#ra .section-3 .section-3-content .set-child{
	flex-grow: 1;
}

#ra .section-3 .flex-grow-1{
	flex-grow: 1;
}

#ra .action-btn-container{
	display: flex;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 84px;
	padding: 0 24px;
	justify-content: space-between;
}

#ra .btn{
	font-size: 20px;
    font-size: 2.0rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
    text-align: center;
    width: 400px;
    margin: 50px auto 0;
    background-color: #000;
    position: relative;
    z-index: 0;
}

#ra .btn::before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/top/ttl_ico01.png) no-repeat 50% 50%;
    position: absolute;
    top: 10px;
    left: 10px;
	z-index: 10;
}

#ra .btn a{
	color: #fff;
    text-decoration: none;
    padding: 20px 0;
    border: solid 2px #000;
	display: block;
	cursor: pointer;
	background: url(../img/top/btn_arr01_wh.png) no-repeat 98% 90%;
	position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

#ra .btn a::before{
	content: '';
	color: #333 !important;
	width: 0;
	height: 100%;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

#ra .btn a:hover{
	color: #111;
    background-image: url(../img/top/btn_arr01_bl.png);
}

#ra .btn a:hover::before{
	left: 0;
	right: auto;
	width: 100%;
}
@media screen and (max-width: 768px) {
	#ra #header{
		padding-top: 8%;
	}
	#ra .section-1{
		height: 445px;
	}
	#ra .main-banner{
		background: url(../img/ra/ra-banner.jpg) no-repeat 50% 100%;
		background-size: cover;
		height:445px;
	}
	#ra .main-title-text-image {
		background: url(../img/ra/ra-mobile-logo.png) no-repeat;
		width: 270px;
		height: 140px;
	}
	#ra .text-container{
		font-size: 0.8em;
		padding-top: 140px;
		margin-left: 24px;
	}
	#ra .main-title{
		font-size: 3.4rem;
	}

	#ra .title-center{
		font-size: 2.2rem;
	}
	#ra .section-2-content{
		margin-top: 12px;
		padding: 16px 20px 52px;
	}
	#ra .section-3 .image-container{
		margin-top: 20px;
	}
	#ra .ra-diagram{
		height: 140px;
	}
	#ra .btn{
		font-size: 1.5rem;
	}
} */



/*  recruit test page (RA-TEST)
------------------------------------ */
#ra {
	font-family: "游ゴシック体", YuGothic;
}

#ra .header {
	background-color: #fff;
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 54px 0;
}

#ra .logo-image {
	display: block;
	background: url(../img/ra/ra-test-logo.png)no-repeat 100% 100%;
	background-size: contain;
	width: 545px;
	height: 90px;
	margin: 0 auto;
}

#ra .section-1{
  height: 500px;
  background: white;
}

#ra .main-banner {
	background: url(../img/ra/ra-test-banner.jpg)no-repeat 100% 100%;
	background-size: cover;
	height: 358px;
	position: absolute;
	width: 100%;
}

#ra .text-container {
	position: absolute;
  padding-top: 180px;
  font-size: 55px;
	width: 100%;
	text-align: center;
	font-weight: 800;
	color: #fff;
}

#ra .gradation-bg {
	background: linear-gradient(to top, #DCEAEA, #FEFFE6);
	padding-bottom:1px;
}

#ra .section-2, #ra .section-3, .section-4{
	text-align: center;
}

#ra .mission-image-s2 {
	background: url(../img/ra/ra-test-mission-image.png)no-repeat 100% 100%;
	height: 240px;
	width: 500px;
	margin: 0 auto;
}

#ra .title-center {
	font-size: 54px;
	margin-top:24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 32px;

}

#ra .title-center span {
	color: #C96D1C;
}

#ra .content-s2 {
	padding-bottom: 28px;
	width: 90%;
  margin: 0 auto;
  font-size: 26px;
	line-height: 200%;
}

#ra .content-s2 > p {
	margin: 40px 0;
	font-weight: 500;
}

#ra .btn-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  max-width: 90%;
  margin: 0 auto;
  font-size: 22px;
}

#ra .btn{
	flex-grow: 1;
	max-width: 545px;
}

#ra .btn a {
	padding: 24px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#ra .btn-orange {
	background-color: #d67f34;
	box-shadow: 0 6px 0 #aa5a26;
	border-radius: 15px;
}

#ra .btn-navy {
	background-color: #28719b;
	box-shadow: 0 6px 0 #0d3a65;
	border-radius: 15px;
}

#ra .btn:active {
	box-shadow: none;
	transform: translate3d(0, 4px, 0);
}
#ra .btn:hover {
	opacity: 0.8;
}

#ra .border {
    width: 90%;
    margin: 60px auto;
    border-radius: 15px;
    background-color: #fff;
}

#ra .border-orange {
   border: solid 2px #C96B18;
}

#ra .border-navy {
   border: solid 2px #145D89;
}

#ra .border-title {
    display: inline-block;
    padding: 20px 45px;
	font-size: 42px;
	color: #fff;
	margin: 0 auto;
	border-radius: 0 0 15px 15px;
}

#ra .border-title-orange {
	background-color: #d67f34;
}

#ra .border-title-navy {
	background-color: #28719b;
}

/* section3
------------------------------------*/

/* section3-content1
--------------------*/
#ra .content1-s3 {

}
#ra .title-wrapper-s3 {
	padding: 52px 0;
    font-size: 32px;
}

#ra .title-wrapper-s3 .image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

#ra .title-wrapper-s3 .image-container .logo-image{
	margin: 0;
}

#ra .title-wrapper-s3 .image-container span{
	margin-top: 16px;
	margin-left: 2px;
}

#ra .title-text-s3 span {
	color: #d67f34;
	font-size: 1.2em;
}

#ra .three-circle-image {
	background: url(../img/ra/ra-test-three-circle-image.png)no-repeat center center;
	background-size: contain;
	height: 530px;
	width: 100%;
}

#ra .image-container-s3 {
	text-align: center;
}

#ra .set-wrapper-s3 {
	margin: 80px 0;
}

#ra .set-title-s3 {
	margin-bottom: 20px;
	font-size: 48px;
	color: #d67f34;
}

#ra .set-s3 {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 30px 30px 0 120px;
}

#ra .set-child-s3 {
	flex-grow: 1;
	text-align: left;
	font-size: 20px;
	line-height: 200%;
}

#ra .set-child-s3 > div > span {
	color: #d67f34;
	margin-right: 5px;
}

#ra .text-narrow {
	transform: scale(0.8, 1);
	transform-origin: left;
}
/* section3-content2
--------------------*/
#ra .content2-s3 {
	background-color: #FEFFDA;
}

#ra .content2-wrapper-s3 {
    padding: 80px 0;
}

#ra .content2-title-s3 {
    color: #d67f34;
	font-size: 48px;
}

#ra .content2-item-s3 {
    display: flex;
    justify-content: flex-start;
    width: 75%;
    margin: 0 auto;
    padding-top: 80px;
}

#ra .content2-image-area {
    width: 280px;
    height: 280px;
    background-color: yellowgreen;
    margin-right: 50px;
}

#ra .content2-image-area.a-san{
	background: url(../img/ra/A_san.png)no-repeat center center;
	background-size: cover;
}

#ra .content2-image-area.b-san{
	background: url(../img/ra/B_san.png)no-repeat center center;
	background-size: cover;
}

#ra .content2-image-area.c-san{
	background: url(../img/ra/C_san.png)no-repeat center center;
	background-size: cover;
}

#ra .content2-text-area {
    width: 650px;
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    margin: auto 0;
}

#ra .content2-item1 {
	line-height: 130%;
	font-size: 28px;
}

#ra .content2-item-title {
	border-bottom: dotted 1px #333;
	font-size: 36px;
    margin-bottom: 12px;
}

#ra .content2-item-decor{
	display: flex;
	align-items: center;
	color:#d67f34;
	font-weight: bold;
	margin-bottom: 12px;
}

/* section3-content3
--------------------*/
#ra .content3-s3 {

}

#ra .content3-wrapper-s3 {
	padding: 100px 0;
}

#ra .content3-title-s3 {
	font-size: 46px;
	font-weight: bold;
	color: #d67f34;
	margin-bottom: 80px;
}

#ra .content3-item-area-s3 {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

#ra .content3-item-s3 {

}

#ra .triangle-right {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 22px solid #d67f34;
  border-bottom: 15px solid transparent;
  margin: 100px 4px;
}

#ra .content3-image-area {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-bottom: 32px;
}

.content3-image-area.step-1{
	background: url(../img/ra/step1.png)no-repeat center center;
	background-size: cover;
}

.content3-image-area.step-2{
	background: url(../img/ra/step2.png)no-repeat center center;
	background-size: cover;
}

.content3-image-area.step-3{
	background: url(../img/ra/step3.png)no-repeat center center;
	background-size: cover;
}

.content3-image-area.step-4{
	background: url(../img/ra/step4.png)no-repeat center center;
	background-size: cover;
}

#ra .content3-text-area {
  font-size: 34px;
  color: #52453d;
  font-weight: bold;
}

#ra .entry-btn {
  width: 50%;
  margin: 0 auto;
  font-size: 36px;
  font-weight: normal;
}

/* section4
------------------------------------*/
/* section4-content4
--------------------*/
#ra .content4-s4 {

}

#ra .content4-wrapper-s4 {
    padding: 100px 0;
}

#ra .content4-title-s4 {
	font-size: 60px;
	font-weight: bold;
    margin-bottom: 80px;
}

#ra .content4-title-s4 > span {
	color: #28719b;
}

#ra .content4-title-announce-s4 {
    color: #6D6C6D;
    font-size: 42px;
    font-weight: normal;
}

#ra .content4-image-area {
	width: 80%;
    height: 0;
    padding-top: 33.41%; /* height/width * container% */
    background-color: pink;
    margin: 0 auto;
    background: url(../img/ra/checklist.png)no-repeat center center;
    background-size: cover;
}

/* section4-content5
--------------------*/
#ra .content5-s4 {
	position: relative;
	background-color: #28719b;
}

#ra .content5-wrapepr-s4 {
    padding: 80px 0;
}

#ra .content5-text-s4 {
    color: #fff;
    font-size: 42px;
}

#ra .content5-text-s4 > span {
	font-size: 60px;
}

#ra .content5-logo-s4 {
	color: white;
    font-size: 48px;
	margin: 0 auto;
	display: inline;
	font-weight: bold;
}

/* section4-content6
--------------------*/
#ra .content6-s4 {
	position: relative;
	background-color:  #FEFFDA;
}

#ra .content6-wrapper-s4 {
     padding: 100px 0;
     width: 90%;
     margin: 0 auto;
}

#ra .content6-title-s4 {
	font-size: 38px;
	font-weight: bold;
}

#ra .content6-title-s4 > span {
    color: #333;
    font-size: 60px;
}

#ra .content6-title-s4 > span > span {
    color: #28719b;
    font-size: 60px;
}


#ra .content6-item-area {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
}

#ra .content6-item-s4 {
    height: 350px;
    width: 310px;
    background-color: #fff;
    border: solid 4px #28719b;

}

#ra .content6-item-number-s4 {
	margin-top: 30px;
    font-size: 90px;
    color: #70AFBF;
}

#ra .content6-item-text-s4 {
    font-size: 26px;
    font-weight: bold;
}

#ra .content6-item-text-s4 > span {
     color: #28719b;
     font-weight: bold;
     font-size: 32px;
}
/* section4-content7
--------------------*/
#ra .content7-s4 {
	position: relative;
	background-color: #E8EFFE;
}

#ra .content7-wrapper-s4 {
    padding: 80px 0;
    margin: 0 auto;
    width: 80%;
	font-weight: bold;
}

#ra .content7-title-s4 {
    font-size: 42px;
		margin-bottom: 30px;
}

#ra .content7-title-s4 > span{
    font-size: 60px;
    color:  #28719b;
}

#ra .content7-set-s4 {
    display: flex;
	flex-wrap: wrap;
	width: 90%;
    margin-left: 60px;
    padding-bottom: 30px;

}

#ra .content7-set-child-s4 {
    flex-grow: 1;
	text-align: left;
	line-height: 200%;
	font-size: 38px;
	width: 50px;

}

#ra .content7-set-child-s4 > div> span {
	margin-right: 10px;
	color: #28719b;
	font-size: 28px;
}

#ra .content7-s4 .memo{
	font-size: 38px;
	font-weight: bold;
}

#ra .content7-set-child-s4 > div> {
	font-size: 42px;
	font-weight: bold;
}
/* section4-content8
--------------------*/

#ra .content8-s4 {
	position: relative;
}

#ra .content8-wrapper-s4 {
	padding: 80px 0;
	margin: 0 auto;
	width: 80%;
}

#ra .content8-text-s4 {
    font-size: 48px;
    margin: 30px 0;
}

#ra .inquiry-btn {
  width: 60%;
  margin: 0 auto;
  font-size: 36px;
  font-weight: normal;
}

#ra .arrow {
	position: relative;
	background: #d67f34;
	width: 10px;
	height: 10px;
	display: inline-block;
}
#ra .arrow:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 106, 45, 0);
	border-left-color: #d67f34;
	border-width: 10px;
    margin-top: -10px;
    margin-left: -1px;
}

#ra .arrow-text {
	margin-left: 14px;
}

#ra .triangle-double-1{
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    color: #8bb0da;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 64px;
    border-color: #8bb0da transparent transparent transparent;
}
#ra .triangle-double-1::before{
	content: '';
    top: -86px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    color: #28719b;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 64px;
    border-color: #28719b transparent transparent transparent;
}

#ra #header {
	padding: 6% 20px 4%;
}

#ra .paper-container{
	position: relative;
	width:90%;
	margin:	0 auto;
    background-color: #FFF;
}

@media screen and (max-width: 768px) {
	#ra #header {
		padding: 6% 20px 29%;
	}

	#ra .paper-container{
		width: 100%;
	}

	#ra .header {
		height: auto;
		background-color: #fff;
		color: #333;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		padding: 32px 0;
	}
	#ra .logo-image {
		width: 80%;
		height: 47px;
		margin: 0 auto;
	}
	#ra .section-1 {
		height: 142px;
		background: white;
	}
	#ra .main-banner{
		height: 108px;
		margin-top: 0;
	}
	#ra .text-container{
		padding-top: 48px;
		font-size: 20px;
	}
	#ra .mission-image-s2 {
		background-size: contain;
		height: 120px;
		width: 80%;
	}
	#ra .btn-wrapper{
		font-size: 14px;
	}
	#ra .title-center {
		font-size: 22px;
	}
	#ra .content-s2 {
		padding-bottom: 28px;
		/* font-weight: 400; */
		width: 82%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 200%;
	}

	#ra .content-s2 > p {
		margin: 40px 0;
		font-weight: 550;
	}

	#ra .web-ver-br {
		display: none;
	}

	#ra .content-s2 span{
		display: block;
	}
	#ra .btn-navy {
		margin-top: 16px;
	}
	#ra .border-title, #ra .title-wrapper-s3 {
		font-size: 13px;
	}
	#ra .title-wrapper-s3{
		padding: 16px 0;
	}
	#ra .three-circle-image {
		height: 155px;
	}
	#ra .set-wrapper-s3 {
		margin: 24px 0;
	}
	#ra .set-title-s3 {
		margin-bottom: 16px;
		font-size: 20px;
		color: #d67f34;
	}
	#ra .set-s3 {
		display: flex;
		flex-wrap: wrap;
		margin: 0 40px;
		/* width: 100%; */
	}
	#ra .set-child-s3 {
		font-size: 14px;
	}
	#ra .content2-wrapper-s3, #ra .content3-wrapper-s3, #ra .content4-wrapper-s4, #ra .content5-wrapepr-s4, #ra .content6-wrapper-s4 {
		padding: 24px 0;
	}
	#ra .content2-title-s3 {
		color: #d67f34;
		font-size: 22px;
	}
	#ra .content2-item1 {
		font-size: 16px;
	}
	#ra .content2-item-s3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
		padding-top: 24px;
	}
	#ra .content2-image-area {
		width: 150px;
		height: 150px;
		background-color: yellowgreen;
		margin-right: 0;
		margin: 0 auto;
	}
	#ra .content2-text-area {
		text-align: center;
		width: 100%;
		font-weight: normal;
		font-size: 16px;
		margin: auto 0;
	}
	#ra .content2-item-title {
		border-bottom: none;
		font-size: 20px;
		margin-top: 4px;
	}
	.content2-item-decor{
		justify-content: center;
	}
	#ra .content3-title-s3 {
		font-size: 18px;
		font-weight: bold;
		color: #d67f34;
		margin-bottom: 24px;
		padding: 0 8px;
	}
	#ra .content3-item-area-s3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
	}
	#ra .triangle-right {
		display: none;
	}
	#ra .content3-image-area {
		width: 170px;
		height: 170px;
		border-radius: 50%;
		margin: 0 auto;
		margin-bottom: 4px;
	}
	#ra .content3-text-area {
		font-size: 20px;
		margin-bottom: 16px;
	}
	#ra .entry-btn {
		width: 90%;
		margin: 0 auto;
		font-size: 16px;
		font-weight: normal;
	}
	#ra .border {
		margin: 24px auto;
	}
	#ra .content4-title-announce-s4 {
		font-size: 18px;
	}
	#ra .content4-title-s4 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.content4-image-area {
		width: 90%;
		padding-top: 36.41%;
	}
	#ra .content5-text-s4, #ra .content5-text-s4 > span {
		font-size: 18px;
	}
	.content5-logo-s4 {
		font-size: 20px;
	}
	#ra .content6-title-s4, #ra .content6-title-s4 > span {
		font-size: 18px;
	}
	#ra .content5-logo-s4{
		font-size:18px;
	}
	#ra .content6-title-s4 > span > span {
		color: #28719b;
		font-size: 24px;
	}
	#ra .content6-item-area {
		flex-wrap: wrap;
		margin-top: 24px;
	}
	#ra .content6-item-s4 {
		height: 250px;
		width: 270px;
		margin-bottom: 16px;
	}
	#ra .content6-item-number-s4 {
		margin-top: 28px;
		font-size: 52px;
	}
	#ra .content6-item-text-s4 {
		font-size: 20px;
	}
	#ra .content6-item-text-s4 > span {
		font-size: 24px;
	}
	#ra .content7-wrapper-s4, #ra .content8-wrapper-s4 {
		padding: 24px 0;
		width: 90%;
	}
	#ra .content7-title-s4 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	#ra .content7-title-s4 > span {
		font-size: 24px;
	}
	#ra .content7-set-s4 {
		margin-left: 24px;
	}
	#ra .content7-set-child-s4 {
		font-size: 16px;
		width: auto;
	}
	#ra .content7-s4 .memo{
		font-size: 14px;
	}
	.content7-set-child-s4 > div > span {
		margin-right: 10px;
	}
	#ra .content8-text-s4 {
		font-size: 16px;
		margin: 0 0 12px;
	}
	#ra .inquiry-btn {
		font-size: 20px;
		width: 100%;
	}
	#ra .triangle-double-1{
		border-width: 20px 20px 0 20px;
		border-color: #8bb0da transparent transparent transparent;
	}
	#ra .triangle-double-1::before{
		top: -30px;
		border-width: 20px 20px 0 20px;
	}
}

@media screen and (min-width: 768px) {
	.mobile-ver-br {
		display: none;
	}
}



/*  news page
------------------------------------ */
#news #header {
	background: url(../img/news/mv.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#news .cont_frame {
	background-image: url(../img/news/bg01.png);
	background-repeat: no-repeat;
	background-position: 98% 7%;
}
#news .news_list {
	margin: 120px 0 0;
}
#news .news_list li {
	padding: 80px 0;
	border-top: solid 1px #e8e8e8;
}
#news .news_list .img {
	width: 37%;
	float: left;
}
#news .news_list .cont {
	width: 60%;
	float: right;
}
#news .news_date {
	color: #464646;
}
#news .news_ttl {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 25px 0 0;
}
#news .news_txt {
	margin: 25px 0 0;
	max-height: 72px;
	overflow: hidden;
}
#news .more_btn {
	width: 212px;
	margin: 30px 0 0;
	background-color: #000;
	position: relative;
	z-index: 0;
}
#news .more_btn a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 13px 0;
	background: url(../img/news/ico01_wh.png) no-repeat 95% 80%;
	display: block;
	border: solid 2px #000;
}
#news .more_btn a:hover {
	color: #111;
	background-image: url(../img/news/ico01_bl.png);
}
#news .more_btn .animated {
	position: relative;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#news .more_btn .animated:hover::before {
	left: 0;
	right: auto;
	width: 100%;
}
#news .more_btn .animated::before {
	content: '';
	color: #333 !important;
	width: 0;
	height: 100%;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

/* pagination */
.pagination {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	margin: 40px 0 0;
}
.pagination li {
	margin: 0 3px;
	display: inline-block;
}
.pagination li a {
	text-decoration: none;
	vertical-align: middle;
	padding: 10px 16px;
	border-radius: 50%;
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: relative;
	z-index: 1;
}
.pagination .active a,
.pagination a:hover {
	color: #fff;
	background: #000;
}
.pagination .pre,
.pagination .next {
	color: transparent;
	position: relative;
}
.pagination .pre a:hover,
.pagination .next a:hover {
	color: transparent;
}
.pagination .pre a::after,
.pagination .next a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #c1c9cf;
	border-right: solid 2px #c1c9cf;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -6px;
}
.pagination .next a::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: auto;
	right: 16px;
}

/* news detail */
#news_detail #header {
	background: url(../img/news/mv02.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#news_detail .cont_frame {
	background-image: url(../img/news/bg01.png);
	background-repeat: no-repeat;
	background-position: 98% 4%;
}
#news_detail .date {
	color: #464646;
	display: inline-block;
}
#news_detail .tag {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: top;
	min-width: 90px;
	margin: 0 0 0 35px;
	padding: 2px 5px;
	background: #464646;
	display: inline-block;
}
#news_detail .sns {
	text-align: right;
}
#news_detail .sns iframe {
	height: 20px;
}
#news_detail .article {
	margin: 25px 0 0;
	padding: 80px 0 40px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
#news_detail .article .ttl {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	text-align: center;
}
#news_detail .article .thumb {
	text-align: center;
	margin: 80px 0 0;
}
#news_detail .article .cont {
	margin: 80px 0 0;
}
#news_detail .article .cont p {
	margin: 30px 0 0;
}
#news_detail .article .cont strong {
	font-weight: 600;
}
#news_detail .article .cont a {
	word-break: break-all;
}
#news_detail .wp-block-image {
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	#news_detail .article .ttl {
		font-size: 2.0rem;
	}
	#news_detail .article .cont {
		margin: 25px 0 0;
	}
	#news_detail .article {
		margin: 25px 0 0;
		padding: 25px 0 40px;
		border-top: solid 1px #e8e8e8;
		border-bottom: solid 1px #e8e8e8;
	}
}

/* CSR detail 
------------------------------------ */
#csr #header {
	background: url(../img/news/mv02.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#csr .date {
	color: #464646;
	display: inline-block;
}
#csr .tag {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: top;
	min-width: 90px;
	margin: 0 0 0 35px;
	padding: 2px 5px;
	background: #464646;
	display: inline-block;
}
#csr .sns {
	text-align: right;
}
#csr .sns iframe {
	height: 20px;
}
#csr .article {
	margin: 25px 0 0;
	padding: 80px 0 40px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
#csr .article .ttl {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 600;
	text-align: center;
}
#csr .article .thumb {
	text-align: center;
	margin: 80px 0 0;
}
#csr .article .cont {
	margin: 80px 0 0;
}
#csr .article .cont p {
	margin: 30px 0 0;
}
#csr .article .cont strong {
	font-weight: 600;
}
#csr .article .cont a {
	word-break: break-all;
}
#csr .wp-block-image {
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	#csr .article .ttl {
		font-size: 2.0rem;
	}
	#csr .article .cont {
		margin: 25px 0 0;
	}
	#csr .article {
		margin: 25px 0 0;
		padding: 25px 0 40px;
		border-top: solid 1px #e8e8e8;
		border-bottom: solid 1px #e8e8e8;
	}
}


/*  contact page
------------------------------------ */
#contact #header,
#contact-thanks #header {
	background: url(../img/contact/mv.jpg) no-repeat 50% 100%;
	background-size: cover;
}
#contact .cont_frame,
#contact-thanks .cont_frame {
	background-image: url(../img/contact/bg01.png);
	background-repeat: no-repeat;
	background-position: 98% 12%;
}
#contact-thanks .cont_frame {
	min-height: 380px;
	background-size: auto 95%;
}
#contact .contact_form .note {
	color: #f00;
	text-align: right;
	border-bottom: solid 1px #e8e8e8;
}
#contact .contact_form table {
	border-collapse: separate;
	border-spacing: 0 20px;
}
#contact .contact_form .table {
	margin: 30px 0 0;
}
#contact .contact_form th,
#contact .contact_form td {
	border: solid 1px #e8e8e8;
	background: #fff;
}
#contact .contact_form th {
	width: 22%;
	min-width: 200px;
	padding: 0 3%;
	background: #ecf3f5;
	box-sizing: border-box;
	border-right: 0;
}
#contact .contact_form td span {
	display: block;
	position: relative;
}
#contact .contact_form .required {
	color: #f00;
}
#contact .contact_form .table input,
#contact .contact_form .table select,
#contact .contact_form .table textarea {
	width: 100%;
	height: 100%;
	padding: 4% 3%;
	background: transparent;
	border: none;
	box-sizing: border-box;
}
#contact .contact_form .table select {
	-webkit-appearance: unset;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
#contact .contact_form .table .type::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #c1c9cf;
	border-right: solid 2px #c1c9cf;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
#contact .contact_form .table input:focus,
#contact .contact_form .table select:focus,
#contact .contact_form .table textarea:focus {
	outline: 0;
	box-shadow: none;
	background: none;
}
#contact .contact_form span.wpcf7-not-valid-tip {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 3px 3%;
}
#contact .contact_form div.wpcf7-validation-errors {
	color: #f00;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	border: none;
}
#contact .contact_form div.wpcf7-response-output {
	margin: 15px 0 0;
}
#contact .contact_form div.wpcf7-mail-sent-ok {
	text-align: center;
	border: none;
	display: none!important;
}
#contact .contact_form div.wpcf7 .ajax-loader {
	display: none;
}
#contact .submitbtn {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: center;
	margin: 12% 0 0;
}
#contact .submitbtn input {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 15px;
	padding: 2% 11%;
	background: #000 url(../img/contact/ico01_wh.png) no-repeat 98% 90%;
	border: solid 2px #000;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#contact .submitbtn input:hover {
	color: #333;
	background-color: #f9f9f9;
	background-image: url(../img/contact/ico01_bl.png);
}
#contact-thanks .contact_thanks {
	line-height: 1.8;
	margin: 30px 0 0;
}
#contact-thanks .contact_thanks span {
	display: inline-block;
}

/************************************************

  tablet layout

************************************************/
@media screen and (min-width: 769px) and ( max-width: 1079px) {
/* =========================================
  base (tablet)
========================================= */
/*  heading (tablet)
------------------------------------ */
	.head_type01 {
		font-size: 40px;
		font-size: 4.0rem;
		padding: 20px 10px 10px 30px;
	}
	.head_type02 {
		font-size: 25px;
		font-size: 2.5rem;
		margin: 40px 0 0;
	}

/* =========================================
  header (tablet)
========================================= */
	#logo {
		width: 110px;
	}
	#logo a {
		padding: 60px 20px 15px;
	}
	#language_setting.active {
		color: #333;
		padding-bottom: 15px;
		background: rgba(255,255,255,0.9);
	}
	#language_setting.active ul {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#language_setting li {
		margin: 15px 0 0;
	}
	#language_setting.active span::before {
		border-top-color: #999;
	}
	#language_setting:hover span::before {
		border-top-color: unset;
	}

/*  nav
------------------------------------ */
	#gnav li {
		font-size: 18px;
		font-size: 1.8rem;
	}

/* =========================================
  footer (tablet)
========================================= */
	#footer .f_button .en {
		font-size: 35px;
		font-size: 3.5rem;
	}

/* =========================================
  top page (tablet)
========================================= */
	.top_page .sec01 .txt {
		font-size: 29px;
		font-size: 2.9rem;
	}
	.top_page .sec01 .btn {
		font-size: 19px;
		font-size: 1.9rem;
		width: 480px;
	}
	.top_page .animated::before {
		content: none;
	}
	.top_page .sec01 .btn a:hover {
		color: #fff;
		background-image: url(../img/top/btn_arr01_wh.png);
	}
	.top_page .sec02 .ttl {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.top_page .sec02 .txt {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top_page .sec03 {
		margin-top: 100px;
	}
	.top_page .sec03 .ttl .en {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.top_page .sec03 .ttl .jp {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.top_page .sec03 .link {
		margin-top: 80px;
	}
	.top_page .sec04 {
		margin-top: 100px;
		padding: 100px 10px;
	}
	.top_page .sec04 .ttl {
		font-size: 40px;
		font-size: 4.0rem;
		padding: 0 8%;
	}
	.top_page .sec04 .btn {
		font-size: 19px;
		font-size: 1.9rem;
		width: 300px;
	}
	.top_page .sec04 .btn a:hover {
		color: #fff;
		background-image: url(../img/top/btn_arr01_wh.png);
	}
	.top_page .sec05 .recruit {
		padding: 80px 0 300px;
	}

/* =========================================
  sub page (tablet)
========================================= */
	.sub_page main {
		padding: 0 0 100px;
	}
	.sub_page .cont_frame {
		width: 88%;
		padding: 5% 4% 9%;
	}

/*  company page (tablet)
------------------------------------ */
	#company .cont_frame {
		width: 96%;
	}
	#company .comp_inner{
		padding: 0 4%;
	}
	#company .head_type01 span {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#company .mission .tag {
		font-size: 25px;
		font-size: 2.5rem;
	}
	#company .mission .tag span {
		padding: 5px 25px;
	}
	#company .mission .ttl {
		font-size: 42px;
		font-size: 4.2rem;
	}
	#company .mission .sub_ttl {
		font-size: 25px;
		font-size: 2.5rem;
	}
	#company .mission .txt {
		font-size: 17px;
		font-size: 1.7rem;
	}
	#company .mission .txt span {
		display: inline-block;
	}
	#company .comp_info,
	#company .access_info {
		margin-top: 50px;
	}
	#company .comp_info td span {
		display: inline-block;
	}
	#company .access_info dd,
	#company .access_info .note p {
		font-size: 14px;
		font-size: 1.4rem;
	}

/*  bbpro page (tablet)
------------------------------------ */
	#bbpro .member li {
		width: 33.3%;
	}
	#bbpro .member li .filter::after {
		content: none;
	}
	#bbpro .member li .label,
	#bbpro .member li .label p {
		opacity: 1;
		transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
	}
	#bbpro .member .name,
	#bbpro .member .position {
		padding: 0 5%;
	}
	#bbpro .member .department {
		font-size: 11px;
		font-size: 1.1rem;
	}

/*  recruit page (tablet)
------------------------------------ */

/*  news page (tablet)
------------------------------------ */
	#news .news_list {
		margin: 60px 0 0;
	}
	#news .news_list .img,
	#news .news_list .cont {
		width: 100%;
		float: none;
	}
	#news .news_list .img {
		text-align: center;
	}
	#news .news_list .cont {
		margin: 30px 0 0;
	}
	#news .more_btn {
		margin-right: auto;
		margin-left: auto;
	}
	#news .more_btn a:hover {
		color: #fff;
		background-image: url(../img/news/ico01_wh.png);
	}
	#news .more_btn .animated::before {
		content: none;
	}

/* pagination */
	.pagination a:hover {
		color: inherit;
		background: inherit;
	}
	.pagination .active a:hover {
		color: #fff;
		background: #000;
	}

/* news detail */
	#news_detail .article .ttl {
		font-size: 30px;
		font-size: 3.0rem;
	}
	#news_detail .article .thumb{
		margin: 60px 0 0;
	}

/*  contact page (tablet)
------------------------------------ */
	#contact .submitbtn input {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#contact .submitbtn input:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/contact/ico01_wh.png);
	}

}

/************************************************

  SP layout

************************************************/
@media screen and (max-width: 768px) {
/* =========================================
  base (sp)
========================================= */
	.sec_inner {
		padding: 0 10px;
	}
	.pc_none {
		display: inherit!important;
	}
	.sp_none {
		display: none!important;
	}
	.phone_number {
		text-decoration: underline;
		pointer-events: auto;
	}

/*  heading (sp)
------------------------------------ */
	.head_type01 {
		font-size: 40px;
		font-size: 4.0rem;
		padding: 15px 0 0 10px;
		background-size: 20px auto;
	}
	.head_type02 {
		font-size: 20px;
		font-size: 2.0rem;
		margin: 50px 0 0;
	}
	.head_type02 span::before {
		width: 9995px;
	}

/*  menu button (sp)
------------------------------------ */
	#menu_btn {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 10px;
		background: #000;
		z-index: 999;
		-webkit-transition: opacity .25s ease;
		transition: opacity .25s ease;
		cursor: pointer;
	}
	#menu_btn.active .top {
		-webkit-transform: translateY(14px) translateX(0) rotate(45deg);
		transform: translateY(14px) translateX(0) rotate(45deg);
	}
	#menu_btn.active .middle {
		opacity: 0;
	}
	#menu_btn.active .bottom {
		-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
		transform: translateY(-12px) translateX(0) rotate(-45deg);
	}
	#menu_btn span {
		background: #fff;
		border: none;
		height: 2px;
		width: 40px;
		margin: auto;
		border-radius: 2px;
		position: absolute;
		top: 16px;
		right: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
	}
	#menu_btn span:nth-of-type(2) {
		top: 29px;
	}
	#menu_btn span:nth-of-type(3) {
		top: 42px;
	}

/* =========================================
  header (sp)
========================================= */
	#header {
		padding: 40% 5% 20%;
	}
	#logo {
		width: 110px;
	}
	#logo a {
		padding: 20px;
	}
	#language_setting {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 5px 5px 5px 10px;
		top: 10px;
		right: 65px;
	}
	#language_setting.active {
		color: #333;
		padding-bottom: 15px;
		background: rgba(255,255,255,0.9);
	}
	#language_setting.active ul {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#language_setting.active span::before {
		border-top-color: #999;
	}
	#language_setting li {
		margin: 15px 0 0;
	}

/*  nav (sp)
------------------------------------ */
	#gnav {
		text-align: left;
		display: block;
		width: 100%;
		height: 100%;
		padding: 90px 10px 30px;
		float: none;
		background: rgba(0,0,0,0.9);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 0;
		visibility: hidden!important;
		overflow: hidden;
	}
	#gnav.active{
		opacity: 1;
		visibility: visible!important;
		overflow: visible;
	}
	#gnav li {
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		margin: 0;
		display: block;
	}
	#gnav li.spbtn {
		display: block;
	}
	#gnav li a {
		padding: 20px;
		border-bottom: solid 1px #444;
		display: block;
	}
	#gnav li a::after {
		width: 8px;
		height: 8px;
		background: transparent;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		bottom: auto;
		right: 10px;
		left: auto;
	}

/* =========================================
  footer (sp)
========================================= */
	#footer .f_button {
		display: block;
	}
	#footer .f_button a {
		padding: 60px 10px;
	}
	#footer .f_contact,
	#footer .f_info {
		width: 100%;
	}
	#footer .f_contact a:before,
	#footer .f_info a:before {
		content: none;
	}
	#footer .f_button .en {
		font-size: 30px;
		font-size: 3.0rem;
		display: block;
	}
	#footer .f_button .jp {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#footer .f_button .en::after {
		width: 55px;
		background-size: contain;
		right: 0;
	}
	#footer .f_menu {
		padding: 40px 0 20px;
	}
	#footer .f_menu .inner {
		padding: 0 10px;
	}
	#footer .logo {
		width: 120px;
		margin: 0 auto;
		float: none;
	}
	#footer .f_nav {
		margin: 40px 0 0;
		float: none;
	}
	#footer .f_nav .nav01,
	#footer .f_nav .nav02 {
		flex-wrap: wrap;
	}
	#footer .f_nav .nav01 li {
		width: 50%;
		margin: 20px 0 0;
		padding-left: 25px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	#footer .f_nav .nav01 li:nth-child(1),
	#footer .f_nav .nav01 li:nth-child(2) {
		margin-top: 0;
	}
	#footer .f_nav .nav02 {
		max-width: 450px;
		margin: 30px auto 0;
		padding: 0;
	}
	#footer .f_nav .nav02 ul {
		width: 100%;
		margin: 0;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		flex-wrap: wrap;
	}
	#footer .f_nav .nav02 li {
		width: 100%;
		margin: 15px 0 0;
	}
	#footer .sns {
		margin-top: 40px;
		justify-content: space-around;
		justify-content: space-evenly;
	}
	#footer .sns li {
		margin: 0;
	}

/* =========================================
  top page (sp)
========================================= */
	.top_page #header::after {
		background-size: contain;
	}
	.top_page #header .catch .jp {
		margin-top: 15px;
	}

/*  sec01 (sp)
------------------------------------ */
	.top_page .sec01 .scroll {
		width: 150px;
		top: -79px;
		left: 2%;
	}
	.top_page .sec01 .txt {
		/*font-size: 25px;
		font-size: 2.5rem;*/
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.8;
	}
	.top_page .sec01 .txt span {
		display: inline-block;
	}
	.top_page .sec01 .txt br {
		display: none;
	}
	.top_page .sec01 .btn {
		/*font-size: 17px;
		font-size: 1.7rem;*/
		font-size: 15px;
		font-size: 1.5rem;
		width: auto;
		max-width: 320px;
	}
	.top_page .sec01 .btn a {
		padding: 5% 10px;
	}
	.top_page .sec01 .btn a:hover {
		color: #fff;
		background-image: url(../img/top/btn_arr01_wh.png);
	}
	.top_page .sec01 .btn span {
		display: inline-block;
	}
	.top_page .animated::before {
		content: none;
	}
	.top_page .sec01 .img {
		margin-top: 40px;
		padding: 0;
	}

/*  sec02 (sp)
------------------------------------ */
	.top_page .sec02 {
		margin-top: 100px;
	}
	.top_page .sec02 .ttl {
		/*font-size: 30px;
		font-size: 3.0rem;*/
		font-size: 22px;
		font-size: 2.2rem;
		position: relative;
	}
	.top_page .sec02 .ttl span {
		display: block;
	}
	.top_page .sec02 .ttl span::before {
		top: -30px;
		left: 0;
	}
	.top_page .sec02 .txt {
		/*font-size: 18px;
		font-size: 1.8rem;*/
		font-size: 16px;
		font-size: 1.6rem;
		text-align: justify;
		line-height: 1.5;
		margin-top: 20px;
	}
	.top_page .sec02 .txt br {
		display: none;
	}
	.top_page .sec02 .img {
		margin-top: 40px;
		padding: 0 25px;
	}

/*  sec03 (sp)
------------------------------------ */
	.top_page .sec03 {
		margin-top: 80px;
	}
	.top_page .sec03 .ttl .en {
		/*font-size: 35px;
		font-size: 3.5rem;*/
		font-size: 28px;
		font-size: 2.8rem;
		display: block;
	}
	.top_page .sec03 .ttl .en::before {
		top: -20px;
		left: 0;
	}
	.top_page .sec03 .ttl .jp {
		/*font-size: 18px;
		font-size: 1.8rem;*/
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 15px;
	}
	.top_page .sec03 .link {
		margin-top: 40px;
		padding: 0;
	}
	.top_page .sec03 .link .btn02,
	.top_page .sec03 .link .btn03 {
		margin: 10px 0 0;
	}

/*  sec04 (sp)
------------------------------------ */
	.top_page .sec04 {
		margin: 50px 0;
		padding: 50px 0;
	}
	.top_page .sec04 .ttl {
		/*font-size: 35px;
		font-size: 3.5rem;*/
		font-size: 30px;
		font-size: 3.0rem;
		padding: 0 0 0 30px;
	}
	.top_page .sec04 .ttl span::before {
		left: -25px;
	}
	.top_page .sec04 .news {
		padding: 20px 0;
	}
	.top_page .sec04 .list {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	.top_page .sec04 dt {
		margin: 0;
		float: none;
	}
	.top_page .sec04 dd {
		margin: 10px 0 0;
	}
	.top_page .sec04 .btn {
		/*font-size: 18px;
		font-size: 1.8rem;*/
		font-size: 15px;
		font-size: 1.5rem;
		width: 220px;
		margin-top: 30px;
	}
	.top_page .sec04 .btn a {
		padding: 10px 0;
	}
	.top_page .sec04 .btn a:hover {
		color: #fff;
		background-image: url(../img/top/btn_arr01_wh.png);
	}

/*  sec05 (sp)
------------------------------------ */
	.top_page .sec05 {
		font-size: 40px;
		font-size: 4.0rem;
	}
	.top_page .sec05 .recruit {
		padding: 30px 10px 40%;
		background-size: contain;
	}
	.top_page .sec05 .recruit p {
		width: auto;
	}
	.top_page .sec05 .recruit span {
		display: block;
	}
	.top_page .sec05 .recruit span::after {
		width: 55px;
		background-size: contain;
		right: 0;
	}
	.top_page .sec05 .recruit span::before {
		left: 0;
	}

	.top_page .sec05::before {
		background-size: 95% auto;
	}

/* =========================================
  sub page (sp)
========================================= */
	.sub_page #header {
		padding: 60% 0 0;
		margin-top: 61px;
	}
	.sub_page #gnav li a {
		color: #fff;
		text-shadow: unset!important;
	}
	.sub_page #gnav li a::after {
		box-shadow: unset!important;
		background: none;
	}
	#gnav li a:hover::after {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right top;
		-moz-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
	}
	.sub_page main {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 10px 80px;
	}
	.sub_page .cont_frame {
		width: auto;
		margin-top: -10%;
		padding: 5% 15px 9%;
	}
	.sub_page .breadcrumb {
		position: absolute;
		top: 10px;
		right: 3%;
	}
	.sub_page .breadcrumb li {
		font-size: 13px;
		font-size: 1.3rem;
		padding-right: 15px;
	}

/*  company page (sp)
------------------------------------ */
	#company .cont_frame {
		width: 100%;
		background-size: 90px auto;
		background-position: 98% 2%;
	}
	#company .comp_inner {
		padding: 0 15px;
	}
	#company .head_type01 span {
		font-size: 15px;
		font-size: 1.5rem;
		margin: 10px 0 0;
		padding-left: 10px;
		display: block;
		position: relative;
	}
	#company .head_type01 span::after {
		content: '';
		width: 3px;
		height: 3px;
		border: 0px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -4px;
	}
	#company .head_type01 span a:hover {
		text-decoration: none;
	}
	#company .mission {
		margin-top: 40px;
	}
	#company .mission .tag {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#company .mission .tag span {
		padding: 5px 15px;
	}
	#company .mission .ttl {
		font-size: 24px;
		font-size: 2.4rem;
	}
	#company .mission .ttl span,
	#company .mission .sub_ttl span {
		display: inline-block;
	}
	#company .mission .sub_ttl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#company .mission .txt {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: justify;
		margin-top: 20px;
	}
	#company .mission .txt .adjust {
		display: block;
	}
	#company .comp_info {
		margin: 30px 0 0;
		padding: 0 15px;
		display: block;
	}
	#company .comp_info .overview {
		width: 100%;
	}
	#company .comp_info .img {
		text-align: center;
		width: 100%;
		margin: 10px 0 0;
		position: static;
	}
	#company .comp_info td span {
		display: inline-block;
	}
	#company .access_info {
		margin: 40px 0 0;
	}
	#company .access_info ul {
		display: block;
	}

	#company .access_info li,
	#company .access_info li:nth-child(2) {
		width: auto;
		margin-top: 20px;
	}
	#company .access_info dl {
		padding: 15px 0;
		display: block;
	}
	#company .access_info dd {
		text-align: left;
		margin: 10px 0 0;
	}
	#company .access_info .map,
	#company .access_info .map.adjust {
		margin-top: 20px;
	}

/*  bbpro page (sp)
------------------------------------ */
	#bbpro #header {
		padding: 0 0 160px;
	}
	#bbpro .cont_frame {
		background-size: 90px auto;
		background-position: 98% 2%;
	}
	#bbpro .head_type02 {
		margin-top: 20px;
	}
	#bbpro .lead {
		line-height: 1.6;
	}
	#bbpro .member {
		margin: 40px 0 0;
	}
	#bbpro .member li {
		width: 50%;
		position: relative;
	}
	#bbpro .member li .filter::after {
		content: none;
	}
	#bbpro .member li .label,
	#bbpro .member li .label p {
		opacity: 1;
		transform:translate(0,0);
		-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
	}
	#bbpro .member .label {
		max-height: unset;
		padding: 0;
		background: none;
		display: block;
	}
	#bbpro .member .label p {
		width: 100%;
		height: 100%;
		display: block;
	}
	#bbpro .member .name {
		font-size: 3.2vw;
		text-align: center;
		width: 100%;
		background: rgba(255,255,255,0.8);
		padding: 5% 2% 3%;
		position: absolute;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	#bbpro .member .position {
		color: #fff;
		font-size: 3.5vw;
		font-weight: 600;
		text-shadow: 0 0 5px #000;
		padding: 0;
		display: block;
		position: absolute;
		bottom: 18%;
		left: 5px;
	}
	#bbpro .member .department {
		color: #fff;
		font-size: 3vw;
		line-height: 1.2;
		padding: 2% 3% 1%;
		background: rgba(0,0,0,0.5);
		top: 0;
		left: 0;
		bottom: auto;
		right: auto;
		/*white-space: pre-line;*/
	}
	#bbpro .member .department br {
		display: block;
	}

/*  recruit page (sp)
------------------------------------ */

/*  news page (sp)
------------------------------------ */
	#news .cont_frame {
		background-size: 90px auto;
		background-position: 98% 2%;
	}
	#news .news_list {
		margin: 40px 0 0;
	}
	#news .news_list li {
		padding: 40px 0;
	}
	#news .news_list .img,
	#news .news_list .cont {
		width: 100%;
		float: none;
	}
	#news .news_list .img {
		text-align: center;
	}
	#news .news_ttl {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#news .news_date,
	#news .news_ttl,
	#news .news_txt {
		margin: 10px 0 0;
	}
	#news .news_txt {
		max-height: 63px;
	}
	#news .more_btn {
		margin-right: auto;
		margin-left: auto;
	}
	#news .more_btn a:hover {
		color: #fff;
		background-image: url(../img/news/ico01_wh.png);
	}
	#news .more_btn .animated::before {
		content: none;
	}

/* pagination */
	.pagination a:hover {
		color: inherit;
		background: inherit;
	}
	.pagination .active a:hover {
		color: #fff;
		background: #000;
	}

/* news detail */
	#news_detail .cont_frame {
		background-size: 90px auto;
		background-position: 98% 2%;
	}
	#news_detail .sns {
		text-align: left;
		margin: 20px 0 0;
	}
	.news_article {
		padding: 40px 0;
	}
	.news_article .ttl {
		font-size: 24px;
		font-size: 2.4rem;
		text-align: justify;
	}
	.news_article .thumb{
		margin: 40px 0 0;
	}
	.news_article .cont{
		margin: 40px 0 0;
	}

/*  contact page (sp)
------------------------------------ */
	#contact .cont_frame {
		background-size: 90px auto;
	}
	#contact .contact_form th,
	#contact .contact_form td {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	#contact .contact_form th {
		min-width: unset;
		padding: 10px;
		border-right: solid 1px #e8e8e8;
		border-bottom: 0;
	}
	#contact .contact_form .table input,
	#contact .contact_form .table select,
	#contact .contact_form .table textarea {
		padding: 10px;
	}
	#contact .submitbtn input {
		font-size: 18px;
		font-size: 1.8rem;
		width: 100%;
		max-width: 300px;
		margin: 10px 0;
		padding: 2% 1%;
		background-size: 30px auto;
	}
	#contact .submitbtn input:hover {
		color: #fff;
		background-color: #000;
		background-image: url(../img/contact/ico01_wh.png);
	}

/************************************************

  breakpoint

************************************************/
@media screen and (max-width: 540px) {
	.top_page .sec03 .link .btn02 {
		margin: 0;
		display: block;
	}
	.top_page .sec03 .link .btn02 li,
	.top_page .sec03 .link .btn03 {
		margin: 10px 0 0;
	}
	.top_page .sec03 .link .btn03 .pc_hide {
		display: block;
	}
	.top_page .sec03 .link .btn03 .sp_hide {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	#company .comp_info th,
	#company .comp_info td {
		width: auto;
		padding: 10px;
		display: block;
	}
	#company .comp_info th {
		background: #f7f7f7;
	}
	#company .comp_info td {
		border-top: dashed 1px #e8e8e8;
	}
}
@media screen and (max-width: 394px) {
	.pagination li {
		margin: 0 0 0 6px;
	}
	.pagination li:first-child {
		margin-left: 0;
	}
	.pagination li a {
		padding: 5px 11px;
	}
	.pagination .pre a::after {
		left: 11px;
	}
	.pagination .next a::after {
		right: 11px;
	}
}