﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	background: #FEF1E3;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
.right{text-align: right;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */



/* img ------------------*/
.img_pc{}
.img_sp{display: none;}
@media screen and (max-width: 600px) {
.img_pc{display: none;}
.img_sp{display: block;}
}

/* box ------------------*/
.box{
	width: 90%;
	max-width:1100px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}
.txt_left{text-align: left !important;}

@media screen and (max-width: 600px) {
.box{margin: 0 auto 20px;}
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #B40019;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #4A4A4A;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -15px;
}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	}
.logo{max-width: 380px;}

ul.h_telmail{
	max-width: 330px;
	display: flex;
}
ul.h_telmail li{
	text-align: center;
	font-size: 16px;
}
.h_btn{width: 80px;padding-bottom: 10px;}
.nav_sp{display: none;}


@media screen and (max-width:1000px){
.header_in{padding: 0px;}
ul.h_telmail{display: none;}
.logo{
	margin: 20px;
}
.nav_sp{display:block;}
}

@media screen and (max-width:600px){
.header_in{padding: 0px;}
.logo{
	max-width: 280px;
	width: 70%;
	margin: 20px 20px 10px 10px;
}
}

/*スマホ版------------------------------------*/
@media screen and (max-width:1000px){
.sp_img{/*スマホTEL*/
	font-size: 16px !important;
	color: #000;
	padding: 20px 0px!important;
	border-bottom: none!important;
}
.sp_btn{/*無料体験・資料請求ボタン*/
	display: flex!important;
	justify-content: center;
}
.sp_btn p{padding: 0px 7px;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 50px;
	background-size: 25%;
}
.footer_txt{
	font-size:13px;
	text-align:center;
	margin-bottom:40px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	max-width: 400px;
	margin: 0 auto;
	}
.copy{
	text-align:center;
	color:#775A38;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
footer{padding-top: 30px;}
.f_logo{
	width: 50%;
	margin: 0 auto;
	padding: 10px 30px;
}
.footer_txt{
	font-size:11px;
	text-align:center;
	margin-bottom:0px;
	padding: 0px 20px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#775A38;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#775A38;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/

.bg0{
	padding: 100px 0px;
	margin: 0 auto;
	width: 100%;
}
.bg1{
	background: #FFFFFF;
	padding: 100px 0px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 800px) {
.bg0{padding: 50px 0px;}
.bg1{padding: 50px 0px;}
}


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 200%;
	padding: 0px 10px;
}
.S_big{font-size:20px;}
.S2{
	font-size:16px;
	line-height: 160%;
	padding: 0px 10px 20px;
}
.M{
	font-size:20px;
	line-height: 200%;
	padding: 0px 10px;
	margin: 10px 0px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
}
.red{color:#ff0000;}/*赤*/
.blue{color: #2991DC;}/*青*/
.blue2{color: #31b7fc;}/*水色*/
.pink{color:#ec5d6f;}/*ピンク*/
.pink2{color:#F372AE;}/*ピンク*/
.white{color:#FFF;}/*白*/
.orange{color: #ffb923;}/*オレンジ*/
.green1{color: #76c353;}/*黄緑*/
.green2{color: #36b100;}/*緑*/
.kon{color: #223a70;}/*紺*/
.purple{color: #8E0277;}/*むらさき*/

.big{font-weight: bold;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {
.S{font-size:12px;line-height: 170%;}
.S_big{font-size:17px;}
.S2{font-size:12px;line-height: 170%;}
.M{font-size:15px;line-height: 170%;}
.L{font-size:20px;line-height: 170%;}
}


/*=============================
		title
=============================*/
.title1{
	color: #FFF;
	background: #B40019;
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 20px;
	padding: 10px;
}
.title_img{
	text-align: center;
	margin: 0px auto 30px;
}

@media screen and (max-width: 700px) {
.title1{font-size: 22px;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 18px;}
.title_img{
	width: 45%;
	margin: 0px auto 20px;
}
}
/* title2---------------------------------------- */

.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #000000;
	font-size: 50px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.title2 p{
	color: #A2121B;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
.title2 h2{font-size: 40px;}
.title2 p{font-size: 20px;}
}

/* title_2nd---------------------------------------- */
.title_2nd{
	background: #c30d23;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	text-align: center;
	padding: 10px;
}
@media screen and (max-width: 600px) {
	.title_2nd{font-size: 18px;}
}


/*=============================
		PT
=============================*/

.pt1{
	background:url("../img/base/pt2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt2{
	background:url("../img/base/pt1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt3{
	background:url("../img/base/pt3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt4{
	background:url("../img/base/pt4.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt_h2{
	color: #FFF;
	font-size: 45px;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	border-bottom: solid 2px #FFF;
	margin-bottom: 20px;
}
.pt_p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	text-align: center ;
}
@media screen and (max-width: 700px) {
.pt1,
.pt2,
.pt3,
.pt4{
	height: 200px;
	background-attachment: scroll;
	}
.pt_h2{font-size: 35px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #A2121B;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#c30d23;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:10px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
    font-size:16px;
	line-height:140%;
	border-top: solid 1px #ccc;
}
table.type01 th {
	padding: 20px;
	vertical-align:middle;
	text-align:center;
	color: #3B3B3B;
	border-bottom: solid 1px #ccc;
}
table.type01 td {
	padding: 10px;
	vertical-align:middle;
	border-bottom: solid 1px #ccc;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}
.t_br{display: none;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:13px;}
}
@media screen and (max-width: 600px) {/*タブレット*/
table.type01 th {padding: 10px;}
.t_br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
}
.vegas_text{
	max-width: 1100px;
	width: 90%;
	height:600px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	}
.vegas_text img{max-width: 400px;}

@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
}

@media screen and (max-width: 700px) {
.vegas_text{height:400px;}
.vegas_text img{max-width: 300px;}
}
@media screen and (max-width: 500px) {
.vegas_text{height:350px;}
.vegas_text img{max-width: 220px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

@media screen and (max-width: 700px) {
.scroll{bottom: 40px;}
}
@media screen and (max-width: 500px) {
.scroll{bottom: 20px;}
}


/*=============================
		top
=============================*/


/*TOＰ1--------------------------------*/
.top_info{
	width: 90%;
	max-width: 1200px;
	padding: 100px 0px 50px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info_txt{width: 45%;}
.info_img{width: 50%;}
.info_txt h2{
	font-size: 30px;
	font-weight: bold;
	color: #B40019;
}
.info_txt p{
	font-size: 18px;
	margin: 20px auto 0px;
}
@media screen and (max-width: 1200px) {
.info_txt h2{font-size: 25px;}
}

@media screen and (max-width: 1000px) {
.top_info{
	flex-wrap: wrap;
	justify-content: center;
	}
.info_txt{width: 100%;}
.info_img{width: 70%;margin-bottom: 30px;}
.info_txt h2{text-align: center;}
}
@media screen and (max-width: 600px) {
	.info_img{width: 90%;margin-bottom: 30px;}
	.info_txt h2{font-size: 20px;}
	.info_txt p{font-size: 15px;}
}

/*TOＰ2/外壁防水診断--------------------------------*/
.top_img2{
	margin-bottom: 50px;
}
.top2_txt{
	padding: 10px;
	font-size: 16px;
	line-height: 200%;
}
@media screen and (max-width: 600px) {
	.top2_txt{font-size: 14px;}
}

/* TOP/施工実績-------------------------------------------*/
ul.top_works{
	display: flex;
	margin: 50px auto 80px;
	max-width: 1100px;
	width: 90%;
}
ul.top_works li{margin: 0px 10px;}
ul.top_works li p{
	background: #B40019;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}
@media screen and (max-width: 700px) {
ul.top_works{
	flex-wrap: wrap;
	margin: 50px auto;
	}
ul.top_works li{margin: 0px 7px 20px;}
ul.top_works li p{font-size: 13px;}
}
@media screen and (max-width: 500px) {
.li_none{display: none;}
}


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/top/con_bg.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_in{
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.contact_txt{
	width: 50%;
	text-align: center;
	font-size: 30px;
	color: #FFF;
}
.contact_tel{
	width: 50%;
	text-align: center;
	color: #FFF;
}
.contact_tel img{
	max-width: 350px;
	width: 90%;
}
@media screen and (max-width: 1000px) {
	.contact_box{}
	.contact_in{
		flex-wrap: wrap;
	}
.contact_txt{width: 100%;margin-bottom: 50px;line-height: 150%;}
.contact_tel{width: 100%;}
}

@media screen and (max-width: 600px) {
	.contact_box{padding: 50px 0px;}
	.contact_txt{font-size: 20px;}
	.contact_tel img{font-size: 12px;}
}

/*施工実績---------------------------------------------- */
.works_box{
	background: #FFFF;
	padding: 20px 50px;
	margin-bottom: 50px;
}
.works_box2{
	background: #FEF1E3;
	padding: 20px 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
.works_box{
	padding: 20px 30px;
	margin-bottom: 50px;
}
.works_box2{
	padding: 20px 30px;
	margin-bottom: 50px;
}	
}


/*ギャラリー---------------------------------------------- */
ul.gallery{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px!important;
	margin: 20px auto 0px;
	width: 100%;
	list-style: none;
}
ul.gallery li{
	padding: 10px;
	text-align: center;
	font-size: 20px;
}
ul.gallery li img{
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
.li_img{
	width: 48%;
}
.li_tate{
	width: 30%;
}

@media screen and (max-width: 800px) {
	ul.gallery{margin: 0px auto 0px;}
	ul.gallery li{font-size: 16px;}
}
@media screen and (max-width: 800px) {
	ul.gallery li{padding: 5px;}
}
/*ギャラリー（画像一枚）----------------- */
.gallery1{
	width: 50%;
}


/*ギャラリー（ミニサイズ）----------------- */
ul.gallery2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	padding: 20px 0px;
	width: 100%;
	list-style: none;
}
ul.gallery2 li{
	margin-bottom: 20px;
	padding: 0px 10px;
}
ul.gallery2 li img{
	width: 170px;
	height: 170px;
	object-fit: cover; /* 画像切り取り */
}
@media screen and (max-width: 900px) {
ul.gallery2 li img{width: 130px;height: 130px;}
}
@media screen and (max-width: 700px) {
ul.gallery2 li{padding: 0px 5px;}
ul.gallery2 li img{width: 100px;height: 100px;}
}
@media screen and (max-width: 500px) {
ul.gallery2 li img{width: 130px;height: 130px;}
}

/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:50px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 塗料の紹介 -------------------------------------------*/
.paint_box{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 50px auto;
}
.paint_boxin{
	width: 48%;
	background: #FFF;
}
.paint_boxin h2{
	color: #FFF;
	background: #008129;
	font-size: 25px;
	line-height: 120%;
	padding: 20px;
	text-align: center;
}
.paint_bousui{
	background: #1656D6!important;
}
.paint_boxin p{
	text-align: center;
	font-size: 18px;
	padding: 20px;
	}
@media screen and (max-width: 900px) {
	.paint_box{flex-wrap: wrap;}
	.paint_boxin{
		width: 100%;
		margin-bottom: 30px;
	}	
}
@media screen and (max-width: 600px) {
	.paint_box{margin: 30px auto 0px;} 
	.paint_boxin h2{font-size: 20px;padding: 10px;}
	.paint_boxin p{font-size: 16px;}
}



.paint_info{
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	overflow: hidden;
}
.paint_info h2{

	color: #008129;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.paint_info p{
	font-size: 17px;
	line-height: 200%;
}
.osusume{
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.paint_info_img{
	float: right;
	padding-left: 10px;
	width: 20%;
	max-width: 200px;
}
@media screen and (max-width: 600px) {
	.paint_info h2{font-size: 18px;}
	.paint_info p{font-size: 14px;}
	.paint_info_img{
		width: 30%;}
}

/* 施工の流れ ------------------*/

.flow_allbox{
	display: flex;
	justify-content: center;
	margin: 50px 0px;
}

ul.flow_img{
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}
ul.flow_img li{
	margin-bottom: 30px;
}
ul.flow_img li img{
	max-width: 200px;
	width: 100%;
}

@media screen and (max-width: 700px) {
.flow_allbox{
	flex-wrap: wrap;
}
ul.flow_img{
	width: 100%;
	flex-wrap: nowrap;
	}
ul.flow_img li{margin: 0px 10px;}

}



.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}

@media screen and (max-width: 700px) {
.flow_design03 {
	width: 100%;
	margin-bottom: 50px;
	}
}


.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #B40019;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #B40019;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.5em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
}

/* TOPページ選ばれる理由 ------------------*/
.title_riyuu{
	margin: 0 auto 100px;
	max-width: 800px;
	width: 70%;
}
.riyuu_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 80px;
}
.riyuu_box2{
	flex-direction: row-reverse;/* 並びを逆に */
}
.riyuu_img{width: 40%;}
.riyuu_txt{width: 55%;}
.riyuu_txt h2{
	font-size: 35px;
	line-height: 130%;
	display: flex;
	align-items: center;
}
.riyuu_txt h2 img{
	max-width: 100px;
	margin-right: 20px;
}
.riyuu_txt p{
	font-size: 17px;
	line-height: 200%;
	padding: 10px;
}

@media screen and (max-width: 900px) {
	.title_riyuu{margin: 0 auto 50px;}
	.riyuu_box{
	margin: 0 auto 50px;
	flex-wrap: wrap;
	justify-content: center;
	}
	.riyuu_img{width: 60%;}
	.riyuu_txt{width: 100%;margin-bottom: 30px;}
	.riyuu_txt h2{font-size: 28px;}
	.riyuu_txt h2 img{max-width: 80px;}
	.riyuu_txt p{font-size: 16px;line-height: 180%;}
}
@media screen and (max-width: 600px) {
	.title_riyuu{width: 85%;}
	.riyuu_img{width: 80%;}
	.riyuu_txt h2{font-size: 25px;}
	.riyuu_txt h2 img{max-width: 60px;}
	.riyuu_txt p{font-size: 14px;}
}


/* 代表あいさつ ------------------*/
.aisatu{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding: 30px 0px;
}
.aisatu_txt{
	width: 60%;
	font-size: 16px;
	line-height: 200%;
}
.aisatu_img{
	width: 35%;
}
@media screen and (max-width: 800px) {
.aisatu{
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px 0px;
	}
.aisatu_txt{
	width: 100%;
	margin-bottom: 30px;
}
.aisatu_img{
	width: 80%;
}	
}
@media screen and (max-width: 800px) {
.aisatu_txt{
	font-size: 14px;
	line-height: 180%;
}
}


/*　もくじ --------------------*/
ul.mokuji{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
	flex-wrap: wrap;
}
ul.mokuji li{margin: 10px;}
ul.mokuji li i{
	padding-left: 15px;
	font-size: 12px;
	vertical-align: middle;
}
.btn2{
	background-color:#008A32;
	color:#FFF!important;
	padding: 0.7em 1.8em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn2 i{padding-left: 15px;}
.btn2 a:link,
.btn2 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn2:hover,
.btn2:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 0.7em 1em;
	text-align: center;
	}
}

/*　矢印 --------------------*/
.arrow{
	color: #B40019;
	text-align: center;
	font-size: 40px;
	margin:  0px auto 30px;
}
@media screen and (max-width: 600px) {
.arrow{
	font-size: 30px;
	margin:  0px auto 30px;
}
}

/*　ビフォーアフターtitle --------------------*/
.h3_before{
	margin: 0 auto;
	text-align: center;
}
.h3_before h3{
	background: #c30d23;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	padding: 5px 100px;
	display: inline-block;
}

@media screen and (max-width: 600px) {
.h3_before h3{
	font-size: 18px;
	padding: 5px 80px;
}
}

/* パンくずリスト--------------------------------------------*/
ul.pan_list{
	display: flex;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 30px;
}
ul.pan_list li{
	padding: 5px;
	font-size: 15px;
}
ul.pan_list li i{
	font-size: 12px;
}
@media screen and (max-width: 600px) {
ul.pan_list{
	margin: 0 auto 15px;
}
ul.pan_list li{
	font-size: 12px;
}
ul.pan_list li i{
	font-size: 10px;
}
}