@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@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 #ccc;
	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: #333;
	font-size: 1em;
	line-height: 1.6;
	position: relative;
	min-width: 1030px;
}

.fo_noto, .fo_noto * { font-family: "Noto Sans JP", sans-serif; font-weight: 600;}
.fo_oswald { font-family: "Oswald", sans-serif; font-weight: 700;}

.bold, .bold * { font-weight: 700;}

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

a { color: #004B9E; text-decoration: none;}
a:hover, a:active { color: #73A3D8;}

/* 文字装飾 */
.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;}
.fo105 { font-size: 1.05em !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;}
.fo135 { font-size: 1.35em !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;}

.fo_white { color: #FFFFFF;}
.fo_blue { color: #004B9E;}
.fo_gray { color: #A5A5A5;}
.fo_red { color: #FF0000;}

/* ボックス */
.cont1000 { max-width: 1030px; padding: 0px 15px; margin: 0px auto;}
.cont1200 { max-width: 1230px; padding: 0px 15px; margin: 0px auto;}
.cont1400 { max-width: 1430px; padding: 0px 15px; margin: 0px auto;}

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

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

.z50 { z-index: 50;}
.z-1 { z-index: -1;}

.break_keep { word-break: keep-all; overflow-wrap: anywhere;}

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

.back_white { background-color: #fff !important;}
.back_blue { background-color: #004B9E !important;}
.back_gray { background-color: #EFEFEF !important;}

.back_stripe { background: #fff linear-gradient(90deg,transparent 0,transparent 398px,#e3e3e3 398px,#e3e3e3 400px,transparent 400px,transparent 798px,#e3e3e3 798px,#e3e3e3 800px) center top/800px 100% repeat-x;}

@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 .box01 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2px; padding-left: 3%;}

.header.under .box01 { margin-bottom: 0;}

.header .lang_btn { border: solid 2px #004B9E; border-radius: 1.5em; top: 20px; right: 415px; z-index: 99999; overflow: hidden; width: 6em; background: #fff;}
.header .lang_btn span, .header .lang_btn a { display: block; padding: 0.2em 3.4em 0.2em 1.5em; color: #333333; cursor: pointer;}
.header .lang_btn span { background: url("../images/common/arrow_down.svg") no-repeat calc(100% - 1.2em) center; background-size: 0.95em auto;}
.header .lang_btn a:hover { background-color: #EFEFEF;}
.header .lang_btn > div { display: none;}

.header_btn { display: flex; gap: 2px;}
.header_btn ul { position: absolute;}
.header_btn .tel .ttl, .header_btn .mail a { display: flex; height: 80px; align-items: center; justify-content: center;}
.header_btn .tel .ttl { background: url("../images/common/header_btn01.svg") no-repeat 0.8em center, url("../images/common/arrow_down_white.svg") no-repeat calc(100% - 1em) center; background-size: 50px auto, 0.85em auto; padding: 0 2.3em 0 4em; cursor: pointer;}
.header_btn .tel ul { width: 100%; padding: 0 0.7em; line-height: 1.3; z-index: 999; display: none;}
.header_btn .tel a { display: block; color: #fff; border-top: solid 1px #fff; padding: 0.9em 1em 0.7em 4.7em;}

.header_btn .mail a { background: #333333; padding: 0 1.2em;}

.gn { background: url("../images/common/gn_bg.jpg") no-repeat center center; background-size: cover; margin-bottom: 2px;}
.gn ul { display: flex; justify-content: center; gap: 3em; padding: 1.4em 0;}
.gn a { display: flex; flex-flow: column; align-items: center; color: #fff; position: relative; gap: 0.1em;}
.gn a:after { content: ""; position: absolute; background: #fff; height: 2px; bottom: -8px; transition: 0.3s; width: 0; left: 50%; transform: translateX(-50%);}
.gn a:hover:after { width: 100%;}

.under .gn { background: none; margin-bottom: 0;}
.under .gn ul { padding: 0;}
.under .gn a { color: #333;}
.under .gn a:after { background: #333;}

@media only screen and (max-width: 1550px) {
  .header.under .box01 { padding-left: 15px;}
  .under .gn { padding-right: 7em;}
}

@media only screen and (max-width: 1400px) {
  .header.under { box-shadow: 0 1px 10px rgba(0,0,0,0.1);}
  .under .header_btn .tel .ttl .text { display: none;}
  .under .header_btn .tel .ttl { background: url("../images/common/header_btn01.svg") no-repeat center center; background-size: 50px auto; padding: 0; width: 88px;}
  .under .header_btn .tel ul { width: 15em; position: absolute; right: 0;}
  .under .header_btn .tel a { padding: 0.9em 1em 0.7em;}
  .under .header_btn .tel li:first-child a { border-top: none;}
  .header.under h1 { width: 17%;}
  .header.under .lang_btn { right: 200px;}
  .under .gn ul { gap: 1.5em;}
}


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

.cta .cont1200 { max-width: 780px; padding: 100px 15px 120px;}
.cta h2 { display: flex; align-items: flex-end; gap: 1.5em;}
.cta a { display: block; background-color: #004B9E !important; border: solid 1px #004B9E; color: #fff; border-radius: 0.3em;}
.cta .btn_area01 a { background: url("../images/common/cta_mail.svg") no-repeat 2.6em center, url("../images/common/ico_circle_arrow_white.svg") no-repeat calc(100% - 3em) center; background-size: 2.5em auto, 1.8em auto; padding: 1.8em 5em 1.8em 7.5em; transition: 0.3s;}
.cta .btn_area01 a:hover { background-image: url("../images/common/footer_icon_mail.svg"), url("../images/common/ico_circle_arrow.svg"); background-color: #fff !important; color: #004B9E;}

.cta .btn_area02 { display: flex; gap: 10px;}
.cta .btn_area02 li { flex: 1;}
.cta .btn_area02 a { height: 6.8em; padding: 1.2em 0.5em 1em 8em;}
.cta .btn_area02 li:first-child a { background: url("../images/common/cta_tel.svg") no-repeat 2.8em center; background-size: 2.9em auto;}
.cta .btn_area02 li:last-child a { background: url("../images/common/cta_fax.svg") no-repeat 2.8em center; background-size: 2.6em auto; padding-top: 1.5em;}

.footer .bg01 { background: url("../images/common/footer_bg.jpg") no-repeat center center; background-size: cover; padding: 60px 0 40px;}

.footer .box01, .footer .box01 .box_inner, .footer .box02 { display: flex; justify-content: space-between; gap: 3em;}
.footer .box01 .box_inner > div { display: flex; flex-flow: column; gap: 1.5em;}
.footer .box01 a { color: #fff; text-decoration: none;}
.footer .box01 a:hover { opacity: 0.7;}

.footer .box01 dl { display: flex; gap: 2em; align-items: flex-start;}
.footer .box01 dt a { display: flex; gap: 1em; align-items: flex-end;}
.footer .box01 dt .fo_oswald { width: 4.5em;}
.footer .box01 .box_inner > div:first-child dt { width: 12em;}
.footer .box01 .box_inner > div:last-child { gap: 2em;}
.footer .box01 .box_inner > div:last-child dt { width: 16em;}
.footer .box01 .box_inner > div:last-child dt .fo_oswald { width: 6.5em;}

.footer .box01 dd { flex: 1;}
.footer .box01 dd ul { display: flex; flex-flow: column; gap: 0.7em;}
.footer .box01 dd li a { display: inline-block; position: relative; padding-left: 1.1em;}
.footer .box01 dd li a:before { content: ""; position: absolute; width: 0.6em; height: 1px; left: 0; top: 50%; background: #fff;}

.footer .box02 .box_inner02 { width: 62%;}
.footer .box02 .btn_area { display: flex; gap: 5px;}
.footer .box02 .btn_area > * { flex: 1;}
.footer .box02 .btn_area a { display: flex; align-items: center; background-color: #fff !important; color: #333; height: 100%; border-radius: 0.3em;}
.footer .box02 .btn_area .btn01 a { justify-content: center; background: url("../images/common/footer_icon_mail.svg") no-repeat center 1.8em, url("../images/common/ico_circle_arrow.svg") no-repeat center calc(100% - 2em); background-size: 2.8em auto, 1.75em auto; padding: 4.5em 0.5em 5em; transition: 0.3s;}
.footer .box02 .btn_area .btn01 a:hover { background-image: url("../images/common/footer_icon_mail_o.svg"), url("../images/common/ico_circle_arrow_white.svg"); background-color: #004B9E !important; color: #fff;}
.footer .box02 .btn_area .list01 { display: flex; flex-flow: column; gap: 5px;}
.footer .box02 .btn_area .list01 li { flex: 1;}
.footer .box02 .btn_area .list01 a { padding: 0 0.5em 0 6.5em;}
.footer .box02 .btn_area .list01 li:first-child a { background: url("../images/common/footer_icon_tel.svg") no-repeat 2em center; background-size: 2.6em auto;}
.footer .box02 .btn_area .list01 li:last-child a { background: url("../images/common/footer_icon_fax.svg") no-repeat 2em center; background-size: 2.6em auto;}

.footer .map iframe { width: 100%; height: 155px; vertical-align: bottom;}
.copy { background: #333333; padding: 0.7em;}

.pagetop { display: none; position: fixed; right: 3%; bottom: 0; padding-bottom: 20px; z-index: 9999;}

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

	トップページ

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

.top_en_ttl { font-size: 3.6em; line-height: 1;}

.mainimage .img01 img { width: 100%;}
.mainimage .text_box { left: 8%; bottom: 12%; font-size: min(1.2vw,1em);}
.mainimage .text01 { font-size: 5em; line-height: 1.2; text-shadow: 0 0 0.15em #fff;}

.top_sec01 .bg01 .inner_bg { background: url("../images/top/top_sec01_bg01.png") no-repeat calc(50% - 300px) calc(100% + 40px); background-size: 1146px auto; padding: 120px 0;}
.top_sec01 .bg01 .cont1200 { display: flex; justify-content: space-between; gap: 30px 7%;}
.top_sec01 .bg01 .box01 { width: 46%;}
.top_sec01 .bg01 .img01 { flex: 1; margin-right: -28%;}

@media only screen and (max-width: 1160px) {
  .top_sec01 .bg01 .cont1200 { gap: 30px 5%;}
  .top_sec01 .bg01 .box01 { width: 50%;}
}

.top_sec01 .bg02 { background: url("../images/top/top_sec01_bg02.png") no-repeat center center; background-size: cover; padding: 40px 0 60px;}
.top_sec01 .bg02 .list01 { display: flex; justify-content: center; flex-wrap: wrap; gap: 110px 20px;}
.top_sec01 .bg02 .list01 li { width: calc((100% - 40px) / 3); max-width: 295px;}
.top_sec01 .bg02 .list01 a { display: block; border-radius: 0.5em; padding: 0 1em 0.8em}
.top_sec01 .bg02 .list01 .img01 figure { display: inline-block; border-radius: 0.5em; box-shadow: 0 0 0.5em rgba(0,0,0,0.4); margin-top: -80px; vertical-align: top;}
.top_sec01 .bg02 .text_box { display: flex; flex-flow: column; align-items: center; background: url("../images/common/ico_circle_arrow.svg") no-repeat calc(100% - 0.5em) center; background-size: 1.8em auto; margin-top: 0.5em; transition: 0.3s;}
.top_sec01 .bg02 a:hover .text_box { background-image: url("../images/common/ico_circle_arrow_blue.svg");}
.top_sec01 .bg02 .fo_noto { color: #333;}
.top_sec01 .bg02 .more_btn a:hover { border-color: #fff;}

.back_text { display: flex; gap: 10px; flex-flow: column; align-items: flex-start;}
.back_text span { padding: 0.6rem 1rem;}

.top_sec02 .cont1200 { display: flex; flex-flow: row-reverse; gap: 30px 10%; align-items: center; justify-content: space-between; padding: 80px 15px;}
.top_sec02 .box01 { width: 450px;}
.top_sec02 .img01 { flex: 1; margin-left: -25%;}

.top_sec03 { background: url("../images/top/top_sec03_bg.png") no-repeat center center; background-size: cover; padding: 80px 0;}
.top_sec03 h2 { display: flex; align-items: flex-end; gap: 1.2em;}
.top_sec03 .back_white { border-radius: 1em; padding: 40px;}

.art_dl { display: flex; flex-flow: column; gap: 1.5em;}
.art_dl dl { display: flex; align-items: center; gap: 2.5em; padding: 0 1em 0.3em; border-bottom: solid 1px #004B9E;}
.art_dl dt { width: 5em;}
.art_dl dd { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


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

	下層ページ

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

/* 共通 */
.under_wrap { padding-bottom: 40px;}

.show_sp { display: none;}
.over_hidden, .img_hover { overflow: clip;}

.img_hover img { transition: 0.3s;}
.img_hover a:hover img, a:hover .img_hover img { transform: scale(1.05);}

.more_btn a { display: inline-block; font-family: "Oswald", sans-serif; color: #004B9E; font-weight: 700; font-size: 1.5em; line-height: 1.2; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 2em) center #fff; background-size: 0.65em auto; border: solid 1px #004B9E; border-radius: 3em; width: 240px; text-align: left; text-decoration: none; padding: 0.3em 1em 0.3em 2em; transition: 0.3s;}
.more_btn a:hover { background-color: #004B9E; background-image: url("../images/common/ico_arrow_white.svg"); color: #fff;}

.more_btn.fo_noto a { font-family: "Noto Sans JP", sans-serif; font-size: 1.1em; font-weight: 600; background-position: calc(100% - 2.5em); background-size: 0.9em auto; padding: 0.6em 1em 0.6em 2.5em;}

/* animation */
.scroll_in { opacity: 0;}
.displayed { animation-duration: 1s; animation-fill-mode: both;}
.delay02s { animation-delay: 0.2s;}
.delay04s { animation-delay: 0.4s;}
.delay06s { animation-delay: 0.6s;}
.delay08s { animation-delay: 0.8s;}
.duration2s { animation-duration: 2s;}
.duration3s { animation-duration: 3s;}

.fadeInUp.displayed { animation-name: fadeInUp; animation-duration: 0.8s; animation-timing-function: ease; animation-fill-mode: forwards;}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInRight.displayed { animation-name: fadeInRight; animation-duration: 0.8s; animation-timing-function: ease; animation-fill-mode: forwards;}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInLeft.displayed { animation-name: fadeInLeft; animation-duration: 0.8s; animation-timing-function: ease; animation-fill-mode: forwards;}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pagettl { border-bottom: solid 1px #004B9E; padding-top: 90px;}
.pagettl .cont1400 { display: flex; align-items: flex-end; gap: 0.5em 2em; margin-bottom: -0.2em;}
.pagettl h2 { font-size: 1.7em; margin-bottom: -0.1em;}
.pagettl .under_en_ttl { font-size: 3.5em; line-height: 1;}

.breadcrumb > span > a, .breadcrumb > span > span { display: inline-block; vertical-align: middle; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,0.16); border-radius: 2em; padding: 0.3em 0.6em; line-height: 1.4; color: #626262; font-weight: bold;}
.breadcrumb > span > a span { font-weight: bold;}
.breadcrumb > span > span { color: #fff; background: #004B9E;}
.breadcrumb > span > a:hover { color: #004B9E;}

.breadcrumb .current-item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 10em;}

.heading_back { border: solid 1px #707070; padding: 0.25em 1.2em; border-radius: 2em;}

.heading_back02 { padding: 0.5em 1em;}

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


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

.com_sec { display: flex;}
.com_sec h3 { width: 9em;}
.com_sec .box_inner { flex: 1;}

.table_bordered { width: 100%;}
.table_bordered tr:not(:last-child) { border-bottom: solid 1px #707070;}
.table_bordered th, .table_bordered td { vertical-align: top; padding: 1em 0;}
.table_bordered th { width: 18em;}

.com_sec01 { padding-top: 40px;}

.com_sec02 table { width: 100%;}
.com_sec02 th, .com_sec02 td { padding-bottom: 0.5em;}
.com_sec02 th { width: 5.5em;}

.com_sec03 p:not(:last-child) { margin-bottom: 40px;}

.com_sec04 .box01 { padding: 1.5em 2em;}


/* ------------------------
	agency
------------------------ */

.age_sec .box01 { display: flex; gap: 20px; flex-wrap: wrap;}
.age_sec .box01 section { width: calc((100% - 20px)/ 2); border: solid 1px #707070; border-radius: 10px; padding: 1em;}


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

.pro_sec { border-bottom: solid 1px #707070; padding-bottom: 25px;}
.pro_sec .en_ttl { font-size: 2em;}
.pro_sec h3 { font-size: 2.1em;}
.pro_sec .box01 { display: flex; gap: 30px 5%;}
.pro_sec .box01 figure { width: 27%;}
.pro_sec .box01 .box_inner { flex: 1; display: flex; flex-flow: column; justify-content: space-between;}
.pro_sec .btn_area a { display: inline-block; background: url("../images/common/ico_arrow_white.svg") no-repeat calc(100% - 1.2em) center #004B9E; background-size: 1em auto; color: #fff; padding: 0.6em 1.5em; border-radius: 0.3em; min-width: 140px; transition: 0.3s;}
.pro_sec .btn_area a:hover { transform: translateX(0.3em);}

.faq_dl { border-radius: 10px; overflow: hidden;}
.faq_dl dt { cursor: pointer; padding: 1.5em 3em 1.5em 1.5em;}
.faq_dl dt:after { content: ""; position: absolute; background: url("../images/common/ico_plus02.svg") no-repeat center center; background-size: 100% auto; width: 1.5em; height: 1.5em; right: 1em; top: 50%; transform: translateY(-50%);}
.faq_dl dt.open:after { background-image: url("../images/common/ico_minus02.svg");}
.faq_dl dd { padding: 1.5em; display: none;}


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

.rec_mainimage .text01 { display: flex; flex-flow: column; align-items: center; font-size: min(3.5vw,2.2em); gap: 0.4em; top: 15%; left: 0; width: 100%;}
.rec_mainimage .text01 span { padding: 0 0 0 0.3em;}
.rec_mainimage .text02 { font-size: min(10.5vw,9em); line-height: 0.85; bottom: 0; width: 100%; left: 0;}

.rec_sec01 { display: flex; justify-content: space-between; align-items: center; gap: 30px 4%;}
.rec_sec01 .box_inner { width: 45%;}
.rec_sec01 figure { flex: 1;}
.rec_sec01 h3 { font-size: 3.7em;}
.rec_sec01 .text01 { display: table; padding: 0.2em; font-size: min(4.8vw,1.45em);}

.rec_sec02 { background: url("../images/recruit/rec_sec02_bg.png") no-repeat right center #004B9E; background-size: auto 100%; padding: 60px 0;}
.rec_sec02 h3 { font-size: 2.5em;}

.slide01 { display: flex; width: max-content; gap: 40px;}
.slide01 li { flex: 0 0 auto;}
.slide01 li:nth-child(even) { margin-top: 100px;}

.rec_sec03 h3 { display: table; border-radius: 0.2em; background: #333; font-size: 1.7em;}
.rec_sec03 h3 span { display: block;}
.rec_sec03 h3 span span { padding: 0.5em 2.3em;}
.rec_sec03 h3 span:before, .rec_sec03 h3 span:after { content: ""; position: absolute; width: 0.3em; height: 0.3em; border-radius: 50%; background: #fff;}
.rec_sec03 h3 > span:before { left: 0.2em; top: 0.2em;}
.rec_sec03 h3 > span:after { right: 0.2em; top: 0.2em;}
.rec_sec03 h3 > span span:before { left: 0.2em; bottom: 0.2em;}
.rec_sec03 h3 > span span:after { right: 0.2em; bottom: 0.2em;}
.rec_sec03 header .bg:before, .rec_sec03 header .bg:after { content: ""; position: absolute; z-index: -1; background: #E3F0FF; width: 28%; height: 80%; max-height: 800px; bottom: 0; clip-path: polygon(0 0, 100% 0, 0 100%);}
.rec_sec03 header .bg:before { left: 0;}
.rec_sec03 header .bg:after { right: 0; transform: scale(-1,1);}
.rec_sec03 .img01 video { width: 100%; max-width: 489px; height: auto; display: block; margin: auto;}

.rec_sec03 .main_box { display: flex; justify-content: space-between; gap: 5%; min-height: 2500px;}
.rec_sec03 .img_box { width: 70%; margin-left: -20%; position: sticky; top: 0; align-self: flex-start;}
.rec_sec03 .img_list li { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transition: opacity .4s ease; }
.rec_sec03 .img_list li:first-child { position: relative; opacity: 1; }
.rec_sec03 .img_list li.active { opacity: 1; z-index: 2; }
.rec_sec03 .contents_box { width: 45%; display: flex; flex-flow: column; gap: 80px;}
.rec_sec03 h4 { border-bottom: solid 2px #333; padding-bottom: 0.4em;}

@media only screen and (max-width: 1300px) {
  .rec_sec03 header .bg:before, .rec_sec03 header .bg:after { width: 20%;}
}

.rec_sec04 h3 { display: table; margin: auto; width: 100%; max-width: 700px; font-size: 2.7em;}
.rec_sec04 h3 span { display: block; padding: 0.8em;}
.rec_sec04 h3:before, .rec_sec04 h3:after, 
.rec_sec04 h3 span:before, .rec_sec04 h3 span:after { content: ""; position: absolute; width: 0.85em; height: 0.65em; border-top: solid 5px #707070; border-left: solid 5px #707070;}
.rec_sec04 h3:before { left: 0; top: 0;}
.rec_sec04 h3:after { right: 0; top: 0; transform: scale(-1,1);}
.rec_sec04 h3 span:before { left: 0; bottom: 0; transform: scale(1,-1);}
.rec_sec04 h3 span:after { right: 0; bottom: 0; transform: scale(-1,-1);}

.rec_sec04 .bg01:before { content: ""; position: absolute; z-index: -1; background: url("../images/recruit/rec_sec04_bg.jpg") no-repeat center center; background-size: cover; width: 100%; left: 0; bottom: 0; height: 490px;}
.rec_sec04 .bg01 .list01 { display: flex; gap: 20px 1em;}
.rec_sec04 .bg01 .list01 li { width: calc((100% - 2em) / 3); margin-bottom: 150px; display: flex; flex-flow: column;}
.rec_sec04 .bg01 .box01 { border-radius: 0.8em; padding: 30px 20px 200px; box-shadow: 0 0 6px rgba(0,0,0,0.25); display: flex; flex-flow: column; flex: 1;}
.rec_sec04 .bg01 h4 { display: table; border-top-right-radius: 2em; border-bottom-right-radius: 2em; margin: 0 0 15px -20px; padding: 0.3em 1em 0.2em 2em; font-size: min(1.8vw,1.55em);}
.rec_sec04 .bg01 .box01 p { flex-grow: 1;}
.rec_sec04 .bg01 .img01 { margin: -200px 20px -100px;}

@media only screen and (max-width: 1000px) {
  .rec_sec04 .bg01 h4 { font-size: min(2vw,1.4em); padding: 0.5em 0.7em 0.5em 1em;}
}

.rec_sec05 .back_gray { padding-bottom: 120px; margin-bottom: -40px;}
.rec_sec05 .bg01 img { width: 100%; vertical-align: bottom; margin-bottom: -1px;}
.rec_sec05 table { width: 100%; border-top: solid 1px #ccc;}
.rec_sec05 tr { border-bottom: solid 1px #ccc;}
.rec_sec05 th { padding: 1em; width: 30%; position: relative;}
.rec_sec05 th:after, .rec_sec05 tr:first-child th:before { content: ""; position: absolute; width: 100%; height: 1px; left: 0; bottom: -1px; background: #004B9E;}
.rec_sec05 tr:first-child th:before { bottom: auto; top: -1px;}
.rec_sec05 td { padding: 1em 0 1em 10%;}

.rec_sec05 .btn_area a { display: flex; align-items: center; gap: 50px; max-width: 865px; margin: auto; border: solid 5px #004B9E; border-radius: 10px; padding: 0 35px; color: #004B9E;}
.rec_sec05 .btn_area figure { margin: -50px 0 15px;}
.rec_sec05 .btn_area .text_box { flex: 1; font-size: 1.8em; background: url("../images/common/ico_circle_arrow_blue.svg") no-repeat right center; background-size: 1.35em auto;}
.rec_sec05 .btn_area .en_ttl { font-size: 0.65em; left: 0; top: -1.4em;}


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

.con_sec01 .box01 { border-radius: 10px; padding: 20px;}
.con_sec01 .list01 { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.con_sec01 .list01 li { width: 50%; max-width: 420px;}
.con_sec01 .list01 a { display: block; background: url("../images/common/footer_icon_tel.svg") no-repeat 5em center #EFEFEF; background-size: 2.3em auto; border-radius: 3em; font-size: 1.1em; padding: 1em 1em 1em 9em;}
.con_sec01 .list01 .num { color: #333;}
.con_sec01 .list01 li:last-child a { background-image: url("../images/common/footer_icon_fax.svg");}

.con_sec02 a { color: #41A7FF;}
.con_sec02 a:hover { text-decoration: underline; opacity: 0.7;}

.contact_sec dl { display: flex;; align-items: flex-start; gap: 0 0.8em;}
.contact_sec dt { width: 13em; min-height: 3em; display: flex; justify-content: space-between; align-items: center;}
.contact_sec .hissu { font-weight: 500;}
.contact_sec dd { flex: 1;}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	padding: 0.7em;
	background-color: #fff;
	border: solid 1px #707070;
	vertical-align: middle;
	width: 100%;
}
.contact_sec .width_auto input[type="text"], .contact_sec .width_auto input[type="tel"] { width: auto;}

.contact_sec .btn_area input {
  font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
	width: 100%;
	max-width: 210px;
	color: #fff;
	font-size: 1em;
  font-weight: 700;
	text-decoration: none;
	text-align: center;
	background: url("../images/common/ico_arrow_white.svg") no-repeat calc(100% - 3em) center #004B9E;
  background-size: 1em auto;
	border: none;
  border-radius: 60px;
	padding: 0.7em 5em 0.7em 1em;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	transition: 0.3s;
}
.contact_sec .btn_area input:hover { transform: translateX(0.3em);}
.contact_sec .btn_area input:focus { outline: 0;}

.wpcf7-spinner { display: block; margin: 20px auto;}
.wpcf7-radio { display: flex; gap: 0.5em 4em; flex-wrap: wrap;}
.wpcf7-radio input { margin-top: -0.2em;}
.wpcf7-not-valid-tip { display: inline-block;}


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

.single_art h1 { border-bottom: solid 1px #004B9E; padding-bottom: 0.2em; font-size: 1.8em;}

.blog_content h2 { font-weight: bold; font-size: 1.5em; line-height: 1.4; border-left: solid 0.3em #004B9E; padding-left: 0.4em; margin-bottom: 30px; clear: both;}
.blog_content h3 { font-size: 1.25em; font-weight: bold; line-height: 1.4; color: #004B9E; margin-bottom: 30px; clear: both;}
.blog_content h4, .blog_content h5, .blog_content h6 { font-weight: bold; font-size: 1.2em; 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: 1em; margin-bottom: 1em;}
.blog_content li:before { content: ""; position: absolute; width: 0.7em; height: 0.85em; left: 0px; top: 0.5em; background: #004B9E; clip-path: polygon(0 0, 100% 50%, 0 100%);}
.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 iframe { width: 100%;}

/*WP用 投稿表示*/
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 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.5em 0.8em;}
.pagination span.current, .pagination a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #004B9E;
  min-width: 2em;
  line-height: 2;
  padding: 0 0.5em;
}
.pagination span.current, .pagination a:hover { background: #004B9E; color: #fff;}


/* product */
.pro_cat_head h2 { height: 264px; display: flex; align-items: center; font-size: 2.2em; gap: 2em; padding: 1em 1em 1em 3.5em;}
.pro_cat_head h2:before { content: ""; position: absolute; z-index: -1; background: url("../images/common/pdt_pagettl.png") no-repeat left center; background-size: auto 100%; width: 2000px; height: 100%; left: 0; top: 0;}

.pcat_list { display: flex; flex-wrap: wrap; gap: 0.7em; font-size: 1.25em; line-height: 1.6; border-bottom: solid 1px #707070; padding-bottom: 20px;}
.pcat_list a, .pcat_list span { display: block; background: #3E82CE; color: #fff; font-weight: bold; border-radius: 2em; padding: 0.1em 0.7em; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: 0.3s;}
.pcat_list a:hover { box-shadow: none; transform: translate(2px,5px);}

.pro_cat_sec h3 { border-bottom: solid 4px #004B9E; padding-bottom: 0.5em;}

.pro_cat_list { display: flex; flex-wrap: wrap; gap: 60px 3%;}
.pro_cat_list li { width: calc(91% / 4);}
.pro_cat_list figure { aspect-ratio: 1/1;}
.pro_cat_list figure img { width: 100%; height: 100%; object-fit: cover;}
.pro_cat_list .btn_area a { display: inline-block; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 1em) center #fff; background-size: 1em auto; border: solid 2px #004B9E; border-radius: 0.3em; color: #004B9E; font-weight: bold; box-shadow: 0 1px 5px rgba(0,0,0,0.15); width: 180px; padding: 0.2em 1em; transition: 0.3s;}
.pro_cat_list .btn_area a:hover { transform: translateX(0.3em);}


.pro_art .single_cat_ttl { font-size: 2em;}
.pro_art .ttl_box { display: flex; flex-wrap: wrap; align-items: center; gap: 0.3em 3em;}
.pro_art .ttl_box h1 { font-size: 2.5em;}
.pro_art .pcat_list { padding: 0; border: none;}

.pro_art hr { border: none; border-bottom: solid 1px #707070; margin: 60px 0;}

.pro_main { display: flex; gap: 30px 4%;}
.pro_main .img_box { width: 33%;}
.pro_main .img_box img { width: 100%; height: 100%; object-fit: cover; cursor: default;}
.pro_main .img_box .mainimg { aspect-ratio: 1/1; overflow: hidden;}
.pro_main .img_box .mainimg img { object-fit: contain;}
.pro_main .img_box .thumb { display: flex; gap: 10px;}
.pro_main .img_box .thumb li { width: calc((100% - 30px) / 4); aspect-ratio: 1/1; overflow: hidden;}
.pro_main .img_box .thumb li:not(.active) img { cursor: pointer;}
.pro_main .main_box { flex: 1;}

.pro_main .main_box.blog_content h2 { font-family: "Noto Sans JP", sans-serif; border: none; padding: 0; font-size: 2em;}
.pro_main .main_box.blog_content h3 { color: inherit; margin-bottom: 10px; position: relative; padding-left: 1.3em; font-size: 1.1em;}
.pro_main .main_box.blog_content h3:before { content: ""; position: absolute; background: #333; width: 0.8em; height: 0.8em; left: 0; top: 0.3em;}

.detail_box { display: flex; justify-content: space-between; gap: 30px 5%;}
.detail_box h2 { flex: 1; font-size: 2.1em;}
.detail_box .table_box { width: 75%;}
.detail_box .table_box table { width: 100%; background: #fff; border: solid 1px #707070;}
.detail_box .table_box th, .detail_box .table_box td { border: solid 1px #707070; padding: 1em 0.5em; width: 50%; text-align: center;}
.detail_box .table_box th { background: #004B9E; color: #fff; font-weight: bold; font-size: 1.25em; line-height: 1.4; padding: 0.8em;}

