@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
*,
*:before,
*:after {
    box-sizing: border-box;
    transition: .4s;
}
*:last-child {
    margin-bottom: 0!important;
}
html {
    font-size: 62.5%;
}
body {
    position: relative;
    left: 0;
    color: #3f2306;
    font-family: "Noto Sans CJK JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 500;
}
/* _:lang(x)::-ms-backdrop, body {
    font-family: 'Lato',"メイリオ", Meiryo, sans-serif;
} */
a,
a:before,
a:after {
    color: #3f2306;
    cursor: pointer;
}
a {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
table {
    width: 100%;
}
::-webkit-input-placeholder,
:placeholder-shown {
    color: #B4BABF;
}
select::-ms-expand {
    display: none;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
    	pointer-events: none;
	}
}

@media screen and (min-width: 992px) {
    body {
        font-size: 1.6rem;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    Material icons
------------------------------------------------------------*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

/*------------------------------------------------------------
    none
------------------------------------------------------------*/
.hidden--s,
.hidden--m,
.hidden--l {
    display: block;
}
.visibility--s,
.visibility--m,
.visibility--l {
    display: none;
}

@media screen and (min-width: 768px) {
    .hidden--s {
        display: none;
    }
    .visibility--s {
        display: block;
    }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
    .hidden--m {
        display: none;
    }
    .visibility--m {
        display: block;
    }
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
    .hidden--l {
        display: none;
    }
    .visibility--l {
        display: block;
    }
} /* ----- media END ----- */

/*------------------------------------------------------------
    margin
------------------------------------------------------------*/
.mb_xs { margin-bottom: 15px!important; }
.mb_s { margin-bottom: 30px!important; }
.mb_m { margin-bottom: 45px!important; }
.mb_l { margin-bottom: 60px!important; }
.mb_0 { margin-bottom: 0px!important; }
.mb_10 { margin-bottom: 10px!important; }
.mb_15 { margin-bottom: 15px!important; }
.mb_20 { margin-bottom: 20px!important; }
.mb_30 { margin-bottom: 30px!important; }
.mb_40 { margin-bottom: 40px!important; }
.mb_45 { margin-bottom: 45px!important; }
.mb_60 { margin-bottom: 60px!important; }
.mb_90 { margin-bottom: 90px!important; }

@media screen and (min-width: 992px) {
    .mb_xs { margin-bottom: 30px!important; }
    .mb_s { margin-bottom: 60px!important; }
    .mb_m { margin-bottom: 90px!important; }
    .mb_l { margin-bottom: 120px!important; }
} /* ----- media END ----- */

/*------------------------------------------------------------
    テキスト寄せ
------------------------------------------------------------*/
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/
.main {
    margin-top: 70px;
}
.content {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}
.content_bg {
    padding: 60px 0;
}
.content_bg.respons {
    padding: 20px 0;
}
.content_bg + .clearHidden + .content_bg {
    margin-top: -60px;
}
.content_area {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .main {
        margin-top: 0;
    }
    .content_area {
        max-width: 960px;
        padding: 0 30px;
    }
    .content_area__l {
        max-width: 1320px!important;
    }
    .content_area__sp {
        max-width: 100%!important;
        padding: 0!important;
    }
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
    .content {
        margin-bottom: 90px;
    }
    .content_bg {
        padding: 90px 0;
    }
	.content_bg.respons {
    	padding: 60px 0;
	}
    .content_bg + .clearHidden + .content_bg {
        margin-top: -90px;
    }
    .content_area {
        max-width: 1320px;
        padding: 0 60px;
    }
} /* ----- media END ----- */
/*------------------------------------------------------------
    全体
------------------------------------------------------------*/
main {
	margin-top: 80px;
}
.contnet_normal h2 {
	margin-bottom: 20px;
}
.contnet_normal h2 img {
	margin: 0 auto; 
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	.contnet_normal h2 {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
    テキスト
------------------------------------------------------------*/
.txt_color-01 {
	color: #d91411;
}
.txt_color-02 {
	color: #ee5e13;
}
.txt_box p {
	margin-bottom: 30px;
}
.link {
	color: #18408a;
	border-bottom: 1px solid #18408a;
	display: inline-block;
}
/*------------------------------------------------------------
   	アイコン
------------------------------------------------------------*/
.check::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #ee5e13;
	border-bottom: 2px solid #ee5e13;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*------------------------------------------------------------
    header
------------------------------------------------------------*/
.header_inner {
	padding: 10px 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.header_inner .header_inner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header_logo {
	max-width: 190px;
	margin-right: 20px;
}
.header_btn_sp {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.header_btn_sp:last-child {
	margin-right: 0;	
}

@media screen and (min-width: 768px) {
	.header_inner {
		padding: 18px 0 10px;
	}
	.header_inner .header_inner_list > li {
		margin-right: 10px;
	}
	.header_inner .header_inner_list > li:nth-child(3) {
		margin-right: 0;
	}
	.header_logo {
		width: 100%;
		max-width: 100%;
		padding-right: 10px;
	}
	.header_gnav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.header_gnav {
		margin-top: 102px;
	}
	.header_gnav li a {
		font-size: 1.6rem;
		padding: 20px 30px;
	}
	.header_gnav li a:hover {
		color: #ee5e13;
	}
	.header_gnav li:first-child a {
		padding-left: 0;	
	}
	.header_gnav li:last-child a {
		padding-right: 0;	
	}
	.header_contact {
		position: relative;
		transition: .4s;
	}
	.header_contact::before {
		content: "";
		display: inline-block;
		background-image: url('../images/common/header-btn-hover.png');
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
	}
	.header_contact:hover::before {
		opacity: 1;
	}
}
/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.mv {
		background-image: url(../images/mv/mv-bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		background-position: left;
	}
	.mv_inner-pc{
		position: relative;
	}
	.president-image{
		position: absolute;
		height: 54%!important;
		bottom: 0;
		right: -6%;
	}

	.mv_inner-pc {
		text-align: center;
	}
	.mv_inner-pc img {
		height: auto;
	}

	.under_content{
		background-color: #3f2306;
	}
	.under_inner{
		max-width: 960px;
		padding: 0 30px;
		margin:0 auto;
	}
}


@media screen and (min-width: 992px){
	.under_content{
		background-color: #3f2306;
		padding-bottom:10px;
	}
	.under_inner {
    	max-width: 1320px;
    	padding: 0 60px;
	}
}


/*------------------------------------------------------------
    respons
------------------------------------------------------------*/
.response-list-box{
	margin-bottom:20px;
}
.bg-respons {
	background: #faf8e9;
}
.response-ttl {
	background: #ee5e13;
	padding: 15px 20px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
.response-list {
	background: #fff;
	border-left: 3px solid #ee5e13;
	border-right: 3px solid #ee5e13;
	border-bottom: 3px solid #ee5e13;
	padding: 20px 17px 17px 17px;
	border-radius: 0 0 10px 10px;
}
.response-list-tel {
	margin-bottom: 20px;
}
.response-list-tel img {
	margin: 0 auto;
}
.response-list-btn-item {
	margin-bottom: 10px;
}
.response-list-btn-item:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.response-list-btn-item {
		margin: 0 15px;
	}
	/* .response-list-btn-item:first-child {
		margin-right: 15px;
	}
	.response-list-btn-item:last-child {
		margin-left: 15px;
	} */
	.response-ttl {
		padding: 25px 60px;
		position: relative;
	}
	.respons-staff {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.response-list-tel {
		margin-bottom: 30px;
	}
	.response-list-btn {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.response-list-btn-item {
		position: relative;
	}
	.response-list-btn-item::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
	}
	.response-list-btn-item:hover::before {
		opacity: 1;
	}
	.response-list-btn-item:first-child::before {
		background-image: url('../images/respons/img-response-contact-btn-hover.png');
	}
	.response-list-btn-item:last-child::before {
		background-image: url('../images/respons/img-response-line-btn-hover.png');
	}
}
@media screen and (min-width: 768px) {
	.response-list {
		padding: 35px 20px 47px;
	}
}


@media screen and (min-width: 768px) {
	.response-list{
		display:flex;
	}
	.response-list-box{
		margin-bottom:0;
	}
	.response-list-box:first-child{
		width:35%;
	}
	.response-list-box:last-child{
		padding-left:20px;
		width:65%;
	}
	.response-list-btn-item:first-child::before {
		background-image: url(../images/respons/img-response-contact-btn-hover.png);
	}
}
@media screen and (min-width: 992px) {
.response-list-box{
	margin-bottom:0;
}
.response-list-box:first-child{
	width:32%;
}
.response-list-box:last-child{
	padding-left:35px;
	width:68%;
}
.response-list-btn-item:first-child::before {
    background-image: url(../images/respons/img-response-contact-btn-hover.png);
}
}

/*------------------------------------------------------------
    レスポンシブ
------------------------------------------------------------*/

@media screen and (max-width: 768px){
	.footer {
		margin-bottom: 0;
	}
	}
	

/*------------------------------------------------------------
    troubled
------------------------------------------------------------*/
.content_bg.troubled {
	padding-top: 20px;
}
.troubled h2 {
	margin-bottom: 20px;
}
.troubled-list {
	background-image: url('../images/troubled/bg-troubled-sp.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.troubled-list ul {
	width: 100%;
	background: #fff;
	padding: 20px 15px;
}
.troubled-list ul li {
	font-size: 1.8rem;
	padding: 7px 0;
	position: relative;
	border-bottom: 1px dotted #d9d9d9;
	padding-left: 2em;
}
.troubled-list ul li:first-child {
	padding-top: 0;
}
.troubled-list li .check {
	position: absolute;
	top: 5px;
	left: 0;
	border: 3px solid #d9d9d9;
	padding: 3px;
	width: 30px;
	height: 30px;
	background: #fff;
}
.troubled-list li .check::before {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 7px;
    border-left: 3px solid #ee5e13;
    border-bottom: 3px solid #ee5e13;
    -webkit-transform: translate(-50% ,-50%) rotate(-45deg);
        -ms-transform: translate(-50% ,-50%) rotate(-45deg);
            transform: translate(-50% ,-50%) rotate(-45deg);
}
.troubled_solution {
	margin-bottom: 40px;
}
.troubled_solution img {
	margin: 0 auto;
}
.solution-area {
	background: #faf8e9;
	padding: 5px;
}
.solution-inner {
	background: #fff;
	padding-top: 25px;
}
.solution-area h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.solution-inner_txt {
	padding: 0 15px; 
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.troubled h2 {
		margin-bottom: 0;
	}
	.solution-inner {
		position: relative;
	}
	.solution-inner_txt {
		width: 48%;
		z-index: 1;
		position: relative;
	}
	.solution-img {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media screen and (min-width: 992px) {
	.content_bg.troubled {
		padding-top: 30px;
	}
	.troubled-list {
		background-image: url('../images/troubled/bg-troubled-pc.png');
		padding: 20px;
		margin-bottom: 50px;
	}
	.troubled-list ul {
		padding: 20px 8em 20px 12.068966%;
	}
	.troubled-list ul li {
		font-size: 2.4rem;
	}
	.troubled_solution {
		margin-bottom: 70px;
	} 
	.solution-area {
		padding: 10px;
	}
	.solution-area h3 {
		font-size: 3.2rem;
		margin-bottom: 30px;
	}
	.solution-inner {
		padding: 27px 0;
	}
	.solution-inner_txt {
		padding: 0 30px; 
	}
	.solution-inner_txt .txt_box p {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 1319px) {
	.troubled-list li .check {
	    top: 15px;
	}
	.troubled-list li:first-child .check {
	    top: 5px;
	}
}
@media screen and (min-width: 1320px) {
	.troubled-list li .check {
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
}
/*------------------------------------------------------------
    determine
------------------------------------------------------------*/
.content_bg.determine {
	background: #f5f5f5;
}
.determine-ttl {
	background: #18408a;
	border-radius: 10px 10px 0 0;
	padding: 15px;
	position: relative;
}
.determine-ttl img {
	margin: 0 auto;
	width: 75%;
}
.determine-ttl::before {
	content: "";
	display: inline-block;
	background-image: url('../images/determine/ico-determine-ttl-sp.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 50px;
	position: absolute;
	left: 0;
	top: -30px;
}
.determine-content {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.determine-content-ttl {
	margin-bottom: 20px;
}
.determine-content-ttl img {
	margin: 0 auto;
}
.determine-content-movie {
	margin-bottom: 35px;
	text-align: center;
}
.determine-point-box {
	padding: 30px 17px 20px;
	border: 3px solid #18408a;
	border-radius: 10px;
	position: relative;
}
.determine-point-box-ttl {
	max-width: 120px;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.determine-point-box-main-ttl {
	color: #18408a;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.determine-content-movie img:hover {
		opacity: 0.8;
	}
}
@media screen and (min-width: 992px) {
	.determine-ttl {
		padding: 50px 0 35px;
	}
	.determine-ttl img {
		width: auto;
	}
	.determine-ttl::before {
		background-image: url('../images/determine/ico-determine-ttl-pc.png');
		width: 268px;
		height: 115px;
		left: 9.5%;
		top: -4em;
	}
	.determine-content {
		padding: 40px 60px 60px;
	}
	.determine-content-movie {
		margin-bottom: 65px;
	}
	.determine-point-box {
		padding: 37px 27px 15px;
    height: 100%;
	}
	.determine-point-box-ttl {
		max-width: 145px;
	}
	.determine-point-box-main-ttl {
		font-size: 2.4rem;
	}
}

/*------------------------------------------------------------
    reason
------------------------------------------------------------*/
.bg-reason {
	background-image: url('../images/reason/bg-reason.jpg');
	background-repeat: no-repeat;
	background-size: cover;

}
.reason-box-ttl {
	margin-bottom: 20px;
}
.bg-reason {
	padding: 20px 0 50px;
}
.reason-box {
	margin-bottom: 60px;
}
.reason-box-content .txt_box p {
	font-size: 1.4rem;
}
.reason-box-content-img {
	margin-bottom: 20px;
}
.reason-box-content-img:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.bg-reason {
		margin-bottom: 60px !important;
	}
	.reason-box-content li:first-child {
		order: 2;
	}
	.reason-box-content li:last-child {
		order: 1;
	}
}
@media screen and (min-width: 768px) {
	.reason h2 {
		background-image: url('../images/reason/bg-reason-ttl.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		padding: 60px 0;
	}
	.reason h2 img {
		margin: 0 auto;
	}
}
@media screen and (min-width: 992px) {
	.bg-reason {
		padding: 30px 0 60px;
	}
	.reason-box-ttl {
		margin-bottom: 40px;
	}
	.reason-box {
		margin-bottom: 90px;
	}
	.reason-box-content .txt_box p {
		font-size: 1.8rem;
		margin-bottom: 35px;
	}
	.reason-box-content-img {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------------------
    promise
------------------------------------------------------------*/
.promise {
	padding-bottom: 60px;
}
.promise h2 {
	margin-bottom: 20px;
}
.promise h2 img {
	margin: 0 auto;
}
.promise-box {
	border: 3px solid #3f2306;
	padding:  17px;
	border-radius: 10px;
	position: relative;
}
.promise-box::before {
	content: "";
	display: inline-block;
	background-size: contain; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 30px;
	width: 52px;
	height: 67px;
}
.promise-box.i01::before {
	background-image: url('../images/promise/ico-promise-num01.png');
}
.promise-box.i02::before {
	background-image: url('../images/promise/ico-promise-num02.png');
}
.promise-box.i03::before {
	background-image: url('../images/promise/ico-promise-num03.png');
}
.promise-box.i04::before {
	background-image: url('../images/promise/ico-promise-num04.png');
}
.promise-box.i05::before {
	background-image: url('../images/promise/ico-promise-num05.png');
}
.promise-box.i06::before {
	background-image: url('../images/promise/ico-promise-num06.png');
}
.promise-box-ttl {
	color: #ee5e13;
	text-align: left;
	font-size: 2rem;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.promise-box-img {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.promise h2 {
		margin-bottom: 50px;
	}
	.promise-box::before {
		top: -3px;
		left: 60px;
		width: 78px;
		height: 100px;
	}	
	.promise-box-ttl {
		text-align: center;
	}
}
@media screen and (min-width: 992px) {
	.promise {
		padding-bottom: 90px;
	}
	.promise-box {
		padding:  27px;
	}
	.promise-box-ttl {
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow h2 {
	margin-bottom: 20px;
}
.flow-box {
	border: 5px solid #faf8e9;
	background: #fff;
	padding: 15px;
	margin-bottom: 70px;
	position: relative;
}
.flow-box::before {
	content: "";
	display: inline-block;
	background-image: url('../images/flow/img-flow-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 110px;
	height: 35px;
	position: absolute;
	left: 50%;
	bottom: -4em;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.flow-box:last-child::before {
	content: none;
}
.flow-box-ttl {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.flow-area {
	counter-reset: num;
}
.flow-construction ul {
	text-align: center;
}
.flow-construction li {
	position: relative;
}
.flow-construction li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -4.5%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid #ffdd01;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.flow-construction li:nth-child(2n)::before {
	content: none;
}
@media screen and (max-width: 768px) {
	.flow-box-img {
    	position: relative;
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}
	.flow-box-img::before {
		content: "";
		display: inline-block;
		counter-increment: num;
		content:counter(num);
		color: #fff;
		font-size: 1.8rem;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background: #ee5e13;
		font-weight: bold;
		text-align: center;
		line-height: 35px;
		position: absolute;
		bottom: -14.5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) {
	.flow-box-ttl {
		text-align: left;
		padding-left: 2em;
		position: relative;
	}
	.flow-box-ttl::before {
		content: "";
		display: inline-block;
		counter-increment: num;
		content:counter(num);
		color: #fff;
		font-size: 2.4rem;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #ee5e13;
		font-weight: bold;
		text-align: center;
		line-height: 38px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.flow-construction li:nth-child(2n)::before {
		content: "";
	}
	.flow-construction li:nth-child(3n)::before {
		content: none;
	}
	.flow-box-txt p .link {
		color: #3f2306;
		border: none;
	}
}
@media screen and (min-width: 992px) {
	.flow-box {
		border: 10px solid #faf8e9;
		padding: 30px;
	}
	.flow h2 {
		margin-bottom: 60px;
	}
	.flow-box-ttl {
		font-size: 2.8rem;
	}
	.flow-box {
		margin-bottom: 100px;
	}
	.flow-box::before {
		width: 180px;
		height: 55px;
		bottom: -6em;
	}
	.flow-box-txt p {
		font-size: 1.8rem;
	}
	.flow-construction li:nth-child(2n)::before,
	.flow-construction li:nth-child(3n)::before {
		content: "";
	}
	.flow-construction li:nth-child(4n)::before {
		content: none;
	}
}
@media screen and (min-width: 1500px) {
	.flow-construction li:nth-child(2n)::before,
	.flow-construction li:nth-child(3n)::before,
	.flow-construction li:nth-child(4n)::before {
		content: "";
	}
	.flow-construction li:nth-child(6n)::before {
		content: none;
	}
}
/*------------------------------------------------------------
    case
------------------------------------------------------------*/
.case {
	background-image: url('../images/case/bg-case.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.case-box-content-customer {
	margin-bottom: 30px;
}
.case-box-content-customer .case-box-content-ttl {
	background: #3f2306;
}
.case-box-content-staff .case-box-content-ttl {
	background: #ee5e13;
}
.case-box-content-ttl {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	padding: 10px;
	border-radius: 10px 10px 0 0;
}
.case-box-content-txt {
	background: #fff;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
.case-box-content-txt p {
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.case-area > ul > li:last-child {
		margin-top: 60px;
	}
}
@media screen and (min-width: 768px) {
	.case-box-content-txt li:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media screen and (min-width: 992px) {
	.case-box-content-ttl {
		padding: 5px 15px;
		font-size: 2.4rem;
	}
	.case-box-content-txt {
		padding: 20px;
	}
	.case-box-content-txt p {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
    voice
------------------------------------------------------------*/
.voice-box-img {
	margin-bottom: 10px;
	text-align: center;
}
.voice-box-txt p {
	background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%), linear-gradient(180deg,rgba(183,183,183,0) 0%,rgba(183,183,183,0) 96.5%,rgba(183,183,183,100) 100%);
    background-size: 4px 100%,100% 2em;
    background-repeat: repeat-x , repeat-y;
    line-height: 2;
    padding-bottom: 1px;
}
@media screen and (min-width: 992px) {
	.voice-box-txt p {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq-list th,
.faq-list td,
.faq-list p {
	display: block;
	position: relative;
	padding: 10px 10px 10px 2.5em;
	text-align: left;
	line-height: 1.5;
}
.faq-list th, 
.faq-list .faq-list_q {
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 1px solid #b7b7b7;
}
.faq-list th::before,
.faq-list .faq-list_q::before {
	content: "";
	display: inline-block;
	background-image: url('../images/common/ico_q.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	/* top: 15px; */
}
.faq-list td ,
.faq-list .faq-list_a {
	font-size: 1.4rem;
}
.faq-list td::before,
.faq-list .faq-list_a::before {
	content: "";
	display: inline-block;
	background-image: url('../images/common/ico_a.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 15px;
}
@media screen and (max-width: 767px) {
	.faq-list tr:last-child th {
		border-bottom: 1px solid #b7b7b7;
	}
	.faq-list tr:last-child th.active {
		border-bottom: none;
	}
	.faq-list tr:last-child th.active ~ td {
		border-bottom: 1px solid #b7b7b7;	
	}
	.faq-list tr:nth-child(n + 2) {
		margin-top: 0;
	}
	.faq-list th {
		padding-right: 20px;
		cursor: pointer;
	}
	.faq-list tr:nth-child(5) th::before,
	.faq-list tr:last-child th::before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.faq-arrow {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 11px solid #3f2306;
	}	
	.faq-list th.active .faq-arrow {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
	.faq-list td {
		display: none;
		padding-left: 4.5rem;
	}
}
@media screen and (min-width: 768px) {
	.faq-list p {
		padding: 15px 15px 15px 3em;
	}
	.faq-list .faq-list_q {
		border-top: none;
		padding-left: 2.5em;
		font-size: 2rem;
	}
	.faq-list .faq-list_a {
		display: block !important;
		padding-bottom: 30px;
		border-bottom: 1px solid #b7b7b7;
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 992px) {}
/*------------------------------------------------------------
    staff
------------------------------------------------------------*/
.staff {
	/* background: #f5f5f5; */
}
.staff h2 {
	margin-bottom: 20px;
}
.staff-txt {
	text-align: center;
}
@media screen and (min-width: 992px) {
	.staff-txt {
		font-size: 2.4rem;
	}
	.staff h2 {
		margin-bottom: 60px;
	}
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.company-message {
	margin-bottom: 60px;
}
.company-message-img {
	margin-bottom: 40px;
}
.company-message-ttl {
	width: 52%;
	margin-bottom: 20px;
}
.company-message .txt_box {
	margin-bottom: 15px;
}
.company-name {
	max-width: 230px;
	margin-left: auto;
}
.company-info-list h4 {
	color: #3f2306;
	border-bottom: 1px solid #3f2306;
	padding-bottom: 2px;
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: bold;
}
.company-info-list tr {
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
.company-info-list tr:last-child {
	border-bottom: 1px solid #b7b7b7;	
}
.company-info-list th,
.company-info-list td {
	display: block;
	padding: 15px 20px;
	text-align: left;
}
.company-info-list th {
	background: #f5f5f5;
	font-weight: bold;
	font-size: 1.6rem;
}
.company-info-list td {}
.map-btn {
	color: #fff;
	background: #3f2306;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	padding: 3px;
	font-size: 1.2rem;
	margin-left: 5px;
	text-align: center;
	width: 50px;
	border: 1px solid transparent;
}
.map-btn-arrow {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 4px solid #fff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.company-map-detail {
	width: 100%;
	height: 335px;
}
@media screen and (max-width: 767px) {
	.company-message .txt_box p {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.company-name {
		max-width: none;
		text-align: right;
	}
	.company-info-list th,
	.company-info-list td {
		display: table-cell;
	}
	.company-info-list th {
		width: 25%;
	}
	.company-info-list td {
		width: 75%;
	}
	.map-btn {
		font-size: 1.6rem;
		width: 70px;
		padding: 1px;
	}
	.map-btn:hover {
		background: #fff;
		color: #3f2306;
		border-color: #3f2306;
	}
	.map-btn-arrow {
		border-left: 5px solid #fff;
    	border-top: 3px solid transparent;
    	border-bottom: 3px solid transparent;
	}
	.map-btn:hover .map-btn-arrow {
		border-left: 5px solid #3f2306;
    	border-top: 3px solid transparent;
    	border-bottom: 3px solid transparent;
	}
}
@media screen and (min-width: 992px) {
	.company-message {
		margin-bottom: 90px;
	}
	.company-message-ttl {
		width: auto;
		margin-bottom: 40px;
	}
	.company-message .txt_box {
		margin-bottom: 40px;
	}
	.company-message .txt_box p {
		font-size: 1.8rem;
	}
	.company-info-list h4 {
		margin-bottom: 30px;
		font-size: 2.8rem;
	}
	.company-info-list th,
	.company-info-list td {
		font-size: 1.8rem;
		padding: 20px 30px;
	}
	.company-info-list th {
		padding-right: 0;
	}
	.company-map {
		height: 100%;
	}
	.company-map-detail {
		width: 100%;
		height: 100%;
	}
}
/*------------------------------------------------------------
    bnr
------------------------------------------------------------*/
.content_bg.bnr {
	padding: 15px 0 30px;
}
@media screen and (min-width: 992px) {
	.content_bg.bnr {
		padding: 30px 0 60px;
	}
	.bnr-img:hover {
		opacity: .8;
	}
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer {
	background: #3f2306;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
.fixed_footer_inner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #faf8e9;
	padding: 10px 20px;
}
.fixed_footer_btn {
	width: 100%;
	max-width: 335px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.footer {
		margin-bottom: 65px;
	}
}
@media screen and (min-width: 992px) {
	.footer {
		font-size: 1.6rem;
		padding: 15px 0;
	}	
}





/*------------------------------------------------------------
    各社システムと内訳の違い
------------------------------------------------------------*/
.differentiation{
	margin-bottom:60px;
}
.differentiation .content_area{
	padding: 0 0;
}
.differentiation .content_area_inner{
background-color:#faf8e9;
padding-bottom: 60px;
}
.differentiation .txt_box p {
text-align:center;
}
.differentiation .txt_box p span{
color:#d91411;
}
.differentiation_ttl{
	position: relative;
}
.ripple_ico{
	position: absolute;
    top: -50px;
    right: 10px;
}
.differentiation .txt_box::before {
    content: "";
    display: inline-block;
    background-image: url(../images/flow/img-flow-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -4em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.differentiation .txt_box {
	margin-bottom:60px;
	position: relative;
}
.differentiation .txt_box p {
	letter-spacing: -0.1em;
}
.differentiation_ttl {
    background-image: url(../images/differentiation/differentiation_bg-sp.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}
.differentiation_ttl h2{
	padding: 20px 40px 40px;
}
.differentiation-box-ttl{
	margin-bottom:50px;
}
.differentiation-system-box img:nth-child(3){
	margin:auto auto 30px auto;
	width: 85%;
}
.differentiation-system-box-inner{
	background-color: #fff;
	padding-top:20px;
}

@media screen and (max-width: 768px){
	.ripple_ico {
		top: 10px;
		right: 5px;
		width:22%;
	}
	.system_content{
		padding: 0 20px;
	}
	.differentiation-system-box img:last-child{
	padding-right: 10px;
}
}

@media screen and (min-width: 768px){
	.differentiation{
		margin-bottom:60px;
	}
	.differentiation_ttl{
		background-image: url(../images/differentiation/differentiation_bg.png);
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin-bottom: 30px;
		position: relative;
	}
	.differentiation_ttl h2{
		padding: 40px 40px 60px 40px;
	}
	.differentiation_ttl img {
		margin: 0 auto;
	}
	.differentiation .txt_box {
		margin-bottom: 70px;
	}
	.differentiation-box-ttl{
		width: 80%;
		margin:0 auto 60px;
		text-align:center;
	}
	.differentiation-system-box{
		margin-left: 60px;
		margin-right: 60px;
	}
	.differentiation-system-box-inner{
		background-color: #fff;
		padding: 60px;
		text-align:center;
	}
	.differentiation-system-box img:nth-child(2){
		margin:auto;
	}
	.differentiation-system-box img:first-child{
		margin:auto auto 30px auto;
	}

	

}

@media screen and (min-width: 992px) {

	.differentiation_ttl h2{
		padding: 40px 40px 90px 40px;
	}
	.differentiation .txt_box {
		margin-bottom: 90px;
		position: relative;
	}
	.differentiation .txt_box::before {
		width: 180px;
		height: 55px;
		bottom: -5em;
	}
	.differentiation-box-ttl{
		max-width:790px;
		margin:0 auto 60px auto;
		width:100%;
	}
	}


/*------------------------------------------------------------
    施工事例
------------------------------------------------------------*/
.construction_content{
	padding-top:50px;
}


/*------------------------------------------------------------
    会社情報
------------------------------------------------------------*/
.salls-map img{
text-align:center;
}
.company-map {
	margin-bottom:30px;
}
.shop-state {
	border: 10px solid #faf8e9;
	padding: 15px 15px 25px 15px;
}
.shop-intro {
	border: 10px solid #faf8e9;
	padding: 15px 15px 25px 15px;
	margin-bottom:20px;
}
.shop-intro-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	text-align:center;
	margin-bottom:20px;
}
.shop-state-ttl{
	font-size: 2.0rem;
	font-weight: bold;
	text-align:center;
	margin-bottom:20px;
}
.shop-intro-inner img{
	margin-bottom:20px;
}

.salls-map-txt{
	margin-bottom:10px;
}

@media screen and (min-width: 992px){
.company-map {
	height: 25%;
}
.shop-intro {
	padding: 30px 30px 50px 30px;
	margin-bottom:30px;
}
.shop-intro-ttl{
font-size: 2.8rem;
}
.shop-intro-inner img{
	margin-bottom:30px;
}
.shop-state {
    padding: 30px 75px 50px 75px;
}
.shop-state-ttl{
font-size: 2.8rem;
}

}
@media screen and (min-width: 1200px){
section.content_bg.staff.contnet_normal h2{
	padding-top:60px;
}
}