@charset "UTF-8";

	
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;700&display=swap');



html {
	min-width: 1200px;
}

body {
	width: 100%;
	min-width: 1200px;
	font-family: 'Space Grotesk', "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;;
	font-size: 18px;
	line-height: 1.8;
	word-break: break-all;
	line-break: strict;
	overflow-wrap: break-word;
	color: #26282A;
	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;
}

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: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ 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;
	transition : 1s;
}

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

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.5em;
	line-height: 1.2;
	color: #000;
}

h3 {
	font-size: 1.0em;
	color: #000000;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
	font-weight: normal;
}

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;
}

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

.link_normal a {
	width: 30%;
	padding: 15px 50px 15px 35px;
	display: inline-block;
	color: #000;
	border: 2px #26282A solid;
	background-color: #fff;
	position: relative;
	text-align: center;
}

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

.link_normal a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #26282A;
	border-right: solid 1px #26282A;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transform: rotate(45deg);
	transition: all .3s;
}

.link_normal a:hover {
	background-color: #26282A;
	color: #fff;
	transition : 1s;
}

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


.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: #26282A;
}

.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: 1200px;
	margin: 0 auto;
}

.inner2 {
	width: 100%;
}

.img_max {
	width: 100%;
}

.img_min {
	max-width: 100%;
}

.hover:hover {
	opacity: 0.7;
}

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



/* ------ header ------ */
#header {
	width: 100%;
	text-align: center;
	background: #fff;
}

#home #header {
	background: rgb(0,59,139);
	background: linear-gradient(45deg, rgba(0,59,139,1) 0%, rgba(0,75,177,1) 100%);
}

#logo {
	padding: 20px 0 12px 0;
}

#logo img {
	height: 48px;
}




/* ----- grobal menu ----- */
#gmenu {
	position: fixed;
	top: 80px;
	right: 0;
	display: none;
	z-index: 10;
}
	
#gmenu ul li {
	text-align: right;
	border-bottom: 1px #ccc solid;
}

#gmenu ul li a {
	padding: 15px 40px 15px 20px;
	display: block;
	font-size: 16px;
	position: relative;
	color: #fff;
}

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

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

#gmenu ul li span {
	display: block;
}



/* ----- Toggle Button ----- */
#nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 10;
	padding: 30px 25px 25px;
	background-color: #004BB1;
}
#nav-toggle div {
	position: relative;

}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	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: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
	width: 60%;
}

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

#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;
}




/* ------ contents common ------ */
#contents_top {
	margin: 0 0 300px 0;
}

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

.head_title {
	padding: 250px 0 250px 0;
	color:#fff;
	text-shadow: 0 0 5px #888;
}

.head_title h1 {
	margin-bottom: 30px;
	font-style: italic;
}

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

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

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

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

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

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


#contents.other_contents {
	margin: 0 auto 250px auto;
}

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

.other_contents .section .sub_section:not(:last-child) {
	margin: 0 0 150px 0;
}

.other_contents .section h2 {
	font-size: 1.5em;
}

.other_contents .section h3 {
	font-size: 2.25em;
}

.other_contents .section h4 {
	font-size: 1.25em;
}

.other_contents .section h2 span:nth-of-type(1) {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px #707070 solid;
}

.other_contents .section h2 span:nth-of-type(2) {
	font-size: 0.7em;
	font-weight: normal;
}

.other_contents .section h2 + h3 {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 2.5em;
	font-weight: 700;
}

.other_contents .section h3 + h4 {
	margin-top: 40px;
	margin-bottom: 25px;
}

.other_contents .section h2 + div{
    margin-top: 90px!important;
}



.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: 15px;
	font-size: 0.85em;
}

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


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

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

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

dl.type01 dd span {
	font-family: initial;
}

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

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

dl.type02 dd {
	margin-left: 170px;
	padding: 40px 5px 40px 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;
}


.sec_box {
	width: 100%;
}

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

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

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

.sec_box .right1 {
	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;
}



/* ------ home ------ */
#home #contents_top {
	margin: 0;
	position: relative;
}

#home #contents_top .inner {
	margin-top: 400px;
}

#home #contents_top .inner .head_message1 {
	width: 376px;
	position: relative;
	margin: 0 auto 70px auto;
}

#home #contents_top .inner .head_message2 {
	margin: 0 0 40px 0;
	padding: 0 20px;
	position: relative;
	color: #fff;
}

#home .bg_top {
	width: 100%;
	height: 1080px;
	background: rgb(0,38,89);
	background: linear-gradient(45deg, rgba(0,38,89,1) 0%, rgba(0,75,177,1) 100%);
	overflow: hidden;
}

#home .slide1 {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url(../../img_slide/t01.png);
	background-size: cover;
	background-repeat: no-repeat;
	animation: slide-animation-01 20s linear forwards;

}
@keyframes slide-animation-01 {
	100% {opacity: 1; transform: scale(1.15);}
}


#home .i_scroll {
	position: relative;
}

#home .i_scroll img {
	position: absolute;
	left: 20px;
	bottom: -138px;
}

.v_line {
	margin: 0 auto;
	width: 2px;
	height: 116px;
	position: relative;
	background-color: #CDD6DD;
	z-index: 2;
}

h3 + .v_line {
	margin-top: -40px;
}

.v_line + .sub_section {
	margin-top: -58px;
}

#home h2, #home h3 {
	text-align: center;
}

#home .top01 {
	background-color: #F0F3F5;
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#home .top01 dl.type02 dt {
	padding: 20px 5px 20px 20px;
}

#home .top01 dl.type02 dd {
	padding: 20px 5px 20px 5px;
}

#home .top02 .sub_section {
	background-color: #004BB1;
	display: flex;
	justify-content: center;
}

#home .top02 ul li {
	width: 330px;
	float: left;
	font-size: 0;
	overflow: hidden;
}

#home .top02 ul li:nth-child(n+2) {
	margin-left: -114px;
}

#home .top02 ul li a {
	filter: grayscale(100%);
	font-size: 0;
}

#home .top02 ul li a img {
	transition : 1s;
	transform:scale(1.0);
}

#home .top02 ul li a:hover {
	transition : 1s;
	filter: none;
}

#home .top02 ul li a:hover img {
	transition : 1.5s;
	transform:scale(1.1);
}

#home .top04 .left {
	background: url(../../img/bg_top04.jpg) no-repeat right top;
	background-size: cover;	
}

#home .top04 .right {
	padding: 160px 0;
	color: #fff;
	background-color:#004BB1;
}

#home .top04 .info_box {
	width: 460px;
	margin: 0 auto;
	padding: 10px;
}

#home .top04 .info_box .link_normal a {
	width: 100%;
	border: 2px #fff solid;
	background-color: transparent;
	color: #fff;
}

#home .top04 .info_box .link_normal a::after {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

#home .top04 .info_box .link_normal a:hover {
	background-color: #fff;
	color: #26282A;
}
#home .top04 .info_box .link_normal a:hover::after {
	border-top: solid 1px #26282A;
	border-right: solid 1px #26282A;
}

#home .top05 {
	text-align: center;
}

#home .top05 ul {
	padding: 0 57px;
}

#home .top05 ul li {
	width: 350px;
	margin: 0 6px;
	float: left;
}

#home .top05 ul li a {
	width: 100%;
	padding: 20px;
	display: block;
	border: 3px #26282A solid;
	position: relative;
}

#home .top05 ul li p:nth-child(2) {
	margin: 5px 0 5px 0;
	font-size: 1.8em;
	font-weight: 700;
}

#home .top05 ul li a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 1px #26282A;
	border-right: solid 1px #26282A;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	transform: rotate(45deg);
	transition: all .3s;
}

#home .top05 ul li a:hover {
	background-color: #26282A;
	color: #fff;
	transition : 1s;
}

#home .top05 ul li a:hover::after{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	right: 8px;
}




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

#about .sec00 .set_right {
	margin-top: 50px;
}

#about .sec00 p:first-child {
	line-height: 2.5;
}

#about .sec00 h3 {
	font-weight: 700;
}

#about dl {
	padding-left: 190px;
}

#about dl.type01 dt:nth-child(1), #about dl.type01 dd:nth-child(2) {
	padding-top: 0;
}

#about dl.type02 dt:nth-child(1), #about dl.type02 dd:nth-child(2) {
	padding-top: 0;
}


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

#business .head_title {
	color:#fff;
}

#business .sec00 .sub_section:nth-child(even) .left {
	padding: 0 90px 0 0;
}

#business .sec00 .sub_section:nth-child(odd) .right {
	padding: 0 0 0 90px;
	text-align: right;
}

#business .sec00 .sub_section p:first-of-type {
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 700;
	color: #26282A;
	line-height: 1;
}

#business .sec00 .sub_section h4 {
	margin: 0 0 30px 0;
	font-weight: 700;
	color: #CDD6DD;
}

#business .sec00 .sub_section p:last-of-type {
	font-size: 0.95em;
	color: #3B4043;
	text-align: left;
}

#business .sec02 dl.type01 dt {
	width: 400px;
}

#business .sec02 dl.type01 dd {
	margin-left: 400px;
}

#business dl.type01 dt:nth-child(1), #business dl.type01 dd:nth-child(2) {
	padding-top: 0;
}



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

#recruit .head_title {
	color:#fff;
}



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

.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;
}

.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: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
	background: #fff;
}

.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: 9px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #006FFF;
}

.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 100px 15px 82px;
	display: inline-block;
	color: #fff;
	background-color: #004BB1;
	position: relative;
	border: 2px #fff solid;
}

@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 {
	cursor: pointer;
}

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




/* ------ footer ------ */
#footer {
	padding: 0;
	font-family: 'Space Grotesk', sans-serif;
	letter-spacing: 0.05em;
	background: #F8F8F8;
}

#footer .inner {
	padding: 60px 0 100px 0;
}

#footer ul {
	width: 200px;
	float: left;
}

#footer ul li:not(:last-child) {
	margin: 0 0 10px 0;
}

#footer ul li:first-child {
	font-weight: 700;
}

#footer .footer_logo {
	width: 203px;
}

#footer ul li a:hover {
	opacity: 0.6;
	transition : 1s;
}

#footer ul:nth-child(n+4) {
	width: 400px;
	float: right;
	text-align: right;
}

#footer ul:nth-child(n+4) li {
	width: 189px;
	margin-left: 10px;
	display: inline-block;
}

#copyright {
	padding: 20px;
	text-align: center;
	background-color: #26282A;
	color: #fff;
	font-size: 0.85em;
}





/* ------------------------------------------ */
/* --------------- 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: 2.2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.5em;
}

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

h2 + h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}

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;
}


#home #header {
	background: #004BB1;
}

#logo {
	padding: 16px 0 11px 0;
}

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

#gmenu {
	width: 100%;
}

#nav-toggle {
	width: 57px;
	height: 57px;
	padding: 17px 12px;
}


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


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

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

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


#contents.other_contents {
    margin: 0 auto 100px auto;
}

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

.head_title h1 span {
	display: block;
}


.other_contents .section h3 {
    font-size: 1.5em;
}

.other_contents .section h2 + h3 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 1.5em;
}

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

.other_contents .section h2 + div {
    margin-top: 40px !important;
}

.other_contents .section .sub_section:not(:last-child) {
    margin: 0 0 70px 0;
}

.other_contents .section h2 span:nth-of-type(1) {
	margin-right: 20px;
	padding-right: 20px;
}



#contents_top {
	margin: 0 0 100px 0;
	position: relative;
}

#contents_top .inner {
	padding: 0;
}

.logo_sp {
	width: 100%;
	padding: 10px 10px;
    display: block;
    background: rgba(255,255,255,0.5);
	text-align: left;
	position: absolute;
}

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

#contents {
	margin: 0 0 120px 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 20px 0;
}

dl.type01 dt, dl.type02 dt {
    width: 140px;
    padding: 20px 5px 20px 5px;
}

dl.type01 dd, dl.type02 dd {
    margin-left: 140px;
    padding: 20px 5px 20px 5px;
}


#home .bg_top {
	margin: 0;
	height: auto;
}

#home .slide1 {
	background-image: url(../../img_slide/t01_sp.png);
}

#home .i_scroll {
	display: none;
}

#home #contents_top .inner {
	margin-top: 0;
	padding: 80px 0;
}

#home #contents_top .inner .head_message1 {
	max-width: 250px;
	width: 75%;
	margin: 0 auto 50px auto;
}

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

#home #contents_top .inner .head_message2 br {
	display: none;
}

#home h3 {
	font-size: 1.0em;
}

#home .top00 p.sub_section2 {
	text-align: left;
}

#home .top00 p.sub_section2 br {
	display: none;
}

#home .top01 dl.type02 dt {
	width: 100%;
	padding: 8px 5px 0 5px;
	font-size: 0.85em;
	float: none;
}

#home .top01 dl.type02 dd {
	margin-left: 0;
	padding: 0 5px 8px 5px;
}

#home dl.type02 dd:nth-of-type(n+2) {
    border-top: none!important;
}

#home dl.type02 dt:nth-child(n+2) {
    padding-top: 8px;
}

h3 + .v_line {
    margin-top: -10px;
}

.v_line {
	height: 60px;
}

.v_line + .sub_section {
    margin-top: -30px;
}


#home .section .sub_section:not(:last-child) {
	margin: 0 0 35px 0;
}

#home .top02 ul li {
	width: 80%;
	margin: 0 auto 0px auto;
	float: none;
}

#home .top02 ul li:nth-child(n+2) {
	margin: 0 auto 0 auto;
}

#home .top02 ul li a {
	filter: none;
}

#home .top04 .left {
	margin: 0;
	height: 300px;
}
#home .top04 .right {
	padding: 80px 0;
}

#home .top04 .info_box {
	width: 88%;
}

#home .top05 ul {
	padding: 0 20px;
}

#home .top05 ul li {
	width: 100%;
	margin: 0 auto 20px auto;
	float: none;
}

#home .top05 .sub_section2 span {
	display: block;
}


#about .sec00 .sub_section p br {
	display: none;
}

#about .sec00 .set_right {
	width: 60%;
	margin: 20px 0 0 auto;
}

#about .sec00 h4, #about .sub_section {
	padding-left: 0;
}

#about .sec02 .sub_section img {
	max-width: 80%;
}

#about dl {
    padding-left: 0;
}

#business .sec00 .sub_section p:first-of-type {
    margin-bottom: 5px;
    font-size: 0.8em;
}

#business .sec00 .sub_section h4 {
    margin-bottom: 20px;
}

#business .sec00 .sub_section .left, #business .sec00 .sub_section .right {
	margin: 0!important;
	padding: 0!important;
	text-align: left!important;
}

#business .sec00 .sub_section img {
	padding-top: 20px;
}

#business .sec02 .sub_section {
	padding-left: 0;
}

#business .sec02 dl.type01 {
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#business .sec02 dl.type01 dt {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	border-top: 1px #ccc solid;
}

#business .sec02  dl.type01 dd, #business .sec02 dl.type02 dd {
	margin-left: 0px;
	padding: 10px;
}



#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;
	background-position: center bottom -2px;
	background-size: contain;
}

#footer .inner {
	padding: 50px 0 50px 0;
}

#footer ul {
	display: none;
}

#footer ul:nth-child(n+4) {
	width: 80%;
	margin: 0 auto;
	float: none;
	display: block;
	text-align: center;
}

#footer ul:nth-child(n+4) li {
	width: 100%;
	margin: 0;
	display: block;
}

#footer ul:nth-child(n+4) li:last-child {
	margin-top: 20px;
}

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



}
