@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 * 
 * Theme Name: 株式会社テルミック
 * Theme URI: http://www.tel-mic.co.jp/
 * Author: Global Step
 * Author URI: http://gb-step.com/
 * Description: 株式会社テルミック会社サイト用WordPress専用テーマ
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: tel-mic
 * 
 *--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 * 
 * 
 * リセット
 * 
 * 
--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html,
body {
	width: 100%;
	height: 100%;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * Clearfix
 * 
 * 
--------------------------------------------------------------------------------*/

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/*--------------------------------------------------------------------------------
 * 
 * 
 * Web Fonts
 * 
 * 
--------------------------------------------------------------------------------*/

.din_R {
	font-family: "din-2014",sans-serif;
	font-weight: 400;
	font-style: normal;
}

.din_D {
	font-family: "din-2014",sans-serif;
	font-weight: 600;
	font-style: normal;
}

.din_B {
	font-family: "din-2014",sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 基本設定
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 100%;
	line-height: 1.75;
	color:#353535;
	background: #fff;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

a:link,
a:visited {
	color: #1c4388;
	text-decoration: underline;
	transition: .3s ease;
}

a:hover,
a:active {
	color: #1c4388;
	text-decoration: none;
	transition: .3s ease;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
}

.scale {
	overflow: hidden;
}

.scale img {
	transition: transform 0.3s linear;
}

.scale:hover img {
	transform: scale(1.1);
	cursor:pointer;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * ヘッダー
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

#header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 10000;
	height: 80px;
	line-height: 80px;
}

#header > .inner {
	width: 98%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#header .logo {
	margin-right: auto;
	width: 198px;
	height: 30px;
}



@media (max-width: 960px) {

	#header {
		height: 60px;
		line-height: 60px;
	}
	
	#header > .inner {
		height: 60px;
		line-height: 60px;
	}

}

@media (max-width: 600px) {

	#header > .inner {
		width: 96%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * グローバルナビゲーション
 * 
 * 
--------------------------------------------------------------------------------*/

@media (min-width: 961px) {

	#sp_nav {
		display: none;
	}
	
	#navicon {
		display: none;
	}

	#g_nav {
		display: block;
		font-weight: bold;
	}
	
	#header > .inner > #sns,
	#header > .inner > .lang {
		display: block;
	}
	
	#g_nav > ul {
		height: 80px;
		line-height: 80px;
		display: flex;
		margin-right: 0.5em;
	}
	
	#g_nav > ul > li {
		/*position: relative;*/
		margin-right: 1.2em;
	}
	

	.head_contact{
		margin-top: 25px;
	}
	.head_contact a{
		transition: all 0.5s;
	}
	.head_contact a:hover{
		opacity: 0.5;
	}




	#g_nav > ul > li > a {
		text-decoration: none;
		position: relative;
		display: block;
	}
	
	#g_nav > ul > li > a::after {
		display: block;
		content: '';
		width: 100%;
		height: 4px;
		position: absolute;
		bottom: 0;
		background: #1c4388;
		opacity: 0;
		transition: .3s ease;
	}
	
	/*#g_nav > ul > li.current > a::after,*/
	#g_nav > ul > li:hover > a::after {
		opacity: 1;
		transition: .3s ease;
	}

	#g_nav > ul > li > .child {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		background: rgba(28,67,136,1);
		padding: 30px 0;
		box-sizing: border-box;
		display: none;
	}

	#g_nav > ul > li > .child > ul {
		width: 96%;
		max-width: auto!important;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	
	#g_nav > ul > li > .child > ul > li {
		width: 20%;
		line-height: 1.75;
		text-align: center;
	}
	
	#g_nav > ul > li > .child > ul > li > a {
		text-decoration: none;
		color: #fff;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-right: 1px solid #fff;
		padding: 0 20px;
		font-size: 0.9375rem;
	}
	
	#g_nav > ul > li > .child > ul > li:first-of-type > a {
		border-left: 1px solid #fff;
	}
	
	#g_nav > ul > li > .child > ul > li > a .thumb {
		overflow: hidden;
		margin-bottom: 10px;
	}
    
    
    @media (min-width: 1201px){
        #g_nav > ul > li > .child > ul {
            max-width: 1200px;
        }
    }
	
	#sns {
		font-size: 1.25rem;
		margin-right: 30px;
	}
	
	#header .lang {
		display: block;
		position: relative;
		width: 3.5rem;
		cursor: pointer;
	}
	
	#header .lang::after {
		font-family: "Font Awesome 5 Free";
		content: '\f0dd';
		font-weight: bold;
		position: absolute;
		top: -3px;
		right: 0.5em;
		line-height: 40px;
		font-size: 1.125rem;
		color: #1c4388;
	}
	
	#header .lang > div {
		font-size: 1rem;
		padding: 0;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		background: #fff;
		border: none;
		width: 100%;
		font-weight: bold;
		color: #1c4388;
		letter-spacing: 0.025em;
	}
	
	#header .lang li {
		height: 40px;
		line-height: 40px;
	}
	
	/* プラグインのデフォルトCSSを無効化 */

	.wpml-ls-legacy-dropdown a {
		border: none !important;
		text-decoration: none !important;
		display: block;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		padding: 0 0.5em;
	}
	
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		padding-right: 0;
	}
	
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		display: none !important;
	}
	
	.wpml-ls-legacy-dropdown a:hover,
	.wpml-ls-legacy-dropdown a:focus, 
	.wpml-ls-legacy-dropdown
	.wpml-ls-current-language:hover>a {
		background: #e3e9f1;
	}
	
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		border: none;
	}

}

@media (max-width: 960px) {

	#g_nav {
		display: none;
	}

	.head_contact{
		margin: 23px 60px 0 0;
		width: 100px;
	}

#header .logo {
	width: 180px;
}


	#sp_nav {
		display: block;
	}
	
	#header > .inner > #sns,
	#header > .inner > .lang {
		display: none;
	}
	
	#navicon {
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		z-index: 10000;
		background: #1c4388;
	}

	#navicon a,
	#navicon a span {
		display: inline-block;
		transition: .3s ease;
		box-sizing: border-box;
	}

	#navicon a {
		position: relative;
		width: 40px;
		height: 20px;
	}

	#navicon a.active {
		position: fixed;
	}

	#navicon a span {
		position: absolute;
		left: 0px;
		width: 40px;
		height: 2px;
		background: #fff;
	}

	#navicon a.active span {
		background: #fff;
	}

	#navicon a span:nth-of-type(1) {
		top: 0;
	}

	#navicon a span:nth-of-type(2) {
		top: 9px;
	}

	#navicon a span:nth-of-type(3) {
		bottom: 0;
	}

	#navicon a.active span:nth-of-type(1) {
		transform: translateY(7px) rotate(-45deg);
	}

	#navicon a.active span:nth-of-type(2) {
		opacity: 0;
	}

	#navicon a.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	#sp_nav {
		background: rgba(28,67,136,1);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transition: .3s ease;
		box-sizing: border-box;
		letter-spacing: 0.05em;
		padding: 90px 0 200px;
		overflow-y: visible;
		overflow-x: hidden;
		-ms-overflow-style: none;
	}
	
	#sp_nav::-webkit-scrollbar {
		display: none;
	}

	#sp_nav.active {
		opacity: 1;
		visibility: visible;
		transition: .3s ease;
	}
	
	#sp_nav a {
		display: block;
		color: #fff;
		text-decoration: none;
		box-sizing: border-box;
		position: relative;
		text-align: left;
	}

	#sp_nav > ul {
		text-align: center;
		display: block;
		width: 92%;
		margin: 0 auto 40px;
	}

	#sp_nav > ul > li {
		border-bottom: 1px solid #fff;
	}

	#sp_nav > ul > li > a {
		font-size: 1.25rem;
		height: 60px;
		line-height: 60px;
	}

	#sp_nav > ul > li > a::before {
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		border: 2px solid #fff;
		border-bottom: none;
		border-left: none;
		transform: rotate(45deg);
		position: absolute;
		top: 23px;
		right: 4px;
	}

	#sp_nav > ul > li > ul {
		margin-bottom: 20px;
	}

	#sp_nav > ul > li > ul > li {
		padding-left: 1.25rem;
		box-sizing: border-box;
	}

	#sp_nav > ul > li > ul > li > a {
		font-size: 1rem;
		height: 45px;
		line-height: 45px;
		box-sizing: border-box;
	}
	
	#sp_nav #sns {
		width: 92%;
		margin: 0 auto 30px;
	}
	
	#sp_nav #sns a {
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 1.25rem;
		text-align: center;
		border: 1px solid #fff;
	}
	
	#sp_nav .lang {
		width: 92%;
		margin: 0 auto 30px;
		border: 1px solid #fff;
		font-size: 1.25rem;
	}
	
	#sp_nav .lang ul {
		display: flex;
	}
	
	#sp_nav .lang li {
		width: 33.33%;
	}
	
	#sp_nav .lang li a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		border-right: 1px solid #fff;
		text-align: center;
	}
	
	#sp_nav .lang li:last-of-type a {
		border-right: none;
	}
	
	/* プラグインのデフォルトCSSを無効化 */
	
	.wpml-ls-legacy-list-horizontal {
		padding: 0;
	}
	
	.wpml-ls-legacy-dropdown {
		width: auto;
	}
	
	.wpml-ls-legacy-list-horizontal a {
		line-height: inherit;
		padding: 0;
	}


}

@media (max-width: 600px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * フロントページ
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
.vr_inner{
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}	
	
#front_vr .box40{
	float:left;
	width: 40%;
}
#front_vr .box20{
	float:left;
	width: 20%;
}
#front_vr .box40 img,
#front_vr .box20 img{
	width: 100%;
	height: auto;
}
#front_vr {
    background:#fff!important;
	box-shadow: none!important;
}
#front_vr_text {
    width: 1400px!important;
	max-width: 1400px;
	margin: auto!important;
}
#front_vr_text p {
    text-align: left!important;
}
.front #mv {
    position: fixed;
    top: -30%!important;
    left: 0!important;
    width: 100%!important;
    right: 0!important;
    bottom: 0!important;
}




/*--------------------------------------------------------------------------------
 * 
 * 
 * メインビジュアル
 * 
 * 
--------------------------------------------------------------------------------*/

.front #mv #video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

.front #mv_sp {
	position: fixed;
	top: 3%;
	left: 0%;
	width: 200%;
	height: 200%;
}

.front #mv_sp #video_sp {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-height: 30%;
	min-width: 30%;
}
.front #poster {
	width: 100%;
	height: 100vh;
	/*background: url(../images/front/poster.png) no-repeat center right/cover;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 961px) {

}

@media (max-width: 960px) {

}

@media (max-width: 600px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * フッター
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * コピーライト
 * 
 * 
--------------------------------------------------------------------------------*/

.sub #footer {
	width: 100%;
	background: #1c1c1c;
	color: #fff;
}

.sub #footer > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.sub #footer #com_info {
	width: 70%;
}

.sub #footer #com_info .logo {
	width: 250px;
	height: 38px;
	margin-bottom: 20px;
}

.sub #footer #com_info .com_name {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub #footer #footer_nav {
	width: 30%;
	display: flex;
}

.sub #footer #footer_nav .box {
	width: 50%;
	box-sizing: border-box;
}

.sub #footer #footer_nav a {
	display: block;
	text-decoration: none;
}

.sub #footer #footer_nav a:hover,
.sub #footer #footer_nav a:active {
	text-decoration: underline;
}

.sub #footer #footer_nav .box > ul > li > a {
	margin-bottom: 10px;
	color: #fff;
	font-size: 0.875rem;
}

.sub #footer #footer_nav .box > ul > li > ul {
	margin: 0 0 10px 1em;
}

.sub #footer #footer_nav .box > ul > li > ul > li > a {
	color: #999;
	font-size: 0.75rem;
}
.com_sns {
	display: flex;
}
.com_sns .mr-2 {
	margin-right: .5rem!important;
}
.com_sns .mt20 {
    margin-top: 20px;
}

#copy {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border-top: 10px solid #fff;
    font-size: 0.75rem;
    padding-top: 5px;
}

.front #copy {
	position: fixed;
	bottom: 0;
	background: #1c1c1c;
}

#page_top a {
	display: block;
	width: 50px;
	height: 50px;
	background: #1c4388;
	position: fixed;
	bottom: 110px;
	right: 30px;
	z-index: 10;
	border-radius: 10px;
	border: 3px solid #fff;
	/*box-sizing: border-box;*/
}

#page_top a::before {
	display: block;
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 18px;
}

@media (max-width: 960px) {

	.sub #footer > .inner {
		width: 100%;
		padding: 50px 0 0;
		display: block;
	}

	.sub #footer #com_info {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.sub #footer #com_info .logo {
		margin: 0 auto;
	}

	.sub #footer #footer_nav {
		width: 100%;
		display: block;
		/*text-align: center;*/
	}

	.sub #footer #footer_nav .box {
		width: 100%;
	}

	.sub #footer #footer_nav a {
		width: 100%;
		height: 45px;
		line-height: 45px;
		margin: 0;
		border-top: 1px solid #666;
		box-sizing: border-box;
		position: relative;
	}
	
	.sub #footer #footer_nav .box > ul > li > a {
		margin: 0;
		padding: 0 4%;
	}
	
	.sub #footer #footer_nav .box > ul > li > a::before {
		display: block;
		content: '';
		width: 6px;
		height: 6px;
		border: 2px solid #fff;
		border-bottom: none;
		border-left: none;
		transform: rotate(45deg);
		position: absolute;
		top: 18px;
		right: 16px;
	}
	
	.sub #footer #footer_nav .box > ul > li > ul {
		margin: 0;
	}
	
	.sub #footer #footer_nav .box > ul > li > ul > li > a {
		padding: 0 6%;
	}
	.com_sns {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 600px) {

	#page_top {
		display: none;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 下層ページ共通
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.sub #main {
	overflow-x: hidden;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ボタン
 * 
 * 
--------------------------------------------------------------------------------*/

.btn_01 a {
	display: block;
	width: 80%;
	max-width: 320px;
	background: #1c4388;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.025em;
	border-radius: 6px;
	position: relative;
	transition: .3s ease;
	border: 2px solid #1c4388;
}

.btn_01 a:hover {
	/*background: #4870aa;*/
	transition: .3s ease;
	opacity:0.6;
}

.btn_01 a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 14px;
}

.btn_02 a {
	display: block;
	width: 80%;
	max-width: 320px;
	background: #2eabda;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.025em;
	border-radius: 6px;
	position: relative;
	transition: .3s ease;
	border: 2px solid #2eabda;
}

.btn_02 a:hover {
	transition: .3s ease;
	opacity:0.6;
}

.btn_02 a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 14px;
}

.btn_03 a {
	display: block;
	width: 80%;
	max-width: 320px;
	font-weight: 700;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.025em;
	border-radius: 6px;
	position: relative;
	transition: .3s ease;
	border: 2px solid #1c4388;
    background: #fff;
    color: #1c4388;
}

.btn_03 a:hover {
	transition: .3s ease;
	opacity:0.6;
}

.btn_03 a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	color: #1c4388;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 14px;
}

.btn_04 a {
	display: block;
	width: 80%;
	max-width: 320px;
	font-weight: 700;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.025em;
	border-radius: 6px;
	position: relative;
	transition: .3s ease;
	border: 2px solid #2eabda;
    background: #fff;
    color: #2eabda;
}

.btn_04 a:hover {
	transition: .3s ease;
	opacity:0.6;
}

.btn_04 a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: bold;
	color: #2eabda;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 14px;
}




/*--------------------------------------------------------------------------------
 * 
 * 
 * メインビジュアル
 * 
 * 
--------------------------------------------------------------------------------*/

.sub #mv {
	position: relative;
	width: 100%;
	height: 300px;
	padding-top: 80px;
}

.sub #mv .inner  {
	position: relative;
	width: 100%;
	height: 100%;
	background: url("images/common/mv.png") no-repeat center center/cover;
}

.sub #mv .layer {
	width: 100%;
	height: 100%;
	background: rgba(28,67,136,.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub #mv .hl {
	color: #fff;
	text-align: center;
}

.sub #mv .hl .catch_01 {
	font-size: 2.5rem;
	font-weight: bold;
}

.sub #mv .hl .catch_02 {
	font-size: 1.125rem;
}

@media (max-width: 960px) {

	.sub #mv {
		padding-top: 60px;
	}

}

@media (max-width: 600px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * パンくずリスト
 * 
 * 
--------------------------------------------------------------------------------*/

#breadcrumbs {
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #1c4388;
	background: #fff;
	overflow: hidden;
}

#breadcrumbs .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

#breadcrumbs .arrow {
	margin: 0 1em;
}

#breadcrumbs .inner span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 960px) {

}

@media (max-width: 600px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 会社情報
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
.rinkuu .left{
float: left;
margin-right: 20px;
}
@media (max-width: 960px) {
	.rinkuu .left{
	float: none;
	margin-right: 0;
	}
}



/*--------------------------------------------------------------------------------
 * 
 * 
 * 社長メッセージ
 * 
 * 
--------------------------------------------------------------------------------*/

.company #message {
	width: 100%;
	padding: 30px 0 85px;
	box-sizing: border-box;
	background: linear-gradient( 180deg,#fff 0%,#fff 50%,#e3e9f1 50%,#e3e9f1 100% );
}

.company #message > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company #message > .inner .thumb {
	width: 38%;
}

.company #message > .inner .desc {
	width: 56%;
	text-align: justify;
}

.company #message > .inner .desc .hl {
	font-size: 1.875rem;
	font-weight: bold;
	color: #1c4388;
	margin-bottom: 20px;
}

@media (max-width: 960px) {

	.company #message {
		padding: 0 0 60px;
	}

}

@media (max-width: 600px) {

	.company #message {
		background: linear-gradient( 180deg,#fff 0%,#fff 25%,#e3e9f1 25%,#e3e9f1 100% );
		padding-bottom: 40px;
	}

	.company #message > .inner {
		display: block;
	}
	
	.company #message > .inner .thumb {
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.company #message > .inner .desc {
		width: 100%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 企業沿革
 * 
 * 
--------------------------------------------------------------------------------*/

.company #history {
	width: 100%;
	padding: 70px 0 60px;
	box-sizing: border-box;
}

.company #history > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.company #history .hl {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	margin-bottom: 40px;
}

.company .his_table table {
	width: 100%;
	border-top: 1px solid #ccc;
}

.company .his_table table th,
.company .his_table table td {
	border-bottom: 1px solid #ccc;
	padding: 24px 0;
	box-sizing: border-box;
	text-align: left;
}

.company .his_table table th {
	color: #b2b2b2;
	width: 25%;
	vertical-align: middle;
}

.company .his_table table td {
	width: 75%;
}

@media (max-width: 960px) {

	.company #history {
		padding: 50px 0 40px;
	}

}

@media (max-width: 600px) {

	.company #history {
		padding: 40px 0 40px;
	}

	.company #history .hl {
		margin-bottom: 30px;
	}

	.company .his_table table th,
	.company .his_table table td {
		display: block;
	}

	.company .his_table table th {
		width: 100%;
		padding: 16px 0 0;
		border-bottom: none;
	}

	.company .his_table table td {
		width: 100%;
		padding: 0 0 16px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 会社概要
 * 
 * 
--------------------------------------------------------------------------------*/

.company #outline {
	width: 100%;
	background: #1c4388;
	color: #fff;
}

.company #outline > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0 90px;
	box-sizing: border-box;
}

.company #outline .hl {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.company .ol_table table {
	width: 100%;
	border-top: 1px solid #fff;
}

.company .ol_table table th,
.company .ol_table table td {
	border-bottom: 1px solid #fff;
	padding: 24px 0;
	box-sizing: border-box;
	text-align: left;
}

.company .ol_table table th {
	color: #fff;
	width: 25%;
	vertical-align: middle;
	font-weight: bold;
}

.company .ol_table table td {
	width: 75%;
}

@media (max-width: 960px) {

	.company #outline > .inner {
		padding: 50px 0 60px;
	}

}

@media (max-width: 600px) {

	.company #outline > .inner {
		padding: 40px 0 40px;
	}
	
	.company #outline .hl {
		margin-bottom: 30px;
	}

	.company .ol_table table th,
	.company .ol_table table td {
		display: block;
	}

	.company .ol_table table th {
		width: 100%;
		padding: 16px 0 10px;
		border-bottom: none;
		font-size: 1.125rem;
	}

	.company .ol_table table td {
		width: 100%;
		padding: 0 0 16px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * アクセス
 * 
 * 
--------------------------------------------------------------------------------*/

.company #access {
	width: 100%;
	padding: 0 0 40px;
	box-sizing: border-box;
	background: linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 8%,#fff 8%,#fff 100% );
}

.company #access > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.company #access .hl {
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	margin-bottom: 40px;
}

.company #access .sub_hl {
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 60px;
	line-height: 1.5;
}

.company #access .sub_hl::after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #1c4388;
	position: absolute;
	bottom: -24px;
}

.street_view {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.street_view .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.street_view .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.map .inner {
	padding-top: 36%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.map .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company .location {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 70px;
}

/*.company .location p:first-of-type {
	margin-bottom: 1.5em;
}*/

@media (max-width: 960px) {

	.company #access > .inner {
		padding: 60px 0 0;
	}

	.company #access .sub_hl {
		margin-bottom: 45px;
	}

	.company #access .sub_hl::after {
		bottom: -20px;
	}

	.company .location {
		padding: 30px 20px;
		margin-bottom: 50px;
	}

}

@media (max-width: 600px) {

	.company #access {
		padding-bottom: 20px;
	}

	.company #access > .inner {
		padding: 40px 0 0;
	}

	.company #access .hl {
		margin-bottom: 30px;
	}

	.street_view .inner {
		padding-top: 100%;
	}

	.map .inner {
		padding-top: 100%;
	}

	.company .location {
		padding: 20px 16px;
		margin-bottom: 40px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * ブログ
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.blog {
	background: #e3e9f1;
}

.blog #sec_01 {
	width: 100%;
}

.blog #sec_01 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.blog #blog_lists {
	margin-bottom: 20px;
}

.blog #blog_lists ul {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.blog #blog_lists ul li {
	width: 47.5%;
	margin: 0 5% 5% 0;
	background: #fff;
}

.blog #blog_lists ul li a {
	text-decoration: none;
}

.blog #blog_lists ul li a:hover,
.blog #blog_lists ul li a:active {
	color: #4870aa;
}

.blog #blog_lists ul li .desc {
	padding: 20px;
	box-sizing: border-box;
}

.blog #blog_lists ul li .desc .ttl {
	font-weight: bold;
}

.blog #blog_lists ul li .desc .meta {
	font-size: 0.875rem;
}

.blog #blog_lists .scale img{
	    min-width: 100%;
}

.blog #sec_01 > .inner #contents {
	width: 65%;
	box-sizing: border-box;
}

.blog.single #sec_01 > .inner #contents {
	background: #fff;
	padding: 30px;
}

.blog #sec_01 > .inner #sidebar {
	width: 30%;
}

#post .post_date {
	font-size: 1.125rem;
	line-height: 1;
	margin-bottom: 0.375rem;
	display: flex;
	color: #1c4388;
}

#post .post_date > div {
	margin-right: 1em;
	display: flex;
	align-items: center;
}

#post .post_date > div i {
	margin-right: 0.5em;
	font-size: 1rem;
}

#post #post_hl {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	color: #1c4388;
}

#post_body {
	word-break: break-all;
}

#post_body .thumb {
	margin-bottom: 2.5rem;
}

#post_body .thumb img {
	width: 100%;
}

#post_body p:not([class]),
#post_body ul:not([class]),
#post_body ol:not([class]),
#post_body blockquote:not([class]) {
	margin-bottom: 1.5em;
}

#post_body ul:not([class]) {
	list-style-type: disc;
	margin-left: 1.5em;
}

#post_body ol:not([class]) {
    counter-reset: li;
    margin-top: 0em;
}

#post_body ol:not([class]) > li {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
}

#post_body ol:not([class]) > li::before {
	position: absolute;
	content: "";
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #4870aa;
	top: 5px;
}

#post_body ol:not([class]) > li::after {
	counter-increment: li;
    content: counter(li);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    padding: 0;
    line-height: 0;
    color: #fff;
    text-align: center;
    font-size: 0.65em;
    letter-spacing: 0;
	top: 15px;
	font-weight: 700;
}

#post_body blockquote:not([class]) {
	background: #f2f2f2;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}

#post_body blockquote:not([class]) p:last-of-type {
	margin-bottom: 0;
}

#post_body blockquote:not([class])::before,
#post_body blockquote:not([class])::after {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	color: #ddd;
	font-size: 1.25rem;
}

#post_body blockquote:not([class])::before {
	content: '\f10d';
	top: 10px;
	left: 16px;
}

#post_body blockquote:not([class])::after {
	content: '\f10e';
	bottom: 10px;
	right: 16px;
}

#post_body img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
}

#post_body img[class*="wp-image-"],
#post_body img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

@media (max-width: 960px) {

	.blog #sec_01 > .inner {
		display: block;

	}

	.blog #sec_01 > .inner #contents {
		width: 100%;
		margin-bottom: 40px;
	}

	.blog #sec_01 > .inner #sidebar {
		width: 100%;
	}


}

@media (max-width: 768px) {

	#news_post_box {
		padding: 30px 30px 50px;
	}

	#news_post_box #post_hl {
		padding: 10px 0 20px;
	}

}

@media (min-width: 601px) {

	.blog #blog_lists ul li:nth-child(2n) {
		margin-right: 0;
	}

	.aligncenter {
		display: block;
		margin: 0 auto 30px;
	}

	.alignright {
		float: right;
		margin: 0 0 0 30px;
	}

	.alignleft {
		float: left;
		margin: 0 30px 0 0;
	}

}

@media (max-width: 600px) {

	.blog #sec_01 > .inner {
		padding: 40px 0 60px;
	}

	.blog.single #sec_01 > .inner #contents {
		padding: 20px;
	}
	
	.blog #blog_lists ul li {
		width: 100%;
		margin: 0 0 5%;
	}

	#post #post_hl {
		font-size: 1.5rem;
	}

	.aligncenter {
		display: block;
		margin: 0 auto 30px;
	}

	.alignright {
		display: block;
		margin: 30px auto;
	}

	.alignleft {
		display: block;
		margin: 30px auto;
	}

}

@media (max-width: 480px) {

	#news_post_box {
		padding: 20px 20px 40px;
	}

	#news_post_box #post_hl {
		font-size: 1.25rem;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 記事送り
 * 
 * 
--------------------------------------------------------------------------------*/

#pagenation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0 40px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

#pagenation > a {
	color: #444;
	text-decoration: none;
	position: relative;
}

#pagenation > a:hover {
	color: #6cb576;
}

#pagenation > span {
	opacity: .4;
	position: relative;
}

#pagenation .back {
	padding-left: 20px;
}

#pagenation .next {
	padding-right: 20px;
}


#pagenation .back::before,
#pagenation .next::before {
	font-family: "Font Awesome 5 Free";
	display: block;
	font-weight: bold;
	position: absolute;
	top: 0;
	color: #444;
	transition: .3s ease;
}

#pagenation .back::before {
	content: '\f104';
	left: 0;
}

#pagenation .next::before {
	content: '\f105';
	right: 0;
}

#pagenation a.back:hover::before,
#pagenation a.next:hover::before {
	color: #6cb576;
	transition: .3s ease;
}

#pagenation a.back:hover::before {
	left: 4px;
}

#pagenation a.next:hover::before {
	right: 4px;
}

#news_index {
	text-align: center;
	letter-spacing: 0.1em;
}

.btn a {
	display: block;
	width: 80%;
	max-width: 250px;
	background: #1c4388;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.025em;
	border-radius: 6px;
	position: relative;
	transition: .3s ease;
}

.btn a:hover {
	background: #4870aa;
	transition: .3s ease;
}

.btn a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: bold;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 0;
	right: 14px;
}

.btn_back a {
	font-size: 1rem;
	margin: 0 auto;
}

.btn_back a::after {
	content: '\f104';
	right: auto;
	left: 14px;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	#pagenation {
		margin: 40px 0 30px;
	}

}

@media (max-width: 600px) {

}

@media (max-width: 480px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * サイドバー
 * 
 * 
--------------------------------------------------------------------------------*/

#sidebar .headline {
	font-size: 1rem;
	font-weight: 700;
	background: #4870aa;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 0.75rem;
	margin-bottom: 0px;
	box-sizing: border-box;
	border-left: 8px solid #1c4388;
}

#sidebar .widget_inner {
	margin-bottom: 30px;
	background: #fff;
	box-sizing: border-box;
}

#sidebar .widget_inner {
	padding: 10px 10px 5px;
}

#sidebar .widget_latest article a {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #444;
	text-decoration: none;
}

#sidebar .widget_latest article a:hover {
	color: #4870aa;
}

#sidebar .widget_latest article:last-of-type a {
	/*padding-bottom: 0;*/
	border-bottom: none;
}

#sidebar .widget_latest article a .thumb {
	width: 40%;
	max-width: 150px;
	flex-shrink: 0;
}

#sidebar .widget_latest article a .desc {
	width: 60%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 0.875rem;
	line-height: 1.5;
}

#sidebar .widget_latest article a .desc .date {
	font-size: 0.75rem;
}

#sidebar .widget_inner ul > li > a {
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	color: #444;
	font-size: 0.9375rem;
	text-decoration: none;
	position: relative;
}

#sidebar .widget_inner ul > li:last-of-type > a {
	border-bottom: none;
}

#sidebar .widget_inner ul > li > a:hover {
	color: #4870aa;
}

#sidebar .widget_inner ul > li > a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	display: block;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	color: #444;
	transition: .3s ease;
}

#sidebar .widget_inner ul > li a:hover::after {
	right: 4px;
	color: #4870aa;
	transition: .3s ease;
}


#sidebar .widget_inner.year_archive .hide{
	display: none;
}


#sidebar .widget_inner.year_archive ul > li > a{
	border-bottom: 1px solid #ccc !important;
}




#sidebar .widget_inner.year_archive ul:nth-last-child(2) > li > a{
	border-bottom: none !important;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ページナビ
 * 
 * 
--------------------------------------------------------------------------------*/

.wp-pagenavi {
	font-weight: bold;
}

.wp-pagenavi span.current {
	background: #1c4388;
	color: #fff;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .last {
	background: #4870aa;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active {
	color: #fff;
	background: #1c4388;
}

.wp-pagenavi {
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	display: block;
	text-decoration: none;
	color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 2px;
}


@media (max-width: 1024px) {

	.wp-pagenavi a,
	.wp-pagenavi span.current {
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		margin: 0 0.125rem;
	}

}

@media (max-width: 600px) {

	.wp-pagenavi a,
	.wp-pagenavi span.current {
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 募集要項
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.requirements #main {
	background: url("images/requirements/01.png") no-repeat center top;
	background-size: 100% auto;
	padding: 150px 0 0;
	box-sizing: border-box;
}

.requirements #main > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 60px 130px;
	box-sizing: border-box;
}

.req_header {
	margin-bottom: 40px;
}

.req_header .sub_hl {
	font-weight: bold;
	font-size: 1.875rem;
	text-align: center;
	line-height: 1.5;
	color: #1c4388;
	margin-bottom: 20px;
}

.req_header .req_tags {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.req_header .req_tags li {
	background: #6788ba;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	font-size: 0.875rem;
	border-radius: 6px;
	text-align: center;
	margin: 3px;
}

.req_table {
	margin-bottom: 80px;
}

.req_table table {
	width: 100%;
	border: 1px solid #ddd;
}

.req_table table th,
.req_table table td {
	border: 1px solid #ddd;
	padding: 2rem;
	box-sizing: border-box;
}

.req_table table th {
	width: 25%;
	background: #efefef;
	text-align: left;
	font-weight: bold;
}

.req_table table td {
	width: 75%;
}

.req_table table td p {
	margin-bottom: 1.5em;
}

.req_table table td p:last-of-type {
	margin-bottom: 0;
}

.req_table table td hr {
	height: 1px;
	background: #ddd;
	border: none;
	margin: 2em 0;
}

.btn_req a {
	margin: 0 auto;
}

@media (max-width: 960px) {

}

@media (max-width: 768px) {

	.requirements #main {
		padding: 120px 0 0;
	}

	.requirements #main > .inner {
		padding: 40px 40px 90px;
	}


	.req_table {
		margin-bottom: 50px;
	}

}

@media (max-width: 600px) {

	.requirements #main {
		background: url("images/requirements/01_sp.png") no-repeat center top;
		background-size: 100% auto;
		padding: 90px 0 0;
		box-sizing: border-box;
	}
	
	.requirements #main > .inner {
		padding: 40px 20px 90px;
	}

	.req_table table {
		width: 100%;
		border: none;
	}

	.req_table table th,
	.req_table table td {
		border: none;
		display: block;
	}

	.req_table table th {
		width: 100%;
		padding: 10px 16px;
	}

	.req_table table td {
		width: 100%;
		padding: 2rem 0;
	}
	
	.req_table table td hr {
		margin: 1.5em 0;
	}

}

@media (max-width: 480px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 募集フォーム＆お問い合わせ
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.contact #main {
	background: #e3e9f1;
	padding: 80px 0 145px;
	box-sizing: border-box;
}

.contact #main > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 100px;
	box-sizing: border-box;
}

.contact .box {
	margin-bottom: 60px;
}

.contact .sub_hl {
	font-size: 1.875rem;
	font-weight: bold;
	color: #1c4388;
	text-align: center;
	margin-bottom: 40px;
}

.entry .flow {
	width: 100%;
	max-width: 756px;
	margin: 0 auto 40px;
}

.entry .flow_img_pc {
	display: block;
}

.entry .flow_img_sp {
	display: none;
}

.contact .msg {
	text-align: center;
	margin-bottom: 40px;
}

.contact .must {
	margin: 0 0.25em;
	color: #6788ba;
}

.mf table {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-top: 1px dashed #ccc;
}

.mf tr {
	border-bottom: 1px dashed #ccc;
}
.mf tr.no-border {
	border-bottom:none;
}
.mf table tr.no-border th,
.mf table tr.no-border td {
    padding: 20px 0 0 0;
}





.mf table th,
.mf table td {
	box-sizing: border-box;
	padding: 20px 0;
	text-align: left;
}

.mf table th {
	width: 30%;
	vertical-align: middle;
	font-weight: bold;
}

.mf table td {
	width: 70%;
}

.mf input[type="text"]:focus,
.mf input[type="email"]:focus,
.mf input[type="tel"]:focus,
.mf textarea:focus {
	outline: 0;
}

.mf table td input[type="text"],
.mf table td input[type="email"],
.mf table td input[type="tel"],
.mf table td textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	padding: 0 6px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 0;
	background: #fff;
	border: 3px solid #ddd;
}

.mf table td textarea {
	padding: 6px;
}

.mf .input_SS {
	width: 10%;
}

.mf .input_S {
	width: 30%;
}

.mf .input_M {
	width: 60%;
}

.mf .input_L {
	width: 80%;
}

.mf table td textarea {
	width: 100%;
	height: 200px;
}

.mf .sort {
	display: inline-block;
	position: relative;
	width: 60%;
}

.mf .sort::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0dd';
	font-weight: bold;
	position: absolute;
	top: 4px;
	right: 10px;
}

.confirm .mf .sort::after {
	display: none;
}

.mf .pref {
	display: inline-block;
	position: relative;
	width: 25%;
}

.mf .pref::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0dd';
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
}

.confirm .mf .pref::after {
	display: none;
}

.mf table td select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	padding: 0 6px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 0;
	background: #fff;
	border: 3px solid #ddd;
	width: 100%;
}

.contact .mf tr td label {
	margin-right: 20px;
}

.mf table td label {
	cursor: pointer;
	position: relative;
}

.mf table td .your-know > span {
	display: inline-block;
	margin-bottom: 0.5em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}

.mf table td label input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.mf table td label input[type=radio] + span {
	position: relative;
	padding-left: 24px;
	display: inline-block;
}

.mf table td label input[type=radio] + span::before,
.mf table td label input[type=radio]:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50%;
}

.mf table td label input[type=radio] + span::before {
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 3px solid #ccc;
}

.mf table td label input[type=radio]:checked + span::after {
	top: 10px;
	left: 5px;
	width: 11px;
	height: 11px;
	background: #4870aa;
}

.mf table td .checkbox_container label {
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
}

.mf table td .checkbox_container > span:last-of-type label {
	margin-bottom: 0;
}

.mf table td .checkbox_container label span {
	margin: 0 !important;
	padding: 0 !important;
}

.mf table td input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	border: 3px solid #dedede;
	margin-right: 0.5em;
}

.mf table td input[type=checkbox]:checked::after {
	display: block;
	content: '';
	position: absolute;
	top: -7px;
	left: 5px;
	width: 8px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 4px solid #1c4388;
	border-right: 4px solid #1c4388;
}

.mf table td .your-file {
	display: block;
}

.mf table td .your-other-msg {
	margin: 0 0 1em !important;
}

.mf table td .your-file-msg {
	margin: 1em 0 0;
}

.confirm .mf table td .your-file-msg {
	display: none;
}

.mf .send {
	width: 100%;
	max-width: 350px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	position: relative;
}

.mf .send input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	border: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1c4388;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	border-radius: 6px;
	overflow: none;
	transition: .3s ease;
}

.mf .send::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	position: absolute;
	font-weight: bold;
	top: 0;
	right: 16px;
	color: #fff;
	transition: .3s ease;
}

.mf .send input[type=submit]:hover {
	background: #6788ba;
	transition: .3s ease;
}

.mf .send:hover::after {
	right: 10px;
	transition: .3s ease;
}

.mf .back {
	width: 100%;
	max-width: 350px;
	height: 60px;
	line-height: 60px;
	margin: 10px auto 0;
	position: relative;
}

.mf .back input[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: 1rem;
	border: none;
	border-radius: 6px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ccc;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	transition: .3s ease;
}

.mf .back::after {
	font-family: "Font Awesome 5 Free";
	content: '\f0d9';
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 16px;
	color: #fff;
	transition: .3s ease;
}

.mf .back input[type=submit]:hover {
	background: #999;
	transition: .3s ease;
}

.mf .back:hover::after {
	left: 10px;
	transition: .3s ease;
}

.mf .add_hl {
	margin-right: 0.5em;
	font-size: 0.875rem;
}

.mf td p {
	margin-bottom: 6px;
}

.mf td p:last-of-type {
	margin-bottom: 0;
}

.mf .postal_hyphen {
	margin: 0 0.25em;
}

.btn_thanks a {
	margin: 0 auto;
}

@media (max-width: 960px) {

	.mf table th,
	.mf table td {
		display: block;
	}

	.mf table th {
		width: 100%;
		padding: 16px 0 6px;
	}

	.mf table td {
		width: 100%;
		padding: 6px 0 16px;
	}

	.mf .input_SS {
		width: 15%;
	}

	.mf .input_S {
		width: 30%;
	}

	.mf .input_M {
		width: 60%;
	}

	.mf .input_L {
		width: 80%;
	}
	
	.mf .sort {
		width: 60%;
	}
	
	.mf .pref {
		width: 30%;
	}

	.mf table td textarea {
		width: 100%;
	}
	
	.mf td p {
		margin-bottom: 8px;
	}

}

@media (max-width: 768px) {

	.contact #main {
		padding-bottom: 120px;
	}

	.contact #main > .inner {
		padding: 60px 50px 40px;
	}

}

@media (max-width: 600px) {

	.entry .flow_img_pc {
		display: none;
	}

	.entry .flow_img_sp {
		display: block;
	}
	
	.mf table {
		margin-bottom: 30px;
	}
	
	.mf .input_SS {
		width: 25%;
	}

	.mf .input_S {
		width: 100%;
	}

	.mf .input_M {
		width: 100%;
	}

	.mf .input_L {
		width: 100%;
	}
	
	.mf .sort {
		width: 100%;
	}
	
	.mf .pref {
		width: 100%;
	}

}

@media (max-width: 480px) {

	.contact #main {
		padding: 60px 0 90px;
	}

	.contact #main > .inner {
		padding: 40px 20px 30px;
	}
	
	.contact .box {
		margin-bottom: 30px;
	}
	
	.contact .sub_hl {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.entry .flow {
		margin: 0 auto 30px;
	}

	.contact .msg {
		margin-bottom: 40px;
		text-align: justify;
	}

	.contact .msg br {
		display: none;
	}
	
	.contact .msg br.br_must {
		display: block;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 事業紹介
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.service .sub_hl_01 {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	line-height: 1.5;
	margin-bottom: 40px;
}

.service .sub_hl_01 br {
	display: none;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 01
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_01 .sec_01_header {
	background: #e3e9f1;
	padding: 90px 0;
	box-sizing: border-box;
}

.service #sec_01 .sec_01_header .desc {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.125rem;
	text-align: justify;
}

.service #sec_01 > .inner > .box {
	width: 100%;
	display: flex;	
}

.service #sec_01 > .inner > .box:nth-child(2n) {
	flex-direction: row-reverse;
}

.service #sec_01 > .inner > .box .thumb {
	width: 50%;
	flex-shrink: 0;
	min-height: 500px;
}

.service #sec_01 > .inner > .box:nth-child(1)  .thumb {
	background: url("images/service/01.png") no-repeat center center/cover;
}

.service #sec_01 > .inner > .box:nth-child(2) .thumb {
	background: url("images/service/02.png") no-repeat center center/cover;
}

.service #sec_01 > .inner > .box:nth-child(3) .thumb {
	background: url("images/service/03.png") no-repeat center center/cover;
}

.service #sec_01 > .inner > .box .desc {
	width: 50%;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 60px 50px;
}

.service #sec_01 > .inner > .box .desc .sub_hl_02 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #1c4388;
	line-height: 1.5;
	margin-bottom: 30px;	
}

.service #sec_01 > .inner > .box .desc p {
 	margin-bottom: 1.5em;
	text-align: justify;
 }
 
 .service  #sec_01 > .inner > .box .desc p:last-of-type {
  	margin-bottom: 0;
  }
  
.service #sec_01 > .inner > .box .desc .btn_service_01 {
	margin-top: 2em;
}

@media (max-width: 960px) {

	.service #sec_01 .sec_01_header {
		padding: 60px 0;
	}

	.service .sub_hl_01 br {
		display: block;
	}
	
	.service #sec_01 > .inner > .box {
		display: block;
	}
	
	.service #sec_01 > .inner > .box .thumb {
		width: 100%;
		min-height: initial;
		height: 400px;
	}
	
	.service #sec_01 > .inner > .box .desc {
		width: 100%;
		padding: 40px 30px;
	}
	
	.service #sec_01 > .inner > .box .desc .btn_service_01 a {
		margin: 0 auto;
	}

}

@media (max-width: 600px) {

	.service #sec_01 .sec_01_header {
		padding: 40px 0;
	}

	.service .sub_hl_01 {
		font-size: 1.75rem;
		margin-bottom: 20px;
	}
	
	.service #sec_01 > .inner > .box .thumb {
		height: 250px;
	}
	
	.service #sec_01 > .inner > .box .desc {
		padding: 30px 0;
		width: 92%;
		margin: 0 auto;
	}
	
	.service #sec_01 > .inner > .box .desc .sub_hl_02 {
		margin-bottom: 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 02
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_02 {
	background: linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 45%,#fff 45%,#fff 100% );
	padding: 120px 0 60px;
	box-sizing: border-box;
}

.service #sec_02 .sub_hl_01 {
	margin-bottom: 60px;
}

.service #sec_02 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.service #sec_02 > .inner .box {
	width: 47.5%;
}

.service #sec_02 > .inner .box:nth-child(2n) {
	padding-top: 90px;
}

.service #sec_02 > .inner .thumb {
	margin-bottom: 30px;
	background: #ddd;
}

.service #sec_02 > .inner .sub_hl_03,
.service #sec_03 > .inner .sub_hl_03 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	position: relative;
	margin-bottom: 50px;
}

.service #sec_02 > .inner .sub_hl_03::after,
.service #sec_03 > .inner .sub_hl_03::after {
	display: block;
	content: '';
	width: 60px;
	height: 4px;
	background: #1c4388;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -30px;
}

.service #sec_02 > .inner .sub_hl_03 br,
.service #sec_03 > .inner .sub_hl_03 br {
	display: none;
}

.service #sec_02 > .inner .desc p {
	text-align: justify;
}

@media (max-width: 960px) {

	.service #sec_02 {
		padding: 80px 0 50px;
	}
	
	.service #sec_02 .sub_hl_01 {
		margin-bottom: 50px;
	}

}

@media (max-width: 600px) {

	.service #sec_02 {
		padding: 40px 0 0;
		background:  linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 20%,#fff 20%,#fff 100% );
	}
	
	.service #sec_02 .sub_hl_01 {
		margin-bottom: 30px;
	}
	
	.service #sec_02 > .inner {
		display: block;
	}
	
	.service #sec_02 > .inner .box {
		width: 100%;
	}
	
	.service #sec_02 > .inner .thumb {
		margin-bottom: 20px;
	}
	
	.service #sec_02 > .inner .sub_hl_03,
	.service #sec_03 > .inner .sub_hl_03 {
		margin-bottom: 36px;
		line-height: 1.5;
	}
	
	.service #sec_02 > .inner .sub_hl_03::after,
	.service #sec_03 > .inner .sub_hl_03::after {
		bottom: -18px;
	}
	
	.service #sec_02 > .inner .sub_hl_03 br,
	.service #sec_03 > .inner .sub_hl_03 br {
		display: block;
	}
	
	.service #sec_02 > .inner .box:nth-child(2n) {
		padding-top: 0;
	}
	
	.service #sec_02 > .inner .desc {
		margin-bottom: 40px;
	}

	

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 03
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_03 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	background: url("images/service/06.png") no-repeat center top;
	background-size: 100% auto;
	padding: 270px 0 0;
	box-sizing: border-box;
}

.service #sec_03 .box {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 60px;
}

.service #sec_03 .box p {
	margin-bottom: 2em;
}

.service #sec_03 .box .btn_service_02 a {
	margin: 0 auto;
}

@media (max-width: 960px) {

	.service #sec_03 > .inner {
		background: url(images/service/06_sp.png) no-repeat center top/100% auto;
		padding: 180px 0 0;
	}
	
	.service #sec_03 .box {
		padding: 36px 40px 60px;
	}

}

@media (max-width: 600px) {

	.service #sec_03 > .inner {
		padding: 100px 0 0;
	}
	
	.service #sec_03 .box {
		padding: 30px 20px 50px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 04
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_04 {
	background: #1c4388;
	padding: 90px 0;
	box-sizing: border-box;
	color: #fff;
}

.service #sec_04 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.service #sec_04 > .inner .thumb {
	width: 37.5%;
	flex-shrink: 0;
}

.service #sec_04 > .inner .desc {
	padding: 76px;
	box-sizing: border-box;
}

.service #sec_04 .sub_hl_04 {
	font-size: 2.25rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}

.service #sec_04 .sub_hl_04 .under {
	background: linear-gradient(transparent 75%, #7797c6 0%);
}

.service #sec_04 > .inner .desc p {
	margin-bottom: 1.5em;
	text-align: justify;
}

.service #sec_04 > .inner .desc p:last-of-type {
	margin-bottom: 0;
}


@media (max-width: 960px) {

	.service #sec_04 {
		padding: 80px 0 40px;
	}

	.service #sec_04 > .inner {
		display: block;
	}
	
	.service #sec_04 > .inner .thumb {
		width: 50%;
		margin: 0 auto;
	}
	
	.service #sec_04 > .inner .desc {
		width: 100%;
		padding: 40px 0;
	}
	
	.service #sec_04 .sub_hl_04 {
		text-align: center;
		margin-bottom: 40px;
	}

}

@media (max-width: 600px) {

	.service #sec_04 {
		padding: 50px 0 20px;
	}
	
	.service #sec_04 > .inner .thumb {
		width: 80%;
	}
	
	.service #sec_04 .sub_hl_04 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	
	.service #sec_04 > .inner .desc {
		padding: 40px 0 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 05
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_05 {
	background: #e3e9f1;
	padding: 76px 0;
	box-sizing: border-box;
}

/*--------------------------------------------------------------------------------
 * 
 * Slick.js
 * 
--------------------------------------------------------------------------------*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url("images/service/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/fonts/slick.eot');
    src: url('js/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/fonts/slick.woff') format('woff'), url('js/fonts/slick.ttf') format('truetype'), url('js/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	font-family: 'slick';
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 120px;
    padding: 0;
   /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/

    cursor: pointer;

    color: #fff;
    border: none;
    outline: none;
    background: #1c4388;
	margin-top: -60px;
	z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    /*color: transparent;
    outline: none;
    background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    /*opacity: .25;*/
}

.slick-prev:before,
.slick-next:before
{
    /*font-family: 'slick';*/
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
    font-size: 2.25rem;
    line-height: 1;

    /*opacity: .75;
    color: white;*/

    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    /*content: '←';*/
	content: '\f104';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\f105';
}
[dir='rtl'] .slick-next:before
{
    content: '\f104';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 10px;

    position: absolute;
    top: 0;
    left: 0;

    width: 10px;
    height: 10px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #1c4388;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #1c4388;
}

.slider {
  	width: 90%;
	margin: 0 auto;
}

.slick-dotted.slick-slider {
	margin: 0 auto;
}
  
.slick-slide img {
	width: 100%;
	height: auto;
}
.tech_slider {
	width: 100%;
}
.tech_slider .slick-slide {
	margin: 0 20px;
	opacity: .5;
}

.tech_slider .slick-slide.slick-active {
	opacity: 1;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * fancybox
 * 
 * 
--------------------------------------------------------------------------------*/

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: none !important;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);

}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;

    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

@media (max-width: 960px) {

	.service #sec_05 {
		padding: 50px 0 70px;
	}

}

@media (max-width: 600px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 06
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_06 {
	background: #fff;
	padding: 90px 0 40px;
	box-sizing: border-box;
}

.service #sec_06 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

.service #sec_06 ul {
	display: flex;
	flex-wrap: wrap;
}

.service #sec_06 li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}

@media (min-width: 960px) {

	.service #sec_06 li:nth-child(4n) {
		margin-right: 0;
	}

}

@media (max-width: 960px) {

	.service #sec_06 {
		padding: 60px 0 40px;
	}
	
	.service #sec_06 li {
		width: 31%;
		margin: 0 3.5% 3.5% 0;
	}

	.service #sec_06 li:nth-child(3n) {
		margin-right: 0;
	}

}

@media (max-width: 600px) {

	.service #sec_06 {
		padding: 40px 0 30px;
	}
	
	.service #sec_06 li {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.service #sec_06 li:nth-child(3n) {
		margin-right: 4%;
	}

	.service #sec_06 li:nth-child(2n) {
		margin-right: 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 07
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_07 {
	background: url("images/service/10.png") no-repeat center top;
    background-size: 100% auto;
    padding: 240px 0 0;
    box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.service #sec_07 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 60px 100px;
	box-sizing: border-box;
	background: #fff;
}

.equip_table {
	width: 100%;
	margin: 0 auto;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.equip_table::-webkit-scrollbar {
	display: none;
}

.equip_table_inner {
	width: 1080px;
}

.equip_table table {
	width: 100%;
	border: 1px solid #ddd;
}

.equip_table table th,
.equip_table table td {
	padding: 1rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;
}

.equip_table table th {
	font-weight: bold;
	background: #efefef;
}

@media (max-width: 960px) {

	.service #sec_07 {
		background: url(images/service/10_sp.png) no-repeat center top/100% auto;
		padding: 180px 0 0;
	}
	
	.service #sec_07 > .inner {
		padding: 50px 20px;
	}
	
	.service .sub_hl_01 {
		margin-bottom: 30px;
	}

}

@media (max-width: 600px) {

	.service #sec_07 {
		padding: 120px 0 0;
	}
	
	.service #sec_07 > .inner {
		padding: 40px 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 08
 * 
 * 
--------------------------------------------------------------------------------*/

.service #sec_08 {
    background-size: 100% auto;
    box-sizing: border-box;
	position: relative;
	/*margin-top: -140px; 「製品一覧」削除のため */
}

.service #sec_08 .sec_08_mv {
	width: 100%;
	background: url("images/service/11.png") no-repeat center center/cover;
	height: 450px;
}

.service #sec_08 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 90px;
	box-sizing: border-box;
	background: #fff;
}

@media (max-width: 960px) {

	.service #sec_08 .sec_08_mv {
		height: 300px;
	}

}

@media (max-width: 600px) {

	.service #sec_08 .sec_08_mv {
		height: 200px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 資料ダウンロード（WP移行時に削除可）
 * 
--------------------------------------------------------------------------------*/

.w3eden {
	/*margin-bottom: 30px;*/
}

.w3eden .card-body {
	/*margin-bottom: 20px;*/
}

@media (max-width: 960px) {

	.service #sec_08 > .inner {
		padding: 60px 0 50px;
	}

}

@media (max-width: 600px) {

	.service #sec_08 > .inner {
		padding: 40px 0 30px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 採用情報
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 * 
 * 
 * メインビジュアル
 * 
 * 
--------------------------------------------------------------------------------*/

#recruit_mv {
	width: 100%;
	padding-top: 50px;
}

#recruit_mv .inner  {
	position: relative;
	z-index: 10;
}

#recruit_mv .inner img  {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 見出し
 * 
 * 
--------------------------------------------------------------------------------*/

.sub.recruit #mv {
	padding-top: 0;
	margin-top: -80px;
}

.sub.recruit #mv .inner {
	background: #e3e9f1;
}

.sub.recruit #mv .layer {
	background: none;
}

.sub.recruit #mv .hl {
	color: #1c4388;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 01
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_01 {
	width: 100%;
	background: url("images/recruit/01.png") no-repeat center top/cover;
	height: 680px;
	box-shadow: 0 10px 10px rgba(0,0,0,.6);
	position: relative;
	z-index: 9;
}

.recruit #sec_01 > .inner {
	width: 92%;
	max-width: 800px;
	height: auto;
	background: rgba(28,67,136,.95);
	position: relative;
	margin: 0 auto;
	color: #fff;
	bottom: -20%;
	padding: 60px 40px;
	box-sizing: border-box;
}

.recruit #sec_01 .rec_sub_hl {
	text-align: center;
	margin-bottom: 24px;
}

.recruit #sec_01 .rec_sub_hl > span  {
	display: block;
	font-weight: bold;
}

.recruit #sec_01 .rec_sub_hl > span:nth-child(1)  {
	font-size: 2.625rem;
}

.recruit #sec_01 .rec_sub_hl > span:nth-child(2)  {
	font-size: 1.5rem;
}

.recruit #sec_01 .rec_sub_hl > span:nth-child(2) br  {
	display: none;
}

.recruit #sec_01 .desc p {
	margin-bottom: 1.5em;
	text-align: justify;
	font-size: 1.125rem;
}
.rec_btn_01 a{
	max-width:370px;
	font-size:1.2em;
}

.recruit #sec_01 .desc .rec_btn_01 a {
	background: #fff;
	color: #1c4388;
	margin: 0 auto;
}

.recruit #sec_01 .desc .rec_btn_01 a:hover,
.recruit #sec_01 .desc .rec_btn_01 a:active {
	background: #e3e9f1;
}

.recruit #sec_01 .desc .rec_btn_01 a:after {
	color: #1c4388;
}

@media (max-width: 960px) {

	.recruit #sec_01 > .inner {
		bottom: -10%;
	}
	
	.rec_btn_01 a{
	font-size:1em;
}
	

}

@media (max-width: 600px) {

	.recruit #sec_01 {
		height: auto;
	}

	.recruit #sec_01 > .inner {
		padding: 30px 20px 40px;
		top: 30px;
	}
	
	.recruit #sec_01 .rec_sub_hl > span:nth-child(1) {
		font-size: 1.625rem;
	}
	
	.recruit #sec_01 .rec_sub_hl > span:nth-child(2) {
		font-size: 1.25rem;
	}
	
	.recruit #sec_01 .rec_sub_hl > span:nth-child(2) br {
		display: block;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 02
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_02 {
	width: 100%;
	background: #e3e9f1;
}

.recruit #sec_02 > .inner {
	width: 100%;
	display: flex;
}

.recruit #sec_02 .box {
	width: 33.33%;
	height: 500px;
	position: relative;
}

.recruit #sec_02 .box:nth-child(1) {
	background: url("images/recruit/02.png") no-repeat center center/cover;
}

.recruit #sec_02 .box:nth-child(2) {
	background: url("images/recruit/03.png") no-repeat center center/cover;
}

.recruit #sec_02 .box:nth-child(3) {
	background: url("images/recruit/04.png") no-repeat center center/cover;
}

.recruit #sec_02 .box a {
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
}

.recruit #sec_02 .box a .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(28,67,136,.75);
	opacity: 0;
	transition: .3s ease;
}

.recruit #sec_02 .box a:hover .layer {
	opacity: 1;
	transition: .3s ease;
}

.recruit #sec_02 .box a:hover span {
	display: block;
	position: relative;
	z-index: 1;
}

.recruit #sec_02 .box a span::after {
	display: block;
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: bold;
	text-align: center;
}

@media (max-width: 960px) {

	.recruit #sec_02 > .inner {
		display: block;
	}
	
	.recruit #sec_02 .box {
		width: 100%;
		height: 300px;
	}

}

@media (max-width: 600px) {

	.recruit #sec_02 .box {
		height: 250px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 03
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_03 {
	width: 100%;
	background: linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 33%,#fff 33%,#fff 100% );
	padding-top: 95px;
}

.recruit #sec_03 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	background: url("images/recruit/05.png") no-repeat center top/100% auto;
	padding: 270px 0 90px;
	box-sizing: border-box;
}

.recruit #sec_03 .box {
	width: 92%;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
}

.recruit #sec_03 .rec_sub_hl_02 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	position: relative;
	margin-bottom: 50px;
}

.recruit #sec_03 .rec_sub_hl_02::after {
	display: block;
	content: '';
	width: 60px;
	height: 4px;
	background: #1c4388;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -30px;
}

.recruit #sec_03 .rec_sub_hl_02 br {
	display: none;
}

.recruit #sec_03 .box .desc p {
	margin-bottom: 1.5em;
}

.recruit #sec_03 .box .desc .rec_btn_02 a {
	margin: 2em auto 0;
}

@media (max-width: 960px) {

	.recruit #sec_03 {
		background: linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 38%,#fff 38%,#fff 100% );
	}

	.recruit #sec_03 > .inner {
		background: url(images/recruit/05_sp.png) no-repeat center top/100% auto;
		padding: 200px 0 90px;
	}
	
	.recruit #sec_03 .box {
		padding: 40px 40px 60px;
	}

}

@media (max-width: 600px) {

	.recruit #sec_03 {
		padding-top: 50px;
	}
	
	.recruit #sec_03 > .inner {
		padding: 100px 0 90px;
	}
	
	.recruit #sec_03 .box {
		padding: 30px 20px 40px;
	}

	.recruit #sec_03 .rec_sub_hl_02 {
		line-height: 1.5;
	}
	.recruit #sec_03 .rec_sub_hl_02 br {
		display: block;
	}


}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 04
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_04 .rec_sub_hl_03 {
	font-size: 2.25rem;
	color: #1c4388;
	text-align: center;
	box-sizing: border-box;
	/*padding: 90px 0 150px;*/
	padding: 170px 0 150px;
	margin-top: -80px;
	background: #e3e9f1;
	font-weight: bold;
}

.recruit #sec_04 > .inner {
	width: 100%;
	background: url("images/recruit/06.png") no-repeat center center/cover;
	position: relative;
}

.recruit #sec_04 .container {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -70px;
	display: flex;
	flex-wrap: wrap;
}

.recruit #sec_04 .box {
	width: 23.5%;
	margin: 0 2% 2% 0;
	background: rgba(28,67,136,.95);
	color: #fff;
	box-sizing: border-box;
	padding: 40px 30px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.recruit #sec_04 .box:nth-child(4) {
	margin-right: 0;
}

.recruit #sec_04 .box:nth-child(5) {
	margin-left: auto;
}

.recruit #sec_04 .box:nth-child(7) {
	margin-right: auto;
}

.recruit #sec_04 .box .num {
	font-size: 2.25rem;
	text-align: center;
	line-height: 1;
}

.recruit #sec_04 .box .rec_04_box_hl {
	font-size: 1.3125rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.recruit #sec_04 .box .desc {
	font-size: 0.875rem;
	text-align: justify;
}

@media (max-width: 960px) {

	.recruit #sec_04 .rec_sub_hl_03 {
		padding:  80px 0 120px;
	}
	
	.recruit #sec_04 .box {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	
	.recruit #sec_04 .box:nth-child(2n) {
		margin-right: 0;
	}
	
	.recruit #sec_04 .box:last-of-type {
		margin: 0 auto 4%;
	}
	
}

@media (max-width: 600px) {

	.recruit #sec_04 .rec_sub_hl_03 {
		font-size: 1.75rem;
		padding: 50px 0 100px;
	}
	
	.recruit #sec_04 .container {
		display: block;
	}
	
	.recruit #sec_04 .box {
		width: 100%;
		margin: 0 auto 5%;
		padding: 30px 20px 30px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 05
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_05 {
	background: linear-gradient( 180deg,#1c4388 0%,#1c4388 45%,#fff 45%,#fff 100% );
	/*padding: 120px 0 60px;*/
	padding: 200px 0 60px;
	margin-top: -80px;
	box-sizing: border-box;
}

.recruit #sec_05 .sub_hl_01 {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 60px;
}

.recruit #sec_05 > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.recruit #sec_05 > .inner .box {
	width: 47.5%;
}

.recruit #sec_05 > .inner .box:nth-child(2n) {
	padding-top: 90px;
}

.recruit #sec_05 > .inner .thumb {
	margin-bottom: 30px;
	background: #ddd;
}

.recruit #sec_05 > .inner .sub_hl_03 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #1c4388;
	position: relative;
	margin-bottom: 50px;
}

.recruit #sec_05 > .inner .sub_hl_03::after {
	display: block;
	content: '';
	width: 60px;
	height: 4px;
	background: #1c4388;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -30px;
}

.recruit #sec_05 > .inner .desc p {
	text-align: justify;
	margin-bottom: 2em;
}

.recruit #sec_05 > .inner .desc ol:not([class]) {
	margin-bottom: 1.5em;
}

.recruit #sec_05 > .inner .desc ol:not([class]) {
    counter-reset: li;
    margin-top: 0em;
}

.recruit #sec_05 > .inner .desc ol:not([class]) > li {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
}

.recruit #sec_05 > .inner .desc ol:not([class]) > li::before {
	position: absolute;
	content: "";
	left: 0px;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background: #1c4388;
	top: 5px;
}

.recruit #sec_05 > .inner .desc ol:not([class]) > li::after {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0px;
	padding: 0;
	line-height: 0;
	color: #fff;
	text-align: center;
	font-size: 0.65em;
	letter-spacing: 0;
	top: 15px;
	font-weight: 700;
}

@media (max-width: 960px) {

	.recruit #sec_05 {
		padding: 160px 0 60px;
		background:  linear-gradient( 180deg,#1c4388 0%,#1c4388 40%,#fff 40%,#fff 100% );
	}
	
	.recruit #sec_05 .sub_hl_01 {
		margin-bottom: 50px;
	}
	
	.recruit #sec_05 > .inner .sub_hl_03 {
		line-height: 1.5;
	}

}

@media (max-width: 600px) {

	.recruit #sec_05 {
		padding: 120px 0 0;
		background: linear-gradient( 180deg,#1c4388 0%,#1c4388 20%,#fff 20%,#fff 100% )
	}
	
	.recruit #sec_05 .sub_hl_01 {
		font-size: 1.75rem;
		margin-bottom: 30px;
	}
	
	.recruit #sec_05 > .inner {
		display: block;
	}
	
	.recruit #sec_05 > .inner .box {
		width: 100%;
	}
	
	.recruit #sec_05 > .inner .box:nth-child(2n) {
		padding: 0;
	}
	
	.recruit #sec_05 > .inner .desc {
		margin-bottom: 40px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 06
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_06 {
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 90px;
	padding-top: 80px;
	margin-top: -80px;
}

.recruit #sec_06 > .inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.recruit #sec_06 .visual {
	position: relative;
	width: 58%;
}

.recruit #sec_06 .visual a .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.75);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .3s ease;
}

.recruit #sec_06 .visual a:hover .layer {
	opacity: 1;
	transition: .3s ease;
}

.recruit #sec_06 .visual .layer .play {
	width: 88px;
	height: 88px;
}

.recruit #sec_06 .visual .visual_bg img {
	width: 100%;
}

.recruit #sec_06 .desc {
	width: 42%;
	padding: 50px 0 0;
	box-sizing: border-box;
}

.recruit #sec_06 .desc .inner {
	padding: 80px 60px 0;
	box-sizing: border-box;
	background: linear-gradient( 180deg,#e3e9f1 0%,#e3e9f1 60%,#fff 60%,#fff 100% );
}

.rec_movie_hl {
	margin-bottom: 30px;
	color: #1c4388;
	font-weight: bold;
}

.rec_movie_hl > span {
	display: block;
}

.rec_movie_hl > span:nth-child(1) {
	font-size: 2.25rem;
}

.rec_movie_hl > span:nth-child(2) {
	font-size: 1.3125rem;
	display: flex;
	align-items: center;
}

.rec_movie_hl > span:nth-child(2)::before {
	display: block;
	content: "";
	width: 36px;
	margin-right: 10px;
	height: 1px;
	flex-shrink: 0;
	background: #1c4388;
}

.recruit #sec_06 .desc_inner p {
	margin-bottom: 1.5em;
	text-align: justify;
}

@media (max-width: 960px) {

	.recruit #sec_06 {
		padding-bottom: 30px;
	}

	.recruit #sec_06 > .inner {
		display: block;
	}
	
	.recruit #sec_06 .visual {
		width: 90%;
        margin: auto;
	}
    
    .recruit #sec_06 .visual iframe{
        height: 200px;
    }
	
	.recruit #sec_06 .desc {
		width: 100%;
		padding: 0;
	}
	
	.recruit #sec_06 .desc .inner {
		padding: 40px 0 0;
	}
	
	.rec_movie_hl {
		width: 92%;
		margin: 0 auto 30px;
	}

	.recruit #sec_06 .desc .desc_inner {
		width: 92%;
		margin: 0 auto;
	}

}

@media (max-width: 600px) {

	.recruit #sec_06 .desc .inner {
		padding: 30px 0 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SECTION 07
 * 
 * 
--------------------------------------------------------------------------------*/

.recruit #sec_07 {
	width: 100%;
	background: url("images/recruit/09.png") no-repeat center center/cover;
}

.recruit #sec_07 > .inner {
	display: flex;
	position: relative;
}

.recruit #sec_07 > .inner .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(28,67,136,.75);
}

.recruit #sec_07 .box {
	width: 50%;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px 30px;
	box-sizing: border-box;
	background:  rgba(28,67,136,0);
	transition: .3s ease;
}

.recruit #sec_07 .box:hover {
	background:  rgba(28,67,136,.75);
	transition: .3s ease;
}

.recruit #sec_07 .box .mynavi {
	width: 130px;
	height: 130px;
	margin-bottom: 20px;
}

.recruit #sec_07 .box .msg {
	font-size: 1.3125rem;
}

.recruit #sec_07 .box_01 .msg {
	margin-bottom: 30px;
}

.recruit #sec_07 .box_02 .msg {
	margin-bottom: 20px;
}

.recruit #sec_07 .box .rec_flow_pc {
	width: 381px;
	height: 83px;
	display: block;
	margin-bottom: 40px;
}

.recruit #sec_07 .box .rec_flow_sp {
	display: none;
}

.recruit #sec_07 .rec_btn_03 {
	width: 100%;
}

.recruit #sec_07 .rec_btn_03 a {
	background: #fff;
	color: #1c4388;
	margin: 0 auto;
}

.recruit #sec_07 .rec_btn_03 a:hover,
.recruit #sec_07 .rec_btn_03 a:active {
	background: #e3e9f1;
}

.recruit #sec_07 .rec_btn_03 a:after {
	color: #1c4388;
}

@media (max-width: 960px) {

	.recruit #sec_07 > .inner {
		display: block;
	}
	
	.recruit #sec_07 .box {
		width: 100%;
	}
	
	.recruit #sec_07 .box_01 {
		border-bottom: 1px solid #fff;
	}

}

@media (max-width: 600px) {

	.recruit #sec_07 .box .rec_flow_pc {
		display: none;
	}

	.recruit #sec_07 .box .rec_flow_sp {
		display: block;
		width: 75%;
		margin: 0 auto 30px;
	}

}


/*----------------------------------------------------------------

20210421　VRバナー追加時CSS

----------------------------------------------------------------*/
.company_vr_block a{
	transition: all 0.5s;
}
.company_vr_block a:hover{
	opacity: 0.7;
}

.company_vr_block {
    max-width: 1000px;
    margin: 50px auto 50px auto;
}
.company_vr_block img{
	width: 100%;
	height:auto;
}
#vr_ancher a {
    position: fixed;
    bottom: 190px;
    right: 0px;
    z-index: 10;
}
.sp-blk{
	display: none;
}
#front_vr{
	width: 100%;
	position: fixed;
	left:0;
	right:0;
	bottom: 70px;
    background:#22A2E3;
    text-align: center;
    -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 30%);
    -ms-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 30%);
    z-index: 100;
}
#front_vr a{
	transition: all 0.7s;
}
#front_vr a:hover{
	opacity: 0.7;
}
#front_vr_text{
    width: 900px;
    position: fixed;
    left:0;
    right:0;
    bottom: 40px;
    background:#fff;
    text-align: center;
}
#front_vr_text p{
    max-width: 100%;
    text-align: right;
    font-size: 14px;
    margin: 0px auto 3px auto;
}

#mv_sp video{
	width: 100%!important;
}


.company_vr_block img{
	width: 100%;
	height:auto;
}
.front #mv {
    position: fixed;
    top: -28%;
    left: -30%;
    width: 160%;
	height: 130%;
}
@media screen and (max-width: 767px){
/* メディアクエリー */
#vr_ancher a {
    position: fixed;
    bottom: 150px;
}
#vr_ancher a img{
	width: 100px;
	height:auto;
}
.pc-blk{
	display: none;
}
.sp-blk{
	display: block;
}
.front #mv_sp {
    position: fixed;
    top: 0!important;
    left: 0%;
    width: 100% !important;
    height: auto!important;
}
.front #mv_sp.new {
	position: absolute !important;
    top: 40% !important;
    transform: translateY(-50%);
}
#chatplusview.closed.headless #outline #eye_catcher {
	bottom: 0px !important;
}
#front_vr {
	bottom: 120px;
}
#front_vr img{
   	width: 100%;
}
#front_vr_text{
    width: 100%;
	bottom: 130px;
}
.front #copy {
	bottom: 90px;
}
.sub #footer {
	padding-bottom: 90px;
}



}




/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}



/*----------------------------------------------------------------

会社概要　タイトル調整　追加分
以下はそのままcompany2.cssでOK

----------------------------------------------------------------*/
.company_title_01{
	max-width:1000px;
	margin:auto;
}
.company_title_01 img{
	width: 100%;
	height: auto;
}
.sp_block{
	display: none;
}
#message .mb30{
  margin-bottom: 30px;
}


/*----------------------------------------------------------------

会社概要　役員紹介　追加分

----------------------------------------------------------------*/
.company #officer .hl {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    color: #1c4388;
    margin-bottom: 40px;
}
#officer{
	margin:60px 0 50px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active{ 
	opacity: 0.8;
}
.accordion-container .accordion-title::before {
    content: "OPEN";
    color: #fff;
    position: absolute;
    top: 39%;
    right: 0px;
    width: 60px;
    height: 30px;
    font-size: 13px;
    background: #1c4388;
    border-radius: 50%;
    text-align: center;
    padding: 18px 0 10px;
}
.accordion-container .accordion-title.open::before {
    content: "CLOSE";
    color: #fff;
    position: absolute;
    top: 39%;
    right: 0px;
    width: 60px;
    height: 30px;
    font-size: 13px;
    background: #1c4388;
    border-radius: 50%;
    text-align: center;
    padding: 18px 0 10px;
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content {
  display: none;
  margin:30px 0 50px;
}
.accordion-content h5{
	color:#1c4388;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* CSS for CodePen */
.accordion-container {
  max-width: 900px;
  margin: 0 auto;
}
.officer_blk{
	border-left:1px solid #1c4388;
	border-bottom:1px solid #1c4388;
	padding: 0 50px 0;
	background: linear-gradient( 
	180deg
	,#fff 0%,#fff 50%,#e3e9f1 50%,#e3e9f1 100% );
	margin-bottom: 50px;
}
.officer_img_blk{
	position: relative;
	overflow: hidden;
}
.officer_img_blk .left{
	float:left;
	padding-top: 70px;
	color:#000;
  width: 43%;
}
.officer_img_blk .left img{
  width: 100%;
  height: auto
}
.officer_img_blk .right{
	float:right;
	width: 46%;
	margin-right: 5%;
}
.officer_img_blk .right img{
	width: 100%;
	height:auto;
}
@media screen and (max-width: 767px){
/* メディアクエリー */
.accordion-container {
    max-width: 100%;
    margin: 0 20px;
}
.officer_img_blk .left {
    float: none;
    padding-top: 0px;
    width: 250px;
    margin-bottom: 10px;

}
.officer_img_blk .right {
    float: none;
    width: 250px;
    margin: auto;
}
.officer_blk {
    padding: 0 20px 0;
    margin-bottom: 30px;
}

}
/*----------------------------------------------------------------

サステナビリティ

----------------------------------------------------------------*/
.sustainability_con_01{
	margin: 60px 60px;
}
.title_inner{
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}
.title_inner .title_01{
	border-left: 5px solid #1c4388;
	padding-left: 50px;
	margin-bottom: 60px;
}
.title_inner .en_title h3{
	font-size: 70px;
	font-weight: 700;
	line-height: 0.7;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
.title_inner .en_title h3 span{
	color: #1c4388;
}

.title_inner .ja_title h3{
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}
.sustainability_con_02{
	background: #e3e9f1;
}
.sustainability_con_02 .sustainability_con_02_inner{
	max-width: 1200px;
	margin: auto;
	padding: 100px 20px;
	box-sizing: border-box;
}
.sustainability_con_02_box_inner{
	background: #fff;
	padding:60px 30px;
	box-sizing: border-box;
}
.sustainability_con_02_box{
	margin-right: 10%;
}
.sustainability_con_02_box_inner .sustainability_con_02_box_image{
	text-align: center;
	margin-bottom: 30px;
}
.sustainability_con_02_box_inner .sustainability_con_02_box_image img{
	max-width: 100%;
	height: auto;
}
.sustainability_con_02_box_inner p{
	text-align: center;
	color: #1c4388;
	font-size: 22px;
}
.sustainability_con_02_box .title{
	color: #fff;
	background: #1c4388;
	font-weight: 700;
	display: inline-block;
	font-size: 40px;
	padding: 16px 80px;
    line-height: 0.7;
    position: relative;
}
.sustainability_con_02_box .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #1c4388;
}

.sustainability_con_03_box_inner{
	background: #fff;
	padding:60px 30px;
	box-sizing: border-box;
}
.sustainability_con_03_box{
	margin-left: 10%;
}
.sustainability_con_03_box_inner .sustainability_con_03_box_image{
	text-align: center;
	margin-bottom: 30px;
}
.sustainability_con_03_box_inner .sustainability_con_03_box_image img{
	max-width: 100%;
	height: auto;
}
.sustainability_con_03_box_inner p{
	text-align: center;
	color: #1c4388;
	font-size: 22px;
}
.sustainability_con_03_box .title{
	color: #fff;
	background: #1c4388;
	font-weight: 700;
	display: inline-block;
	font-size: 40px;
	padding: 16px 80px;
    line-height: 0.7;
    position: relative;
}
.sustainability_con_03_box .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #1c4388;
}
.sustainability_con_02_box,
.sustainability_con_03_box{
	margin-bottom: 50px;
}
.sustainability_con_04_box_inner{
	background: #fff;
	padding:60px 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.sustainability_con_04_box{
	margin-right: 10%;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_text{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_text h4{
	font-size: 22px;
	color: #1c4388;
	margin-bottom: 20px;
	font-weight: 600;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_text p{
	font-size: 18px;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_text p.text_right{
	text-align: right;
}


.sustainability_con_04_box_inner .sustainability_con_04_box_image{
	float: right;
	width: 48%;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_image img{
	width: 100%;
	height: auto;
}

.sustainability_con_04_box .title{
	color: #fff;
	background: #1c4388;
	font-weight: 700;
	display: inline-block;
	font-size: 40px;
	padding: 16px 80px;
    line-height: 0.7;
    position: relative;
}
.sustainability_con_04_box .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #1c4388;
}
.title_inner.mt100 {
    max-width: 1200px;
    margin: 100px auto 0;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(1n) {
    flex-direction: row;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(2n) {
    flex-direction: row-reverse;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(3n) {
    flex-direction: row;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(4n) {
    flex-direction: row-reverse;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(1) .thumb {
    background: url(images/sustainability/image_02.jpg) no-repeat center center/cover;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(2) .thumb {
    background: url(images/sustainability/image_03.jpg) no-repeat center center/cover;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(3) .thumb {
    background: url(images/sustainability/image_04.jpg) no-repeat center center/cover;
}
.service.sustainability #sec_01 > .inner > .box:nth-child(4) .thumb {
    background: url(images/sustainability/image_05.jpg) no-repeat center center/cover;
}
.service.sustainability #sec_01 > .inner > .box .desc {
    padding: 40px 50px;
}
.service.sustainability #sec_01 > .inner > .box .desc p {
	font-size: 16px;
	margin-bottom: 20px;
}
.service.sustainability #sec_01 > .inner > .box .desc .sub_hl_02 {
    font-size: 30px;
    margin-bottom: 20px;
    background: url(images/sustainability/s_image_03.svg) no-repeat left center;
    background-size: 40px;
    padding-left: 50px;
}
.link_position{
	padding-top: 80px;
	margin-top: -80px;
}
.esg_con_01{
background: #e3e9f1;
padding: 100px 20px;
}
.esg_con_01 .esg_con_01_inner1{
max-width: 1000px;
margin: auto;
}
.esg_con_01 .esg_con_01_inner2{
max-width: 1000px;
margin: auto;
padding: 50px;
box-sizing: border-box;
background: #fff;
}
.esg_con_01 .esg_con_01_inner2 ul li{
border-bottom: 1px dashed #ccc;
padding: 20px 0;
font-size: 20px;
}
.esg_con_01 .esg_con_01_inner2 ul li a,
.esg_con_01 .esg_con_01_inner2 ul li p{
text-decoration: none;
transition: all 0.7s;
background: url(images/sustainability/pdf.svg) no-repeat left center;
background-size:30px; 
padding-left: 50px;
}
.esg_con_01 .esg_con_01_inner2 ul li p {
	color:#1c4388;
	cursor: pointer;
}
.esg_con_01 .esg_con_01_inner2 ul li a:hover,
.esg_con_01 .esg_con_01_inner2 ul li p:hover{
	opacity: 0.7;
}
.esg_con_01 .esg_con_01_inner2 .esg_child {
	display: none;
	padding: 10px 20px;
}
.esg_con_01 .esg_con_01_inner2 .esg_child li {
	border-bottom: none;
	padding: 5px 0;
}



@media screen and (max-width:1200px) and ( min-width:768px) {
	.title_inner .en_title h3 {
	    font-size: 6vw;
	}
}
@media screen and (max-width:1250px) and ( min-width:768px) {
	#g_nav > ul > li {
	    margin-right: 15px;
	    font-size: 11px;
	}
}
@media screen and (max-width: 767px){
/* メディアクエリー */
.title_inner .title_01 {
    padding-left: 20px;
    margin-bottom: 30px;
}
.sustainability_con_01 {
    padding: 30px 0px;
    width: 92%;
    margin: auto;
}
.title_inner .en_title h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.title_inner .ja_title h3 {
    font-size: 18px;
}
.sustainability_con_02_box,
.sustainability_con_04_box {
    margin-right: 0%;
}
.sustainability_con_02_box .title,
.sustainability_con_03_box .title,
.sustainability_con_04_box .title{
    font-size: 20px;
    padding: 10px 40px;
}
.sustainability_con_02_box .title:before,
.sustainability_con_03_box .title:before,
.sustainability_con_04_box .title:before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    border-right: 20px solid transparent;
    border-bottom: 34px solid #1c4388;
}
.sustainability_con_02_box_inner,
.sustainability_con_03_box_inner,
.sustainability_con_04_box_inner {
    padding: 30px 20px;
}
.sustainability_con_02_box_inner p,
.sustainability_con_03_box_inner p {
    text-align: left;
    font-size: 16px;
}
.sustainability_con_02 .sustainability_con_02_inner {
    width: 92%;
    margin: auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.sustainability_con_03_box {
    margin-left: 0%;
}
.sustainability_con_02_box, .sustainability_con_03_box {
    margin-bottom: 30px;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_text {
    float: none;
    width: 100%;
    margin-right: 0%;
}
.sustainability_con_04_box_inner .sustainability_con_04_box_image {
    float: none;
    width: 100%;
    margin-top: 20px;
}
.service.sustainability #sec_01 > .inner > .box .desc {
    padding: 30px 0;
}
.service.sustainability #sec_01 > .inner > .box .desc .sub_hl_02 {
    font-size: 20px;
    background: url(images/sustainability/s_image_03.svg) no-repeat left center;
    background-size: 30px;
    padding-left: 40px;
}
.title_inner.mt100 {
    width: 92%;
    margin: 30px auto 0;
}
.esg_con_01 .esg_con_01_inner2{
padding: 20px;
}
.esg_con_01 .esg_con_01_inner2 ul li{
font-size: 18px;
}
.esg_con_01 .esg_con_01_inner2 ul li a{
background-size:25px; 
padding-left: 40px;
}





}

/* 追加 */
.sns_logo {
	margin-top: 20px;
    margin-right: 30px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.pdfmark_no {
	background: none!important;
}

@media screen and (max-width: 767px) {
	.sns_logo {
		width: 90%;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 5px;
		gap: 7px;
	}

	.sns_logo a:nth-child(2) {
		margin-top: 5px;
	}
}