@charset "utf-8";
html, body {
	width: 100%;
}
body {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #444;
	font-family: 'Noto Sans JP', sans-serif;
	/*min-width: 1060px;*/
	position: relative;
}
/*全体*/
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow: hidden;
}
@media all and (max-width: 768px) {
.pc_only {display: none;}
.sp_only {}
}
@media all and (min-width: 769px) {
.pc_only {}
.sp_only {display: none;}
}
/* ======================
contents共通
===================== */
.contents {
	width: 100%;
}
.inner {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    }
.jp {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
}
.en {
	font-family: 'Oswald', sans-serif;
}
.midashi {
    font-weight: 700;
    text-align: center;
	margin: 30px auto;
}
.midashi b {
    display: block;
    font-size: 40px;
    line-height: 1.4;
    color: #1D79BF;
}
.midashi small {
    display: block;
    font-size: 22px;
	line-height: 3.5em;    
}
@media all and (max-width: 768px) {
        .midashi {
            margin: 30px auto;    
        }
        .midashi b {
            font-size: 28px;
        }
        .midashi small {
            font-size: 18px;
            line-height: 1.8em;    
        }
}
.text {
}
@media all and (max-width: 768px) {
	.text {text-align: left;}
}
.center {
	text-align: center;
}
@media all and (max-width: 768px) {
	.text {text-align: left;}
}
/*▼scroll animation*/
.fadein {
  opacity : 0;
  transform : translate(0, 150px);
  transition : all 0.3s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
/*▼scroll maker*/
.js-marker {
	display: inline;
	position: relative;
	background-image: linear-gradient(90deg, #E9D13A, #ffba01);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 0 30%;
	transition: all 0.5s ease-in-out;
	font-weight: bold;
}
.js-marker.inview {
	background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}
/*======================
ボタン共通
=====================*/
.bt {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*リンク用ボタンベタ　赤*/
.css_btn_class {
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	background-color: #BF272E;
	color: #fff;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 50px;
	font-weight: bold;
}
.css_btn_class:hover {
	background-color: #E9D13A;
	color: #BF272E;
	opacity: 1.0 !important;
}
/*======================
header
======================*/
#header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 96%;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(136,136,136,0.5);
    box-shadow: 2px 2px 3px 3px rgba(136,136,136,0.5);
    padding: 0.5em 3% 0.5em 3%;
    height: 40px;
}
#header .h_logo {
    width:170px;
}
#header .right {
}
#header .right .h_btn {
    width:150px;
}
@media all and (max-width: 899px) {
    #header .right .h_tel {
        display: none;
    }
}
@media all and (min-width: 900px) {
        #header {
            padding: 0.5em 3% 0.5em 3%;
            height: 50px;
        }
        #header .h_logo {
            width: 280px;
        }
        #header .right {
            float: right;
        }
        #header .right .h_tel {
            overflow: hidden;
            float: left;
            margin: 0.5em 1em;
        }
        #header .right .h_tel dt {
            width: 220px;
            float: left;
            margin-right: 0.5em;
        }
        #header .right .h_tel dd {
            font-size: 12px;
            line-height: 1.2;
            float: right;
        }
        #header .right .h_btn {
            width: 200px;
            float: right;
        }
}
/*======================
#main
======================*/
#contents {
    margin-top: 65px;
}
@media all and (max-width: 768px) {
    #contents {
        margin-top: 55px;
    }
}
/* ======================
mv
====================== */
#mv {
	width: 100%;
	background-image: url(../images/mv_bg.webp);
	background-size: 100% auto;
	background-position: center bottom;
	overflow: hidden;
    padding-top: 50px;
}
#mv .inner {
	background-image: url(../images/mv_habuki.webp);
	background-size: 40% auto;
	background-position: right 85%;
}
#mv .sub_copy {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.0;
    display: inline-block;
    padding-bottom: 7px;
    background: linear-gradient(transparent 65%, #E9D13A 65%);
} 
#mv .main_copy {
    color: #1D79BF;
    font-weight: 700;
	font-size: 7vw;
    line-height: 1.2;
    padding: 10px 0 0 0;
}
@media all and (min-width: 960px) {
	#mv .main_copy {font-size: 65px;}
}
@media screen and (min-width: 769px) and (max-width: 959px) {
	#mv .main_copy {font-size: 6.5vw;}
}
@media screen and (min-width: 641px) and (max-width: 768px) {
	#mv .main_copy {font-size: 8vw;line-height: 1.4;}
}
@media all and (max-width: 640px) {
	#mv .main_copy {font-size: 10vw;line-height: 1.4;}
}
#mv .mv_icon {
    width: 50%;
    max-width: 550px;
    padding: 60px 0 30px 0;
}
#mv .btn {
    width: 300px;
    padding: 0 0 50px 0;
}

@media all and (max-width: 768px) {
	#mv {
		width: 100%;
		background-image: url(../images/mv_bg.webp);
		background-size: 600px 130px;
		background-position: 40% bottom;
		overflow: hidden;
		padding-top: 30px;
	}
    #mv .inner {
        background-image: url(../images/mv_habuki.webp);
		background-size: 45% auto;
		background-position: right 38%;
    }
    #mv .sub_copy {
		font-size: 18px;
    }
	#mv .mv_icon {
		width: 100%;
		max-width: 100%;
		padding: 60px 0 20px 0;
		margin: 0 auto 0 auto;
	}
	#mv .btn {
		width: 90%;
		margin: 0 auto 0 auto;
		padding: 0 0 20px 0;
	}
}
/* ======================
case
====================== */
#case {
    margin: 5em auto 0em auto;
}
#case .case_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    margin: 50px 0 0 0;
}
#case .case_box li {
    width: 48%;
}
#case .kaiketsu .midashi img {
    width:  auto;
    height: 40px;
}
#case .kaiketsu .midashi b {
    background: linear-gradient(transparent 80%, #E9D13A 80%);
    display: inline-block;
}
#case .arrow_btm {
    width: 100%;
	background-image: url(../images/arrow_btm.svg);
	background-size: auto 50px;
	background-position: center bottom;
    padding-bottom: 50px;
    margin-top: 50px;
}
#case .bg_l_blue {
    padding: 30px 50px;
}
#case .bg_l_blue .image {
    margin-top: 30px;
}
#case .bg_l_blue .midashi {
    margin: 10px auto !important;
}
#case .bg_l_blue .text {
}
#case .bg_l_blue .check {
    width: 480px;
    margin: 30px auto;
}
#case .bg_l_blue .check li {
	background-image: url(../images/icon_check.svg);
    background-size: auto 25px;
    background-position: left center;
    padding: 10px 0 10px 30px;
    font-size: 20px;
    line-height: 1.0;
    font-weight: 700;
}
@media all and (max-width: 768px) {
	#case {
		margin: 3em auto 0em auto;
	}
	#case .case_box {
		display: block;
		margin: 30px 0 20px 0;
	}
	#case .case_box li {
		width: 100%;
		margin-bottom: 10px;
	}
	#case .kaiketsu {
		margin-top: 30px;
	}
	#case .kaiketsu .midashi img {
		width:  auto;
		height: 40px;
	}
	#case .kaiketsu .midashi b {
		background: linear-gradient(transparent 90%, #E9D13A 90%);
	}
	#case .kaiketsu .midashi small {
		line-height: 1.6;
		margin-bottom: 10px;
	}
	#case .arrow_btm {
		background-size: auto 30px;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	#case .bg_l_blue {
		padding: 20px 5%;
	}
	#case .bg_l_blue .image {
		margin-top: 30px;
	}
	#case .bg_l_blue .midashi {
		line-height: 1.8;
	}
	#case .bg_l_blue .text {
	}
	#case .bg_l_blue .check {
		width: 100%;
		margin: 30px auto;
	}
	#case .bg_l_blue .check li {
		background-size: auto 20px;
		background-position: left 15px;
		padding: 10px 0 10px 30px;
		font-size: 18px;
		line-height: 1.4;
	}
}
/* ======================
about
====================== */
#about {
    margin: 3em auto 5em auto;
}
#about .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    margin: 50px 0;
}
#about .wrap .left {
    width: 54%;
}
#about .wrap .right {
    width: 43%;
}
#about .plant {
}
#about .bnr {
    margin-top: 50px;
}
@media all and (max-width: 768px) {
	#about .wrap {
		margin: 30px 0;
	}
	#about .wrap .left {
		width: 80%;
		margin: 0 auto 10px auto;
	}
	#about .wrap .right {
		width: 80%;
		margin: 0 auto 10px auto;
	}
	#about .bnr {
		margin-top: 30px;
	}
}
/* ======================
cta
====================== */
.cta {
   /* margin: 3em auto 3em auto;*/
    background-color: #1D79BF;
    color: #FFF;
    padding: 40px 0 30px 0;
}
.cta .midashi {
    margin: 0 auto 20px auto;
}
.cta .midashi b {
    font-size: 24px;
    color: #FFF;
}
.cta .btn {
    width: 300px;
    margin: 20px auto 0 auto;
}
@media all and (max-width: 768px) {
	.cta .midashi b {
		font-size: 20px;
	}
}
/* ======================
merit
====================== */
#merit {
    padding: 3em 0 5em 0;
	background-image: url(../images/merit_bg.jpg);
    background-size: cover;
    background-position: center center;
}
#merit .plant {
}
#merit .hikaku {
	margin-top: 100px;
}
@media all and (max-width: 768px) {
	#merit .hikaku {
		margin-top: 50px;
	}
}
#merit .hikaku table {
	background-color: #FFF;

}
#merit .hikaku table th,
#merit .hikaku table td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px;
    font-weight: 700;
	text-align: center !important;
}
#merit .hikaku table th {
    width: 28%;
}
#merit .hikaku table th.term {
    width: 15%;
}
#merit .hikaku table .bg_gray,
#merit .hikaku table .bg_blue{
    color: #FFF;
}
@media all and (max-width:768px) {
#merit .hikaku table th,
#merit .hikaku table td {
    padding: 6px;
    font-size: 12px;
    line-height: 1.3;
}
#merit .hikaku table th.term {
    width: 18%;
}
}
#merit .hikaku table th .ill {
    width: 80%;
    margin: 0 auto 10px auto;
    display: block;
   height: 10em;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 959px) {
#merit .hikaku table th .ill {
    height: 8em;
    }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
#merit .hikaku table th .ill {
    height: 8em;
    }
}
@media all and (max-width: 640px) {
#merit .hikaku table th .ill {
    height: 6.5em;
    }
}
#merit .hikaku table th .ill img {
	position:absolute;
	top:50%;
 	left:50%;
 	transform:translate(-50%,-50%);
}
#merit .hikaku table th .ill img.ill_1 {
    width: 100%;
}
#merit .hikaku table th .ill img.ill_2,
#merit .hikaku table th .ill img.ill_3 {
    width: 85%;
}
#merit .hikaku .kome {
    font-size: 12px;
    margin-top: 10px;
}

/* ======================
flow
====================== */
#flow {
    margin: 3em auto 3em auto;
}
#flow .flow_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#flow .flow_box li.fukidashi {
	width: 18%;
	background-image: url(../images/arrow_left.svg);
    background-size: 12px auto;
    background-position: right center;
	padding-right: 12px
}
#flow .flow_box li.fukidashi:last-child {
	background-image: none;
	padding-right: 0px
}
#flow .flow_box .bg_l_blue {
	padding: 15px 5%;
	font-weight: 700;
	color: #1D79BF;
	width: 90%;
	display: block;
	text-align: center;
}
#flow .waku {
	border: 1px solid #888888;
	padding: 20px;
	margin: 50px 0 30px 0;
}
#flow .attention {
	background-color: #DDD;
	padding: 20px;
}
#flow .waku .midashi,
#flow .attention .midashi {
	text-align: left;
	margin: 0;
}
#flow .attention .midashi {
	background-image: url(../images/icon_attention.svg);
    background-size: auto 20px;
    background-position: left center;
    padding: 0 0 0 30px;
}
#flow .waku .text,
#flow .attention .text {
	font-size: 13px;
	line-height: 1.6;
}
@media all and (max-width: 768px) {
	#flow .flow_box {
		display: block;
		width: 70%;
		margin: 0 auto;
	}
	#flow .flow_box li.fukidashi {
		width: 100%;
		background-image: url(../images/arrow_btm.svg);
		background-size: auto 17px;
		background-position: center bottom;
		padding-right: 0px;
		padding-bottom: 17px;
		margin-bottom: 5px;
	}
	#flow .flow_box li.fukidashi:last-child {
		background-image: none;
		padding-right: 0px
	}
	#flow .flow_box .bg_l_blue {
		padding: 15px 5%;
		width: 90%;
	}
	#flow .waku {
		margin: 10px 0 15px 0;
	}
}
/* ======================
qa
====================== */
#qa {
    margin: 0em auto 3em auto;
}
/*accordion*/
.accordion_area {
}
.accordion_area .accordion_one {
	margin-bottom: 20px;
    padding: 0.8em 0.8em 0.8em 1.2em;
    border-radius: 0.5em;
    box-shadow: inset 0 0 6px #ccc;
}
.accordion_area .accordion_one .ac_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  background-image: url(../images/icon_q.svg);
  background-size: auto 30px;
  background-position: left center;
  padding: 10px 0 10px 40px;
}
.accordion_area .accordion_one .ac_header p {
  color: #1D79BF;
  font-weight: 700;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {/*閉じてる状態*/
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../images/arrow_acc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s ease;
}
/* 開いたら回転させる（上向き） */
.accordion_area .accordion_one .ac_header.open .i_box::before {/*開いた状態*/
  transform: translateY(-50%) rotate(180deg);
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  background-image: url(../images/icon_a.svg);
  background-size: auto 30px;
  background-position: left center;
  padding: 10px 0 10px 40px;
}


@media all and (max-width: 768px) {
	#qa {
		margin: 3em auto 3em auto;
	}
	.accordion_area .accordion_one {
		padding: 0.8em 0.5em 0.8em 1.2em;
	}
	/*accordion*/
	.accordion_area .accordion_one .ac_header {
	  padding: 10px 40px 10px 40px;
	  background-position: left 8px;
	  font-size: 14px;
	  line-height: 1.6;
	}
	.accordion_area .accordion_one .ac_header .i_box:before {/*閉じてる状態*/
	  width: 15px;
	  height: 15px;
	}
	.accordion_area .accordion_one .ac_header.open .i_box:after {
	  height: 0;
	}
	.accordion_area .accordion_one .ac_inner {
	  background-position: left 15px;
	  font-size: 14px;
	  line-height: 1.6;
	}

}
/* ======================
contact
====================== */
#contact {
padding-top: 70px;/*アンカーリンク対策*/
margin-top: -70px;
}
/* ======================
footer
====================== */
#pagetop {
	text-align: center;
	bottom: 20px;
	right: 20px;
	position: fixed;
	z-index: 99;
}
#pagetop img {
	width: 50px;
}
#footer {
    margin-top: 100px;
}
.copyright {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background-color: #1D79BF;
}

