@meta-charset='utf-8';
/*========================
1.共通全体
========================*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	color: #333;
	font-family: 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	box-sizing:border-box;
}

.body-wrap {
	margin-top: 50px;
}

img {
	width: 100%;
}

.fax-link-none {
	pointer-events: none;
}

/*nav--------------------*/
.container-fluid {
	padding-right: 0 !important;
}

.navbar {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
}

.navbar-default {
	background-color: rgba(255,255,255,.9);
	border-radius:0;
}

.navbar-brand {
	padding: 0 15px;
	line-height: 50px;
}

.navbar-brand img {
	padding: 3px 0;
}

.navbar-brand>img {
 	display:inline-block;
}

.navbar-nav .dropdown {
	z-index:200;
}

.navbar-nav {
	font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #E60013 !important;
}

.nav>li.navbar-nav-has-children {
	position: relative;
}

.navbar-nav-child {
	display: none;
	position: absolute;
	top: 100%;
	left: 15px;
	background: #fff;
	width: max-content;
	padding: 0 35px 10px;
	z-index: 100;
}

.nav>li.navbar-nav-has-children:hover .navbar-nav-child{
	display: block;
}

.navbar-nav-child li {
    line-height: 2;
    font-size: 16px;
	position: relative;
}

.navbar-nav-child li::before {
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url(../img/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
	width: 8px;
    height: 6px;
    top: 50%;
    left: -17px;
	transform: translateY(-50%);
}

.navbar-nav-child ul li a {
	color: #333;
}

.navbar-nav-child ul li a:hover {
	color: #E60013;
	text-decoration: none;
}

li.navbar-nav-contact {
	background: #E60013;
}

li.navbar-nav-contact:hover {
    opacity: .7;
}

li.navbar-nav-contact a {
	color: #fff !important;
}

.navbar-default .navbar-nav>li.navbar-nav-contact>a:hover {
	color: #fff !important;
}

.box{
    width: 100%;
}

section .groud-container{
	width:100%;
	text-align:center;
}

.company_info-title {
	text-align: center;
}

.group-company{
	width:100%;
	margin:20px auto 20px;
	font-size:12px;
}

.group-company img{
	width:50%;
}


/*スライダー------------*/
.swiper {
    width: 100%;
	margin-bottom: 60px;
}
.swiper-button-next,
.swiper-button-prev {
	transform: translateY(-50%);
}

/*========================
2.header
========================*/

/*=========各コンテンツTOPバナー=============*/
.title-wrap {
	display:inline-block;
	padding:10px 15px;
}

.top-banner h1 {
	color:#000;
	font-weight:800;
	letter-spacing: 5px;
	text-shadow: 1px 1px 3px #000;
	padding-top:20px;
	padding-left:20px;
	margin:0;
}

.top-banner {
	height:200px;
}

.top-banner03 {
	background: url(../img/dot.png), url(../img/top.jpg) no-repeat center;
	background-blend-mode: multiply;
	background-size: auto, cover;
	background-position-x: right;
	background-position: bottom;
}

.top-banner04 {
	background: url(../img/dot.png), url(../img/S__3751942.jpg) no-repeat center;
	background-blend-mode: multiply;
  	background-size: auto, cover;
}

.top-banner05 {
	background: url(../img/dot.png), url(../img/contact-img-min.jpg) no-repeat center;
	background-blend-mode: multiply;
  	background-size: auto, cover;
}

/*=========TOPボタン=============*/
ul.navbar-nav {
	float:right;
}

/*パンくずリスト--------------------*/
ol.pan {
	margin:5px 10px;
	font-size:12px;
	border-bottom:1px solid #ccc;
	list-style:none;
}

ol.pan li {
	display:inline-block;
}

ol.pan li:after {
	content:" ≫";
}

ol.pan li:nth-last-of-type(1):after {
	content: "";
}

/*========================
3.コンテンツ共通
========================*/
section {
	margin:30px auto 0;
}

p {
	padding:10px 5px;
	margin:0;
}

/*見出し*/
h2 {
	color: #E60013;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}


/*リスト*/
.indent {
	padding-left:1.5em;
}

.non-list {
list-style:none;
}

/*装飾*/
hr {
	border-top: 1px solid #ccc;
}

.dotted {
	border:0;
	border-bottom:1px dotted #ccc;
}

.lg {
	width:50%;
	margin:0 auto;
	padding:0;
	float:left;
}

.btn {
	display:block;
	margin:0 5px;
	font-weight:700;
	font-size:16px;
}

span.next {
	color:#fff;
	font-size:16px;
	float:right;
	font-weight:700;
}

.next:after {
	font-family: 'icomoon' !important;
	font-size: 18px;
	content: '\ea42';
	display:inline-block;
	vertical-align:middle;
}

.margin {
	margin:10px;
}

.padding {
	padding:10px 5px;
}

/*========================
4.各パーツ別
========================*/
/*各コンテンツのbox*/
.content-box02 {
	padding:20px 1em;
}

.content-box h2 {
	font-size:20px;
	font-weight:500;
	color:#48BBB7;
	display:inline;
	padding-right:10px;
	border-right:5px solid #ccc;
}

.content-box h3 {
	font-size:18px;
	font-weight:500;
	color:#48BBB7;
	margin-left:1em;
}

.content-box h3 > span.day {
	color:#999;
	font-size:10px;
}

.content-box p {
	padding-top:10px;
	padding-bottom:10px;
}

/*遷移BOX*/
.thumbnail {
	padding:0;
}

/*table form*/
.content-box table {
	border:1px solid #eee;
}

.content-box table th {
	width:130px;
	background:#eee;
	vertical-align:top;
}
/* 
.content-box table tr:nth-child(2n+1) {
    background: #f5f5f5;
} */

.table-box {
	border:1px solid #ccc;
}

.table-box table {
	width:100%;
}

.table-box th {
	border:1px solid #fff;
}

.table-box th,.table-box td {
	padding:5px 10px;
}

.table-box tr+tr td {
	border-top:1px dotted #ccc;
}

.btn-wrap {
	width:100%;
	margin:10px auto;
	padding:0;
	overflow:hidden;
}

/*ラベル*/
label {
	padding:3px;
	border: 1px solid #434343;
	border-radius: 5px;
	margin:3px 2px;
	line-height:32px;
	display:inline-block;
}

.label {
	color:#333;
}

.min-label {
	border: 1px solid #434343;
	border-radius: 3px;
	margin:3px 2px;
	display:inline-block;
	background:#00a1e9;
	line-height:1.2em;
	font-size:90%;
	font-weight:700;
	color:#fff;
}

#cap input,#job input {
	display: none;
}
.check_box:checked + .label {
	background-color: #00a1e9;
	color:#fff;
}

/*送信ボタン*/
.submit-btn {
	border-radius: 4px;
	width:150px;
	height:36px;
	background:#00a1e9;
	color:#fff;
	border:none;
	box-shadow: 0 5px 0 rgba(0,117,168,1);
	text-align:center;
	margin:5px 0;
}

.submit-btn:hover {
	opacity: .7;
}

/*スマホでボタンのデザインが崩れるのを回避*/
input[type="submit"],input[type="button"] {
	-webkit-appearance: none;
	border-radius: 4px;
}

.back-btn {
	padding:5px 10px;
}

.back-btn a {
	text-decoration:none;
}

.formTable table th, td {
    width: 100%;
    line-height: 2em;
    display: block;
    padding: 3px;
}

.formTable th {
	background: #c1e2ff;
}

.formTable {
    width: 100%;
    text-align: left;
}

.formTable th, .formTable td {
    padding:3px 5px;
    border:1px solid #fff;
}

button, input, select, textarea {
    border: 1px solid #999;
    padding: 3px 5px;
    font-size: 16px;
}

::placeholder {
    color: #ddd;
}

input.max {
 width:100%;
}

textarea.max {
    width: 100%;
}

.thumbnail h3 {
	margin:10px;
}

.content-box table {
	width:100%;
	display:table;
}

.content-box table th,td {
	width:100%;
	line-height:2em;
	display:block;
	padding:3px;
}


/*BUNNER-----------------------*/
* {
    box-sizing: inherit;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.buttons {
    height: 100%;
    width: 100%;
}
.container {
    padding: 1em;
    vertical-align: middle;
    text-align: center;
    max-width: 545px;
}
.btn {
    background: #c72929;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

/*INFORMATION--------------------*/
.mail_button-back,
.min-btn {
	background: #e0e0e0;
	width: 120px;
    height: 36px;
    border: none;
    margin: 0 5px;
    box-shadow: 0 5px 0 rgba(0,0,0,.3)
}

.mail_button-back:hover,
.min-btn:hover {
	opacity: .7;
}

.mail_button-submit {
	background: #00a1e9;
    color: #fff;
    border: none;
    width: 170px;
    height: 36px;
    margin: 0 5px;
    box-shadow: 0 5px 0 rgba(0,117,168,1);
}

.mail_button-submit:hover {
	opacity: .7;
}

.box{
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 160px;
    padding: 0.8em;
    text-decoration: none;
    color: #FFF;
    background: #e70012;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    margin-left: 10px;
    margin-top:20px;
}

ul{
    list-style: none;
}

p.text{
    text-align: left;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.staff{
    width:80%;
    padding: 0 10px;
}

.container-fluid.top2{
    width: 70%;
}

.container-fluid.top3{
    width: 1000px;
}

.container-fluid.content-box{
    width: 70%;
}

.btn1{
    display: block;
    position: relative;
    width: 80px;
    height: 20px;
    background: #ff0808;
    border-radius: 10px;
    text-align: center;
    float: left;
    color: #FFF;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 5px;
}

.btn2{
    width: 130px;
    height: 20px;
    background: #1863be;
    border-radius: 10px;
    text-align: center;
    float: left;
    color: #FFF;
    font-weight: 700;
}

.kyuzin{
    width: 100%;
    height: auto;
	max-width: 1000px;
	margin: 0 auto 20px;
}


.job{
    /* float:left; */
    /* width: 60%; */
    /* padding: 17px; */
	display: flex;
}

.job-left {
	width: 60%;
}

.job-right {
	width: 40%;
	padding: 0 10px;
}

.job a {
	color: #333;
}

.job table th{
    width: 130px;
    padding: 10px;
    font-weight: 700;
    vertical-align: top;
}

.job table td{
    width: 470px;
    padding: 10px;
    vertical-align: top;
}

.job table tr{
     border-bottom: 1px solid #ccc;
}

p.seibi{
    display: block;
    position: relative;
    font-size: 2.0em;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}

.midashijob{
    text-align: center;
}

.seibi{
    float: left;
    margin-right: 10px;
}

.allbtn{
    width: auto;
    height: 15px;
    padding: 10px 5px;
}

@media screen and (min-width: 641px){
	.thumbnail p br.none {
		display:none;
	}
	.content-box table th {
		width:180px;
	}
	.content-box table th br {
		display:none;
	}
	.footer-address address {
		width:80%;
	}
	table {
		border-collapse: separate;
		border-spacing: 1px;
	}
	table tr {
		display:table-row;
	}
	.content-box table th {
		display:table-cell;
	}

	.content-box table td {
		width:auto;
	}
	.formTable input.max,
	.formTable textarea {
		width:100%;
	}
}

@media screen and (max-width: 938px){
    .container-fluid.top2{
    	width: 100%;
	}     
}

@media screen and (max-width: 919px){
   .job table th{
    	width: 130px;
    	font-weight: 700;
    	display: inline-block;
		padding-bottom: 0;
	}
	.job table td{
    	width: auto;
		padding-top: 0;
	} 
    .job{
        width: auto;
        clear: both;
    }
	.container-fluid.top3{
    	width: 100%;
	}  
    .container-fluid.content-box{
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
	.kyuzin {
		max-width: 600px;
	}
	.job {
		display: block;
	}
	.job-left {
		width: 100%;
	}
	.job-right {
		width: 100%;
	}
}

@media only screen and (max-width:565px){
    .container{
        width: 100%;
    }
    .btn{
        max-width: 100px;
        font-size: 14px;
    }
}

/* サイトリニューアル対応2023 */
.navbar-toggle {
	border: none;
	margin-right: 20px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
	width: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-nav-contact-sp {
	display: none;
}
.navbar-nav-tel-sp {
	display: none;
}

.icon-bar.close-btn:nth-child(4) {
	transform: rotate(45deg);
	position: absolute;
}
.icon-bar.close-btn:nth-child(2) {
	opacity: 0;
}
.icon-bar.close-btn:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
}
.navbar-cover {
	display: none;
}
.navbar-cover-on {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(3,3,3,.8);
}
.navbar-mail-sp {
	display: none;
}

/* mainmovie */
.movie {
	position: relative;
    height: 60vh;
}

video {
	object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.movie_message {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	z-index: 10;
}

.movie_message p {
	font-size: 40px;
	text-shadow: 0 0 8px #00000080;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

.movie_message h1 {
	font-size: 16px;
	text-shadow: 0 0 8px #00000080;
	color: #fff;
}

.movie_cover {
	position: absolute;
	background: #ffffff;
	background: linear-gradient(to right, #000000 0%, #000000 50%);
    opacity: .2;
	width: 100%;
	height: 100%;
}


/* catch */
.catch {
	margin: 70px auto 60px;
}

.catch_inner {
    margin: 0 10px;
}

.catch h2 {
	font-weight: 700;
	font-size: 38px;
    color: #333;
	position: relative;
	font-family: inherit;
}

.catch h2::before {
	content: '';
	position: absolute;
	background-image: url(../img/icon_f.png);
	background-size: contain;
    background-repeat: no-repeat;
	width: 96px;
    height: 85px;
    z-index: -1;
    top: -25px;
    left: calc(50% - 130px);
}

.catch_btn {
	margin-top: 10px;
}

.catch_btn a {
	color: #fff;
	background: #025BAC;
	width: 100%;
    max-width: 256px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
	line-height: 2.5em;
	text-decoration: none;
	position: relative;
}

.catch_btn a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.catch_btn a:hover {
	opacity: .7;
}

/* SERVICE */
.service_bg {
	background: url(../img/service_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-bottom: 130px;
}

.service_inner-slider {
    margin-top: -100px;
}

.service_inner-title {
    padding-top: 30px;
}

.service_inner-title p {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}

.service_inner-cta {
	text-align: center;
}

.cta-btn {
	background: #E60013;
	display: inline-block;
	padding: 20px 50px;
	max-width: 500px;
    width: 100%;
}

.cta-btn p {
	color: #fff;
	text-align: center;
	padding: 0;
	font-weight: 700;
}

.cta-btn>a {
	background: #fff;
	color: #E60013;
	text-align: center;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
	margin: 10px 0;
	position: relative;
	line-height: 2em;
}

.cta-btn>a::before,
.cta-btn>a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.cta-btn>a::before {
	width: 21px;
	height: 21px;
	left: 90%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #E60013;
	transition-duration: .6s;
}

.cta-btn>a::after {
	left: 92%;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 9px solid #fff;
}

.cta-btn>a:hover {
	text-decoration: none;
	color: #ff6a6a;
}

.cta-btn>a:hover::before {
	background: #ff6a6a;
}

.cta-btn>a span {
	transition-duration: 0s;
}

.cta-tel {
	display: flex;
	justify-content: center;
}

.cta-tel-icon {
	width: 40px;
}

.cta-tel-wrap {
	display: flex;
	align-items: center;
}

.cta-tel-wrap a {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 0 10px;
}

.cta-tel-wrap p {
	font-size: 12px;
    text-align: left;
    line-height: 1.2;
	font-weight: 700;
}

.service_contents {
	margin-top: 60px;
}

.service_content {
	display: flex;
	padding-top: 50px;
	margin-top: -50px;
}

.service_content-reverse {
	flex-direction: row-reverse;
}

.service_content-desc {
	width: 50%;
	padding: 0 30px;
	margin: auto;
}

.service_content-title {
	display: flex;
}

.service_content-title-sp {
	display: none;
}

.service_content-number {
	position: relative;
	background: #E60013;
	width: 55px;
    height: 55px;
}

.service_content-number p {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -6px;
}

.service_content-number p span {
	font-size: 12px;
	text-transform: uppercase;
}

.service_content-title h3 {
	font-size: 30px;
	font-weight: 700;
	margin: auto 0 auto 20px;
}

.service_content-title h3 span {
	font-size: 20px;
}

.service_content-text {
	font-weight: 500;
}

.service_content-text-bold {
	font-weight: 700;
	font-size: 16px;
}

.service_content-text-bold span {
	color: #E60013;
}

.service_content-image {
	width: 50%;
	margin: auto;
}

/* ctaArea */
.ctaArea {
	background: url(../img/contact_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 70px;
}

.ctaArea_inner {
	max-width: 500px;
    width: 100%;
	padding: 40px 50px;
	margin: auto;
}

.ctaArea_inner p {
	text-align: center;
	padding: 0;
	font-weight: 700;
}

.ctaArea_inner>a {
	background: #E60013;
	color: #fff;
	text-align: center;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
	margin: 10px 0;
	position: relative;
	line-height: 2em;
}

.ctaArea_inner>a::before,
.ctaArea_inner>a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.ctaArea_inner>a::before {
	width: 21px;
	height: 21px;
	left: 90%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.ctaArea_inner>a::after {
	left: 92%;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 9px solid #E60013;
}

.ctaArea_inner>a:hover {
	text-decoration: none;
	background: #ff283a;
}

.ctaArea_inner>a:hover::after {
	border-left: 9px solid #ff283a;
}

.ctaArea_inner .cta-tel-wrap {
	color: #E60013;
}

.ctaArea_inner .cta-tel-wrap a {
	color: #E60013;
}

.ctaArea_inner .cta-tel-wrap p {
	text-align: left;
}

/* NEWS */
.news {
	background: #F9F9F9;
	margin: -80px 0 0;
	padding-top: 80px;
	padding-bottom: 30px;
}

.news_inner {
	display: flex;
    max-width: 950px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
	padding: 0 0 40px;
	align-items: center;
}

.news_title {
    width: 20%;
	margin-right: 50px;
}

.news_title h2 {
	text-align: left;
	margin-top: 0;
}

.news_content {
    width: 80%;
}

.news_title p {
	font-weight: 700;
	padding: 0;
	font-size: 22px;
}

.news_content ul li {
	display: flex;
	margin-bottom: 20px;
    font-weight: 700;
}

.news_content ul li:last-child {
	margin-bottom: 0;
}

.news_content ul li p {
	padding: 0;
	margin-left: 16px;
}

/* ACCESS */
.access_inner {
	max-width: 950px;
    width: 100%;
	margin: auto;
}

.access_inner h2 {
	margin: 60px 0 30px;
}

.access_map iframe {
	height: 400px;
}

.access_wrap {
	display: flex;
	margin: 20px 0 80px;
}

.access_company {
	font-weight: 700;
	margin: auto 0;
	width: 20%;
}

.access_address {
	border-left: 1.5px solid #333;
	padding-left: 20px;
	width: 50%;
}

.access_number {
	display: flex;
}

.access_tel {
	margin-right: 30px;
}

.access_tel p,
.access_fax p {
	text-align: center;
    border: 1px solid #333;
    padding: 3px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.access_tel a,
.access_fax a {
	color: #333;
	font-weight: 700;
	font-size: 16px;
}

.access_contact {
	width: 30%;
	margin-top: auto;
}

.access_contact a {
	color: #fff;
	background: #025BAC;
	width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
	line-height: 2.5em;
	text-decoration: none;
	position: relative;
	text-align: center;
}

.access_contact a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.access_contact a:hover {
	opacity: .7;
}

/* RECRUIT */
.job-movie-wrap {
	max-width: 900px;
	width: 100%;
	margin: 20px auto;
}

.job-movie-wrap p {
	text-align: center;
	font-size: 18px;
	padding: 2px 0;
}

.job-movie {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}

.job-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FOOTER */
footer {
	background: #F9F9F9;
}

.footer_nav-box {
	display: flex;
	max-width: 950px;
    margin: auto;
    justify-content: space-between;
	padding: 50px 0;
}

.footer_company {
	font-weight: 700;
}

.footer_address {
	line-height: 2;
}

.footer_address a {
	color: #333;
}

.footer_logo {
	width: 240px;
	display: block;
}

.footer_nav-right {
	display: flex;
}

.footer_nav-right-list {
	display: flex;
}

.footer_nav-right-list ul {
	width: 100px;
	margin-right: 20px;
}

.footer_nav-right-list ul li {
	margin-bottom: 10px;
}

.footer_nav-right-list ul li a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.footer_nav-right-list ul li a:hover {
	color: #E60013;
	text-decoration: none;
}

ul.footer_nav-right-children {
	line-height: 1.8;
    margin-top: 10px;
}

ul.footer_nav-right-children li {
	margin-bottom: 0;
}

ul.footer_nav-right-children li a {
	font-weight: normal;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

ul.footer_nav-right-children li a:hover {
	color: #E60013;
	text-decoration: none;
}

ul.footer_nav-right-children li a::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 6px;
	background: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.footer_nav-right-cta {
    width: 220px;
}

.footer_btn-contact a {
	color: #fff;
	background: #025BAC;
	width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
	line-height: 3.5em;
	text-decoration: none;
	margin-bottom: 16px;
	text-align: center;
}

.footer_btn-contact a:hover {
	opacity: .7;
}

.footer_btn-tel a {
	color: #025BAC;
	width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
	line-height: 3.5em;
	text-decoration: none;
	padding-left: 24px;
	border: 1px solid #025BAC;
	position: relative;
	text-align: center;
}

.footer_btn-tel a::before {
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icon_tel_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}
.footer_nav-right-list-sp {
	display: none;
}

.footer_copyright {
	background: #00375B;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.banner img {
	max-width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 995px) {
    .news_inner {
		padding: 0 10px 40px;
	}
	.access_map {
		margin: 0 10px;
	}
	.access_wrap {
		margin: 20px 10px 80px;
	}
	.footer_nav-box {
		padding: 50px 10px;
	}
}

@media screen and  (max-width: 767px) {
	.container-fluid {
		padding: 0 !important;
	}
	.navbar-nav>li>a {
		font-size: 18px;
	}
	.navbar-nav-child {
		display: block;
		position: unset;
		padding: 0 45px 10px;
	}
	.navbar-nav-child ul li a {
		font-weight: normal;
	}
	.navbar-collapse {
		background: #fff;
		max-height: 100% !important;
		margin: 0;
		padding: 0 30px 20px;
		display: none;
	}
	.navbar-header {
		filter: drop-shadow(0 0px 6px rgba(0, 0, 0, .5));
		background: #fff;
	}
	.navbar-mail-sp {
		display: block;
    	width: 30px;
    	position: absolute;
    	right: 70px;
		top: 15px;
	}
	ul.navbar-nav {
		float: unset;
	}
	li.navbar-nav-contact {
		display: none;
	}
	.navbar-nav-contact-sp a,
	.navbar-nav-tel-sp a {
		font-size: 20px;
    	font-weight: 700;
    	padding-left: 50px;
		position: relative;
	}
	.navbar-nav-contact-sp a::before {
		position: absolute;
		content: '';
		width: 40px;
		height: 100%;
		background: url(../img/icon_mail.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.navbar-nav-tel-sp a::before {
		position: absolute;
		content: '';
		width: 40px;
		height: 100%;
		background: url(../img/icon_tel_blue.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.navbar-nav-contact-sp {
		margin-bottom: 20px;
		display: block;
	}
	.navbar-nav-tel-sp {
		display: block;
	}
	.navbar-nav-close button {
		border: none;
		background: #025BAC;
		color: #fff;
		float: unset;
		width: 100%;
		font-weight: 700;
		font-size: 18px;
		border-radius: 0;
		line-height: 1.5em;
	}

	.movie_message {
		left: 50%;
    	transform: translate(-50%, 0);
    	line-height: 1.3;
    	text-align: center;
    	width: 100%;
	}

	.catch {
		margin: 100px auto 60px;
	}
	.catch h2::before {
		width: 70px;
		left: 50%;
		top: -65px;
		transform: translateX(-50%);
	}
	.cta-btn {
		padding: 20px 10px;
	}
	.catch_btn a {
		max-width: 390px;
	}

	.service_inner-title p {
		font-size: 20px;
	}
	.service_inner-cta {
		padding: 0 10px;
	}

	.cta-tel-wrap {
		display: block;
	}
	.cta-tel-wrap p {
		padding-left: 10px;
	}

	.service_content {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	.service_content-reverse {
		flex-direction: column-reverse;
	}
	.service_content-desc {
		width: 100%;
		padding: 0 10px;
	}
	.service_content-image {
		width: 100%;
		position: relative;
	}
	.service_content-title {
		display: none;
	}
	.service_content-title-sp {
		display: flex;
		position: absolute;
		background: #fff;
		bottom: 0;
		padding: 10px;
	}
	.service_content-title-sp h3 {
		font-size: 24px;
		margin: auto;
		padding-left: 10px;
		font-weight: 700;
	}
	.service_content-title-sp h3 span {
		font-size: 14px;
	}
	.service_content-last-child .service_content-desc {
		margin-top: 70px;
	}
	.service_content-last-child .service_content-title-sp {
		bottom: -70px;
	}

	.ctaArea_inner {
		padding: 40px 10px;
		line-height: 1.5;
	}
	.ctaArea_inner p {
		font-size: 20px;
	}

	.news {
		background: #fff;
	}
	.news_inner {
		display: block;
		padding: 0;
	}
	.news_title {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
		text-align: center;
	}
	.news_title h2 {
		text-align: center;
	}
	.news_content {
		width: 100%;
		padding: 0 10px;
	}
	.news_content ul li {
		display: block;
		border-bottom: 1px solid #CCE1F2;
    	padding-bottom: 10px;
	}
	.news_content ul li p {
		margin-left: 0;
		font-weight: 500;
	}

	.access_map iframe {
		height: 240px;
		padding: 0 10px;
	}
	.access_wrap {
		display: block;
		margin: 20px 10px 80px;
	}
	.access_company {
		width: 100%;
	}
	.access_address {
		width: 100%;
		padding-left: 0;
		border-left: none;
		margin-bottom: 16px;
	}
	.access_contact {
		width: 100%;
	}
	.access_contact a {
		background: #E60013;
		line-height: 3em;
	}

	.footer_nav-box {
		display: block;
		padding: 50px 0 30px;
	}
	.footer_nav-left {
		margin-bottom: 20px;
	}
	.footer_logo {
		margin: auto;
	}
	.footer_nav-right {
		display: block;
	}
	.footer_nav-right-list ul {
		margin-right: 0;
    	margin-left: 30px;
	}
	.footer_nav-right-list-sp {
		display: block;
		margin-bottom: 20px;
	}
	.footer_nav-right-cta {
		width: 100%;
	}
	.footer_btn-contact {
		margin: 0 10px;
	}
	.footer_btn-tel {
		margin: 0 10px;
	}
	.footer_btn-contact a {
		font-size: 18px;
		line-height: 3em;
	}
	.footer_btn-tel a {
		font-size: 18px;
		line-height: 3em;
	}
	.footer_btn-tel a::before {
		left: 27%;
	}
	.footer_nav-right-list-sp {
		display: block;
	}

	.hidden-sp {
		display: none;
	}
}

@media screen and  (max-width: 430px) {
	.kyuzin_title {
		display: flex;
	}
	.seibi {
		float: unset;
		margin-right: 0;
	}
	p.seibi {
		width: 80%;
	}
	.allbtn {
		padding: 0;
	}
}

@media screen and  (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.hidden-767 {
		display: none;
	}
}

@media (min-width:920px) {
	.hidden-tab {
		display: none;
	}
}

/* CONTACT */
.submit-check {
	text-align: center;
	margin: 20px 0 30px;
}

.contact_title {
	text-align: center;
}

.contact_text {
	text-align: center;
}

.required {
	color: #E60013;
}