@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}
body#p_top:before {
	content: "";
	width: 100%;
	aspect-ratio: 10 / 7;
	background: linear-gradient(to bottom, #2956C4, #759CD8);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
body:not(#p_top):before {
	content: "";
	width: 80%;
	aspect-ratio: 7 / 5;
	background: linear-gradient(to bottom, #2956C4, #759CD8);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
* {
	box-sizing: border-box;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
/* スタイル
------------------------------------------------ */
header #inbox {
	width: 90%;
	max-width: 1800px;
	min-width: 900px;
	margin: 0 auto;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
header #inbox h1 a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
header #inbox h1 a .logo {
	width: 70px;
	margin-right: 20px;
}
header #inbox h1 a span  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
}
header #inbox h1 a em {
	width: 208px;
	height: 28px;
}
header #inbox h1 i {
	width: 94px;
	height: 22px;
	display: block;
}
/* フッター */
footer {
	padding: 150px 0;
	position: relative;
}
footer:after {
	content: "";
	width: 64%;
	min-width: 1000px;
	aspect-ratio: 7 / 5;
	background: linear-gradient(to bottom, #759CD8, #2956C4);
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
footer .inwrap {
	width: 90%;
	max-width: 1580px;
	min-width: 900px;
	margin: 0 auto;
}
footer .flex {
	margin-bottom: 60px;
	padding: 70px 40px;
	background: #fff;
	border: 1px #2956C4 solid;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
footer .flex .name {
	width: 24%;
	min-width: 320px;
}
footer .flex .name h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
footer .flex .name ul {
	width: 300px;
	margin: 0 auto;
}
footer .flex .name ul li {
	margin-bottom: 10px;
}
footer .flex .name ul li:last-of-type {
	margin-bottom: 0;
}
footer .flex .name h3 span {
	font-size: 24px;
}
footer .flex .name h3 i {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}
footer .flex .r_wrap {
	width: calc( 60% + 60px);
	min-width: 690px;
	display: flex;
	align-items: center;
	gap: 60px;
}
footer .flex .photo {
	width: 560px;
}
footer .flex .contents {
	width: 22%;
}
footer .flex .contents h4 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #0F2469;
	text-transform: uppercase;
}
footer .flex .contents ul li {
	margin-bottom: 15px;
}
footer .flex .contents ul li:last-of-type {
	margin-bottom: 0;
}
footer .flex .contents ul a {
	color: #0F2469;
	text-decoration: none;
	display: flex;
	align-items: center;
}
footer .flex .contents ul a:before {
	content: "";
	width: 10px;
	height: 1px;
	margin-right: 5px;
	background: #1948B9;
	display: inline-block;
}
footer .copyright {
	margin: 0 50px;
	font-size: 14px;
	color: #fff;
	text-align: right;
	letter-spacing: 0.15rem;
}
#fixedTop {
	right: 30px;
	bottom: 30px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
}
/* ナビ部分
------------------------------------------------ */
nav {
	width: 60%;
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: flex-end;
	gap: 10px 50px;
}
.nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10%;
}
.nav a {
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
}
.contact li a {
	width: 200px;
	height: 50px;
	background: linear-gradient(to right, #2553C1, #59B6E6);
	border-radius: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.contact li a i {
	width: 20px;
	height: 15px;
	display: inline-block;
}
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	margin: 0 auto 60px;
	padding: 0 20px;
	font-size: 14px;
	text-align: right;
}
#rootlist span {
	margin: 0 5px;
	color: #000;
}
#rootlist p {
	color: #000;
}
#rootlist a {
	color: #2956C4;
	text-decoration: none;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 200px 20px;
	padding-bottom: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
h2.title span {
	padding-left: 5px;
	font-size: 20px;
	color: #0F2469;
	display: block;
	letter-spacing: 0.15rem;
}
h3.title {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #0F2469;
	text-align: center;
}
h3.title.white {
	color: #fff;
}
h3.title:after {
	content: "";
	width: 58px;
	height: 6px;
	margin: 10px auto;
	background: url(/image/common/h3_parts.svg) center no-repeat;
	background-size: contain;
	display: block;
}
#post h3.title {
	font-size: 30px;
}
/* 共通
------------------------------------------------ */
#contents {
	width: 90%;
	max-width: 1400px;
	min-width: 1020px;
	margin: 0 auto;
	padding: 30px;
	background: url(/image/common/bg_content.webp) center top no-repeat;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_m {
	max-width: 1020px;
	min-width: 960px;
	width: 95%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m_m0 {
	max-width: 1020px;
	min-width: 960px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none;
}
ul.button {
	text-align: center;
}
ul.button a {
	margin: 40px auto;
	padding: 10px 50px;
	border-radius: 25px;
	background: url(/image/common/icon/icon_arrow_rightw.svg) right 15px center no-repeat,#2956C4;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
ul.button2 {
	text-align: center;
}
ul.button2 a {
	margin: 40px auto;
	padding: 10px 50px;
	border-radius: 25px;
	background: url(/image/common/icon/icon_arrow_rightb.svg) right 15px center no-repeat,#fff;
	font-size: 14px;
	font-weight: bold;
	color: #1948B9;
	text-decoration: none;
	display: inline-block;
}
/* トップページ
------------------------------------------------ */
#p_top #main .bg_wrap {
	width: 100%;
	aspect-ratio: 16 / 7.5;
	background: url(/image/top/main_image.webp) center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
#p_top #main .catchcopy {
	width: 90%;
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 40px;
}
#p_top #main .catchcopy h2 {
	margin-bottom: 30px;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#p_top #main .catchcopy h2 span {
	margin-left: 10px;
	font-size: 48px;
}
#p_top #main .catchcopy p {
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
#p_top #middle_bg{
	margin-top: -200px;
	margin-bottom: 320px;
	padding-top: 200px;
	padding-bottom: 280px;
	background: url(/image/common/middle_triangle.svg) right top no-repeat;
	background-size: cover;
	position: relative;
}
#p_top #service p.deco {
	margin-bottom: 100px;
	font-size: 8.5vw;
	font-family: Shin Go Regular;
	color: transparent;
	-webkit-text-stroke: 2px #2956C4;
	text-align: center;
	white-space: nowrap;
}
#p_top #service .service {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 80px 10px;
	padding-bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	position: relative;
}
#p_top #service .service::before {
	content: "";
	width: 134px;
	height: 134px;
	background: url(/image/common/logo.png) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #service .service h3 {
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
#p_top #service .service p {
	text-align: center;
}
#p_top #strengths .strengths {
	margin-bottom: 100px;
}
#p_top #strengths .flex {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#p_top #strengths .flex dl {
	width: 300px;
	height: 300px;
	background: #fff;
	border: 5px #1948B9 solid;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#p_top #strengths .flex dt {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #0F2469;
	text-align: center;
	position: relative;
}
#p_top #strengths .flex dt span {
	font-size: 80px;
	font-weight: bold;
	color: #1948B9;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #strengths .flex dd {
	text-align: center;
}
#p_top #strengths dl.hosoku {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	color: #fff;
}
#p_top #strengths dl.hosoku dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#p_top #works {
	width: 100%;
	max-width: 980px;
	position: absolute;
	bottom: -200px;
	left: 50%;
	transform: translateX(-50%);
}
#p_top #works .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#p_top #works .flex li {
	width: 25%;
}
#p_top #news .wrap {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	margin-bottom: 200px;
	padding: 60px 20px;
	padding-bottom: 20px;
	background: #F5F5F5;
}
.log dl {
	max-width: 900px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px #707070 solid;
	display: flex;
	gap: 40px;
}
.log dl:last-of-type {
	border-bottom: 1px #707070 solid;
}
.log dt {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #0F2469;
}
.log dd {
	flex: 1;
	color: #0F2469;
}
.log dd a {
	color: #0F2469;
}
#p_top #recruit .banner {
	width: 80%;
	max-width: 1100px;
	min-width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	position: relative;
}
#p_top #recruit .banner h3 {
	font-size: 80px;
	font-weight: bold;
	color: #1948B9;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	white-space: nowrap;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #recruit .banner ul,
#p_top #recruit .banner .r_wrap {
	width: 50%;
}
#p_top #recruit .banner .r_wrap {
	padding: 0 70px;
	background: #6390FB;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
#p_top #recruit .banner .r_wrap p {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#p_top #recruit .banner .r_wrap ul.button2 {
	text-align: left;
}
#p_top #recruit .banner .r_wrap ul.button2 a {
	margin: 0;
	white-space: nowrap;
}
#p_top #photo_box{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 100px;
	padding-bottom: 40px;
	position: relative;
}
#p_top #photo_box dl{
    width: 300px;
	height: auto;
}
#p_top #photo_box dl img{
    width: 100%;
	height: auto;
	padding: 0 10px;
}
#p_top #photo_box .slick-dots-wrap {
	position: absolute;
	left: 0; right: 0; bottom: -40px;
	z-index: 3;
	text-align: center;
}
#p_top #photo_box .slick-dots {
	display: inline-block;
}
#p_top #photo_box .slick-dots li button:before {
	color: #333;
}
/* お知らせ
------------------------------------------------ */
#p_news {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/news/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_news .log {
	width: 900px;
	margin: 0 auto 80px;
}
#p_news #post .cbox_m {
	margin-bottom: 60px;
	padding: 80px 60px;
	border: 1px #2956C4 solid;
}
#p_news #post dl {
	margin-bottom: 20px;
}
#p_news #post ul {
	margin-bottom: 20px;
	padding-left: 40px !important;
}
#p_news #post ul li {
	list-style: disc;
}
/* 会社案内
------------------------------------------------ */
#p_company {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/company/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_company #about h3 {
	margin-bottom: 20px;
	font-size: 54px;
	font-weight: bold;
	color: #0F2469;
	text-align: center;
}
#p_company #about h3 span {
	font-size: 52px;
}
#p_company #about p.sub_title {
	margin-bottom: 60px;
	text-align: center;
}
#p_company #about p.sub_title span {
	padding: 15px 80px;
	background: #0F2469;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
#p_company #about dl.name {
	font-size: 24px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
	text-align: right;
}
#p_company #about dl.name dd span {
	margin-right: 10px;
	font-size: 22px;
}
#p_company #gaiyo dl {
	display: flex;
	gap: 10px;
}
#p_company #gaiyo dt {
	width: 220px;
	padding: 20px 15px;
	border-top: 2px #2956C4 solid;
	font-weight: bold;
}
#p_company #gaiyo dd {
	flex: 1;
	padding: 20px 15px;
	border-top: 1px #ABABAB solid;
}
#p_company #gaiyo dl:last-of-type {
	margin-bottom: 80px;
}
#p_company #gaiyo dl:last-of-type dt {
	border-bottom: 2px #2956C4 solid;
}
#p_company #gaiyo dl:last-of-type dd {
	border-bottom: 1px #ABABAB solid;
}
#p_company #gaiyo .flex {
	max-width: 1000px;
	min-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
#p_company #gaiyo .flex ul {
	width: calc((100% - 40px) / 2);
}
#p_company #gaiyo .flex .ggmap {
	width: calc((100% - 40px) / 2);
	aspect-ratio: 3 / 2;
	position: relative;
}
#p_company #gaiyo .flex iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#p_company #enkaku dl {
	padding: 15px 10px;
	display: flex;
	align-items: center;
}

#p_company #enkaku dl:nth-of-type(odd) {
	background: #F5F5F5;
}
#p_company #enkaku dt {
	width: 130px;
	font-weight: bold;
}
#p_company #enkaku dd {
	flex: 1;
}
#p_company #enkaku dd:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 15px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
}
/* 製品・サービス
------------------------------------------------ */
#p_service {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/product/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_service #products h3.catch {
	width: 96%;
	max-width: 1100px;
	min-width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 60px 0;
	background: url(/product/image/bg_catch.webp) center no-repeat;
	background-size: cover;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
#p_service #products .media_box {
	margin-bottom: 40px;
	padding: 30px;
	border: 5px #E8E8E8 solid;
	display: flex;
	align-items: center;
	gap: 40px;
}
#p_service #products .media_box:nth-of-type(even) {
	flex-direction: row-reverse;
}
#p_service #products .media_box ul {
	width: 400px;
}
#p_service #products .media_box ul.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}
#p_service #products .media_box ul.flex li {
	width: calc((100% - 4px) / 2);
}
#p_service #products .media_box .r_wrap {
	flex: 1;
}
#p_service #products .media_box h4 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 4px #2956C4 solid;
	font-size: 22px;
	font-weight: bold;
}
#p_service #products .media_box .r_wrap p {
	padding: 0 10px;
}
#p_service #products .media_box .r_wrap .gallery {
	width: 100%;
	display: flex;
	gap: 10px;
}
#p_service #products .media_box .r_wrap .gallery li {
	width: 110px;
}
#p_service #products .media_box .r_wrap .gallery li.yoko {
	width: 160px;
}
#p_service #service .sub_red {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #D55555;
	text-align: center;
}
#p_service #service .media_box {
	margin-bottom: 40px;
	padding: 30px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	gap: 40px;
}
#p_service #service .media_box ul {
	width: 410px;
	display: flex;
	gap: 10px;
}
#p_service #service .media_box dl {
	flex: 1;
}
#p_service #service .media_box dt {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #0F2469;
}
#p_service #service .media_box dd {
	margin-bottom: 20px;
	padding: 0 10px;
}
#p_service #service .media_box dd .ba {
	display: flex;
	gap: 15px;
}
#p_service #service .media_box dd .ba li {
	width: 140px;
	position: relative;
}
#p_service #service .media_box dd .ba li:first-of-type::before {
	content: url(../product/image/Ico-arrow.svg);
	position: absolute;
	right: -11px;
	top: 45%;
	transform: translateY(-45%); 
}
#p_service #other .media_box {
	padding: 40px;
	border: 1px #2956C4 solid;
	display: flex;
	align-items: center;
	gap: 70px;
}
#p_service #other .media_box ul {
	width: 270px;
}
#p_service #other .media_box dl {
	flex: 1;
}
#p_service #other .media_box dt {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #0F2469;
}
#p_service #other .media_box dd.text {
	margin-bottom: 40px;
}
#p_service #other .media_box dd.img {
	width: 340px;
}
/* 技術・設備
------------------------------------------------ */
#p_technology {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/factory/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_technology #technology h3 {
	margin-bottom: 60px;
	font-size: 34px;
	font-weight: bold;
	color: #0F2469;
	text-align: center;
}
#p_technology #technology h3 span {
	font-size: 32px;
}
#p_technology #technology h3::after {
	content: "";
	width: 300px;
	height: 5px;
	margin: 0 auto;
	margin-top: 25px;
	background: #FFB300;
	display: block;
}
#p_technology #technology .flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#p_technology #technology p {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#p_technology #technology .flex dl {
	width: calc(( 100% - 20px) / 3);
	max-width: 300px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border: 5px #1948B9 solid;
	border-radius: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#p_technology #technology .flex dt {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #0F2469;
}
#p_technology #equipment .inwrap {
	margin-bottom: 80px;
}
#p_technology #equipment .inwrap:last-of-type {
	margin-bottom: 0;
}
#p_technology #equipment h4 {
	padding: 20px 36px;
	border: 1px #2956C4 solid;
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
	position: relative;
}
#p_technology #equipment h4 span {
	margin-left: 24px;
	font-size: 16px;
	font-weight: normal;
}
#p_technology #equipment h4::before {
	content: "";
	width: 3px;
	height: 30px;
	background: #2956C4;
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_technology #equipment ul.photo {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
#p_technology #equipment ul.photo .l_photo {
	width: calc( 43% - 5px);
}
#p_technology #equipment ul.photo li.flex {
	width: calc( 57% - 5px);
	display: flex;
	gap: 10px;
}
#p_technology #equipment ul.photo li.flex .left {
	width: calc( 44% - 5px );
}
#p_technology #equipment ul.photo li.flex .right {
	width: calc( 56% - 5px );
}
#p_technology #equipment ul.list li {
	list-style: disc;
	margin-bottom: 15px;
	margin-left: 25px;
}
#p_technology #equipment #other .flex {
	width: 98%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#p_technology #equipment #other .flex .j-test{
	width: 260px;
}
#p_technology #equipment #other .flex .j-test dt{
	text-align: center;
	font-weight: bold;
}
#p_technology #equipment #other .flex .j-test dd{
	margin-bottom: 10px;
}
/* 導入実績
------------------------------------------------ */
#p_works {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/company/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
/* 採用情報
------------------------------------------------ */
#p_recruit {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/recruit/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_recruit .border {
	width: 100%;
	padding: 75px 20px;
	border: 1px #2956C4 solid;
}
#p_recruit .border p {
	margin-bottom: 30px;
	font-size: 20px;
	text-align: center;
}
#p_recruit .border .img {
	width: 130px;
	margin: 0 auto;
	display: block;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact {
	background: url(/image/common/block/block_grd_white_820.png) right 1018px top no-repeat,url(/contact/image/bg_header.webp) right top no-repeat;
	background-size: auto;
}
#p_contact .border {
	padding: 60px 70px;
	border: 1px #2956C4 solid;
}
#p_contact form > dl {
	padding: 15px 0;
	border-bottom: 1px #D1D1D1 solid;
	display: flex;
}
#p_contact form > dl:last-of-type {
	margin-bottom: 60px;
}
#p_contact form > dl dt {
	width: 26%;
	height: 50px;
	padding: 15px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_contact form > dl dt span {
	width: 42px;
	height: 20px;
	border: 1px #A74141 solid;
	font-size: 14px;
	font-weight: normal;
	color: #CC4242;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_contact form > dl dd {
	width: 74%;
}
#p_contact form > dl dd input {
	border: none;
}
#p_contact form > dl:not(.file) dd input {
	height: 50px;
	padding: 5px;
	background: #F1F1F1;
}
#p_contact form dl.file input {
	margin-top: 8px;
}
#p_contact form textarea {
	height: 300px;
	padding: 5px;
	background: #F1F1F1;
	border: none;
}
#p_contact .policy {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 10px;
	border: 1px #ABABAB solid;
	overflow-y: scroll;  
}
#p_contact .policy h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #383838;
}
#p_contact .policy dl {
	margin-bottom: 10px;
	font-size: 14px;
}
#p_contact .policy dl:last-of-type {
	margin-bottom: 0;
}
#p_contact .policy dt {
	font-weight: bold;
	color: #2a2a2a;
}
#p_contact input[type="submit"] {
    width: 240px;
	height: 50px;
	margin: 0 auto;
	background: url(/image/common/icon/icon_arrow_rightw.svg) right 30px center no-repeat,#2956C4;
	background-size: 12px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_contact #tel p.sub_text {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#p_contact #tel dl {
	text-align: center;
}
#p_contact #tel dt a {
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #4F75D2;
	text-decoration: none;
	display: inline-block;
}
#p_contact #tel dt i {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 18px;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}