f@charset "utf-8";

/* font
=================================================== */

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff2) format('woff2'),
	url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.woff) format('woff'),
	url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format('woff2'),
	url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format('woff'),
	url(https://fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format('opentype');
}

/* Layout
=================================================== */

body{
	font-family: Noto Sans Japanese, YuGothic, '游ゴシック',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgb(51, 51, 51);
}
.inner {
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 5%;
}


.mar60 {
	margin-top: 60px;
}


.pc-contents{display: block;}
.sp-contents{display: none;}

.inner .inner{
	padding-bottom: 0;
}
.inner img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
p{ margin-bottom: 1.625em; }
.align-c{ text-align: center; }
.box.marb0{ margin-bottom: 0; }
.middle-weight{ font-size: 24px; }
.baseCol{ background: rgba(33, 55, 121, 0.1); }
.baseDot{
	background: url(../images/bg01.gif);
	border-top: solid rgb(0, 175, 209);
	border-bottom: solid rgb(0, 175, 209);
}
.marb6{margin-bottom: 6em;}
.btn {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	padding: 0.5em 2em;
	text-decoration: none;
	background: rgb(0, 175, 209);
	color: rgb(255, 255, 255);
	border-bottom: solid 4px rgb(0, 98, 115);
	border-radius: 3px;
}
.btn:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.btn .fa{ margin-right: 5px; }
.br_pc{display: block;}
.butt a {
	text-decoration: none;
	text-shadow: none;
	position: relative;
	max-width: 280px;
	font-size: 21px;
	font-weight: 600;
	margin: 20px auto 0;
	display: block;
	color: rgb(255, 255, 255);
	z-index: 2;
	overflow: hidden;
	padding: 15px 20px;
	background: rgb(0, 175, 209);
	border: solid 1px rgb(0, 175, 209);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
/*
strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(255, 59, 59, 0.45)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 59, 59, 0.45) 0%);
    background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 59, 59, 0.45) 0%);
} */

/* table
=================================================== */
table {
	border-collapse: collapse;
	margin: 0 auto 2em;
	padding: 0;
	width: 100%;
	max-width: 980px;
	table-layout: fixed;
}
table tr {
	background-color: #e6f2f5;
	padding: .35em;
	/* border-bottom: 2px solid #fff; */
}
table th,
table td {
	vertical-align: middle;
	font-size: .85em;
	padding: 5px 10px;
	border-right: 2px solid #fff;
}
table th {
	text-align: center;
}
table th span {
	font-size: 18px;
	font-weight: 600;
	display: block;
}
table thead tr{
	color:#fff;
	background-color: #167F92;
}
table tbody th {
	/* width: 95px; */
	color: #333;
	background: #78bbc7;
}
.txt{
	text-align: left;
	font-size: .85em;
}
.price{
	text-align: right;
	color: #167F92;
	font-weight: bold;
}
.non{
	background:#fff
}


/* header
=================================================== */

header{
	position: fixed;
	width: 96%;
	z-index: 9999;
	padding: 20px 2%;
	background: rgb(255, 255, 255);
	border-top: solid rgb(0, 175, 209);
	border-bottom: solid 1px rgb(241, 241, 241);
}
#head-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.head-item{
	display: flex;
	align-items: center;
}
#head-wrap h1{
	line-height: 0;
	width: 145px;
}
.header-phone{
	width: 170px;
	margin-left: 10px;
}
#head-wrap h1 img,
.header-phone img{
	width: 100%;
	height: auto;
}


/* nav
=================================================== */
.navigation_menu {
	display: table;
	width: 100%;
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 11px 0;
}
.navigation_menu li {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.navigation_menu a {
	position:relative;
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.navigation_menu a:before,
.navigation_menu a:after{
	position:absolute;
	-webkit-transition:all .35s ease;
	transition:all .35s ease;
}
.navigation_menu a:before{
	bottom:-10px;
	display:block;
	height:2px;
	width:0;
	content:"";
	background-color:#2980b9;
}
.navigation_menu a:after{
	left:0;
	top:0;
	padding:.5em 0;
	position:absolute;
	content:attr(data-hover);
	color:#fff;
	white-space:nowrap;
	max-width:0;
	overflow:hidden;
}
.navigation_menu a.anc-contact{
	display: block;
	color: rgb(255, 255, 255);
	z-index: 2;
	overflow: hidden;
	padding: 10px 20px;
	background: rgb(0, 175, 209);
	border: solid 1px rgb(112, 148, 255);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.navigation_menu li:hover{
color: #E7DA66;
border-bottom: 3px solid rgb(0, 175, 209);
}

.navigation_menu a.anc-contact:before,
.navigation_menu a.anc-contact:after{
	content: none;
}
#button a:before,
.butt a:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: -30%;
	top: -50%;
	content: "";
	width: 20px;
	height: 80px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255, 255, 255, 0.1)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
	animation: shiny 4s infinite linear;
	-webkit-animation: shiny 4s infinite linear;
	-moz-animation: shiny 4s infinite linear;
	background-color: rgba(255, 255, 255, 0.3);
}
@keyframes shiny {
	0% { left: -30%; }
	20% { left: 250%; }
	100% { left: 250%; }
}
@-webkit-keyframes shiny {
	0% { left: -30%; }
	20% { left: 250%; }
	100% { left: 250%; }
}
@-moz-keyframes shiny {
	0% { left: -30%; }
	20% { left: 250%; }
	100% { left: 250%; }
}


/* main-view
=================================================== */

#main-view {
	background: rgb(0, 0, 0);
	position: relative;
	overflow: hidden;
}
#main-view:before {
	content: '';
	background: inherit;
	-webkit-filter: grayscale(30%) blur(7px);
	-moz-filter: grayscale(30%) blur(7px);
	-o-filter: grayscale(30%) blur(7px);
	-ms-filter: grayscale(30%) blur(7px);
	filter: grayscale(30%) blur(7px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.main-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3%;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 900;
	text-align: center;
	color: rgb(255, 255, 255);
	height: 100%;
	text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
	z-index: 3;
}
.main-wrap h2,
.main-wrap h2 span,
.main-wrap p,
.main-wrap p span{
	font-weight: 900;
}
.main-wrap h2 {
	font-size: 76px;
	line-height: 1.2;
	margin: 10px 0;
	border-bottom: solid 2px;
}
.main-wrap p {
	display: inline-block;
	font-size: 34px;
	line-height: 1;
	margin: 0;
}
.main-wrap p.sub{
	line-height: 1.6;
	border-bottom: solid 2px;
	margin: 0;
}
.main-wrap p span{
	font-size: 18px;
}
.main-text{
	max-width: 600px;
	z-index: 5;
}
.fix {
	display: flex;
	align-items: center;
}
.main-fix{
	flex: 4;
}
.main-fix.fan{
	flex: 3;
	margin: 0 10px 20px;
}
p.main-fix {
	margin: 0;
}
.main-fix img{
	width: 100%;
	height: auto;
}
.main-text img{
	display: block;
	margin-bottom: 8px;
}
.loop {
	width: 150px;
	height: 150px;
	-webkit-animation: spin 12s linear infinite;
	-moz-animation: spin 12s linear infinite;
	-ms-animation: spin 12s linear infinite;
	-o-animation: spin 12s linear infinite;
	animation: spin 12s linear infinite;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg);}
	100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


/* =video
=================================================== */
.pattern {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border: 0px solid rgb(0, 0, 0);
	background-size: 3px 3px;
	background-image: linear-gradient(
		-45deg,
		rgba(0, 0, 0, 0.5) 25%,
		rgba(255, 255, 255, 0.2) 25%,
		rgba(0, 0, 0, 0.5) 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.2) 75%,
		rgba(0, 0, 0, 0.5) 75%,
		rgba(0, 0, 0, 0.5) );
}
.video-wrapper {
	height: 100%;
	height: 100vh;
	width: 100%;
	margin-top: 86px;
}
#video {
	background: url(../images/video_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	left: 0;
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	position: absolute;
	bottom: 0;
}


/* =scroll btn
=================================================== */

a.scroll span {
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -23px;
	border: 2px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
a.scroll span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 2px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
a.scroll span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 46px;
	height: 46px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% { opacity: 0; }
	30% { opacity: 1; }
	60% { box-shadow: 0 0 0 60px rgba(145,144,144,.1); opacity: 0; }
	100% { opacity: 0; }
}
@keyframes sdb {
	0% { opacity: 0; }
	30% { opacity: 1; }
	60% { box-shadow: 0 0 0 60px rgba(145,144,144,.1); opacity: 0; }
	100% { opacity: 0; }
}

/* =swiper
=================================================== */
.swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-slide p{
	margin: 0 0 10px;
	padding: 0 5px;
}
.swiper-slide strong {
	color: rgb(0, 175, 209);
	border-bottom: solid 1px;
	padding-bottom: 4px;
}
.swiper-button-next, .swiper-button-prev{
	top: 35% !important;
}


/* =slide2
=================================================== */
#slider-anc img {vertical-align:bottom;}
#photo li {
	position:absolute;
}
#photo li div {
	position: absolute;
	display: block;
	padding: 3%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: auto;
	word-break: break-all;
	border: solid rgb(96, 212, 232);
}
#photo li h3 {
	color: #8dc401;
	font-weight: 600;
	font-size: 24px;
	border-bottom: solid 2px;
	margin-bottom: 10px;
}
#photo li dl{}
#photo li dt {
	display: inline-block;
	width: 130px;
	text-align: center;
	font-weight: 600;
	color: #8dc401;
	margin: 10px 0;
	border: solid 2px #8dc401;
}
#photo li dd{}
.anc-btn {
	color: #fff;
	background: #f00;
	text-decoration: none;
	padding: 10px 40px;
	display: inline-block;
	margin: 20px 0 0;
}
ul.manufacturer{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
ul.manufacturer li{
	position: relative;
	width: 25%;
	list-style: none;
	margin: 0 0 10px;
	line-height: 0;
}
ul.manufacturer img{
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
#thum {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 20px;
	border: solid 1px #3ea7ba;
}
#thum li {
	cursor: pointer;
	width: 33.333%;
	text-align: center;
	border: solid 2px #3ea7ba;
	box-sizing: border-box;
}
#thum li a {
	display: block;
	width: 100%;
	font-weight: 600;
	color: rgb(255, 255, 255);
	padding: 15px 0;
	background: rgb(0, 98, 125);
}
#thum li a:hover{
	background: #3ea7ba;
}
.slider-anc-wrap{
	display: flex;
}
.slider-anc-wrap p{
	flex: 1;
	margin: 0;
}
.slider-anc-wrap ul{
	position: relative;
	flex: 2;
	margin: 0;
}



/* =section
=================================================== */
section{
	padding: 100px 0;
}
.middle-title{
	display: block;
	text-align: center;
	font-size: 42px;
	font-weight: 900;
	color: rgb(0, 175, 209);
	margin: 0 0 80px;
}
.middle-title span {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	max-width: 500px;
	margin: 0 auto 10px;
	padding: 5px 0;
	background: rgb(0, 175, 209);
	border-radius: 30px;
}
.inner img.osusume{
	width: 70px;
	height: auto;
	margin: 0 10px -10px 0;
}
.sub-title{
	position: relative;
	overflow: hidden;
	text-align: center;
	color: rgb(0, 175, 209);
	margin-bottom: 2em;
	z-index: 2;
}
.sub-title span{
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	padding: 0 0.5em;
}
.sub-title span:before,
.sub-title span:after{
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	border-top: 1px solid;
}
.sub-title span:before{ right: 100%; }
.sub-title span:after{ left: 100%; }
.image-mask{
	margin-bottom: 3em;
}
.image-mask p{
	flex: 2.5;
	line-height: 0;
	margin: 0;
}
.image-mask img{}
.image-list{
	flex: 2;
	margin: 0 0 0 20px;
}
.flex-box .image-list li{
	display: block;
	width: 100%;
	text-align: center;
}
.flex-box .image-list li a {
	width: 100%;
	display: block;
	line-height: 2;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.flex-box .image-list li a:hover{
	opacity: 0.8;
}
.box {
	text-align: center;
	padding: 5% 0;
	margin-bottom: 2em;
	border: solid 1px rgb(221, 221, 221);
	background: rgb(255, 255, 255);
}
h3.pt-01, h3.pt-02 {
	margin-bottom: 2em;
}
h3.pt-01 span, h3.pt-02 span{
	font-size: 36px;
	font-weight: 900;
}
h3.pt-02 span {
	color: rgb(255, 255, 255);
	background: rgb(255, 0, 0);
	padding: 10px 30px;
	border-radius: 30px;
}
.mov-seg2{
	display: flex;
	align-items: center;
	border: solid 1px #3c850c;
	padding: 2%;
}
.mov-seg2 div.mov-seg-box{
	flex: 1;
	margin: 0 20px;
}
.mov-seg2 p{}
.mov-seg2 video{
	width: 100%;
}

.list-circle {
	cursor: default;
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 80px 0;
	padding: 10px 0;
	border: solid 1px rgb(0, 175, 209);
}
.list-circle li {
	display: table-cell;
	vertical-align: middle;
	padding: 3% 1%;
	background: rgb(0, 175, 209);
	color: rgb(255, 255, 255);
}
.list-circle li span{
	display: block;
	font-size: 24px;
	font-weight: 900;
}
.baloon-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	margin: 0 0 3em;
}
.balloon2 {
	flex: 1;
	font-weight: 900;
	margin: 0 .25%;
	padding: 2% 1%;
	border: solid 3px rgb(0, 175, 209);
	background: rgb(255, 255, 255);
}
.balloon2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid rgba(0, 0, 0, 0);
	border-top: 12px solid rgb(255, 255, 255);
	z-index: 2;
}
.balloon2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid rgba(0, 0, 0, 0);
	border-top: 14px solid rgb(0, 175, 209);
	z-index: 1;
}
section.renovation{ background: url(../images/hero4.png) center center / cover no-repeat fixed; color: #fff; }
section.slide h2.con-title,
section.renovation h2.con-title{
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0.4);
}
section.contact,
section.service{
	background: url(../images/bg01.gif);
}
.flex-box.intro-list{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 80px 0;
}
.flex-box.intro-list li {
	position: relative;
	display: block;
	text-align: center;
	width: 49%;
	font-size: 18px;
	margin: 0.5%;
	padding: 35px 7px 23px;
	border: solid 2px rgb(0, 175, 209);
	background: rgb(255, 255, 255);
	border-radius: 5px;
}
.flex-box.intro-list span{
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 3px 9px 0;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 900;
	background: rgb(0, 175, 209);
	color: rgb(255, 255, 255);
	border-radius: 5px 0 5px 0;
}

/* baseBan
=================================================== */
.baseBan{ background: rgba(0, 0, 0, 0.9); }
.baseBan .middle-title{
	margin: 0 0 40px;
	color: rgb(255, 255, 255);
}
.baseBan .middle-title span{
	color: rgb(255, 255, 255);
	border-color: rgb(255, 255, 255);
}
.baseBan p{
	color: rgb(255, 255, 255);
}

/* lineup
=================================================== */
.lineup{
	display: flex;
	flex-wrap: wrap;
}
.lineup li {
	width: 23%;
	box-sizing: border-box;
	margin: 0 1% 1em;
}
.lineup img{
	width: 100%;
	height: auto;
}
.lineup dl{
	font-size: 13px;
	border: solid 1px rgb(221, 221, 221);
	border-top: none;
	overflow: hidden;
}
.lineup dt, .lineup dd {
	padding: 5px 10px;
	border-top: solid 1px rgb(221, 221, 221);
}
.lineup dt {
	float: left;
	clear: both;
}
.lineup dd{}
.lineup li p.list-title {
	color: #213779;
	font-weight: 600;
	margin-bottom: 1em;
	border-bottom: solid 1px;
}
.lineup li p{}



/* sec-tb
=================================================== */
.sec-tb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: rgb(255, 255, 255);
}
.sec-txtCell,
.sec-imgCell{
	flex: 1;
}
.sec-tb.reverse{
	flex-direction: row-reverse;
}
.sec-txtCell{ background: rgb(255, 255, 255); }
.sec-txtIn {
	padding: 0 10%;
}
.sec-txtIn.table-In{
	padding: 0 5%;
}
.sec-imgCell{
	line-height: 0;
}
.sec-imgCell img{
	width: 100%;
	height: auto;
}
.sec-txtCell h3 {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;
	color: rgb(0, 175, 209);
	margin-bottom: .75em;
}
h3.impact {
	text-align: center;
	color: #e51b00;
	margin-bottom: .5em;
	font-size: 60px;
	font-weight: 600;
}
h3.impact span {
	display: inline-block;
	font-weight: 600;
	font-size: 30px;
	border-bottom: solid 2px;
}
.tb-image {
	max-width: 720px;
	margin: 0 auto 1em;
}
.sec-txtCell h4 {
	font-size: 20px;
	font-weight: 900;
	color: rgb(0, 175, 209);
	margin-bottom: .75em;
}
.sec-txtCell li {
	list-style: disc;
	margin: 0 0 10px 20px;
}
.sec-txtIn ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.sec-txtIn ol li {
	list-style: none;
	padding-left: 10px;
	position: relative;
}
.sec-txtIn ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #bada55;
	color: #222;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
.sec-txtIn dl dt {
	margin: 10px 0;
	padding: 4px 10px;
	color: #fff;
	background: #3ea7ba;
}
.p-inner{
	margin-bottom: 10%;
}
.p-inner h3 {
	font-size: 22px;
	margin-bottom: 5px;
}
.p-inner figure{
	position: relative;
	line-height: 1;
}
.p-inner figcaption {
	position: absolute;
	font-size: 15px;
	line-height: 1.4;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 12px 20px;
	background: rgba(0, 0, 0, 0.7);
}
.p-inner figcaption span {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 15px;
	border-bottom: solid 1px;
	padding-bottom: 5px;
}

/*
=================================================== */
.over-wrap {
	max-width: 1100px;
	margin: 0 auto;
	border: solid 20px rgb(0, 140, 191);
	border-radius: 10px;
	background: rgb(255, 255, 255);
}
section.panels .inner{
	padding-bottom: 0;
}
section.panels,
section.lineup,
section.subsidy,
section.maintenance{
	padding-bottom: 100px;
	background: url(../images/bg01.gif);
}
section.maintenance .over-wrap .inner{
	background: url(../images/haisui.png) center center / cover no-repeat fixed;
	margin: 0;
}
section.maintenance .over-wrap .middle-title,
section.maintenance .over-wrap .sub-title,
section.maintenance .over-wrap p{
	color: rgb(255, 255, 255);
}
section.maintenance .over-wrap .middle-title{
	font-size: 54px;
}
section.maintenance .over-wrap p{
	font-size: 20px;
}


/* panels panels-container
=================================================== */
section.panels h2.con-title, section.panels h2.con-title span,
section.subsidy h2.con-title, section.subsidy h2.con-title span,
section.lineup h2.con-title, section.lineup h2.con-title span,
section.maintenance h2.con-title, section.maintenance h2.con-title span{
	color: rgb(255, 255, 255);
	border-top: none;
	background: rgb(0, 175, 209);
}
.panels-container{
	padding: 40px 0;
}
ul.panel-list{
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 3em;
}
ul.panel-list li.panel {
	display: block;
	width: 49%;
	font-size: 14px;
	margin-bottom: 1em;
	padding: 5%;
	background: rgb(255, 255, 255);
	box-shadow: 2px 2px 4px rgba(51, 51, 51, 0.15);
	border-top: solid rgb(0, 175, 209);
}
ul.panel-list li div.image{
	line-height: 0;
	margin-bottom: 1em;
}
ul.panel-list li h3 {
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-bottom: .75em;
	padding: 5px 10px;
	border-radius: 50px;
	background: rgb(34, 34, 34);
}
ul.panel-list li div.text p {
	color: rgb(0, 175, 209);
	text-align: center;
	font-weight: 900;
	margin-bottom: .5em;
	font-size: 18px;
}
ul.panel-list li ul.panel-details li{
	width: 100%;
	padding: 1% 3%;
}
.right-con {
	text-align: right;
	margin-top: 5px;
}


/* =flex
=================================================== */

.flex-box {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-box li {
	width: 15%;
	border: solid 1px rgb(246, 246, 246);
	box-sizing: border-box;
	padding: 1%;
}
.flex-box.col-2 li {
	display: block;
	width: 49%;
	text-align: center;
	margin-bottom: 1%;
	padding: 2% 3% 1%;
	background: rgba(255, 255, 255, 0.52);
	border: solid 2px rgb(51, 51, 51);
}
.flex-box.col-2 li h4{
	padding: 8px 0;
	margin-bottom: 1em;
	background: rgb(51, 51, 51);
	color: #fff;
}
.flex-box.col-2 li h4 span{
	font-weight: 900;
	font-size: 18px;
}
.flex-box.col-2 li ul{
	list-style: square;
}
.flex-box.col-2 li li{
	width: auto;
	text-align: left;
	border: none;
	padding: 4px 0;
	background: none;
	border-top: dotted 1px rgb(51, 51, 51);
}
.flex-box.col-2 li li:first-child{ border: none; }
.flex-box .image-box{
	display: flex;
	line-height: 0;
}
.flex-box img{
	width: 100%;
	height: auto;
}
.flex-box.line-cat .txt-box{
	padding: 15px;
	background: #fff;
}
.flex-box.line-cat .txt-box p{
	line-height: 1.6;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: left;
	background: none;
	border-bottom: solid 1px;
}
.txt-box dl {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	margin-bottom: 5px;
	align-items: center;
	border: solid 1px #ddd;
}
.txt-box dt {
	flex: 1;
	text-align: center;
}
.txt-box dd {
	flex: 4;
}
.flex-box.line-cat {}
.flex-box.line-cat li {
	display: block;
	width: 50%;
	font-size: 14px;
	margin-bottom: 0em;
	padding: 0;
}
.flex-box.line-cat li .line-col{}
.flex-box.line-cat p {
	text-align: center;
	line-height: 2;
	margin: 0;
}
.image-mask .image-list li a {
	line-height: 50px;
	color: rgb(255, 255, 255);
	background: #60d4e8;
}
.image-mask .image-list li:nth-child(2n) > a{
	background: #3ea7ba;
}
.image-area{
	flex: 2;
	margin-right: 30px;
}
.text-area{
	flex: 3;
}
.text-area strong {
	color: #3ea7ba;
	margin: 0 0 10px;
	display: inline-block;
}
.text-area h3 {
	font-size: 18px;
	font-weight: 900;
	color: rgb(0, 175, 209);
	margin-bottom: 7px;
}
.text-area ul{
	margin: 20px 0;
	border: solid 10px rgb(0, 175, 209);
	background: rgba(255, 255, 255, 0.9);
	color: #000;
}
.text-area li{
	width: 100%;
	padding: 2% 3%;
	border: none;
	border-top: solid 1px rgb(0, 175, 209);
}
.text-area li span {
	flex: none;
	width: 100%;
}
.text-area li:first-child{ border: none; }
.text-area li:last-child p{ margin: 0; }

/* =cautionBox
=================================================== */

.cautionBox {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 3em 0 0;
	padding: 20px;
	background-color: rgb(243, 209, 61);
	background-image: url(../images/caution_slash.png);
}
.caution-inner{
	padding: 20px;
	background-color: rgb(243, 209, 61);
}
.blackBoxTtl {
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4em;
	color: rgb(255, 255, 255);
	margin-bottom: .5em;
	padding: 15px 0;
	background-color: rgb(51, 51, 51);
}
.blackBoxTtl span {
	font-size: 54px;
	font-weight: bold;
}
.cautionText {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
	margin: 0;
}
.cautionText span{
	font-size: 80px;
	font-weight: 900;
	margin-bottom: 20px;
	display: block;
}


/* =flow
=================================================== */

ul.flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 1em;
}
ul.flow li {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: lr-tb;
	-o-writing-mode: lr-tb;
	writing-mode: lr-tb;
	background: rgb(0, 175, 209);
	color: rgb(255, 255, 255);
	height: 210px;
	text-align: center;
	margin: 0 1% 1em;
}
ul.flow span {
	display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	-o-writing-mode: tb-rl;
	writing-mode: tb-rl;
	writing-mode: tb-rl;
	line-height: 3;
	background: rgb(245, 255, 243);
	color: rgb(86, 165, 72);
	height: 180px;
	margin: 0 6px;
}
ul.flow.sp{
	display: none;
}

/* = accordion
=================================================== */

#acMenu dt {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	padding: 10px 50px;
	color: rgb(255, 255, 255);
	background: rgb(0, 175, 209);
	border-bottom: solid 1px rgb(255, 255, 255);
}
#acMenu dd{
	display:none;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 20px 0;
}
dl#acMenu.question{}
dl#acMenu.question dt {}
dl#acMenu.question dt,
dl#acMenu.question dd {
	position: relative;
	text-align: left;
	padding: 20px 50px;
}
dl#acMenu.question dt .fa,
dl#acMenu.question dd .fa {
	position: absolute;
	font-size: 25px;
	left: 15px;
}
#acMenu dt:after,
#acMenu dt.active:after,
dl#acMenu dt.ac-open.active:after,
dl#acMenu dt.ac-open:after{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 15px;
	font-weight: 900;

}
#acMenu dt:after, dl#acMenu dt.ac-open.active:after{ content: "\f0fe"; }
#acMenu dt.active:after, dl#acMenu dt.ac-open:after { content: "\f146"; }


/* =form
=================================================== */

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay{
	display: none;
}
#mfp_confirm_table{
	width: 100%;
	border-top: solid 1px rgb(221, 221, 221);
}
#mfp_confirm_table th,
#mfp_confirm_table td{
	flex: 1;
}
.form-wrap {
	overflow: hidden;
	padding: 4em;
	background: rgb(255, 255, 255);
	border: solid 1px rgb(221, 221, 221);
}
.form-wrap .module-subtitle p{
	margin-bottom: 1.6em;
}
.marker{
	background: linear-gradient(rgba(0, 0, 0, 0) 80%,
		rgb(255, 234, 136) 50%);
}
.form-wrap dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
	line-height: 4;
}
.form-wrap dt{
	flex: 1;
	position: relative;
	color: #fff;
	background: rgb(0, 175, 209);
	text-align: center;
	margin-right: 10px;
}
.form-wrap dd{
	flex: 2;
}
.form-wrap dt span {
	position: absolute;
	color: rgb(255, 0, 0);
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	padding: 3px 6px;
	right: 10px;
	top: 24px;
	line-height: 1;
	border-radius: 2px;
	background: rgb(255, 255, 255);
}
@media all and (-ms-high-contrast:none) {
	.flex-box.intro-list span{
		line-height: 30px;
	}
	.flex-box.col-2 li{
		padding-bottom: 0;
	}
	.flex-box .image-list li a{
		padding-top: 4px;
	}
	.blackBoxTtl{
		padding: 25px 0 0;
	}
	.form-wrap dt span{
		padding: 5px 6px 0;
		line-height: 1.6;
		top: 20px;
	}
	ul.flow li{
		padding-top: 5px;
	}
	ul.flow span{
		padding: 0 6px 0 0px;
	}
	h3.pt-02 span{
		padding: 17px 30px 0;
		border-radius: 40px;
	}
}
.mfp_err{ color: #f00; }
.form-group.submit-container{
	text-align: center;
}
#mfp_phase_stat,
#mfp_phase_confirm,
#mfp_hidden{
	display: none;
}
.mfp_buttons{
	text-align: center;
	display: block;
	padding: 10px 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	font-family: 'Lato','Noto Sans Japanese','游ゴシック Medium','游ゴシック体','Yu Gothic Medium',YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 16px;
	padding: 8px;
	width: 100% !important;
	border: 1px solid rgb(226, 229, 232);
	background-color: rgb(255, 255, 255);
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}
textarea{
	min-height: 140px !important;
}

/* =footer
=================================================== */

footer{
	padding: 40px 0 0;
	text-align: center;
	border-top: solid rgb(0, 175, 209);
}
footer ul{
	overflow: hidden;
	margin: .5em;
	display: flex;
	justify-content: center;
}
footer ul li {
	margin: .5em;
	width: 240px;
	height: 70px;
}
footer small{
	font-size: 12px;
	display: block;
	color: #fff;
	background: #000;
	line-height: 3;
}
footer small a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
footer .inner img{
	width: auto;
}
#sp-footer-menu{ display: none; }
.footer-phone{ width: 298px; }
#page-top a {
	display: block;
	width: 80px;
	color: rgb(255, 255, 255);
	text-align: center;
	text-decoration: none;
	padding: 10px 0 20px;
	border-radius: 50%;
	background: rgb(0, 0, 0);
}

/* =fuwa
=================================================== */

.fluffy {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 100;
	-webkit-animation-name:fluffy;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fluffy;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fluffy{
	0%{ -webkit-transform:translate(0,0) }
	50%{ -webkit-transform:translate(0,-10px) }
	100%{ -webkit-transform:translate(0,0) }
}
@-moz-keyframes fluffy{
	0%{ -moz-transform:translate(0,0) }
	50%{ -moz-transform:translate(0,-10px) }
	100%{ -moz-transform:translate(0,0) }
}


/* =form
=================================================== */
.mrktform .mktoForm .mktoFieldWrap,
.mrktform .mktoForm .mktoFormCol {
	width: 100%;
}
.mrktform .mktoForm .mktoOffset {
	display: none;
}
.mrktform .mktoForm .mktoLabel {
	width: 100% !important;
}
.mrktform form {
	width: 100% !important;
}
.mrktform input[type=text],
.mrktform input[type=tel],
.mrktform input[type=email],
.mrktform textarea {
	width: 100% !important;
}
.mrktform .mktoButtonRow,
.mrktform .mktoButtonWrap {
	display: table;
	margin: 0 auto !important;
}
.mrktform strong,
.mrktform .mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: normal !important;
}
.mrktform input[type=checkbox] {
	display: initial !important;
	height: auto !important;
	width: auto !important;
	padding: auto !important;
}

.mrktform {
	max-width: 600px;
	margin: 0 auto;
}
.mrktform input[type=text],
.mrktform input[type=tel],
.mrktform input[type=email],
.mrktform textarea {
	font-size: 16px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ccc;
}
.mrktform input[type=text],
.mrktform input[type=tel],
.mrktform input[type=email]
{
	height: 40px;
	box-sizing: border-box;
	padding: 0 5px;
	line-height: 40px;
}
.mrktform textarea {
	height: 150px !important;
}
.mrktform label {
	font-size: 16px;
	cursor: pointer;
}
.mrktform .mktoForm .mktoLabel {
	font-size: 16px;
	margin-bottom: 5px;
}
.mktoAsterix,
.mktoForm.mktoLayoutAbove
.mktoRequiredField .mktoAsterix {
	float: left;
	color: #bf0000;
	padding-left: 0;
	padding-right: 5px;
}

/* =mail
=================================================== */

#mfp_phase_confirm_inner{
	padding: 4%;
	border: solid 1px rgb(221, 221, 221);
}
#mfp_phase_confirm_inner h4{
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 1em;
}
#mfp_confirm_table{}
#mfp_confirm_table th, #mfp_confirm_table td{
	padding: 5px;
}

/* =thanks
=================================================== */
.thanks header{ position: initial; }
.thanks .contact h2 {
	text-align: center;
	font-weight: 900;
	font-size: 2em;
	padding: 1em 0;
}

/* =Responsive Structure
=================================================== */

@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
@media (max-width: 1225px) {
	header{
		padding: 5px 2%;
	}
	.hamburger {
		position: absolute;
		display: block;
		width: 28px;
		height: 20px;
		z-index: 99999;
		right: 5%;
		box-sizing: border-box;
		top: 25px;
	}
	#navigation{
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.95);
		z-index: 99998;
	}
	#navigation .navigation_inner{
		display: table;
		width: 100%;
		height: 100%;
	}
	#navigation .navigation_inner .navigation_menu{
		margin-top: 80px;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item{
		display: block;
		margin: 16px auto 0 auto;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
		margin-top: 0;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item a{
		display: block;
		position: relative;
		text-decoration: none;
		font-size: 1.5em;
		color: #333;
		line-height: 30px;
		text-align: center;
		font-weight: 900;
	}
	.hamburger{
		font-size: 30px;
		top: 6px;
	}
	.hamburger:before{
		font-family: "Font Awesome 5 Free";
		content: '\f0c9';
		font-weight: 900;
	}
	.hamburger.active:before{
		content: '\f00d'
	}
	.flex-box li { width: 33.333%; }
	.fluffy{ display: none !important; }
	.navigation_menu a:before,
	.navigation_menu a:after{
		position:absolute;
		-webkit-transition:all .35s ease;
		transition:all .35s ease;
	}
	.navigation_menu a:before{
		bottom:-10px;
		display:block;
		height:2px;
		width:0;
		content:"";
		background-color: rgb(224, 137, 65);
	}
	.navigation_menu a:after{
		left:0;
		top:0;
		padding:.5em 0;
		position:absolute;
		content:attr(data-hover);
		color:#fff;
		white-space:nowrap;
		max-width:0;
		overflow:hidden;
	}
	.navigation_menu a:hover:before,
	.navigation_menu .current a:before{
		opacity:1;
		width:100%;
	}
	.navigation_menu a:hover:after,
	.navigation_menu .current a:after{
		max-width:100%;
	}
	.navigation_menu a.anc-contact{
		display: block;
		color: rgb(255, 255, 255);
		z-index: 2;
		overflow: hidden;
		padding: 10px 20px;
		background: rgb(0, 175, 209);
		border: solid 1px rgb(94, 134, 255);
		box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	}
	.navigation_menu a:before,
	.navigation_menu a:after{
		content: none;
	}
	.lineup li{ width: 31.3333%; }
}
@media (max-width: 767px) {
	.pc-contents{display: none;}
	.sp-contents{display: block;}
	.btn {
		font-size: 16px;
	}
	.butt a{
		max-width: 210px;
		font-size: 16px;
	}
	.br_pc{display: none;}
	.main-wrap{
		background: url(../images/main_visual_sp.jpg) center/cover no-repeat;
		height: 100%;
	}
	.fix {
		padding: 0 30px;
	}
	.main-fix.fan{
		margin: 0;
	}
	.main-text img{
		width: 100%;
		margin: 0 auto 8px;
	}
	.main-text{
		padding: 20px 30px;
	}
	.header-phone{ display: none; }
	.navigation_menu a.anc-contact{
		margin: 0 auto;
		max-width: 220px;
		color: rgb(255, 255, 255) !important;
		border: solid 1px rgb(64, 150, 9);
	}
	a.scroll span {
		bottom: 15%;
	}
	p, ul, dl{
		font-size: 13px;
	}
	.inner{
		margin: 0 5%;
		padding: 0;
	}
	.inner .inner{
		margin: 0;
		padding: 0;
	}
	section{ padding: 40px 0; }
	.main-wrap h2 {
		font-size: 40px;
		margin-bottom: 0;
	}
	.main-wrap h2 span{
		font-size: 24px;
	}
	.main-wrap p {
		font-size: 34px;
		line-height: 0.5;
	}
	.main-wrap p.sub{
		font-size: 18px;
	}
	.main-wrap p span{
		font-size: 11px;
	}
	.swiper-slide img{
		margin-bottom: 10px;
	}
	.swiper-slide strong{
		font-size: 18px;
	}
	.swiper-slide p{
		padding: 0 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 36% !important;
	}
	.middle-weight {
		font-size: 17px;
	}
	.list-circle {
		display: block;
		width: 100%;
		margin: 30px 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.list-circle li {
		display: block;
		border: solid 1px rgb(255, 255, 255);
	}
	#thum li{ width: 50%; }
	#thum li a{ font-size: 12px; }
	.sec-tb, .sec-txtCell,.sec-txtCell{
		display: block;
		box-sizing: border-box;
	}
	.sec-imgCell img {
		border: solid 1px #ddd;
		box-sizing: border-box;
	}
	.sec-txtCell{
		padding: 20px 0;
	}
	.sec-txtCell h3{ font-size: 24px; }
	.sec-txtCell h4{ font-size: 18px; }
	.sec-txtIn{
		padding: 0 5%;
	}
	.sec-txtIn.table-In {
		padding: 0%;
	}
	.sec-imgCell{}
	.lineup li{ width: 48%; }
	.flex-box.intro-list{
		display: flex;
		display: -webkit-flex;
		margin: 2em 0;
	}
	.sp-non{display: none;}
	.flex-box.intro-list li{
		width: 48%;
		font-size: 13px;
		text-align: left;
		margin: 0 0 1em;
	}
	.flex-box.intro-list span{
		font-size: 12px;
	}
	.middle-title,
	section.maintenance .over-wrap .middle-title{
		font-size: 24px;
	}
	.middle-title{
		margin-bottom: 20px;
	}
	.middle-title span{
		font-size: 16px;
		max-width: 350px;
	}
	.inner img.osusume {
		width: 40px;
	}
	section.maintenance .over-wrap p {
		font-size: 14px;
		margin: 0 5%;
	}
	.sub-title span{
		font-size: 16px;
	}
	.flex-box{
		display: block;
		margin-bottom: 1em;
	}
	.flex-box li{
		width: 50%;
		padding: 3%;
	}
	.flex-box span{}
	.flex-box.line-cat li,
	.flex-box.col-2 li{
		width: 100%;
	}
	.flex-box.list50{ display: flex; }
	.flex-box.list50 li{ width: 50%; }
	.image-list{}
	.flex-box .image-list li{
		padding: 1%;
	}
	.flex-box .image-list li a{
		line-height: 28px;
	}
	.slider-anc-wrap{
		display: block;
	}
	#photo li{
		position: initial;
	}
	#slider-anc p img{
		display: block;
	}
	#slider-anc img{
		display: none;
	}
	.slider-anc-wrap p{}
	.slider-anc-wrap ul{	}
	#thum{
		display: none;
	}
	#photo li div{
		position: initial;
	}
	.mov-seg2{
		display: block;
		border: none;
		padding: 0;
	}
	.mov-seg2 div.mov-seg-box{
		margin: 0 0 20px;
	}
	.panels-container{ padding:0; }
	ul.panel-list li.panel{ width: 100%; }
	ul.panel-list li h3{
		font-size: 14px;
		border-radius: 0;
	}
	ul.panel-list li h3 span{
		font-size: 12px;
	}
	.flex-box.col-2 li p{
		margin-bottom: 10px;
	}
	.flex-box.col-2 li h4{
		margin-bottom: 1.25em;
		padding: 8px 20px;
		margin-bottom: 10px;
	}
	.cautionBox,
	.caution-inner{
		padding: 10px;
	}
	.blackBoxTtl,
	.blackBoxTtl span{
		font-size: 18px;
	}
	.cautionBox p{
		margin-bottom: 10px;
	}
	.cautionText{
		font-size: 16px;
	}
	.cautionText span{
		font-size: 40px;
	}
	.baloon-wrap{
		display: block;
	}
	.balloon2{
		font-size: 13px;
		line-height: 1.3;
		margin-bottom: 5px;
	}
	.balloon2:before,
	.balloon2:after{
		content: none;
	}
	.box{
		padding: 5%;
	}
	ul.flow.pc{ display: none; }
	ul.flow.sp{
		display: block;
	}
	ul.flow.sp li {
		background: none;
		margin: 0;
		padding: 0;
	}
	h3.pt-01{
		padding-bottom: 10px;
		border-bottom: solid rgb(0, 175, 209);
	}
	h3.pt-01 span{
		font-size: 16px;
	}
	h3.pt-02 span {
		font-size: 16px;
		display: block;
		padding: 8px 0px;
	}
	.image-area{
		margin: 0 0 1em;
	}
	.txt-box{ flex: 9; }
	.txt-box h3, .txt-box p{
		margin-bottom: 10px;
	}
	.txt-box h3{
		font-size:18px;
	}
	.txt-box p{
		font-size: 14px;
	}
	.txt-box dl{
		font-size: 12px;
	}
	.txt-box dd{
		margin-bottom: 0;
	}
	dl#acMenu.question{
		margin-bottom: 50px;
	}
	dl#acMenu.question dt, dl#acMenu.question dd{
		font-size: 14px;
		padding: 10px 40px 10px 20px;
	}
	dl#acMenu.question dd{
		padding: 10px 20px;
	}
	#acMenu dt:after, #acMenu dt.active:after, dl#acMenu dt.ac-open.active:after, dl#acMenu dt.ac-open:after{
		top: 10px;
	}
	dl#acMenu.question dt .fa, dl#acMenu.question dd .fa{
		display: none;
	}
	ul.flow{
		display: block;
	}
	ul.flow li,
	ul.flow li span{
		writing-mode: horizontal-tb;
		height: auto;
	}
	ul.flow li{
		margin-bottom: 5px;
		padding: 5px 0 5px 3px;
	}
	ul.flow li span{
		display: inline-block;
		width: 81%;
	}
	section.maintenance .over-wrap .inner{
		background: url(../images/haisui.png) center no-repeat;
	}
	section.renovation {
		background: url(../images/hero4.png) center / cover no-repeat;
	}
	h3.impact {
		font-size: 30px;
		margin-bottom: 1em;
	}
	h3.impact span {
		display: block;
		font-weight: 600;
		font-size: 18px;
		border-bottom: solid 2px;
	}
	.form-wrap{
		padding: 30px 20px;
	}
	.form-wrap .main-text{
		font-size: 15px;
	}
	.form-wrap dl {
		display: block;
	}
	.form-wrap dt, .form-wrap dd {
		margin: 10px 0;
		padding: 0;
		box-sizing: border-box;
	}
	.form-wrap dt, .form-wrap dd {
		margin: 10px 0;
		padding: 0;
		box-sizing: border-box;
	}
	.fluffy{
		display: block !important;
		position: static;
		animation: none;
	}
	section.contact{
		padding-bottom: 40px;
	}
	#page-top a{
		width: 100%;
		font-size: 14px;
		border-radius: 0;
		padding: 5px 0 10px;
	}
	footer{
		padding: 25px 0 0;
	}
	footer ul{
		display: block;
		margin: 0 0 25px;
	}
	footer ul li {
		margin: 10px auto 0;
	}
	footer small {
		margin-bottom: 52px;
	}
	#sp-footer-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		-webkit-justify-content: center;
		display: flex;
		justify-content: center;
		background: rgb(0, 0, 0);
		padding: 10px 3%;
		-webkit-align-items: center;
		align-items: center;
	}
	#sp-footer-menu p{
		margin: 0 1%;
	}
	#sp-footer-menu .footer-contact{
		flex: 5;
	}
	#sp-footer-menu .footer-phone{
		flex: 1;
	}
	#sp-footer-menu .footer-contact a,
	#sp-footer-menu .footer-phone a{
		color: rgb(255, 255, 255);
		text-decoration: none;
		display: block;
		padding: 10px 0;
	}
	#sp-footer-menu .footer-contact a{
		position: relative;
		overflow: hidden;
		background: rgb(0, 175, 209);
		border: solid 1px rgb(64, 150, 9);
	}
	#sp-footer-menu .footer-phone a{
		font-size: 28px;
		margin: 0;
		padding: 0;
		border: solid 1px;
		border-radius: 3px;
	}
	#sp-footer-menu .footer-contact a:before {
		display: block;
		position: absolute;
		left: -30%;
		top: -50%;
		content: "";
		width: 20px;
		height: 80px;
		transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255, 255, 255, 0.1)),color-stop(100%,rgba(255,255,255,0)));
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
		animation: shiny 4s infinite linear;
		-webkit-animation: shiny 4s infinite linear;
		-moz-animation: shiny 4s infinite linear;
		background-color: rgba(255, 255, 255, 0.3);
	}
	@keyframes shiny {
		0% { left: -30%; }
		20% { left: 250%; }
		100% { left: 250%; }
	}
	@-webkit-keyframes shiny {
		0% { left: -30%; }
		20% { left: 250%; }
		100% { left: 250%; }
	}
	@-moz-keyframes shiny {
		0% { left: -30%; }
		20% { left: 250%; }
		100% { left: 250%; }
	}
}
@media (max-width: 460px) {
	.flex-box li { width: 100%; }
	.lineup dt, .lineup dd{
		float: none;
		padding: 4px 5px;
	}
	.lineup dt { background: rgb(236, 236, 236); }
}
.mark {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    color: #ff3333;
}

/**
* company profile
*
*/
:root {
  --prof-color: #0b57a7;
}

.p-prof {
  /* max-width: 100dvw !important;
  margin-right: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important;
  margin-left: calc(clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem) * -1) !important; */
  padding-right: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-left: clamp(1.25rem, 0.833rem + 1.39vw, 1.875rem);
  padding-top: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 2.083rem + 5.56vw, 6.25rem);
	background-color: #fff;
}
.p-prof > * {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.p-prof > * a {
  transition: ease 0.3s;
}
.p-prof > * a:hover {
  opacity: 0.9;
}
.p-prof_title {
  margin-top: 2em;
  font-size: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  text-align: center;
  padding-bottom: 30px;
}
.p-prof_title:first-child {
  margin-top: 0;
}
.p-prof_subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: clamp(1.25rem, 0.534rem + 3.05vw, 2rem);
  text-align: left;
  border-bottom: 4px solid var(--prof-color);
}
.p-prof_map {
  margin-top: 0px;
  margin-bottom: 0;
}
.p-prof_map img {
	width: 100%;
}
.p-prof_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-prof_table > tbody {
  border-bottom: 1px solid #ddd;
}
.p-prof_table > tbody > tr th,
.p-prof_table > tbody > tr > td {
  display: list-item;
  list-style: none;
  border-top-width: 0px;
}
.p-prof_table > tbody > tr th,
.p-prof_table > tbody > tr td {
  display: list-item;
  list-style: none;
  padding: 1.5em 1em;
  line-height: 1.7;
  font-feature-settings: "halt";
  border: 1px solid #ddd;
  border-width: 1px 0 0 0;
}
.p-prof_table > tbody > tr th {
  /* width: 100%; */
  text-align: center;
  background-color: #FAF9F9;
}
.p-prof_table > tbody > tr td,.p-prof_table > tbody > tr th {
  overflow-wrap: break-word;
  text-align: justify;
}
.p-prof_table > tbody > tr td:last-child {
  text-align: center;
}
.p-prof .head-office {
  display: flex;
  flex-wrap: wrap;
  gap: 0em;
}
.p-prof .head-office dl,
.p-prof .head-office dt,
.p-prof .head-office dd {
  margin: 0;
  padding: 0;
}
.p-prof .head-office dl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  margin-bottom: 2em;
}

.p-prof .head-office dt {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 17px;
  border-bottom: 2px solid #eee;
}
.p-prof .head-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--prof-color);
  border-radius: 100px;
  border: 2px solid #0b57a7;
}
.p-prof .head-office a.map:hover {
  color: #0b57a7;
  background-color: #fff;
}
.p-prof .branch-office a.map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.75em 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  background-color: #4580C0;
  border-radius: 100px;
  border: 2px solid #4580C0;
}
.p-prof .branch-office a.map:hover {
  color: #4580C0;
  background-color: #fff;
}

.p-prof_table tbody tr > th {
  background-color: #f7f7f7;
  /* border-bottom: 1px solid #C9D0D2; */
}
.p-prof_table tbody tr th {
  display: flex;
  align-items: center;
	justify-content: center;
}
.p-prof_table__tr:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-prof_table {
    table-layout: auto;
  }
  .p-prof_table tbody tr td,
  .p-prof_table tbody tr th {
    width: 50%;
    display: table-cell;
    text-align: left;
    border-width: 1px 0;
  }
  .p-prof_table tbody tr > th {
    width: 30%;
    text-align: center;
  }

  .p-prof .head-office dl {
    width: calc(50% - 1em);
  }

  .p-prof .branch-office a.map {
    width: 160px;
  }
}/*# sourceMappingURL=p-profile.css.map */

.p-site__img {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-site__subtitle {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 14px;
  padding-left: 30px;
}

.p-site__subtitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003d7e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain {
  margin-top: 100px;
}

.p-siteMain__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-siteMain__item:not(:first-of-type) {
  margin-top: 46px;
}

.p-siteMain__body {
  width: 45%;
}

.p-siteMain__body p {
  font-size: 16px;
  margin-top: 24px;
}

.p-siteMain__title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  position: relative;
}

.p-siteMain__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-siteMain__title {
  padding-left: 33px;
  padding-top: 42px;
  line-height: calc(28/24);
  font-size: 20px;
}

.p-siteMain__map a {
  display: inline-block;
  padding: 4px 20px;
  width: 150px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background-color: #003d7e;
  transition: all 0.3s ease 0s;
  border: 2px solid #003d7e;
  margin-top: 25px;
}

.p-siteMain__map a:hover {
  background-color: #fff;
  color: #003d7e;
}

.p-siteMain__img {
  width: 55%;
  padding-left: 10%;
  padding-top: 25px;
}

.p-site__sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-siteSub__items {
  margin: 0;
  margin-top: 30px;
  padding: 0;
}

.p-siteSubitem {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #FAF9F9;
  border-bottom: 1px solid #C9D0D2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.p-siteSub__item:not(:first-of-type) {
  margin-top: 20px;
}

.p-siteSubitem__name {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.05em;
  width: 25%;
  font-weight: bold;
}

.p-siteSubitem__locate {
  width: 50%;
  color: #000;
}

.p-siteSubitem__map {
  width: 20%;
  margin: auto;
  text-align: right;

}

.p-siteSubitem__map a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #4580C0;
  padding: 7px;
  width: 130px;
  border-radius: 25px;
  border: 2px solid #4580C0;
  text-decoration: none;
}

.p-siteSubitem__map a:hover {
  color: #4580C0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-siteMain__item {
    display: flex;
    flex-direction: column-reverse;
  }

  .p-siteMain__item:not(:first-of-type) {
    margin-top: 46px;
  }

  .p-siteMain__body {
    width: 100%;
  }

  .p-siteMain__img {
    width: 100%;
    padding-left: 0%;
    padding-top: 25px;
  }


  .p-siteMain__title {
    padding-left: 20px;
    padding-top: 30px;
    font-size: 18px;
  }

  .p-siteMain__body p {
    font-size: 16px;
    margin-top: 15px;
  }

  .p-siteMain__map {
    text-align: center;
  }

  .p-siteSubitem {
    display: block;
  }


  .p-siteSubitem__name {
    width: 100%;
    font-weight: bold;
  }

  .p-siteSubitem__locate {
    width: 100%;
    margin-top: 20px;
  }

  .p-siteSubitem__map {
    width: 100%;
    text-align: right;
  }
  .p-prof .head-office {
    gap: 20px;
  }

  .p-prof_subtitle {
    font-size: 18px;
  }

  /*===========
  .scroll-box
  ===========*/
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 600px;
    vertical-align: top;
  }

  /*===========
  scrollbar
  ===========*/
  /*スクロールバー全体の高さ*/
  .scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #D1D1D1;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #003d7e;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #003d7e;
  }
}
