@charset "UTF-8";
/* Scss Document */
.padding120 {
	padding: 120px 0;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.margin120 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}
.padding150 {
	padding: 150px 0;
}
.pt-150 {
	padding-top: 150px;
}
.pb-150 {
	padding-bottom: 150px;
}
.margin150 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.mt-150 {
	margin-top: 150px;
}
.mb-150 {
	margin-bottom: 150px;
}
* {
	text-decoration: none !important;
}
/******************/
#cy_header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 500;
}
#head {
	display: flex;
	justify-content: space-between;
	width: 94%;
	max-width: 1820px;
	margin: 0 auto;
}
#logo {
	width: 380px;
	margin-top: -10px;
}
#cy_nav {
	margin: 0 0 0 auto;
	padding-right: 20px;
	width: calc(100% - 540px);
	max-width: 980px;
}
#cy_nav ul {
	display: flex;
	justify-content: space-between;
}
#cy_nav a {
	color: #FFF;
	position: relative;
}
#cy_nav a:after {
	content: "";
	border-bottom: 1px solid #08f6ff;
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	transition: 0.3s ease-in-out;
}
#cy_nav a:hover:after {
	width: 100%;
}
#cy_nav .a_now a:after {
	width: 100%;
}
/***********/
#main_box, .flexslider, #fade1, #fade2, #fade3 {
	height: 100vh;
	position: relative;
}
#fade1 {
	background: url(../images/fade1.jpg) 50% 0/cover no-repeat;
}
#fade2 {
	background: url(../images/fade2.jpg) 50% 0/cover no-repeat;
}
#fade3 {
	background: url(../images/fade3.jpg) 50% 0/cover no-repeat;
}
.title_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #FFF;
}
.title1 {
	font-weight: bold;
	font-size: 74px;
	letter-spacing: 0.05em;
}
.title1 br {
	display: none;
}
.title2 {
	margin-top: 30px;
	line-height: 2em;
	font-weight: bold;
	font-size: 26px;
}
#scroll {
	color: #FFF;
	position: absolute;
	left: 60px;
	bottom: 80px;
	height: 180px;
}
#scroll p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#sc_line {
	height: 100px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
#sc_line span {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	border-left: 1px solid #FFF;
	opacity: 0.5;
	animation: sc_line 2.5s cubic-bezier(1, 0.02, 1, 0.93) 0.6s infinite;
}
#sc_line span:nth-child(1) {
	animation-delay: 0.6s;
}
#sc_line span:nth-child(2) {
	animation-delay: 0.9s;
}
#sc_line span:nth-child(3) {
	animation-delay: 1.2s;
}
#sc_line span:nth-child(4) {
	animation-delay: 1.5s;
}
 @keyframes sc_line {
 0% {
 top: -40px;
 height: 20px;
}
 40% {
 top: 100%;
 height: 100px;
}
 80% {
 top: 100%;
 height: 0;
}
 100% {
 top: 100%;
 height: 0;
}
}
/****************/
#top_bg1 {
	background: url(../images/top2.png) 70% 0/cover no-repeat;
	height: 1125px;
	color: #FFF;
	display: flex;
	align-items: flex-end;
	padding-bottom: 200px;
}
.dpa_midashi {
	font-weight: bold;
	font-size: 54px;
}
.dpa_midashi img {
	position: relative;
	top: -15px;
	margin-right: 10px;
}
.more {
	background-color: #004193;
	position: relative;
	max-width: 250px;
	width: 100%;
}
.more a {
	position: relative;
	z-index: 500;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 18px 0 20px;
	font-size: 16px;
}
.more a span {
	background: url(../images/more.png) 50% 0/100% 100% no-repeat;
	width: 6px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s ease;
}
.more:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(to right, #08f6ff, #057aaa);
	transition: 0.3s ease;
}
.more:hover a {
	color: #000;
}
.more:hover a span {
	background: url(../images/more_on.png) 50% 0/100% 100% no-repeat;
}
.more:hover:after {
	width: 100%;
}
.more.more_w {
	background-color: #FFF;
}
.more.more_w a {
	color: #000;
}
/*******************/
#top_bg2 {
	background: url(../images/top_bg1.png) 50% 0/cover no-repeat;
	height: 780px;
	margin-top: -170px;
	color: #FFF;
}
.bg_flex {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 80px;
}
.bg_width {
	width: 100%;
	max-width: 740px;
	margin: 0 0 0 auto;
}
.midashi .eng {
	font-size: 74px;
	padding-right: 30px;
}
.midashi .ja {
	font-size: 22px;
	display: inline-block;
}
/**************/
.top_c_flex {
	display: flex;
	justify-content: space-between;
}
.top_c_left {
	width: 50%;
	background-color: #004193;
	color: #FFF;
	display: flex;
	align-items: center;
}
.top_c_width {
	width: 100%;
	max-width: 640px;
	padding-right: 100px;
	margin: 0 0 0 auto;
	padding-left: 14px;
}
.top_c_right {
	width: 50%;
	background: url(../images/top3.jpg) 50% 0/cover no-repeat;
	height: 730px;
}
/****************/
.bg_img {
	background: url(../images/top4.jpg) left 0/378px 287px repeat;
}
.midashi_ver {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 74px;
	line-height: 1em;
	color: #004193;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.news_container {
	width: calc(100% - 240px);
	margin: 0 auto;
}
.news a {
	display: table;
	background-color: #FFF;
	width: 100%;
	padding: 30px 60px;
	color: #000;
}
.news li:nth-child(n+2) {
	margin-top: 15px;
}
.n_cell1 {
	display: table-cell;
	width: 150px;
	vertical-align: top;
}
.n_cell2 {
	display: table-cell;
	vertical-align: top;
}
.more.m_center {
	margin-left: auto;
	margin-right: auto;
}
/****************/
#top_bg3 {
	background: url(../images/top5.jpg) 80% 0/cover no-repeat;
	height: 780px;
}
#rec_bg {
	background: url(../images/top6.jpg) 50% 0/cover no-repeat;
	height: 758px;
	display: flex;
	align-items: center;
	color: #FFF;
	position: relative;
}
#rec_bg:before, #rec_bg:after {
	content: "";
	width: 100%;
	max-width: 880px;
	height: 73px;
	position: absolute;
}
#rec_bg:before {
	background: url(../images/top_bg2.png) left 0/880px 100% no-repeat;
	top: 0;
	left: 0;
}
#rec_bg:after {
	background: url(../images/top_bg3.png) left 0/880px 100% no-repeat;
	bottom: 0;
	right: 0;
}
.center {
	text-align: center;
}
.midashi.center .ja {
	padding-top: 15px;
	display: block;
}
.more_af {
	position: relative;
}
.more_af:before {
	content: "";
	background: url(../images/top_eng1.png) left 0/100% 100% no-repeat;
	width: 106px;
	height: 47px;
	position: absolute;
	top: -15px;
	left: -45px;
	z-index: 600;
}
/*********************/
.under_banar {
	display: flex;
	justify-content: space-between;
}
.under_banar li {
	position: relative;
	width: 50%;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.under_banar li:nth-child(1) {
	background-color: #004193;
}
.under_banar li:nth-child(1):after {
	content: "";
	background: url(../images/c_eng.png) 50% 0/100% 100% no-repeat;
	width: 720px;
	height: 154px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.under_banar li:nth-child(1):hover {
	background-color: #FFF;
}
.under_banar li:nth-child(1):hover a {
	color: #004193;
}
.under_banar li:nth-child(2) {
	background-color: #000;
}
.under_banar li:nth-child(2):after {
	content: "";
	background: url(../images/top9.png) 50% 0/100% 100% no-repeat;
	width: 477px;
	height: 171px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.under_banar li:nth-child(2):hover {
	background-color: #FFF;
}
.under_banar li:nth-child(2):hover a {
	color: #000;
}
.under_banar a {
	color: #FFF;
	padding: 100px 20px;
	display: block;
	position: relative;
	z-index: 500;
	text-align: center;
	transition: 0.3s ease-in-out;
}
.banar_midashi .eng {
	font-size: 64px;
}
.banar_midashi .ja {
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
.b_shape {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 500;
}
/*******************/
#cy_footer {
	padding: 0 0 30px;
	text-align: center;
}
#f_logo {
	padding-top: 120px;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.tel_p {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.5em;
}
#copy {
	color: #004193;
	margin-top: 40px;
}
#copy a {
	color: #004193;
}
/********************************************************

	DPAについて
	
********************************************************/
#about_main {
	background-image: url(../images/about1.jpg);
}
#main_box_in, .main_size {
	background-position: 50% 0;
	background-size: 1920px 540px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 540px;
	overflow: hidden;
	position: relative;
}
#title_in {
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	font-size: 48px;
	line-height: 1.5em;
}
/*********************/
#ab_bg1 {
	background: url(../images/about2.png) 50% 0/cover no-repeat;
	height: 994px;
	padding-top: 180px;
	color: #FFF;
	position: relative;
	z-index: 500;
}
.color2 {
	color: #08f6ff;
}
.midashi46 {
	font-weight: bold;
	font-size: 46px;
}
/********************/
.ab_bg_black {
	background-color: #000;
	color: #FFF;
	padding: 280px 0;
	margin-top: -160px;
}
.ab_width {
	width: 100%;
	max-width: 560px;
}
#ab_img {
	position: absolute;
	left: 50%;
	bottom: 160px;
	z-index: 600;
}
.z700 {
	position: relative;
	z-index: 700;
}
/*********************/
#ab_bg2 {
	background: url(../images/about3.png) 50% 0/cover no-repeat;
	height: 1020px;
	position: relative;
	z-index: 800;
	margin-top: -240px;
	display: flex;
	align-items: center;
	padding-top: 120px;
}
.ab_w_right {
	width: 100%;
	max-width: 620px;
	margin: 0 0 0 auto;
}
/*******************/
.color {
	color: #004193;
}
.ab_mt {
	margin-top: 140px;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_50 {
	width: 50%;
}
.flex_46 {
	width: 46%;
}
.flex_44 {
	width: 44%;
}
.ab_num {
	position: absolute;
	top: -100px;
	left: -200px;
}
.ab_num2 {
	position: absolute;
	top: -100px;
	right: -60px;
}
.bg_midashi {
	position: relative;
	z-index: 500;
}
.bg_midashi span {
	background-color: #004193;
	color: #FFF;
	padding: 5px 15px 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 2.4em;
}
/********************************************************

	製品紹介
	
********************************************************/
#item_main {
	background-image: url(../images/item1.jpg);
}
.item_list {
	display: flex;
	justify-content: space-between;
}
.item_list li {
	width: 48%;
}
.bb_midashi_w {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}
.bb_midashi_w:after {
	content: "";
	border-bottom: 2px solid #FFF;
	width: 30px;
	display: block;
	margin: 15px auto 0;
}
.item_flexslider p {
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
}
/********************************************************

	会社概要
	
********************************************************/
#company_main {
	background-image: url(../images/company1.jpg);
}
.com_flex {
	display: flex;
	justify-content: space-between;
}
.com_right {
	background-color: #000;
	color: #FFF;
	width: 54%;
	display: flex;
	align-items: center;
}
.com_width {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding-right: 120px;
	padding-left: 40px;
}
.com_left {
	width: 46%;
	background: url(../images/company2.jpg) 50% 0/cover no-repeat;
	height: 989px;
}
.name {
	text-align: right;
	font-size: 20px;
}
.name_img {
	text-align: right;
	margin-top: -5px;
	margin-right: -50px;
}
/**********************/
.bg_blue {
	background-color: #004193;
	color: #FFF;
}
.com_list li {
	display: flex;
	justify-content: space-between;
}
.c_cell1 {
	width: 150px;
	border-bottom: 1px solid #FFF;
	padding: 30px 0 30px 0;
	text-align: center;
}
.c_cell2 {
	width: calc(100% - 200px);
	border-bottom: 1px solid #FFF;
	padding: 30px 60px;
}
.c_cell2 a {
	color: #FFF;
}
/*******************/
#com_bg {
	background: url(../images/company4.jpg) 40% 0/cover no-repeat;
	height: 660px;
}
/********************************************************

	採用情報
	
********************************************************/
#info_main {
	background-image: url(../images/information1.jpg);
}
#rec_bg1 {
	background: url(../images/information2.jpg) 50% 0/cover no-repeat;
	height: 710px;
	display: flex;
	align-items: center;
	color: #FFF;
}
.midashi_rec {
	font-size: 84px;
	letter-spacing: 0.05em;
	line-height: 1em;
}
#rec_bg2 {
	background: url(../images/information3.jpg) right 0/cover no-repeat;
	height: 720px;
	display: flex;
	align-items: center;
}
/********************************************************

	エントリーフォーム
	
********************************************************/
#entry_main {
	background-image: url(../images/entry1.jpg);
}
.gra span {
	color: #ACB6E5;
	background: -webkit-linear-gradient(0deg, #08f6ff, #08b7ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.entory_form li {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 2px solid #08f6ff;
	font-size: 16px;
	font-family: "A-OTF-MIDASHIGOPRO-MB31", serif;
}
.entory_form li:last-child {
	border: 0;
}
.e_cell1 {
	width: 200px;
}
.eq {
	background-color: #08f6ff;
	color: #004193;
	border-radius: 3px;
	margin-left: 40px;
	padding: 0 5px 2px;
	line-height: 1.2em;
	display: inline-block;
}
.eq.eq_block {
	margin-left: 0;
	margin-top: 5px;
}
.e_cell2 {
	width: calc(100% - 220px);
}
.e_cell2 label {
	margin-right: 80px;
}
.size, .area {
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	border: 0;
	color: #000;
}
.size {
	height: 70px;
}
.size.size_half {
	width: 100%;
	max-width: 270px;
	margin-right: 20px;
}
.area {
	height: 350px;
}

::placeholder {
 color: #AAAAAA;
 border: 0;
 padding-left: 20px;
}
.e_flex {
	display: flex;
	justify-content: space-between;
}
.e_left {
	width: 48%;
}
.e_right {
	width: 48%;
}
.e_flex2 {
	display: flex;
	justify-content: space-between;
}
.e_flex_33 {
	width: 32.33%;
}
.e_flex_33 input {
	width: calc(100% - 35px);
	margin-right: 15px;
}
.sub {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}
.sub input {
	border-radius: 10px;
	background: linear-gradient(to right, #08f6ff, #08b6ff);
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 30px 20px;
	border: 0;
}
/********************************************************

	お問い合わせ
	
********************************************************/
#contact_main {
	background-image: url(../images/contact1.jpg);
}
.letter0 {
	letter-spacing: 0;
}
.c_border {
	width: calc(100% - 100px);
	margin: 0 0 0 auto;
	border: 2px solid #004193;
	padding: 100px;
}
.contact_form li {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.c_left {
	color: #004193;
	width: 240px;
	font-size: 16px;
}
.c_right {
	width: calc(100% - 240px);
}
.file_w {
	background-color: #FFF;
	padding: 25px 20px;
}
.v_middle {
	position: relative;
	top: 20px;
}
.c_eq {
	display: inline-block;
	line-height: 1.3em;
	padding: 0 3px 2px;
	background-color: #000;
	color: #FFF;
	margin-top: 2px;
	border-radius: 3px;
	font-size: 14px;
}
.label_flex .wpcf7-radio {
	display: flex;
}
.label_flex .wpcf7-list-item {
	display:block;
	width: 40%;
}
.privecy_box {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-weight: bold;
	font-size: 16px;
}
.c_more a {
	font-weight: 400;
	display: block;
	width: 260px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	padding: 15px;
	margin-left: 40px;
}
.input_sub input {
	display: block;
	width: 240px;
	margin: 0 auto;
	background-color: #004193;
	color: #FFF;
	padding: 20px;
	text-align: center;
	border: 0;
	font-size: 18px;
}
/********************************************************

	プライバシーポリシー
	
********************************************************/
.link_text{color: #000;}
.link_text:hover{
	color: #000;
	text-decoration: none;
}
#privacy_main {
	background-image: url(../images/privacy1.jpg);
}
.pri_box p, .pri_box li {
	line-height: 2.4em;
}
.midashi28 {
	font-size: 28px;
}
.pri_midashi {
	font-size: 24px;
	border-bottom: 1px solid #004193;
	padding-bottom: 10px;
}
.pri_midashi span {
	color: #004193;
	margin-right: 5px;
}
.indent_list li {
	text-indent: -1em;
	padding: 2px 0 2px 14px;
}
/********************************************************

	募集要項
	
********************************************************/
#recruit_main {
	background-image: url(../images/recruit1.jpg);
}
.recruit_list li {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.rec_cell1 {
	width: 200px;
	padding: 30px 20px;
	background-color: #f1f1f1;
}
.rec_cell2 {
	width: calc(100% - 210px);
	padding: 30px 20px;
	border: 2px solid #f1f1f1;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
/***********/
.title1 {
	line-height: 1.3em;
}
.title1 br {
	display: block;
}
.ab_num {
	position: absolute;
	top: -100px;
	left: 0;
}
.ab_num2 {
	position: absolute;
	top: -100px;
	right: 0;
}
/********************************************************

	会社概要
	
********************************************************/
.com_width {
	padding-right: 40px;
	padding-left: 40px;
}
}

@media only screen and (max-width: 1200px) {
#cy_nav {
	padding-right: 0;
	width: calc(100% - 420px);
}
}

@media only screen and (max-width: 1024px) {
.padding120 {
	padding: 100px 0;
}
.pt-120 {
	padding-top: 100px;
}
.pb-120 {
	padding-bottom: 100px;
}
.margin120 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.mt-120 {
	margin-top: 100px;
}
.mb-120 {
	margin-bottom: 100px;
}
.padding150 {
	padding: 100px 0;
}
.pt-150 {
	padding-top: 100px;
}
.pb-150 {
	padding-bottom: 100px;
}
.margin150 {
	margin-top: 100px;
	margin-bottom: 100px;
}
.mt-150 {
	margin-top: 100px;
}
.mb-150 {
	margin-bottom: 100px;
}
/******************/
#cy_header {
	top: 20px;
}
#logo {
	width: 250px;
}
#logo img {
	width: 100%;
	height: auto;
}
#cy_nav {
	display: none;
}
/***********/
#main_box,  .flexslider,  #fade1,  #fade2,  #fade3 {
	height: 600px;
}
.title1 {
	font-size: 45px;
}
.title1 br {
	display: block;
}
.title2 {
	font-size: 18px;
}
/****************/
#top_bg1 {
	height: 650px;
	padding-bottom: 100px;
}
.dpa_midashi {
	font-size: 38px;
}
.dpa_midashi img {
	height: 50px;
	width: auto;
	top: -13px;
}
/*******************/
#top_bg2 {
	height: 650px;
	margin-top: -120px;
}
.midashi .eng {
	font-size: 60px;
	padding-right: 30px;
}
.midashi .ja {
	font-size: 18px;
}
/**************/
.top_c_width {
	padding-right: 14px;
	padding-left: 14px;
}
.top_c_right {
	width: 50%;
	background: url(../images/top3.jpg) 50% 0/cover no-repeat;
	height: 450px;
}
/****************/
.news_container {
	width: calc(100% - 120px);
	margin: 0 0 0 auto;
}
/****************/
#top_bg3 {
	height: 400px;
}
#rec_bg {
	height: 500px;
}
/********************************************************

	お問い合わせ
	
********************************************************/
.c_border {
	padding: 30px 60px;
}
}

@media only screen and (max-width: 740px) {
.padding120 {
	padding: 60px 0;
}
.pt-120 {
	padding-top: 60px;
}
.pb-120 {
	padding-bottom: 60px;
}
.margin120 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-120 {
	margin-top: 60px;
}
.mb-120 {
	margin-bottom: 60px;
}
.padding150 {
	padding: 60px 0;
}
.pt-150 {
	padding-top: 60px;
}
.pb-150 {
	padding-bottom: 60px;
}
.margin150 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-150 {
	margin-top: 60px;
}
.mb-150 {
	margin-bottom: 60px;
}
/******************/
#cy_header {
	top: 10px;
}
#logo {
	width: 180px;
	margin-top: 0;
}
#logo img {
	width: 100%;
	height: auto;
}
/***********/
#main_box,  .flexslider,  #fade1,  #fade2,  #fade3 {
	height: 550px;
}
.title_box {
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #FFF;
}
.title1 {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}
.title2 {
	margin-top: 20px;
	line-height: 2em;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 14px;
}
#scroll {
	left: 10px;
	bottom: 10px;
	height: 160px;
	font-size: 10px;
}
#sc_line {
	height: 80px;
	margin-top: 10px;
}
/****************/
#top_bg1 {
	background: url(../images/top2.png) 70% bottom/cover no-repeat;
	height: 650px;
	align-items: flex-start;
	padding-bottom: 0;
	padding-top: 60px;
}
.dpa_midashi {
	font-weight: bold;
	font-size: 32px;
}
.dpa_midashi img {
	height: 35px;
	top: -6px;
	margin-right: 0;
}
.more {
	max-width: 200px;
}
.more a {
	padding: 12px 0 13px;
	font-size: 14px;
}
.more:after {
	display: none;
}
/*******************/
#top_bg2 {
	height: 450px;
	margin-top: -120px;
}
.bg_flex {
	padding-top: 30px;
}
.midashi .eng {
	font-size: 40px;
	padding-right: 20px;
}
.midashi .ja {
	font-size: 16px;
}
/**************/
.top_c_flex {
	display: block;
}
.top_c_left {
	width: 100%;
	display: block;
}
.top_c_width {
	width: 94%;
	max-width: 94%;
	padding-right: 0;
	margin: 0 auto;
	padding-left: 0;
	padding: 60px 0;
}
.top_c_right {
	width: 100%;
	height: 300px;
}
/****************/
.midashi_ver {
	position: static;
	text-align: center;
	font-size: 40px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	-ms-writing-mode: lr-tb;
	/* for MS IE8+ */
	-webkit-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
.news_container {
	width: 100%;
	margin: 40px 0 0;
}
.news a {
	display: table;
	padding: 20px 20px;
}
.news li:nth-child(n+2) {
	margin-top: 10px;
}
.n_cell1 {
	width: 80px;
}
/****************/
#top_bg3 {
	background: url(../images/top5.jpg) 75% 0/cover no-repeat;
	height: 250px;
}
#rec_bg {
	height: 450px;
}
#rec_bg:before, #rec_bg:after {
	max-width: 300px;
	height: 24px;
}
#rec_bg:before {
	background: url(../images/top_bg2.png) left 0/300px 100% no-repeat;
}
#rec_bg:after {
	background: url(../images/top_bg3.png) left 0/300px 100% no-repeat;
}
.midashi.center .ja {
	padding-top: 5px;
	display: block;
}
.midashi.center .eng {
	padding-right: 0;
}
.more_af {
	position: relative;
}
.more_af:before {
	width: 70px;
	height: 31px;
	top: -10px;
	left: -35px;
}
/*********************/
.under_banar {
	display: block;
}
.under_banar li {
	width: 100%;
}
.under_banar li:nth-child(1) {
	background-color: #004193;
}
.under_banar li:nth-child(1):after {
	width: 340px;
	height: 72px;
}
.under_banar li:nth-child(2):after {
	width: 200px;
	height: 72px;
}
.under_banar a {
	padding: 60px 20px 40px;
}
.banar_midashi .eng {
	font-size: 42px;
}
.banar_midashi .ja {
	font-size: 16px;
	margin-top: 5px;
}
.b_shape {
	position: static;
	right: 0;
	top: 0;
	transform: translateY(0) rotate(90deg);
	margin-top: 15px;
}
/*******************/
#cy_footer {
	padding: 0 0 20px;
}
#f_logo {
	padding-top: 60px;
}
#f_logo img {
	width: 150px;
	height: auto;
}
.flex_center {
	display: block;
}
.tel_p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5em;
}
#copy {
	margin-top: 30px;
}
/********************************************************

	DPAについて
	
********************************************************/
#main_box_in,  .main_size {
	background-size: 1066px 300px;
	height: 300px;
}
#title_in {
	font-size: 26px;
	line-height: 1.5em;
	padding-top: 20px;
}
/*********************/
#ab_bg1 {
	height: 580px;
	padding-top: 60px;
}
.midashi46 {
	font-weight: bold;
	font-size: 24px;
}
/********************/
.ab_bg_black {
	background-color: #000;
	color: #FFF;
	padding: 120px 0 0;
	margin-top: -80px;
}
.ab_width {
	width: 100%;
	max-width: 560px;
}
#ab_img {
	position: static;
	left: 0;
	bottom: 0;
	z-index: 600;
	background-color: #000;
	text-align: right;
	padding-top: 60px;
}
#ab_img img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
/*********************/
#ab_bg2 {
	background-position: 50% 0;
	height: 800px;
	margin-top: -60px;
	display: block;
	padding-top: 100px;
}
.ab_w_right {
	width: 100%;
	max-width: 100%;
	margin: 0 0 0 auto;
}
/*******************/
.ab_mt {
	margin-top: 100px;
}
.flex_box {
	display: block;
}
.flex_50 {
	width: 100%;
}
.flex_46 {
	width: 100%;
}
.flex_44 {
	width: 100%;
}
.ab_num {
	position: absolute;
	top: -80px;
	left: 0;
}
.ab_num img {
	height: 80px;
	width: auto;
}
.ab_num2 {
	position: absolute;
	top: -80px;
	right: 0;
}
.ab_num2 img {
	height: 80px;
	width: auto;
}
.bg_midashi {
	background-color: #004193;
	padding: 7px 10px 10px;
}
.bg_midashi br {
	display: none;
}
.bg_midashi span {
	background-color: transparent;
	color: #FFF;
	padding: 0;
	font-size: 18px;
	line-height: 1.6em;
}
/********************************************************

	会社概要
	
********************************************************/
.com_flex {
	display: block;
}
.com_right {
	width: 100%;
	display: block;
}
.com_width {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 0;
}
.com_left {
	width: 100%;
	height: 450px;
}
.name {
	text-align: right;
	font-size: 16px;
}
.name_img {
	margin-top: 5px;
	margin-right: 0;
}
.name_img img {
	width: 120px;
	height: auto;
}
/**********************/
.com_list li {
	display: block;
}
.c_cell1 {
	width: 100%;
	border: 1px solid #FFF;
	padding: 15px;
	text-align: center;
}
.c_cell2 {
	width: 100%;
	border-bottom: 0;
	padding: 20px;
	display: flex;
	justify-content: center;
}
/*******************/
#com_bg {
	height: 300px;
}
/********************************************************

	採用情報
	
********************************************************/
#rec_bg1 {
	height: auto;
	display: block;
	padding-top: 60px;
	padding-bottom: 100px;
}
.midashi_rec {
	font-size: 38px;
}
#rec_bg2 {
	padding-top: 60px;
	height: 620px;
	display: block;
}
/********************************************************

	エントリーフォーム
	
********************************************************/
.entory_form li {
	display: block;
	padding: 0;
	border-bottom: 0;
	font-size: 14px;
}
.e_cell1 {
	width: 100%;
	border: 1px solid #FFF;
	padding: 20px;
}
.e_cell1 br {
	display: none;
}
.eq {
	margin-left: 30px;
	padding: 0 5px 2px;
	line-height: 1.2em;
	display: inline-block;
}
.eq.eq_block {
	margin-left: 30px;
	margin-top: 0;
}
.e_cell2 {
	padding: 20px;
	width: 100%;
}
.e_cell2 label {
	margin-right: 20px;
}
.size {
	height: 40px;
}
.size.size_half {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 5px;
}
.area {
	height: 250px;
}
  ::placeholder {
 padding-left: 0;
}
.e_flex2 {
	display: flex;
	justify-content: space-between;
}
.e_flex_33 {
	width: 33.33%;
}
.e_flex_33 input {
	width: calc(100% - 25px);
	margin-right: 5px;
}
.sub input {
	font-size: 14px;
	padding: 20px 20px;
}
/********************************************************

	お問い合わせ
	
********************************************************/
.c_border {
	width: 100%;
	padding: 0;
	margin-top: 40px;
	border: 0;
}
.contact_form li {
	display: block;
	margin: 0;
}
.c_left {
	color: #004193;
	width: 100%;
	font-size: 14px;
	border: 1px solid #004193;
	padding: 20px;
}
.c_left br {
	display: none;
}
.c_right {
	width: 100%;
	padding: 20px;
}
.c_eq {
	font-size: 12px;
	margin-left: 20px;
}

.label_flex .wpcf7-radio{
	display: block;
}
.label_flex .wpcf7-list-item {
	width: auto;
	margin-right: 20px;
}
.privecy_box {
	text-align: center;
	display: block;
	font-size: 14px;
}
.c_more a {
	font-weight: 400;
	display: block;
	width: 260px;
	padding: 10px;
	margin-left: 0;
	margin: 10px auto 0;
}
.input_sub input {
	padding: 15px;
	font-size: 16px;
}
.file_w {
	background-color: #FFF;
	padding: 15px 10px;
	width: calc(100% - 40px);
	margin: 20px auto;
}
.v_middle {
	position: relative;
	top: 0;
}
/********************************************************

	プライバシーポリシー
	
********************************************************/
.pri_box p,  .pri_box li {
	line-height: 2em;
}
.midashi28 {
	font-size: 20px;
}
.pri_midashi {
	font-size: 16px;
	padding-bottom: 10px;
}
.indent_list li {
	text-indent: -1em;
	padding: 2px 0 2px 14px;
}
/********************************************************

	募集要項
	
********************************************************/
.recruit_list li {
	display: block;
	margin: 0;
}
.rec_cell1 {
	width: 100%;
	padding: 20px 10px;
}
.rec_cell2 {
	width: 100%;
	padding: 20px 10px;
	border: 2px solid #f1f1f1;
}
/********************************************************

	製品紹介
	
********************************************************/
.item_list {
	display: block;
}
.item_list li {
	width: 100%;
	margin: 30px 0;
}
.bb_midashi_w {
	font-size: 18px;
}
.bb_midashi_w:after {
	content: "";
	border-bottom: 2px solid #FFF;
	width: 30px;
	display: block;
	margin: 15px auto 0;
}
.item_flexslider p {
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
}
}

/* スマートフォン 縦(ポートレート) */
