@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

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

	リセット

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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #E0E0E0;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


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

	グローバル

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

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3B4043;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
	min-width: 1030px;
}

p { margin-bottom: 25px;}
p:last-child { margin-bottom: 0px;}

a { color: #3B4043; text-decoration: none;}
a:hover, a:active { color: #0055AA;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo18 { font-size: 1.8em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh16 { line-height: 1.6;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}
.lh23 { line-height: 2.3;}

.ls01 { letter-spacing: 0.1em;}

.fo_mont { font-family: "Montserrat", sans-serif;}
.fo_mont.bold, .fo_mont .bold { font-weight: 700;}

.fo_white { color: #FFFFFF;}
.fo_red { color: #D80000;}
.fo_blue { color: #0055AA;}

sup { vertical-align: super; font-size: 0.4em;}

/* ボックス */
.container { max-width: 1030px; padding: 0px 15px; margin: 0px auto;}
.container02 { max-width: 1230px; padding: 0px 15px; margin: 0px auto;}

.box1000 { max-width: 1000px; margin: auto;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}
.ta_right-s_center { text-align: right;}
.ta_left-s_center { text-align: left;}
.ta_center-s_left { text-align: center;}

.back_white { background-color: #fff !important;}
.back_blue { background-color: #0055AA !important;}
.back_blue02 { background-color: rgba(205,214,221,0.3) !important;}
.back_black { background-color: #3B4043 !important;}
.back_gray { background-color: #F7F7F7 !important;}

@media (min-width: 861px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}

.mb30-15 { margin-bottom: 30px !important;}
.mb40-20 { margin-bottom: 40px !important;}
.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

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

.header { z-index: 999;}
.header, .header .box01 { display: flex; justify-content: space-between; align-items: center;}
.header h1 { padding-left: 2rem;}
.header .btn_area a { display: block; background: url("../images/common/ico_mail.svg") no-repeat center calc(50% - 0.8em) #0055AA; background-size: 2.5em auto; color: #fff !important; height: 120px; width: 120px; padding-top: 70px; transition: 0.3s;}
.header .btn_area a:hover { background-image: url("../images/common/ico_mail_o.svg"); background-color: #fff; color: #0055AA !important;}
.header .list01, .header .list02 { display: flex; justify-content: flex-end; margin-right: 1rem;}
.header .list01 li, .header .list02 li { margin: 0px 1em;}
.header .lang { align-self: stretch; background: #1B243C; display: flex; justify-content: center; align-items: center; padding: 0px 1.2em;}
.header .lang span { margin: 0px 1em;}

.header .top_logo { display: none;}

.header.top { position: absolute; width: 100%; left: 0px; top: 0px; border-bottom: solid 1px #fff;}
.header.top .top_logo { display: inline;}
.header.top .normal_logo { display: none;}
.header.top a { color: #fff;}
.header.top a:hover { color: #0055AA;}

.clone-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 1030px;
	max-width: initial;
	transition: .3s;
	transform: translateY(-100%);
	background: #fff;
	border: none !important;
}
.is-show { transform: translateY(0);}
.clone-nav a { color: #3B4043 !important;}
.clone-nav a:hover { color: #0055AA !important;}
.header.clone-nav .top_logo { display: none;}
.header.clone-nav .normal_logo { display: inline;}
.clone-nav .lang { display: none;}

@media only screen and (max-width: 1160px) {
  .header:not(.clone-nav) h1 { width: 23%; padding-left: 1em;}
  .header:not(.clone-nav) .btn_area a { width: 100px;}
  .header:not(.clone-nav) .lang { padding: 0px 1em;}
  .header:not(.clone-nav) .lang span { margin: 0px 0.5em;}
}

/* ------------------------
	フッター
------------------------ */

.footer a { color: #fff; text-decoration: none;}
.footer a:hover { text-decoration: underline;}

.footer .bg01 .container02 { display: flex; justify-content: space-between; align-items: center; padding: 50px 15px;}
.footer .bg01 .ttl_box .fo_mont { font-size: 2.5em; letter-spacing: 0.1em;}
.footer .bg01 a { text-decoration: none;}
.footer .bg01 .list01 { display: flex;}
.footer .bg01 .list01 li:first-child { border-right: solid 1px #fff; padding-right: 3em; margin-right: 3em;}
.footer .bg01 .tel { letter-spacing: 0.15em;}
.footer .bg01 .tel span { font-size: 1.8em; line-height: 1;}
.footer .bg01 .more_btn a { min-width: 300px; background-color: #fff; border-color: #fff; color: #0055AA; background-image: url("../images/common/ico_arrow_blue.svg"); padding: 0.8em 4em; font-size: 0.95em; letter-spacing: 0px;}
.footer .bg01 .more_btn a:hover { color: #fff; background-color: rgba(255,255,255,0); background-image: url("../images/common/ico_arrow.svg");}

.footer .map iframe { width: 100%; vertical-align: bottom; height: 300px;}

.footer .bg02 { padding: 50px 0px;}
.footer .bg02 .container02 { display: flex; justify-content: space-between;}
.footer .bg02 .copy { left: 15px; bottom: 0px;}

.footer_nav { display: flex;}
.footer_nav ul { margin-left: 3em;}
.footer_nav li:not(:last-child) { margin-bottom: 10px;}


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

	トップページ

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

.video_wrap video { width: 100%; vertical-align: bottom;}
.video_wrap .text_box { width: 100%; left: 0px; top: calc(50% + 60px); transform: translateY(-50%); z-index: 100;}
.video_wrap .box01 { display: flex; justify-content: center; align-items: center;}
.video_wrap .box01 p { font-size: 2em; letter-spacing: 0.1em; margin-left: 3em; line-height: 1.7;}

.top_bnr { display: flex; flex-wrap: wrap;}
.top_bnr > div { width: 50%;}
.top_bnr .pos_ab { width: 100%; top: 50%; left: 0px; z-index: 100; transform: translateY(-50%);}
.top_bnr a { display: block; color: #fff; text-decoration: none; letter-spacing: 0.1em;}
.top_bnr h2 { font-size: 1.85em; line-height: 1.2;}

.top_sec01 { background: url("../images/top/top_sec01_bg.jpg") no-repeat center top; background-size: 100% auto; padding-top: 300px;}
.top_sec01 .box01 { padding: 17% 8% 0px 0px;}
.top_sec01 .box01 .text01 { right: 4%; top: 7%;}
.top_sec01 .box01 .text02 { left: 0px; top: 0px; width: 22%;}
.top_sec01 .box01 .box_inner { padding-left: 22%;}
.top_sec01 .box01 .list01 { display: flex; justify-content: center;}
.top_sec01 .box01 .list01 li:first-child { margin-right: 3.5%;}

.top_sec01 section { display: flex; justify-content: space-between;}
.top_sec01 section:nth-of-type(odd) { flex-flow: row-reverse;}
.top_sec01 section > figure { width: 50%;}
.top_sec01 section .box_inner { width: 45%;}

.top_sec01 .box02 { max-width: 800px; margin: auto;}
.top_sec01 .box02:before, .top_sec01 .box02 .border:before { content: ""; position: absolute; width: 1px; height: calc(100% + 20px); background: #3B4043;}
.top_sec01 .box02:after, .top_sec01 .box02 .border:after { content: ""; position: absolute; width: calc(100% - 20px); height: 1px; background: #3B4043;}
.top_sec01 .box02:before { left: 0px; top: -20px;}
.top_sec01 .box02 .border:before { right: 0px; bottom: -20px;}
.top_sec01 .box02:after { left: -20px; top: 0px;}
.top_sec01 .box02 .border:after { right: -20px; bottom: 0px;}
.top_sec01 .box02 .box_inner { padding: 50px 100px;}
.top_sec01 .box03 { display: flex; justify-content: space-between; align-items: center;}
.top_sec01 .box03 h3 { writing-mode: vertical-rl; font-size: 1.9em; letter-spacing: 0.3em;}
.top_sec01 .box03 .text03 { align-self: flex-end;}
.top_sec01 .box03 .box_inner02 { width: calc(100% - 13em);}

.top_sec02 { background-image: url("../images/top/top_sec02_bg.jpg");}
.top_sec02 .box02 { max-width: initial;}
.top_sec02 .box02 .border { display: flex; justify-content: space-between; align-items: center;}
.top_sec02 .box02 .border > figure { width: 35%;}
.top_sec02 .box02 .box_inner { width: 65%; padding: 30px 5%; }
.top_sec02 .box03 .box_inner02 { width: calc(100% - 10em);}
.top_sec02 .box04 { border-top: solid 1px #3B4043; margin-top: 4%; padding-top: 30px;}

.top_btn a { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 600px; margin: auto; background: url("../images/common/ico_arrow_black.svg") no-repeat calc(100% - 2em) center #EAEAEA; background-size: 3em auto; height: 100px; padding: 0px 6.5em 0px 2em; color: #3B4043; transition: 0.3s;}
.top_btn a:hover { background-color: #fff;}

.top_news { display: flex; justify-content: space-between;}
.top_news .ttl_box { width: 20%;}
.top_news .box_inner { width: 72%;}
.top_news .more_btn a { text-align: left; padding: 0.7em 1em;}

.top_archive a { display: block; border-bottom: solid 1px #707070; padding-bottom: 30px; margin-bottom: 30px;}
.top_archive a dl { display: flex; color: #00BAFF;}
.top_archive a dt { width: 6.5rem; padding-top: 0.2em;}
.top_archive a dd { width: calc(100% - 6.5rem);}

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

	下層ページ

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

/* 共通 */
.show_sp { display: none;}
.over_hidden { overflow: clip;}

.img_hover img { transition: 0.3s; margin-bottom: -1px;}
.img_hover a:hover img { transform: scale(1.05);}

.more_btn a { display: inline-block; width: 100%; max-width: 400px; letter-spacing: 0.1em; color: #fff; text-decoration: none; text-align: center; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 2em) center #0055AA; background-size: 3em auto; padding: 1.3em 5em; border: solid 1px #0055AA; transition: 0.3s;}
.more_btn a:hover { color: #0055AA; background-image: url("../images/common/ico_arrow_blue.svg"); background-color: #fff;}

.pagettl { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 550px; letter-spacing: 0.1em; padding-top: 180px;}
.pagettl:before, .pagettl:after { content: ""; position: absolute; width: 2px; height: 50px; background: #fff; left: 50%; bottom: 107px; z-index: 200;}
.pagettl:after { background: #3B4043; bottom: 57px;}
.pagettl h2 { font-size: min(8vw,1.95em);}
.pagettl h2 span { font-size: 1.25em; margin-top: -0.5em; display: inline-block; letter-spacing: 0.1em; }
.pagettl .fo_mont span { font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;}

.pagettl02 { border-left: solid 1px #3B4043; padding-left: 2em; letter-spacing: 0.05em;}
.pagettl02 h2 { font-size: 2.5em; line-height: 1.4;}

.heading_middle { font-size: 1.9em; line-height: 1.4; letter-spacing: 0.05em;}

.heading_large { font-size: 2.5em; line-height: 1; letter-spacing: 0.05em;}

.page_wrap { z-index: 100; margin-top: -140px;}
.page_wrap > .back_white { padding: 130px 15px 1px;}

.page_sidebar { max-width: 980px; margin: auto; display: flex; justify-content: space-between;}
.page_sidebar main { width: 750px;}
.page_sidebar nav { width: 250px; padding-bottom: 150px;}
.page_sidebar nav ul { position: sticky; top: 130px; border-left: solid 1px #3B4043; padding-left: 1.3em;}
.page_sidebar nav li:not(:last-child) { margin-bottom: 1em;}

.breadcrumb:not(.no_img) a { color: #fff; text-decoration: none;}
.breadcrumb:not(.no_img) a:hover { text-decoration: underline;}

.no_mainimg { border-top: solid 1px #F7F7F7; padding-top: 20px;}

.link_pad { margin-top: -150px; padding-top: 150px;}

.table_bordered { width: 100%; border-top: dotted 1px #707070;}
.table_bordered tr { border-bottom: dotted 1px #707070;}
.table_bordered th, .table_bordered td { padding: 1.3em 0px; vertical-align: top;}
.table_bordered th { width: 12em; text-align: left; padding-left: 1em;}

.table_back { width: 100%; border-top: solid 1px #CDD6DD;}
.table_back tr { border-bottom: solid 1px #CDD6DD;}
.table_back th, .table_back td { padding: 1em 1.5em; vertical-align: top; width: 50%;}
.table_back th:not(:last-child), .table_back td:not(:last-child) { border-right: solid 1px #CDD6DD;}
.table_back tbody th { text-align: left; background: rgba(205,214,221,0.3);}

.list_circle li { position: relative; padding-left: 1em;}
.list_circle li:before { content: ""; position: absolute; width: 0.4em; height: 0.4em; border-radius: 100%; background: #0055AA; left: 0px; top: 0.55em;}


/* ------------------------
	company
------------------------ */

.com_sec01 .box01 { display: flex; justify-content: space-between;}
.com_sec01 .box01 figure { width: 42%;}
.com_sec01 .box01 p { width: 56%; font-size: clamp(0.9em,1.3vw,0.95em);}
.com_sec01 .map iframe { width: 100%; height: 210px; vertical-align: top;}

.com_sec03 .text_box { background: url("../images/com_img01.jpg") no-repeat center top; background-size: cover; padding: 140px 0px 140px 50px;}


/* ------------------------
	quality
------------------------ */

.qua_sec01 .box01 { max-width: 680px; margin: auto;}

.qua_sec03 .box01 { display: flex; justify-content: space-between;}
.qua_sec03 .box01 p { width: calc(100% - 110px);}

.cta_sec .list01 { display: flex; padding: 25px 0px;}
.cta_sec .list01 li { width: 50%; padding: 0px 30px;}
.cta_sec .list01 li:first-child { border-right: dotted 1px #3B4043;}
.cta_sec .tel { letter-spacing: 0.15em;}
.cta_sec .tel span { font-size: 1.8em; line-height: 1;}
.cta_sec .more_btn a { padding: 0.9em 3.5em;}


/* ------------------------
	faq
------------------------ */
.faq_sec dl dt, .faq_sec dl dd { padding: 1.5em 1.5em 1.5em 5em;}
.faq_sec dl dt { background: #F7F7F7; cursor: pointer; padding-right: 4em;}
.faq_sec dl dd { border: solid 1px #F7F7F7; border-top: none; display: none;}
.faq_sec dl dt:before, .faq_sec dl dd:before { content: ""; position: absolute; width: 2em; height: 2em; background-repeat: no-repeat; background-size: 100% auto; background-position: center center; left: 1.5em; top: 1.3em;}
.faq_sec dl dt:before { background-image: url("../images/common/ico_q.svg");}
.faq_sec dl dd:before { background-image: url("../images/common/ico_a.svg");}
.faq_sec dl dt:after { content: ""; position: absolute; background: url("../images/common/ico_plus.svg") no-repeat center center; background-size: 100% auto; width: 1.2em; height: 1.2em; right: 1em; top: 50%; transform: translateY(-50%);}
.faq_sec dl dt.open:after { background-image: url("../images/common/ico_minus.svg");}


/* ------------------------
	processing
------------------------ */

.pro_sec01 .list01 { display: flex; flex-wrap: wrap; margin: auto -2%;}
.pro_sec01 .list01 li { width: 29.3333%; margin: 0px 2% 50px;}

.cta_box { max-width: 800px; margin: auto;}
.cta_box .border { padding: 50px 20px;}
.cta_box:before, .cta_box .border:before { content: ""; position: absolute; width: 1px; height: calc(100% + 20px); background: #3B4043;}
.cta_box:after, .cta_box .border:after { content: ""; position: absolute; width: calc(100% - 20px); height: 1px; background: #3B4043;}
.cta_box:before { left: 0px; top: -20px;}
.cta_box .border:before { right: 0px; bottom: -20px;}
.cta_box:after { left: -20px; top: 0px;}
.cta_box .border:after { right: -20px; bottom: 0px;}

.pro_bnr { display: flex; flex-wrap: wrap;}
.pro_bnr li { width: 33.3333%;}
.pro_bnr a { display: block;}
.pro_bnr .pos_ab { left: 0px; width: 100%; top: 50%; transform: translateY(-50%); z-index: 200; letter-spacing: 0.1em;}
.pro_bnr h2 { font-size: 1.55em;}

.pro_under_sec01 { max-width: 830px; margin: auto;}
.pro_under_sec01 .list01 { display: flex;}
.pro_under_sec01 .list01 li:first-child { margin-right: 4%;}

.pro_nav ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
.pro_nav li { width: 23%; font-size: min(2vw,1em);}
.pro_nav.tech li { width: 29.3333%;}

.pro_under_sec02 { max-width: 1000px; margin: auto; display: flex; justify-content: space-between;}
.pro_under_sec02 figure { width: 40%;}
.pro_under_sec02 .box_inner { width: 55%;}


/* ------------------------
	technology
------------------------ */

.tech_sec01 section { display: flex; justify-content: space-between; flex-flow: row-reverse;}
.tech_sec01 section > figure { width: 40%;}
.tech_sec01 section .box_inner { width: 55%;}
.tech_sec01 .more_btn a { max-width: 300px; padding: 0.8em 5em;}

.mach_sec01 section { max-width: 1000px; margin: auto; display: flex; justify-content: space-between;}
.mach_sec01 section > figure { width: 30%;}
.mach_sec01 section .box_inner { width: 65%;}

.press_sec01 .box01 { display: flex; justify-content: space-between; margin-top: -30px;}
.press_sec01 .box_inner01 { width: 30%;}
.press_sec01 .box_inner02 { width: 65%; max-width: 500px;}
.press_sec01 .back_blue02, .press_sec02 .back_blue02 { padding: 1.3em 2em;}

.press_sec03 { max-width: 830px; margin: auto;}
.press_sec03 .list01 { display: flex;}
.press_sec03 .list01 li:first-child { margin-right: 4%;}


/* ------------------------
	recruit
------------------------ */

.rec_sec01 { display: flex; justify-content: space-between;}
.rec_sec01 .ttl_box { letter-spacing: 0.05em;}
.rec_sec01 h3 { font-size: 4.3em; line-height: 0.9; letter-spacing: 0.1em;}
.rec_sec01 .btn_area a { display: inline-block; background: url("../images/common/ico_arrow02.svg") no-repeat calc(100% - 2em) center #0055AA; background-size: 0.65em auto; text-decoration: none; color: #fff; text-align: center; padding: 0.8em; min-width: 300px; transition: 0.3s;}
.rec_sec01 .btn_area a:hover { transform: translateY(5px);}

.rec_sec02:before { content: ""; position: absolute; z-index: -1; background: #F7F7F7; top: 0px; width: 100%; left: 0px; bottom: 120px;}
.rec_sec02 .text01 { transform: translateY(-50%); z-index: 100; padding: 0px 10%;}

.rec_wrap { display: flex; justify-content: space-between;}
.rec_wrap .ttl_box { width: 300px;}
.rec_wrap .box_inner { width: calc(100% - 300px);}

.loop { display: flex; overflow: hidden;}
.loop_box { display: flex; animation: loop-list 200s linear infinite;}
.loop_item { width: 2450px;}
.loop02__item img { width: 100%;}

@keyframes loop-list {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.rec_sec { display: flex; justify-content: space-between;}
.rec_sec:nth-of-type(even) { flex-flow: row-reverse;}
.rec_sec > figure { width: 40%;}
.rec_sec .box_inner { width: 55%;}
.rec_sec .num { z-index: -1; right: 0px; top: 0px;}
.rec_sec .text02 { padding-left: 3em;}

.rec_sec04 { padding: 100px 0px 1px;}
.rec_sec04 th { width: 8em;}

.hide { display: none;}
.tab_wrap { padding-top: 20px;}
.tab_wrap > div:first-child { margin-bottom: 40px;}
.tab_wrap ul { border-left: solid 1px #3B4043; padding-left: 1.3em;}
.tab_wrap li { cursor: pointer;}
.tab_wrap li.select, .tab_wrap li:hover { font-weight: bold; color: #0055AA;}
.tab_wrap li:not(:last-child) { margin-bottom: 0.8em;}

.rec_btn a { display: inline-block; text-align: right; background: url("../images/recruit/rec_icon01.png") no-repeat 2em center, url("../images/common/ico_arrow_black.svg") no-repeat calc(100% - 2em) center #EAEAEA; text-decoration: none; background-size: 4.5em auto, 3em auto; width: 100%; max-width: 475px; padding: 2.3em 7em; transition: 0.3s;}
.rec_btn a:hover { transform: translateX(5px);}


/* ------------------------
	equipment
------------------------ */

.eq_sec01 .list01 { display: flex; justify-content: space-between; flex-wrap: wrap;}
.eq_sec01 .list01 li { width: 48%;}


/* ------------------------
	product
------------------------ */

.pdt_head { display: flex; justify-content: space-between; flex-flow: row-reverse;}
.pdt_head .box01 { width: 53%;}
.pdt_head .glry_box { width: 42%;}
.thumb_list { display: flex; margin: auto -5px;}
.thumb_list li { width: calc(20% - 10px); margin: 0px 5px;}
.thumb_list li div { position: relative; padding-top: 100%;}
.thumb_list li img { object-fit: cover; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;}

.pdt_sec01 .table_back th { text-align: center; width: auto; vertical-align: middle;}
.pdt_sec01 .table_back td { width: auto; vertical-align: middle;}

.pdt_sec01 .dl01 { display: table; width: 100%;}
.pdt_sec01 .dl01 > * { display: table-cell;}
.pdt_sec01 .dl01 dt { width: 7em;}

.pdt_sec04 section { display: flex; justify-content: space-between;}
.pdt_sec04 section figure { width: 27%;}
.pdt_sec04 section .box_inner { width: 70%;}

.pdt_sec05 .list01 { display: flex; margin: auto -2%;}
.pdt_sec05 .list01 li { width: 29.3333%; margin: 0px 2%;}

.pdt_sec06 section { display: flex; justify-content: space-between; align-items: center;}
.pdt_sec06 section figure { width: 40%;}
.pdt_sec06 section .box_inner { width: 55%;}


/* ------------------------
	contact
------------------------ */

.con_sec01, .con_sec02 { max-width: 800px; margin: auto;}

.con_sec01 .list01 { border-top: solid 1px #707070; border-bottom: solid 1px #707070; display: flex; padding: 25px 0px;}
.con_sec01 .list01 li { width: 50%;}
.con_sec01 .list01 li:first-child { border-right: dotted 1px #3B4043;}
.con_sec01  .tel .num { font-size: 2em; line-height: 1; letter-spacing: 0.1em;}

.contact_sec dl { display: table; width: 100%; margin-bottom: 30px;}
.contact_sec dl > * { display: table-cell; vertical-align: top;}
.contact_sec dt { width: 12em; padding-top: 10px;}
.contact_sec .data dt { padding-top: 5px;}
.contact_sec dt .fo_red { margin-left: 1em;}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	padding: 0.5em 0.7em;
	background-color: #fff;
	border: solid 1px #D9D9D9;
	border-radius: 3px;
	vertical-align: bottom;
	max-width: 100%;
}
.contact_sec input[type="text"], .contact_sec input[type="email"], .contact_sec input[type="tel"], .contact_sec textarea { width: 100%;}
.contact_sec .width_auto input[type="text"] { width: auto;}

.contact_sec .btn_area input {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 2em) center #0055AA;
	background-size: 2.5em auto;
	border: none;
	padding: 1.3em;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	transition: 0.3s;
}
.contact_sec .btn_area input:hover { transform: translateX(5px)}
.contact_sec .btn_area input:focus { outline: 0;}

.wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-checkbox .wpcf7-list-item { display: block; margin: 0px;}
.wpcf7-not-valid-tip { display: inline-block;}

.wpcf7-form-control.wpcf7-checkbox { display: flex; flex-wrap: wrap;}
.wpcf7-checkbox .wpcf7-list-item { width: 100%;}
.wpcf7-checkbox .wpcf7-list-item:nth-child(1) { width: 50%; order: 0;}
.wpcf7-checkbox .wpcf7-list-item:nth-child(2) { order: 2;}
.wpcf7-checkbox .wpcf7-list-item:nth-child(3) { width: 50%; order: 1;}
.wpcf7-checkbox .wpcf7-list-item:nth-child(4) { order: 3;}


/* ------------------------
	topics
------------------------ */

.archive_box { display: flex; justify-content: space-between;}
.archive_box h2 { width: 25%;}
.archive_box .box_inner { width: 70%;}
.archive_box dl { display: flex; padding-bottom: 1em; margin-bottom: 1.5em; border-bottom: solid 1px #707070;}
.archive_box dt { font-size: 0.95em; width: 8rem;}
.archive_box dd { width: calc(100% - 8rem);}

.single_art h1 { border-bottom: solid 1px #707070; padding-bottom: 0.4em; font-size: 1.9em;}

.blog_content h2 { font-weight: bold; font-size: 1.5em; line-height: 1.6; margin-bottom: 30px; clear: both;}
.blog_content h3 { position: relative; padding-left: 1em; font-size: 1.2em; font-weight: bold; line-height: 1.6; margin-bottom: 30px; clear: both;}
.blog_content h3:before { content: ""; position: absolute; width: 0.4em; height: 0.4em; border-radius: 100%; left: 0px; top: 0.55em; background: #0055AA;}
.blog_content h4, .blog_content h5, .blog_content h6 { font-weight: bold; font-size: 1.1em; line-height: 1.6; margin-bottom: 25px; clear: both;}
.blog_content blockquote { border: solid 1px #707070; background: #fff; padding: 1.5em 2em; margin-bottom: 40px; clear: both;}
.blog_content blockquote p:last-child { margin-bottom: 0px;}
.blog_content ul { margin-bottom: 30px;}
.blog_content li { position: relative; padding-left: 1.2em; margin-bottom: 1em;}
.blog_content li:before { content: ""; position: absolute; background: #0074d6; width: 0.8em; height: 0.8em; border-radius: 100%; left: 0px; top: 0.4em;}
.blog_content table { width: 100%; border: solid 1px #bbbbbb;}
.blog_content td { border: solid 1px #bbbbbb; padding: 0.5em 0.6em; vertical-align: middle;}
.blog_content td:first-child { background: #cce3f7; font-weight: bold; text-align: center;}
.blog_content iframe { width: 100%;}

/*WP用 投稿表示*/
img.alignnone { margin: 20px auto;}
img.aligncenter { display: block; margin: 20px auto;}
img.alignright { margin: 20px 0 20px 20px; float: right;}
img.alignleft { margin: 20px 20px 20px 0; float: left;}

/* ページャー(アーカイブ) */
.pagination span.current, .pagination a {
	margin: 0px 0.5em 0.5em;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #3B4043;
	font-weight: bold;
	font-size: 1.2em;
}
.pagination span.current, .pagination a:hover { color: #00BAFF;}
.pagination .number { margin: 0px 1em 0.5em 0px; vertical-align: middle; display: inline-block;}


