@charset "UTF-8";

html {
	min-width: 1000px;
}

body {
	width: 100%;
	min-width: 1000px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	word-break: break-all;
	line-break: strict;
	overflow-wrap: break-word;
	color: #000;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	background: #fff;
	text-align: justify;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: medium none;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
	height: auto;
}

table {
	font-size: inherit;
}

table, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

textarea, input, select {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5;
    outline: 0 none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0 none;
}

a {
	color: #26282A;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}

a:link {
	color: #26282A;
	outline: medium none;
	text-decoration: none;
}

a:hover {
	color: #0D2450;
	outline: medium none;
	text-decoration: none;
}

h1, h2, h3, h4, h5 ,h6 {
	font-size: 100%;
	font-weight: 700;
}

h1 {
	font-size: 3.4em;
}

h2 {
	font-size: 2.4em;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #191919;
	font-family: "Century Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h3 {
	margin-bottom: 90px;
	font-size: 3.0em;
	color: #000000;
	font-weight: normal;
}

h4 {
	font-size: 2.5em;
	line-height: 2.0;
	margin-bottom: 50px;
	color: #0D2450;
}

h5 {
	font-size: 2.0em;
	margin-bottom: 40px;
}

h6 {
	font-size: 1.3em;
	margin: 0 0 30px 0;
}

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

ul.indList2 li {
	margin-bottom: 10px;
	padding-left: 1.75em;
	text-indent: -1.75em;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.set_center {
	text-align: center!important;
}

.set_right {
	text-align: right!important;
}

.set_left {
	text-align: justify!important;
}


.link_normal a {
	padding: 25px 50px 25px 35px;
	display: inline-block;
	color: #0D2450;
	border: 1px #0D2450 solid;
	background-color: #fff;
	position: relative;
	font-weight: 700;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.link_normal a { padding: 25px 30px 21px 35px; }
}

.link_normal a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #0D2450;
	border-right: solid 1px #0D2450;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transform: rotate(45deg);
}

.link_normal a:hover {
	background-color: #0D2450;
	color: #fff;
}

.link_normal a:hover::after{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}


.link_normal2 a {
	padding: 25px 50px 25px 35px;
	display: inline-block;
	color: #fff;
	border: 1px #0D2450 solid;
	background-color: #0D2450;
	position: relative;
	font-weight: 700;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.link_normal2 a { padding: 25px 30px 21px 35px; }
}

.link_normal2 a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transform: rotate(45deg);
}

.link_normal2 a:hover {
	background-color: #fff;
	color: #0D2450;
}

.link_normal2 a:hover::after{
	border-top: solid 2px #0D2450;
	border-right: solid 2px #0D2450;
}


.link_option a {
	padding: 35px 50px 35px 50px;
	display: inline-block;
	color: #000000;
	background-color: #FFF700;
	position: relative;
	font-weight: 700;
	background: #FFF700 url(../../common/img/i_arrow01.png) no-repeat right 30px center;
	background-size: 18px auto;
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
	.link_option a { padding: 35px 30px 31px 12px; }
}

.link_option a:hover {
	background-color: #0D2450;
	color: #fff;
}


.color1 {
	color: #191919;
}

.color2 {
	color: #0D2450;
}

.color3 {
	color: #26282A;
}

.color4 {
	color: #cdd6dd;
}

.color5 {
	color: #ffffff;
}

.color6 {
	color: #7A88A2;
}

.color6 {
	color: #707070;
}



* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}


.inner {
	width: 1000px;
	margin: 0 auto;
}

.img_max {
	width: 100%;
}

.img_min {
	max-width: 100%;
}

.hover:hover {
	opacity: 0.7;
}

.ui-dialog-titlebar {
    display: none !important;
}



/* ------ header ------ */
#header {
	width: 100%;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.82);
	z-index: 9;
}

#header .inner {
	width: 100%;
	position: relative;
	text-align: right;
}

#logo {
	position: absolute;
	left: 28px;
	top: 28px;
}


#logo img {
	height: 43px;
}




/* ----- grobal menu ----- */

#gmenu ul {
	width: 100%;
	font-family: "Arial", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#gmenu ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#gmenu ul li:nth-child(n+5) {
	margin: 0;
}

#gmenu ul li a {
	padding: 44px 20px 43px 20px;
	display: block;
	color: #707070;
}

#gmenu ul li:nth-of-type(3) a {
	margin-right: 50px;
}

#gmenu ul li:nth-of-type(n+4) a {
	padding: 0;
	font-size: 0;
}

#gmenu ul li img {
	height: 103px;
}

#gmenu ul li a:hover {
	background-color: #ddd;
}

#gmenu ul li a:link {
	color: #707070;
}
#gmenu ul li a:visited {
	color: #707070;
}

#gmenu ul li span {
	display: none;
}


/* ----- Toggle Button ----- */
#nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 10;
	padding: 29px 25px;
	display: none;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #707070;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#nav-toggle.open span:nth-child(1) {
	width: 100%;
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	background: #707070;
}
#nav-toggle.open span:nth-child(2) {
	width: 0;
	left: 50%;
}
#nav-toggle.open span:nth-child(3) {
	width: 100%;
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	background: #707070;
}

#overlay {
	width: 100%;
	background-color: #000000;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	opacity: 0.8;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	
	display: none;
}




/* ------ contents common ------ */

#contents_top {
	margin: 0 0 180px 0;
}

#contents_top .inner {
	text-align: center;
}

.head_title {
	padding: 400px 0 0 20px;
}

.head_title .sub_title {
	margin: 30px 0 0 0;
	font-size: 3.2em;
}

#contents {
	width: 100%;
	margin: 0 auto 250px auto;
}

.section:not(:last-child) {
	margin: 0 0 250px 0;
}

.section .sec_level2 {
	padding: 0 0 0 102px!important;
}

.section .inner.p_tb {
	padding-top: 140px;
	padding-bottom: 140px;
}

.section .inner.p_t {
	padding-top: 140px;
}

.section .inner.p_b {
	padding-bottom: 140px;
}

/*
.inner {
	overflow: hidden;
}
.inner_diagonal {
	overflow: visible;
}
*/

.btm_none {
	margin-bottom: 0!important;
}

.p_none {
	padding: 0!important;
}

.img_title {
	margin: 0 0 80px 0;
}

.sub_section .sub_caption {
	font-size: 2.5em;
	line-height: 1.1;
	font-weight: 700;
}

.sub_section .sub_intro {
	margin: 30px 0;
	font-size: 1.3em;
	font-weight: 700;
}

.section_head {
	margin: 0 0 150px 0;
}

.caption_img {
	margin-top: 10px;
}

h2 + h3 {
	margin-top: 15px;
}

h3 + h4 {
	margin: 75px 0 0 0;
}

h3 + h2 {
	margin: 200px 0 0 0;
}

h3 + p {
	margin: -70px 0 90px 0;
} 

.wide_type00 {
	padding-left: 700px;
}

.wide_type01 {
	padding-left: 600px;
}



dl.type01 dt {
	width: 300px;
	padding: 40px 5px 40px 5px;
	float: left;
	clear: both;
	border-top: 1px #707070 solid;
}

dl.type01 dd {
	margin-left: 300px;
	padding: 40px 5px 40px 5px;
	border-top: 1px #707070 solid;
}

dl.type01 dt:first-of-type, dl.type01 dd:first-of-type {
	border-top: none;
}

dl.type02 dt {
	width: 170px;
	padding: 15px 5px 15px 5px;
	float: left;
	clear: both;
}

dl.type02 dd {
	margin-left: 170px;
	padding: 15px 5px 15px 5px;
}

dl.type02 dt:nth-of-type(n+2), dl.type02 dd:nth-of-type(n+2) {
	border-top: 1px #CDD6DD solid;
}

dl.type02 {
	border-bottom: 1px #CDD6DD solid;
}

dl.type03 dt {
	width: 35%;
	padding: 15px 5px 15px 5px;
	float: left;
	clear: both;
	border-top: 1px #fff solid;
}

dl.type03 dd {
	margin-left: 35%;
	padding: 15px 5px 15px 5px;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
}

dl.type03 {
	text-align: center;
	border-bottom: 1px #fff solid;
}

dl.type04 dt {
	width: 50%;
	padding: 15px 5px 15px 5px;
	float: left;
	clear: both;
	border-top: 1px #203C6B solid;
}

dl.type04 dd {
	margin-left: 50%;
	padding: 15px 5px 15px 5px;
	border-top: 1px #203C6B solid;
	border-left: 1px #203C6B solid;
}

dl.type04 {
	text-align: center;
	border-bottom: 1px #203C6B solid;
}



dl.type05 dt {
	width: 150px;
	padding: 40px 5px 0 0;
	float: left;
	clear: both;
}

dl.type05 dd {
	margin-left: 150px;
	padding: 40px 5px 0 0;
}


.sec_box {
	width: 100%;
}

.sec_box .left {
	width: 30%;
	float: left;
}

.sec_box .right {
	width: 65%;
	float: right;
}

.sec_box .left2 {
	width: 48%;
	float: left;
}

.sec_box .right2 {
	width: 48%;
	float: right;
}

.sec_box .left3 {
	width: 60%;
	float: left;
}

.sec_box .right3 {
	width: 35%;
	float: right;
}

.logo_sp {
    display: none;
}


.p-movie video {
	width: 100%;
}


/* ------ home ------ */

#home #contents_top .inner {
}


#home #contents_top .inner .head_message {
	padding: 270px 0 270px 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
}

#home #contents_top .inner .head_message img {
	margin: 0 0 10px 0;
}

#home .bg_top {
	background: url(../../img/bg_main01.jpg) no-repeat center top;
}

#home .top00 h2 {
	margin: 60px 0 90px 0;
	font-size: 2.4em;
	line-height: 1.5;
}

#home .top00 h2+div {
	padding: 0 150px;
	font-size: 1.45em;
}

.marker {
	width: 120px;
	margin: 0 0 8px 0;
	font-size: 1.5em;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.marker:before {
	content: "";
	flex-grow: 1;
	height: 2px;
	display: block;
	background: #707070;
	margin-right: 15px;
}

#home .top01b .sec_box {
	margin: 35px 0 20px 0;
}

#home .top01b h4 {
	padding:  12px 0 0 110px;
	background: url(../../img/bg_top01_01.png) no-repeat left top;
}

#home .top01b ul {
	margin: 0;
	text-align: right;
}

#home .top01b ul li {
	width: 150px;
	margin: 0 0 0 10px;
	display: inline-block;
}



#home .top02 {
	background: url(../../img/bg_top02_01.jpg) no-repeat right top;
}

#home .top02 .inner {
	position: relative;	
	height: 670px;
}

#home .top02 h2 {
	padding: 330px 0 0 0;
}

#home .top02 h2, #home .top02 h3 {
	text-shadow: 0 0 3px #fff;
}

#home .top02 .sub_section {
	width: 370px;
	padding: 60px 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #0D2450;
}

#home .top02 .sub_section h2 {
	padding: 0;
}

#home .top02 .sub_section p {
	padding: 40px 0;
	font-size: 0.85em;
}

#home .top02 .link_normal a {
	width: 100%;
	background-color: #0D2450;
	border: 1px #FBFBFB solid;
	color: #fff;
}

#home .top02 .link_normal a:hover {
	color: #0D2450;
	background-color: #FFF700;
}

#home .top02 .link_normal a::after {
	border-top: solid 2px #FBFBFB;
	border-right: solid 2px #FBFBFB;
}

#home .top02 .link_normal a:hover::after {
	border-top: solid 2px #0D2450;
	border-right: solid 2px #0D2450;
}

#home .top02b .link_option a {
	width: 370px;
}

#home .top02c {
	margin-top: -150px;
}

#home .top03 {
	background: url(../../img/bg_top04_01.jpg) no-repeat center top;
	background-size: cover;
}

#home .top03 ul {
	margin: 0 -20px 0 0;
}

#home .top03 ul li {
	width: 320px;
	padding: 10px;
	margin: 0 20px 0 0;
	float: left;
	color: #0D2450;
	box-shadow: 0 0 3px #011743;
	text-align: center;
}

#home .top03 ul li:nth-child(odd) {
	background-color: #0D2450;
	color: #fff;
}

#home .top03 ul li:nth-child(even) {
	background-color: #fff;
	color: #0D2450;
}

#home .top03 ul li p:nth-child(2) {
	margin: 40px 0 20px 0;
	font-size: 1.5em;
	font-weight: 700;
}

#home .top03 ul li p:nth-child(3) {
	margin: 0 0 30px 0;
}

/*
#home .top03 .sub_section:first-of-type {
	margin: 0 0 50px 0;
}
*/

#home .top03 dl {
	width: 66%;
	color: #fff;
	border-bottom: 1px #fff solid;
}

#home .top03 dl dt {
	width: 130px;
	padding: 15px 0 15px 0;
	float: left;
	clear: both;
}

#home .top03 dl dd {
	margin-left:130px;
	padding: 15px 15px 15px 0;
}

#home .top03 dl dd a {
	color: #fff;
}


#home .top03 dl dd a:hover {
	opacity: 0.6;
}

#home .top03 dl dt:nth-child(n+3), #home .top03 dl dd:nth-child(n+3) {
	border-top: 1px #fff solid;
}

#home .top03 dl dd span {
	padding: 0 0 0 25px;
	border-left: 1px #fff solid;
	display: block;
}



/* ------ recruit ------ */
#recruit .bg_top {
	background: url(../../recruit/img/bg_main.jpg) no-repeat center top;
}

#recruit #contents_top .inner {
	text-align: left;
}

#recruit .img_title {
	margin: 0 0 20px 0;
}

#recruit .head_title {
	padding: 250px 0;
}

#recruit .head_title h1 {
	font-size: 5.0em;
	color: rgba(255,255,255,0.59);
}

#recruit .head_title .sub_title {
	margin: 0 0 80px 0;
	font-size: 2.0em;
	font-weight: 700;
	color: #E1E5E8;
}

#recruit .sec00 .inner01 {
	margin-top: -80px;
	padding: 50px 0;
	background: #00294F;
}

#recruit .sec00 .img_banner {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
#recruit .sec00 .sub_section {
	padding: 50px 0 0 0!important;
}

#recruit .sec01 {
	background: url(../../recruit/img/bg_sec01.png) no-repeat right top;
	background-size: contain;
}

#recruit .sec01 p {
	font-size: 1.25em;
	line-height: 2.2;
}

#recruit .sub_section {
	padding: 80px 0 80px 0;
}

#recruit .sec02 {
	padding: 220px 0 0 0;
	background: url(../../recruit/img/bg_sec02_01.png) left top no-repeat;
}

#recruit .sec02 .inner01 {
	padding: 100px 0 50px 0;
	background: url(../../recruit/img/bg_sec02_03.jpg), url(../../recruit/img/bg_sec02_02.png);
	background-position: right 50px, center top;
	background-repeat: no-repeat, repeat-y;
}

#recruit .sec02 .inner02 {
	padding: 0 0 50px 0;
	background: url(../../recruit/img/bg_sec02_04.jpg), url(../../recruit/img/bg_sec02_05.png);
	background-position: left 835px, left top;
	background-repeat: no-repeat, repeat-y;
}

#recruit .sec02 .inner {
	padding: 80px 0 0 0;
	background-color: #fff;
}

#recruit .marker+h2 {
	padding: 20px 0 0 80px;
	font-weight: 400;
}


#recruit .sec02 .sub_section0 {
	margin-top: 80px;
}

#recruit .sec02 .sub_section {
	padding: 120px 80px 80px 80px;
	box-shadow: 0 4px 3px #ddd;
}

#recruit .sec02 .sub_section p {
	font-size: 1.2em;
}

#recruit .sec02 .sub_section0 ul li {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#recruit .sec02 .sub_section p:last-child {
	margin-bottom: 0;
}

#recruit .sec03 .inner01 {
	padding: 130px 0 50px 0;
	background: url(../../recruit/img/bg_sec03_03.png), url(../../recruit/img/bg_sec03_02.png), url(../../recruit/img/bg_sec03_01.png);
	background-position: right bottom, left top, left top;
	background-repeat: no-repeat, no-repeat, no-repeat;
}

#recruit .sec03 .inner.inner_r {
	width: 1500px;
	margin: 0 0 0 auto;
}

#recruit .sec03 .inner.inner_l {
	width: 1500px;
	margin: 0 auto 0 0;
}

#recruit .sec03 .sub_section {
	margin-top: 80px;
}

#recruit .sec03 .bg_dx1 {
	padding: 250px 750px 80px 80px;
	background: url(../../recruit/img/bg_sec03_04.png), url(../../recruit/img/bg_sec03_07.jpg), url(../../recruit/img/bg_sec03_10.png);
	background-position: left top, right top, left top;
	background-repeat: no-repeat, no-repeat, repeat;
}

#recruit .sec03 .bg_dx2 {
	padding: 250px 750px 80px 80px;
	background: url(../../recruit/img/bg_sec03_05.png), url(../../recruit/img/bg_sec03_08.jpg), url(../../recruit/img/bg_sec03_10.png);
	background-position: left top, right top, left top;
	background-repeat: no-repeat, no-repeat, repeat;
}

#recruit .sec03 .bg_dx3 {
	padding: 250px 80px 80px 750px;
	background: url(../../recruit/img/bg_sec03_06.png), url(../../recruit/img/bg_sec03_09.jpg), url(../../recruit/img/bg_sec03_10.png);
	background-position: right top, left top, left top;
	background-repeat: no-repeat, no-repeat, repeat;
}

#recruit .sec03 h3 {
	font-size: 2.5em;
	font-weight: 700;
}

#recruit .sec03 h3+p {
	margin: -50px 0 0 0;
	font-size: 1.2em;
}

#recruit .sec04 h2 {
	padding: 0;
	font-weight: 700;
}

#recruit .sec04 h3 {
	font-size: 2.0em;
}

#recruit .sec04 .sec_box {
	margin-top: 50px;
}

#recruit .sec04 .sec_box p {
	margin-bottom: 20px;
}


#recruit .sec04 .sec_box .sub_title {
	margin-bottom: 60px;
	font-size: 1.25em;
	font-weight: 700;
	color: #0042BC;
}

#recruit .sec05 .sub_section {
	padding: 0 0 80px 0;
}


#recruit .sec05 .info {
	padding: 25px;
	border: 1px #707070 solid;
	text-align: center;
}

#recruit #footer {
	padding-top: 50px;
	border-top: none;
}





/* ------ company ------ */
#company .bg_top {
	background: url(../../company/img/bg_main.jpg) no-repeat center top;
}

#company .head_title {
    padding: 300px 0 250px 0;
}

#company .head_title h1 {
	font-weight: normal;
	font-family: century;
	color: #00DDFF;
}

#company h2 {
	color: #006EC0;
}

#company .sub_section {
	line-height: 2.0;
}

#company .sub_section_title {
	margin-bottom: 50px;
	font-size: 2.2em;
	text-align: center;
}

#company .sec02 ul:not(:last-child) {
	margin-bottom: 25px;
}

#company .sec03 .sub_section p:not(:last-child) {
	margin-bottom: 25px;
}


/* ------ works ------ */
#works .bg_top {
	background: url(../../works/img/bg_main.jpg) no-repeat center top;
}

#works .head_title {
    padding: 300px 0 250px 0;
}

#works .head_title h1 {
	font-weight: normal;
	font-family: century;
	color: #00DDFF;
}

#works h2 {
	color: #006EC0;
}

#works .sec00 .sub_section div p:nth-child(2) {
	margin: 20px 0;
	font-size: 1.8em;
}

#works .sec00 .sub_section:not(:last-child) {
	margin-bottom: 100px;
}

#works .sec00 .sub_section ul li {
	background-color: #0D2450;
	border: 1px #0D2450 solid; 
	margin-bottom: 10px;
}

#works .sec00 .sub_section ul li .li_title {
	padding: 15px;
	color: #fff;
	text-align: center;
}

#works .sec00 .sub_section ul li .li_title:hover {
	cursor: pointer;
}

#works .sec00 .sub_section ul li .li_body {
	padding: 15px;
	background-color: #fff;
	display: none;
}

#works .sec01 .sub_section .sec_box {
	padding-top: 80px;
}

#works .sec01 .sub_section .sec_box:not(:last-child) {
	margin-bottom: 50px;
}

#works .sec01 .sub_section .sec_box.number01 {
	background: url(../../works/img/bg_sec01_01.png) no-repeat right top;
}

#works .sec01 .sub_section .sec_box.number02 {
	background: url(../../works/img/bg_sec01_02.png) no-repeat right top;
}

#works .sec01 .sub_section .sec_box.number03 {
	background: url(../../works/img/bg_sec01_03.png) no-repeat right top;
}

#works .sec01 .sub_section .sec_box.number04 {
	background: url(../../works/img/bg_sec01_04.png) no-repeat right top;
}

#works .sec01 .sub_section .sec_box.number05 {
	background: url(../../works/img/bg_sec01_05.png) no-repeat right top;
}

#works .sec01 .sub_section .sec_box .right2 p:nth-child(1) {
	margin-bottom: 30px;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1;
}

#works .sec01 .sub_section:not(:last-child) {
	margin-bottom: 100px;
}

#works .sec01 .sub_section ul li {
	width: 220px;
	float: left;
}

#works .sec01 .sub_section ul li:not(:last-child) {
	margin-right: 40px;
}

#works .sec01 .sub_section ul li p:nth-child(2) {
	padding-top: 10px;
	text-align: center;
}

#works .sec02 .sub_section .sec_box p:nth-child(2) {
	padding-top: 10px;
	font-weight: 700;
	font-size: 1.25em;
}

#works .sec02 .link_normal a {
	width: 50%;
}

#works .sec02 .sub_section:not(:last-child) {
	margin-bottom: 100px;
}


#works .sec02 dl {
	margin: 35px 0 0 0;
	width: 66%;
	border-bottom: 1px #707070 solid;
}

#works .sec02 dl dt {
	width: 130px;
	padding: 15px 0 15px 0;
	float: left;
	clear: both;
}

#works .sec02 dl dd {
	margin-left:130px;
	padding: 15px 15px 15px 0;
}

#works .sec02 dl dd a {

}


#works .sec02 dl dd a:hover {
	opacity: 0.6;
}

#works .sec02 dl dt:nth-child(n+3), #works .sec02 dl dd:nth-child(n+3) {
	border-top: 1px #707070 solid;
}

#works .sec02 dl dd span {
	padding: 0 0 0 25px;
	border-left: 1px #707070 solid;
	display: block;
}



/* ------ news ------ */
#news .bg_top {
	margin-bottom: 80px;
	background: url(../../img/bg_main01.jpg) no-repeat center bottom;
}

#news .head_title {
    padding: 150px 0 50px 0;
}

#news .head_title h1 {
	font-weight: normal;
	font-family: century;
	color: #00DDFF;
}

#news h2 {
	padding: 0 0 30px 0;
	border-bottom: 1px #ddd solid;
}

#news h2:first-child {
	text-align: center;
}

#news h3 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-family: inherit;
	font-weight: 700;
}

#news .news_date {
	margin: 0 0 10px 0;
}

#news .news_corpo {
	margin: 0 0 50px 0;
}

#news .news_main {
	padding: 0 30px 50px 30px;
	border-bottom: 1px #ddd solid;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ------ contact_box ------ */
#c_contact {
	padding: 150px 0;
	background: url(../../recruit/img/bg_contact.jpg) left top no-repeat;
}

.contact_box {
	margin: 0 0 50px 0;
}

.contact_box .left {
	width: 46%;
	float: left;
}

.contact_box .right {
	width: 46%;
	padding: 25px;
	float: right;
	text-align: left;
	background-color: rgba(255,255,255,0.48);
}

.contact_box ul li {
	margin: 0 0 20px 0;
}

.contact_box ::placeholder {
	color: #707070!important;
}

.contact_box input[type=text], .contact_box input[type=email], .contact_box input[type=tel], .contact_box textarea, .contact_box select {
	width: 100%;
	padding: 10px 15px;
	border: 1px #ddd solid;
}

.contact_box textarea {
	height: 200px;
}

.contact_box input[type="radio"], .contact_box input[type="checkbox"] {
	display: none;
}

.contact_box label {
	font-weight: normal!important;
}

.contact_box input[type="radio"] + label:hover, .contact_box input[type="checkbox"] + label:hover {
	cursor: pointer;
	color: #7A88A2!important;
}

.contact_box input[type="radio"] + label:not(:last-of-type), .contact_box input[type="checkbox"] + label:not(:last-of-type) {
	margin-right: 25px;
}

.contact_box input[type="radio"] + label, .contact_box input[type="checkbox"] + label {
	margin-bottom: 10px;
	padding-left: 33px;
	position:relative;
	display: block;
}

.contact_box input[type="radio"] + label::before, .contact_box input[type="checkbox"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
}

.contact_box input[type="radio"] + label::before, .contact_box input[type="radio"]:checked + label::after {
	/*border-radius: 50%;*/
}

.contact_box input[type="radio"]:checked + label, .contact_box input[type="checkbox"]:checked + label{
}

.contact_box input[type="radio"]:checked + label::before, .contact_box input[type="checkbox"]:checked + label::before{
	border: 2px solid #ddd;
}

.contact_box input[type="radio"]:checked + label::after, .contact_box input[type="checkbox"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #7A88A2;
}

.contact_box .vertical input[type="radio"]+label, .contact_box .vertical input[type="checkbox"]+label {
	display: block;
}


.contact_box select::-ms-expand {
	display: none;
}

.contact_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/icon_selectarrow.png) right 10px center no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-size: 12px auto;
	background-color: #fff;
}

.contact_box ::placeholder { color: #ccc; }
.contact_box :-ms-input-placeholder { color: #ccc; }
.contact_box ::-ms-input-placeholder { color: #ccc; }

.concat_type {
	margin: 0 0 50px 0;
}

.submit {
	text-align: center;
}

.submit span {
	padding: 15px 80px 15px 62px;
	display: inline-block;
	color: #fff;
	background-color: #0D2450;
	position: relative;
}

@media all and (-ms-high-contrast: none) {
	.submit span { padding: 12px 30px 9px 12px; }
}

.submit span::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transform: rotate(45deg);
}

.submit span:hover {
	opacity: 0.6;
	cursor: pointer;
}


.err {
	border: 2px solid #DC143C!important;
}




/* ------ footer ------ */
#footer {
	padding: 0;
	border-top: 1px #707070 solid;
}

#footer .copyright {
	margin: 35px 0 0 0;
	padding: 35px 0 35px 0;
	border-top: 1px #707070 solid;
	text-align: right;
}

#footer ul {
	width: 100%;
	margin: 70px 0 40px 0;
}

#footer ul li {
	margin: 0 35px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

#footer ul li:last-child {
	margin: 0;
}

#footer .footer_logo {
	width: 203px;
}



#banner_contact {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 5;
}




/* ------------------------------------------ */
/* --------------- SP setting --------------- */
/* ------------------------------------------ */

@media screen and (max-width: 768px) {

html{
	min-width: 240px;
}

body {
	min-width: 240px;
	font-size: 14px;
	background: none;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}


.inner {
	width: 100%;
	padding: 0 15px;
}

h1 {
	font-size: 3.0em;
}


h2 {
	font-size: 1.8em;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 30px;
}

h4 {
	font-size: 1.5em;
}

h2 + h4 {
    margin: 30px 0 0 0;
}

h3 + h4 {
    margin: 30px 0 0 0;
}

h3 + p {
    margin: 0 0 50px 0;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.link_normal a {
	width: 80%;
	display: block;
	margin: 0 auto;
}

#header {
}

#header .inner {
	width: 100%;
	padding: 0;
}

#logo{
	width: 100%;
	padding: 10px;
	position: fixed;
	left: 0;
	top: 0;
	text-align: left;
	background-color: #fff;
	display: none;
}

#logo img {
	width: auto;
	height: 30px;
}



#gmenu {
	width: 100%;
	margin: 0;
	display: none;
	float: none;
	background: none;
	position: fixed;
	border-bottom: none;
	top: 50px;
	right: 0;
}

#gmenu .inner {
	width: 100%;
	padding: 0!important;
}

#gmenu ul {
	display: block;
}
	
#gmenu ul li {
	width: 100%;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
	text-align: left;
	background: none;
}

#gmenu ul li:first-child{
	padding: 0;
	border-left: none;
}

#gmenu ul li a {
	padding: 15px 10px 15px 26px;
	background-color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	height: auto;
}

#gmenu ul li:nth-of-type(3) a {
	margin-right: 0;
}

#gmenu ul li:nth-of-type(n+4) a {
    padding: 15px 10px 15px 26px;
    font-size: 16px;
}

#gmenu ul li:first-child a, #gmenu li:last-child a {
	padding: 15px 10px 15px 26px;
}


#gmenu ul li a::before{
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #004BB1;
	border-right: solid 2px #004BB1;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}

#gmenu ul li img {
	display: none;
}

#gmenu ul li span {
	display: block;
}


#nav-toggle {
	width: 50px;
	height: 50px;
	padding: 13px 10px;
	display: block;
}

#overlay {
	display: block;
}


.section:not(:last-child) {
    margin: 0 0 120px 0;
}


.head_title {
	padding: 80px 0 0 0;
	text-align: center;
}

.head_title .sub_title {
	font-size: 1.2em;
}

.section .inner.p_tb {
	padding-top: 80px;
	padding-bottom: 80px;
}



#contents_top {
	margin: 0 0 100px 0;
	position: relative;
	z-index: -1;
}

#contents_top .inner {
	padding: 0;
}

.logo_sp {
    padding: 15px 15px;
    display: block;
    background: rgba(255,255,255,0.5);
	text-align: left;
}

.logo_sp img {
    width: auto;
    height: 20px;
}

#contents {
	margin: 0 0 120px 0;
}

.wide_type00, .wide_type01 {
	padding: 0;
}

.sec_box {
	width: 100%;
}

.sec_box .left, .sec_box .right, .sec_box .left2, .sec_box .right2, .sec_box .left3, .sec_box .right3 {
	width: 100%;
	padding: 0;
	float: none;
}

.sec_box .left, .sec_box .left2, .sec_box .left3 {
	margin: 0 0 50px 0;
}


dl.type01 dt {
	width: 120px;
	padding: 15px 5px 15px 5px;
}

dl.type05 dd {
	margin-left: 120px;
	padding: 15px 5px 0 5px;
}

dl.type05 dt {
	width: 120px;
	padding: 15px 5px 0 0;
}

dl.type01 dd {
	margin-left: 120px;
	padding: 15px 5px 15px 0;
}


.topics {
	width: 100%;
	padding: 50px 30px;
	text-align: left;
}

.topics p:first-child {
	font-size: 1.3em;
	text-align: left;
}

.topics p:first-child span {
	display: block;
}

.topics p:first-child br {
	display: none;
}

#home #contents {
	margin: 0;
}

#home .bg_top {
	background-image: url(../../img/bg_main01_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#home #contents_top {
	margin: 0 0 80px 0;
}



#home #contents_top .inner .head_message {
	width: 100%;
	padding: 200px 0 200px 0;
}

#home #contents_top .inner .head_message img {
	width: 70%;
}

#home .top00 span {
	display: block;
}

#home .top00 br {
	display: none;
}

#home .top00 h2 {
	margin: 40px 0 50px 0;
	font-size: 1.8em;
}

#home .top00 h2 + div {
	padding: 0;
	font-size: 1.0em;
}

#home .top01b h4 {
	padding: 8px 0 0 15px;
	background-size: 50%;
}

#home .top01b ul {
	margin: 0 0 50px 0;
	text-align: center;
}

#home .top01b ul li {
	width: 33.3%;
	margin: 0;
}

#home .top02 {
	background-size: cover;
}

#home .top02 .inner {
	padding: 50px 20px 0 20px;
	height: auto;
}

#home .top02 h2 {
	padding: 0;
}

#home .top02 .sub_section {
	width: 100%;
	padding: 30px 30px;
	position: relative;
}

#home .top02 .sub_section p {
	padding: 20px 0;
    font-size: 1em;
}

#home .top02b .link_option a {
	width: 100%;
}

#home .top02b .inner {
	padding: 0 20px;
}

#home .top02c {
	margin-top: -50px;
	padding: 0 5px;
}

#home .top03 ul {
	margin: 0;
}

#home .top03 ul li {
	width: 100%;
	margin: 0 0 15px 0;
	float: none;
}

#home .top03 dl {
	width: 100%;
}

#home .top03 dl dt {
	width: 100%;
	padding: 10px 0 0 0;
	float: none;
}

#home .top03 dl dd span {
	padding: 0;
    border-left: none;
}

#home .top03 dl dd {
    margin-left: 0;
    padding: 0 10px 10px 0px;
}

#home .top03 dl dd:nth-child(n+3) {
    border-top: none;
}




#recruit .bg_top {
	background-image: url(../../recruit/img/bg_main_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


#recruit .head_title {
	padding: 100px 0;
	text-align: center;
}

#recruit .head_title .sub_title {
	font-size: 1.25em;
}

#recruit .head_title .sub_title span {
	display: block;
}

#recruit .head_title h1 {
	font-size: 2.0em;
}

#recruit .img_title {
	text-align: center;
	display: inline-block;
}

#recruit .img_title img {
	height: 80px;

}

#recruit .sec00 .img_banner {
	width: 100%;
	margin: 0 auto 0 auto;
}

#recruit .sec01 {
	background-size: 300px auto;
	background-position: right bottom;
}

#recruit .sec02 {
	padding: 50px 0 0 0;
	background-size: 300px auto;
}

#recruit .sec02 .inner01 {
	padding: 20px;
	background: #011743;
}

#recruit .sec02 .inner02 {
	padding: 0;
	background: none;
}

#recruit .sec02 .inner {
	padding: 20px;
}

#recruit .marker+h2 {
	padding: 20px 0 0 0;
}

#recruit .sec02 .sub_section0 {
	display: none;
}

#recruit .sec02 .sub_section {
	padding: 0;
	box-shadow: none;
}

#recruit .sec02 h3 + p {
	margin: 0 ;
}

#recruit .sec02 h3 {
	margin: 50px 0 25px 0;
}

#recruit .sec02 .sub_section p {
	font-size: 1.0em;
}

#recruit .sec03 .inner01 {
	padding: 70px 0 50px 0;
	background-position: right bottom, left top, left top;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto 900px, auto 100px, auto;
}

#recruit .sec03 h3 + p {
	margin: 0;
}

#recruit .sec03 .inner.inner_r {
	width: 100%;
}

#recruit .sec03 .inner.inner_l {
	width: 100%;
}

#recruit .sec03 .bg_dx1, #recruit .sec03 .bg_dx2, #recruit .sec03 .bg_dx3 {
	padding: 95px 20px 220px 20px;
	background-size: auto 60px, auto 180px, auto;
	background-position: left top, center bottom 20px , left top;
}

#recruit .sec03 h3 {
	font-size: 1.5em;
}

#recruit .sec03 .sub_section {
	margin-top: 30px;
}

#recruit .sec05 .sub_section {
	padding: 0 0 50px 0;
}

#recruit .sec05 .info {
	text-align: left;
}


#company .bg_top {
	background-image: url(../../company/img/bg_main_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#company .head_title {
    padding: 250px 0 250px 0;
}

#company .sub_section_title {
	margin-bottom: 30px;
	font-size: 1.5em;
	text-align: left;
}

#company .sub_section_title br {
	display: none;
}


#works .bg_top {
	background-image: url(../../works/img/bg_main_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

#works .head_title h1 span {
	display: block;
}

#works .sec00 .sub_section ul li .li_title {
	text-align: left;
}

#works .sec01 .sub_section .sec_box {
	padding-top: 0;
}
#works .sec01 .sub_section .sec_box .left2 {
	margin-bottom: 20px;
}

#works .sec01 .sub_section .sec_box .right2 p:nth-child(1) {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#works .sec01 .sub_section .sec_box.number01, #works .sec01 .sub_section .sec_box.number02, #works .sec01 .sub_section .sec_box.number03, #works .sec01 .sub_section .sec_box.number04, #works .sec01 .sub_section .sec_box.number05 {
	background-position: right bottom;
	background-size: 112px auto;
}

#works .sec01 .sub_section ul li {
	width: 80%;
	margin: 0 auto 25px auto;
	float: none;
}

#works .sec02 .link_normal a {
	width: 80%;
}


#news .head_title {
    padding: 50px 0 50px 0;
}

#news h2:first-child {
	text-align: left;
}


#works .sec02 dl {
	width: 100%;
}

#works .sec02 dl dt {
	width: 100%;
	padding: 10px 0 0 0;
	float: none;
}

#works .sec02 dl dd span {
	padding: 0;
    border-left: none;
}

#works .sec02 dl dd {
    margin-left: 0;
    padding: 0 10px 10px 0px;
}
#works .sec02 dl dd:nth-child(n+3) {
    border-top: none;
}


#c_contact {
	padding: 50px 0;
}

.contact_box .left, .contact_box .right {
	width: 100%;
	float: none;
}

.contact_box textarea {
	height: 150px;
}

.concat_type {
	margin-bottom: 25px;
}

.contact_box input[type="radio"] + label, .contact_box input[type="checkbox"] + label {
	display: block;
}

.contact_box label {
	width: 90%;
}




#footer {
	padding: 0;
	border-top: none;
}

#footer ul {
	display: none;
}

#footer .copyright {
	text-align: center;
}

#banner_contact {
	right: 0;
	bottom: 0;
}

#banner_contact img {
	width: 33px;
}


}
