@charset "utf-8";
html {
	height: 100%;
}
body {
    font-family: "Open Sans","Noto Sans JP", "Helvetica Neue", Helvetica, "Arial", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	height: 100%;
  font-size: 16px;
}
p{
  line-height: 2;
}


/* ローダー */
.loader {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: #000;
}
.loader div {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 21;
	margin-top: -20px;
	margin-left: -100px;
	width: 200px;
	height: auto;
	text-align: center;
    font-family: sans-serif;
	color: #fff;
}


/* ヘッダー */
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 15px 60px;
	width: 100%;
	background:url(../img/line.png) repeat-x top left rgba(255,255,255,0.9);
	transition: 0.2s ease-in-out;
}
header h1 {
	float: left;
	margin: 0;
	width: 350px;
	font-size: 0;
	line-height: 0;
}
header h1 img {
	height: 50px;
}
header p {
	float: right;
	margin-bottom: 0;
	padding: 15px 0;
	width: 350px;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #666;
}
header p br {
	display: none;
}
header ul {
	margin-bottom: 0;
	padding: 5px 0;
	height: 50px;
	line-height: 20px;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'Ubuntu';
	font-weight: 500;
	float: right;
}
header ul.header_spnav {
	display: none;
}
header ul li {
	display: inline-block;
	position:relative;
}
header ul li a {
	display: inline-block;
	position: relative;
	padding: 10px;
	color: #333;
	text-decoration: none !important;
	transition: 0.2s;
	font-size:.9em;
}
header ul li a:after {
	content: '';
	position: absolute;
	bottom: 0.4em;
	left: 0;
	width: 100%;
	height: 3px;
	background: #53c3f1;
	opacity: 0;
	transition: 0.2s;
}
header ul li.mizonokuchi  a:after {background: #53c3f1;}
header ul li.sumitasu a:after {background: #ff9966;}
header ul li.flow a:after {background: #ff66c1;}
header ul li.campaign a:after {background: #84e74b;}
header ul li.contact  a:after {background: #ffd666;}
header ul li a:hover:after {
	bottom: 0;
	opacity: 1;
}
header ul.header_pcnav li.facebook,
header ul.header_pcnav li.instagram{
	position:relative;
	width:2.5em;
	height:1em;
}
header ul.header_pcnav li.facebook a,
header ul.header_pcnav li.instagram a{
	display:block;
	font-size:2em;
	position:absolute;
	top:-.45em;
	left:0;
}
header ul.header_pcnav li.facebook a:hover{
	color:#3b5998;
	top:-.55em;
}
header ul.header_pcnav li.instagram a:hover{
	color:#d113cb;
	top:-.55em;
}
header ul.header_pcnav li.facebook a:hover:after,
header ul.header_pcnav li.instagram a:hover:after{
	content:none;
}

header ul li.mizonokuchi,
header ul li.sumitasu{
	background:none;
}

@media (min-width: 1400px) and (max-width: 1599px) {
header h1 {
	width: 180px;
}
header p {
	padding: 5px 0;
	width: 180px;
}
header p br {
	display: inline;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
header {
	padding: 15px 40px;
}
header h1 {
	width: 180px;
}
header p {
	padding: 5px 0;
	width: 180px;
}
header p br {
	display: inline;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
header {
	padding: 15px 40px;
}
header h1 {
	width: auto;
}
header p {
	padding: 0;
}
header ul {
	float: right;
	margin-right: -20px;
	/* padding: 0; */
	height: 30px;
}

}

@media (max-width: 991px) {
header {
	padding: 20px 40px;
}
header h1 {
	width: auto;
}
header .header_btn {
	float: right;
	/* margin-top: 10px; */
	line-height: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
header .header_btn i {
	display: block;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}
header ul {
	display: none;
	clear: both;
	padding: 20px 0 0;
	font-size: 16px;
}
header ul {
	display: none;
}

header {
	padding: 10px 0;
}
header h1 {
	width: auto;
	padding-left:15px;
}
header h1 img {
	height: 40px;
}
header .header_btn {
	float: right;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	padding-right:15px;
}
header .header_btn i {
	display: block;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}
header ul {
	display: none;
	clear: both;
	padding: 10px 0 0;
	height: auto;
	float: none;
}
header ul li {
	display: block;
	border-top: 1px solid #e4e4e4;
}
header ul li:last-child {
	border-bottom: 1px solid #e4e4e4;
}
header ul li a {
	display: block;
}
header ul li a:after {
	display: none;
}
}


/* フッター */
footer {
	position: relative;
	z-index: 5;
	padding: 10px 60px;
	background: #53c3f1;
}
footer p {
	margin-bottom: 0;
	text-align: center;
	color:#fff;
}


/* スライダー */
.section_slider {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin:80px 0 0;
}
.section_slider .slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.section_slider .slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.section_slider .slider_title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.section_slider .slider_title .inner{
	background-color:rgba(0,0,0,0.25);
	color:#fff;
	font-weight:700;
	padding:2em;
	font-size:2vw;
	margin-bottom:5em;
}
.section_slider .slider_title .inner p{
	text-align:center;
	margin:0;
}
.section_slider .slider_title .inner p small{
	display:block;
	font-weight:400;
}
@media screen and (max-width: 991px) {
	.section_slider {
		margin:60px 0 0;
	}
	.section_slider .slider_title .inner{
		font-size:3.6vw;
		padding:1.5em 1em;
	}
}
@media (max-width: 767px) {
.section_slider {
	max-height: 700px;
}
.section_slider .slider .slide {
	position: absolute;
	background-attachment: scroll;
}
.section_slider .slider_info {
	padding: 8px 0;
	background: rgba(51,51,51,0.9);
}
.section_slider .slider_info h2 {
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.section_slider .slider_info ul {
	margin-bottom: 0;
	line-height: 15px;
}
.section_slider .slider_info ul li {
	display: none;
}
.section_slider .slider_info ul li:first-child {
	display: block;
}
}


/* メインコンテンツ */
.section_content {
	position: relative;
	z-index: 5;
	background: #fff;
	overflow:hidden;
}
.section_content > div {
	padding: 80px 0;
}
.section_content h2 {
	margin: 0 0 18px;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-family: 'Ubuntu';
}
.section_content h2 span:first-child {
	display: block;
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	background: #53c3f1;
	line-height: 36px;
	letter-spacing: -0.05em;
    color: #fff;
	font-weight: 300;
}
.section_content h2 span:last-child {
	display: block;
	font-size: 18px;
	line-height: 20px;
    font-family: 'Rounded Mplus 1c', 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif;
}

@media (max-width: 767px) {
.section_content > div {
	padding: 0 0 50px;
}
.section_content h2 {
	margin-right: -15px;
	margin-left: -15px;
	padding: 60px 15px;
}
}


/* vision */
.mizonokuchi {
	background-image: url(../img/vision_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.mizonokuchi h4 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.mizonokuchi p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
.mizonokuchi {
	background: #fff;
}

}


/* service */
.content_service {
	background-image: url(../img/service_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.content_service h2 {
	color: #fff;
}
.content_service ul {
	margin-bottom: 0;
}
.content_service ul li {
	text-align: center;
}
.content_service ul li:nth-child(2) {
	position: relative;
}
.content_service ul li:nth-child(2):after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 45px;
	width: 80px;
	height: 80px;
	background-image: url(../img/service02_pop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.content_service ul li h3 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
}
.content_service ul li h4 {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 20px;
	color: #53c3f1;
	font-weight: 400;
}
.content_service ul li div {
	margin: 0 auto 15px;
	width: 120px;
}
.content_service ul li div img {
	width: 100%;
	height: auto;
}
.content_service ul li h5 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
}
.content_service ul li p {
	margin-bottom: 0;
	text-align: left;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
.content_service ul li h5 {
	font-size: 16px;
}
}

@media (max-width: 767px) {
.content_service {
	background: #fff;
}
.content_service h2 {
	background-image: url(../img/service_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content_service ul li {
	margin-bottom: 60px;
}
.content_service ul li:last-child {
	margin-bottom: 0;
}
.content_service ul li h3,
.content_service ul li h5,
.content_service ul li p {
	color: #333;
}
}


/* work */
.content_work ul {
	margin: -5px;
}
.content_work ul li {
	float: left;
	padding: 5px;
	width: 20%;
}
.content_work ul li img {
	width: 100%;
	height: auto;
}
.content_work .content_work_cs {
	margin-bottom: 0;
	font-size: 18px;
}

@media (max-width: 767px) {
.content_work h2 {
	background-color: #333;
	color: #fff;
}
.content_work ul li {
	width: 33.33%;
}
}


/* about */
.content_about {
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.content_about h2 {
	color: #fff;
}
.content_about table {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	color: #fff;
}
.content_about table tr th {
	width: 180px;
}
.content_about .about_map {
	position: relative;
	padding-top: 340px;
	height: 0;
	overflow: hidden;
}
.content_about .about_map iframe,
.content_about .about_map object,
.content_about .about_map embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.content_about p {
	margin: 10px 0 0;
	color: #fff;
}

@media (max-width: 767px) {
.content_about {
	background: #fff;
}
.content_about h2 {
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content_about table {
	margin-bottom: 15px;
	color: #333;
}
.content_about table tr th {
	display: block;
	padding-bottom: 4px;
	width: 100%;
}
.content_about table tr td {
	display: block;
	padding-top: 0;
	border-top: 0;
}
.content_about .about_map {
	padding-top: 80%;
}
.content_about p {
	color: #333;
}
}


/* recruit */
.content_recruit h2 {
	margin-bottom: 0;
}
.content_recruit h3 {
	margin: 0;
}
.content_recruit h4 {
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.content_recruit p:last-child {
	margin-bottom: 0;
}
.content_recruit p a {
	display: inline-block;
	padding: 5px 10px;
	border:	none;
	background: #53c3f1;
	color: #333;
	text-decoration: none !important;
}

@media (max-width: 767px) {
.content_recruit h2 {
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	background-color: #333;
	color: #fff;
}
.content_recruit p:last-child {
	text-align: center;
}
}


/* contact */
.content_contact {
	background-color: #333;
	color: #fff;
}
.content_contact h2 {
	margin-bottom: 0;
	color: #fff;
}
.content_contact table {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.content_contact table tr th {
	padding-top: 11px;
	width: 180px;
}
.content_contact table tr th .form_attention {
	font-weight: normal;
}
.content_contact table tr td input,
.content_contact table tr td textarea {
	width: 100%;
	color: #333;
}
.content_contact .form_btn {
	margin-bottom: 0;
	text-align: center;
}
.content_contact .form_btn input {
	padding: 5px 10px;
	border:	none;
	background: #53c3f1;
	color: #333;
}
.content_contact .contact_thanksbtn {
	margin-bottom: 0;
}
.content_contact .contact_thanksbtn a {
	display: inline-block;
	padding: 5px 10px;
	background: #53c3f1;
	color: #333;
}

@media (max-width: 767px) {
.content_contact h2 {
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 50px;
}
.content_contact table tr th {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px;
	width: 100%;
}
.content_contact table tr td {
	display: block;
	padding-top: 0;
	padding-bottom: 11px;
	border-top: 0;
}
}


.mizonokuchi .owl-carousel .owl-item img{
	width:auto;
	margin:0 0 1em 1em;
}
h3{
	color: #53c3f1;
	margin-top:.5em;
}
h4{
	font-weight:bold;
}

.sumitasu{
	background-image: url(../img/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color:#fff;
}


.sumitasu .merit{
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.sumitasu .merit li{
	width: 48%;
	margin:0 0 2em;
	padding:0 0 1em 0;
	list-style:none;
	background-color:#fff;
	color:#555;
}
.sumitasu .merit li img{
	max-width:100%;
	width:100%;
}
.sumitasu .merit li .number{
	display:block;
	width:70px;
	height:70px;
	position:relative;
	text-align:center;
	font-size:3em;
	color:#fff;
	margin:-35px auto 0;
	background-color: rgba(255, 153, 102, 0.8);
}
.sumitasu .merit li h3{
	padding:0 15px;
}
.sumitasu .merit li p{
	padding:0 15px;
	line-height:1.8;
}
.step{
	color:#f3a8d4;
	font-weight:700;
	line-height:.8;
	font-size:3em;
	margin-top:.5em;
}
.bule-line{
	background-color: #f3a8d4;
	margin-bottom:1.5em;
}
.bule-line h3{
	font-size:3em;
	font-weight:bold;
	color:#fff;
	line-height:1.4;
	margin-top:0;
}
.merit-title{
	margin-top:2em!important;
}
.campaign h2 img{
	margin:0 auto;
}
.campaign ul{
  padding:0;
  max-width:1050px;
  margin:2em auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.campaign ul li{
	list-style:none;
	width:48%;
	margin:2em 0;
}
.campaign ul li a img{
	background-color:#fff;
}
.campaign ul li a:hover img{
	opacity:.8;
}
.form_attention{
	color:red;
}
.tel{
	font-size:2em;
}
.bukken{
	padding-bottom:0!important;
}
.map iframe{
	width:100%;
}
.owl-carousel .owl-item img{
	width:auto!important;
	margin:0 0 1em 1em;
}
.section_content .center-title{
	text-align:center;
	font-size:2.5em;
	margin-bottom:1em;
}
.center-title i{
	display:block;
	font-size:2em;
	color:#53c3f1;
	margin-bottom:.3em;
}
.sub-title{
	color:#333;
	font-size:2em;
	border-left:10px solid #53c3f1;
	padding:5px 0 5px 15px;
	margin-bottom:.5em;
	margin-top: 2em;
}
.sub-title span{
	color:#53c3f1;
	font-weight:bold;
	display:block;
	font-size:.7em;
	margin-bottom:.3em;
}
.item{
	clear:both;
}
.sumitasu .sub-title{
	color:#fff;
}
@media (max-width: 991px) {
	.sumitasu .merit li{
		width:48%;
	}
}
@media (max-width: 767px) {
	.campaign ul li{
		width:100%;
		margin:.5em 0;
	}
	.campaign ul li img{
		margin:0 auto;
	}
}
@media (max-width: 640px) {
	.sumitasu .merit li{
		width:100%;
	}
}
.hikaku th,
.hikaku td{
	padding:1em 10px!important;
	font-size:1.2em;
}
.hikaku thead th:nth-child(2){
	background-color:#939393;
	color:#fff;
	text-align:center;
	width:30%;
}
.hikaku thead th:nth-child(3){
	background-color: #ff6670;
	color:#fff;
	text-align:center;
	width:30%;
}
.hikaku tbody td:nth-child(2){
	background-color:#eeeeee;
	text-align:right;
}
.hikaku tbody td:nth-child(3){
	background-color: #ffeced;
	text-align:right;
	color: #333;
	font-weight:bold;
}
.hikaku tbody td:nth-child(1){
	text-align:right;
}
.campaign-item{
	display:flex;
	align-items:center;
	background: #edf7f3;
}
.campaign-item:nth-of-type(2n) {flex-direction:row-reverse;}

.campaign-item figure,
.campaign-item .text{
	width:50%;
	text-align:center;
}
.campaign-item figure img{
	width:100%;
	display:block;
}
.campaign-item .text h3{
	font-size:1.6em;
	color:#84e74b;
}
.campaign-item .text p{
	font-size:1em;
}
.campaign-item .btn{
	display:inline-block;
	border:1px solid #333;
	color:#333;
	transition:.4s;
}
.campaign-item .btn:hover{
	background:#84e74b;
	border:1px solid #84e74b;
	color:#fff;
}

.gaiyo th,
.gaiyo td{
	padding:1em 10px!important;
}
.mizonokuchi .center-title i,
.mizonokuchi .sub-title span{
	color:#53c3f1;
}
.mizonokuchi .sub-title{
	border-left:10px solid #53c3f1;
}
.traffic .center-title i,
.traffic .sub-title span{
	color:#B766FF;
}
.traffic .sub-title{
	border-left:10px solid #B766FF;
}
.bukken .center-title i,
.bukken .sub-title span{
	color:#84e74b;
}
.bukken .sub-title{
	border-left:10px solid #84e74b;
}
.bukken .item .sub-title{
	border-left:10px solid #ffd666;
}
.bukken .item .sub-title span{
	color:#ffd666;
}
.bukken .center-title i.fa-jpy{
	color:#FF6670;
}
.bukken .center-title i.fa-shopping-bag{
	color:#FFD666;
}
.sumitasu .center-title i,
.sumitasu .sub-title span{
	color: #ff9966;
}
.sumitasu .sub-title{
	border-left:10px solid #ff9966;
}
.flow .center-title i,
.flow .sub-title span{
	color:#ff66c1;
}
.flow .sub-title{
	border-left:10px solid #ff66c1;
}
.campaign .center-title i,
.campaign .sub-title span{
	color:#84e74b;
}
.campaign .sub-title{
	border-left:10px solid #84e74b;
}
.contact .center-title i,
.contact .sub-title span{
	color:#ffd666;
}
.contact .sub-title{
	border-left:10px solid #ffd666;
}
.contact .tel{
	color:#ffd666;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 105;
}
#page-top i{
    display:block;
    padding-top:.1em;
    font-size:4em;
}
#page-top a {
    background: rgba(83, 195, 241, 0.8);
    text-decoration: none;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height:8px;
    text-align: center;
    display: block;
    border-radius: 50%;
    letter-spacing:1px;
    transition:.4s;
    font-size:.9em;
}
#page-top a:hover {
    text-decoration: none;
    background: #70d3e9;
}
@media (max-width: 640px) {
	.campaign-item{
		display:block;
	}
	.campaign-item figure{
		width:100%;
	}
	.campaign-item .text{
		width:100%;
		padding:15px 15px 1.5em;
		font-size:.8em;
	}
	.hikaku,
	.gaiyo{
		font-size:.8em;
	}
	.section_content .center-title,
	.sub-title{
		font-size:1.5em;
	}
	.section_content .center-title{
		padding:30px 0 10px;
		line-height:1.2;
	}
	body{
		font-size:12px;
	}
	.sumitasu .merit li h3{
		font-size:1.5em;
	}
	.step{
		color:#f3a8d4;
		font-weight:700;
		line-height:.8;
		font-size:2em;
		margin-top:.5em;
	}
	.bule-line h3{
		font-size:2em;
		font-weight:bold;
		color:#fff;
		line-height:1.4;
		margin-top:0;
	}
	.map iframe{
		height:250px;
	}

	#page-top i{
		display:block;
		padding-top:.3em;
		font-size:4em;
	}
	#page-top a {
		background: rgba(83, 195, 241, 0.8);
		text-decoration: none;
		color: #fff;
		width: 68px;
		height: 68px;
		line-height:8px;
		text-align: center;
		display: block;
		border-radius: 50%;
		letter-spacing:1px;
		transition:.4s;
		font-size:.8em;
	}
}
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : inline-block;
	color : #ffffff;
	line-height : 1;
	padding : 5px 9px;
	border-radius : 3px;
	font-size:.9em;
	font-weight:normal;
	margin-right:.5em;
}

form#mail_form dl dt span.required{
	background : #d9534f;
	border : 1px solid #d43f3a;
}

form#mail_form dl dt span.optional{
	background : #337ab7;
	border : 1px solid #2e6da4;
	display:;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	line-height:2;
}
form#mail_form dl dt{
	margin:1em 0 .5em;
}
#form_submit{
	text-align:center;
}
.thanks .btn{
	display:inline-block;
	border:1px solid #333;
	color:#333;
	transition:.4s;
}
.thanks .btn:hover{
	background:#53c3f1;
	border:1px solid #53c3f1;
	color:#fff;
}
