@charset "utf-8";

/* ======================
Renewal .ver
====================== */
/* -----common----- */
:root {
	--main_green: #007a41;
	--main_orange: #ec6400;
	--right_green: #ebfcf4;
	--dull_green: #f7f9f8;
	--white: #fff;
	--light_gray: #f2f2f2;
	--info_line-gr: #22ba4f;
	--footer_gray: #f4f4f4;

}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
	font-size: 1.8rem;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	display: block;
	width: 100%;
	height: 100%;
}

/* .section {
	padding: 0 4%;
	margin: 0 auto;
} */

.conts_topic {
	font-size: 4.5rem;
	font-weight: bold;
	margin-top: 18px;
}

.c_topic--gr {
	color: var(--main_green);
}

.c_topic--or {
	color: var(--main_orange);
}

.btn {
	display: block;
	width: 100%;
	/* height: 68px; */
	border-radius: 50px;
	margin-top: 44px;
	box-sizing: border-box;
}

.sp_br {
	display: none;
}

.sp_br--and {
	display: none;
}

.header_wrap--sp {
    display: none;
}


@media screen and (max-width:2000px) {

/* ===============
header
=============== */

.menu_nav--contact {
	display: flex;
	justify-content: center;
	gap: 17px;
	flex-wrap: wrap;
	padding: 10px 0;
}

.menu_contact--list {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;

	& li {
		border-radius: 10px;
		white-space: nowrap;
	}
}

.mC_item--gr {
	color: var(--white);
	background-color: #22ba4f;

	& a {
		padding: 18px 42px;
	}
}

.mC_item--or {
	color: var(--white);
	background-color: var(--main_orange);

	& a {
		padding: 18px 31px;
	}
}

.other_02--nav {
	border-radius: 10px;
	color: var(--white);
	background-color: #0a5cfe;
	width: 255px;
	height: 52px;

	& a {
		padding: 18px 17px;
	}
}

.other_02--nav .other_txt--wh {
	font-size: 1.4rem;
	font-weight: normal;
}

/* ===============
case_01
=============== */
.container_case {
	width: 1000px;
	margin: 0 auto;
	padding: 145px 0;
	overflow: hidden;
	background-color: #FFF;
}

.case_01_blok{
	width:1000px;
	margin:0 0 100px 0;
	font-family:'Noto Sans Japanese',"メイリオ", sans-serif;
}

/* main */
.case_title {
    margin: 60px 100px 0 100px;
    padding: 0;
}

.case_01_main_wrap{
	background-image:url(/case/img/case_01/case_01_main_bg.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:500px;
	position:relative;
	}

.case_01_main_wrap h2{
	width:660px;
	height:110px;
	margin:0;
	padding:0;
	position:absolute;
	top:100px;
	left:45px;	
}

.case_01_main_wrap p{
	width:650px;
	height:70px;
	margin:0;
	padding:0;
	position:absolute;
	top:390px;
	left:60px;
	font-size:14px;
	line-height:1.6em;
	font-family:'Noto Sans Japanese',"メイリオ", sans-serif;
	font-weight:500;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1.0),-1px -1px 1px rgba(255, 255, 255, 1.0);
}


/* con_01 */ 
.con_01_wrap,
.con_02_wrap,
.con_03_wrap,
.con_04_wrap,
.con_05_wrap,
.con_06_wrap,
.con_07_wrap,
.con_08_wrap,
.con_09_wrap {
    width: 800px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}
	
.case_01_blok .con_01_wrap .row_01{
	width:430px;
	height:270px;
	float:left;
	overflow:hidden;}

.case_01_blok .con_01_wrap .row_01 .top_img{
	width:122px;
	height:122px;
	float:left;
}

.case_01_blok .con_01_wrap .row_01 .text1{
	width:283px;
	float:left;
	margin:0 0 0 20px;
	text-align:left;
	font-size:13px;
	color:#333333;
	display:block;
	line-height:1.6em;
}

.case_01_blok .con_01_wrap .row_01 .text2{
	clear:both;
	width:376px;
	margin:0;
	padding:20px 0 0 0;
	text-align:left;
	font-size:13px;
	color:#333333;
	display:block;
	line-height:1.6em;
}

.case_01_blok .con_01_wrap .row_02{
	width:360px;
	height:270px;
	float:right;
}

.case_01_blok .con_01_wrap .row_03{
	width:180px;
	height:284px;
	float:left;
	margin:10px 10px 0 0;
	
}

.case_01_blok .con_01_wrap .row_03 .img_03{
	margin-bottom:10px;
}

.case_01_blok .con_01_wrap .row_04{
	width:408px;
	height:284px;
	float:left;
	margin:10px 10px 0 0;
	background-color:#FDFADF;
	
}

.case_01_blok .con_01_wrap .row_04 span,.con_01_wrap .row_05 span{
	color:#46241F;
	font-size:18px;
	margin:20px 0 0 20px;
	display:block;
	font-weight:bold;
}

.case_01_blok .con_01_wrap .row_04 p{
	color:#46241F;
	font-size:16px;
	line-height:1.6em;
	margin:20px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}

.case_01_blok .con_01_wrap .row_05{
	width:192px;
	height:284px;
	float:left;
	margin:10px 0 0 0;
	background-color:#FDFADF;
	font-weight:bold;
}

.case_01_blok .con_01_wrap .row_05 p{
	color:#46241F;
	font-size:16px;
	line-height:1.6em;
	margin:20px 0px 0px 20px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.case_sub_title {
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: center;
}

/* con_02 */ 

.step_wrap {
	overflow:hidden;
}

.margin_top30 {
    margin-top: 30px;
}

.step_title{
	margin:0;
	width:118px;
	height:58px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

.step_blok{
	/* width:778px; */
	border:#D8DAD0 solid 1px;
	padding:10px;
	}

.step_row{
	background-color:#FDFADF;
	padding:9px;
	position:relative;}

.step_01_title,.step_03_title{
	font-size:18px;
	color:#1FA5B8;
	margin:10px 0 0 10px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

.step_01_text,
.step_03_text {
	color:#333333;
	font-size:12px;
	margin:10px 0 0 10px;
	line-height:1.6em
}

.step_01_img_wrap {
	margin:-95px 0 0 0;
}

.step_01_img_01,.step_03_img_01 {
	margin:0 2px 0 0;
	padding:0;
	line-height:0;
}

.step_01_img_02,.step_03_img_02{
	margin:0 2px 0 0;
	padding:0;
	line-height:0;}

.step_01_img_03,.step_03_img_03{
	margin:0;
	padding:0;
	line-height:0;}
	
.step_02_title_01{
	font-size:18px;
	color:#1FA5B8;
	margin:10px 0 0 10px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

.step_02_title_02{
	font-size:18px;
	color:#DF5213;
	margin:10px 0 0 10px;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}

.step_2_row{
	height:750px;
}

.step_02_text_01,.step_02_text_02,.step_02_text_03,.step_02_text_04{
	color:#333333;
	font-size:12px;
	line-height:1.6em}

.step_02_text_01{
	margin:25px 0 0 10px;	
	}

.step_02_text_02{
	margin:0;
	position:absolute;
	padding:0 0 0 14px;
	top:354px;
	left:396px;
	background-image:url(/img/case/case_01/step_2_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;}

.step_02_text_03{
	margin:0;
	position:absolute;
	padding:0 0 0 14px;
	top:704px;
	left:18px;
	background-image:url(/img/case/case_01/step_2_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;}

.step_02_text_04{
	margin:0;
	position:absolute;
	padding:0 0 0 14px;
	top:704px;
	left:393px;
	background-image:url(/img/case/case_01/step_2_arrow.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;}

.step_02_img_01{
	position:absolute;
	top:90px;
	left:390px;}

.step_02_img_02{
	position:absolute;
	top:259px;
	left:10px;}

.step_02_img_03{
	position:absolute;
	top:434px;
	left:390px;}	

.con_02_wrap .row_01{
	width:794px;
	border:#00A5B6 solid 3px;
	margin:30px 0 0 0;
	}

.con_02_wrap .row_01 img{
	margin:30px 142px 0 142px;

}	

.con_02_wrap .row_01 p{
	margin:30px 0 30px 30px;
	color:#333333;
	font-size:14px;
}

.con_02_wrap .row_01 p span{
	color:#DF5213;
	font-size:16px;
	text-decoration:underline;
}

.step_03_img_wrap{
	margin:-115px 0 0 0;}

/* con_03 */ 

.before_after_wrap{
	width:800px;
	height:763px;
	background-image:url(/case/img/case_01/case_01_con_bgimg_01.jpg);
	background-repeat:no-repeat;
	position:relative;
	background-position:0 35px;}
	
.before_after_wrap .before_img{
	top:0;
	left:0;
	position:absolute;
	}

.before_after_wrap .after_img{
	top:0;
	right:280px;
	position:absolute;
	}

.before_after_text_01{
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
	width:348px;
	height:37px;
	top:540px;
	left:38px;
	position:absolute;
	font-weight:bold;}

.before_after_text_02{
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
	width:348px;
	height:37px;
	top:600px;
	left:83px;
	position:absolute;
	font-weight:bold;}

.before_after_text_03{
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
	width:348px;
	height:37px;
	top:660px;
	left:83px;
	position:absolute;
	font-weight:bold;}

.jirei_important_wrap{
	width:800px;
	height:175px;
	background-image:url(/case/img/case_01/case_01_con_bgimg_02.jpg);
	background-repeat:no-repeat;
	display:block;
	}

.jirei_important_text_01{
	font-size:28px;
	color:#3F0000;
	margin:24px 0 0 186px;
	padding:0;
	display:inline-block;
	line-height:1.2em;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1.0);
	}

.jirei_important_text_02{
	font-size:16px;
	color:#333333;
	margin:20px 0 0 186px;
	display:inline-block;
	line-height:1.6em;}


.jirei_point_wrap{
	width:800px;
	margin:5px 0 0 0;
	clear:both;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
	
.jirei_point_blok{
	width:388px;
	border:#D8DAD0 1px solid;
	/* margin:20px 0 0 0; */
	}

.jirei_point_row{
	/* width:330px; */
	/* height:210px; */
	background-color:#FDFADF;
	padding:15px 20px 20px 20px;
	margin:8px;
	overflow:hidden;}

.jirei_point_title{
	font-size:18px;
	line-height:26px;
	color:#AA6400;
	display:block;
	font-weight: bold;
}

.jirei_point_row img {
	border:#FFFFFF 5px solid;
	float:left;
	display:block;
}

.jirei_point_row p{
	width:136px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
	text-align:left;
	float:right;
	display:block;
}

.jirei_point_blok_02{
	width:798px;
	border:#D8DAD0 1px solid;
	margin:20px 0 0 0;
	display:inline-block;}

.jirei_point_row_02{
	/* width:740px; */
	/* height:100px; */
	background-color:#FDFADF;
	padding:20px;
	margin:8px;
	overflow:hidden;}

.jirei_point_row_02 img{
	float:right;}

.jirei_point_row_02 p{
	float:left;
	font-size:18px;
	color:#46241F;
	line-height:1.6em;
	margin:0;
	padding:0;}

.jirei_point_row_02 p span{
	color:#DD6B2A;
	font-weight:bold;
	text-shadow: 3px 3px 3px rgba(255, 255, 255, 1.0),-3px -3px 3px rgba(255, 255, 255, 1.0);
}

/* con_04 */

.case_01_blok .con_04_main{
	width:800px;
	margin:0;
	padding:0;
	overflow:hidden;
}

.con_04_main .img_01{
	float:left;
	margin:0 5px 5px 0;
}

.con_04_main .img_02{
	float:left;
	margin:0 0 5px 0;
}

.con_04_main .img_03{
	float:right;
	margin:0;
}

.con_04_main p{
	width:520px;
	height:190px;
	float:left;
	margin:0 5px 0 0;
	background-color:#EEEEEE;
	padding:10px 5px;
	font-size:14px;
	line-height:1.8em;
}

.con_04_main p span{
	font-size:16px;
	font-weight:bold;
	background-image:url(/img/case/case_01/text_point.jpg);
	background-repeat:repeat-x;
	padding:7px 0 0 0;
	margin:0;
	line-height: 30px;
}

.con_04_title{
	margin:50px 0 0 0;
	line-height:36px;
	font-size:22px;
	letter-spacing:2px;
	color:#333333;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	
.con_04_title img{
	margin:0 25px 0 0;
	float:left;
}

.con_04_title span{
	color:#A73031;
	font-weight:bold;
}

.con_04_blok{
	/* width: 778px; */
    border: #D8DAD0 solid 1px;
    padding: 10px;
	margin:25px 0 0 0;
}

.con_04_row{
	background-color: #FDFADF;
    padding: 10px;
	overflow:hidden;
}

.con_04_row .text_01{
	width:370px;
	margin:0;
	padding:5px 0 5px 5px;
	float:left;
	line-height:20px;
	color:#333333;
	font-size:14px;
}

.con_04_row .text_01 span{
	border-bottom:#A83031 2px solid;
	height:18px;
	font-weight:bold;
}

.con_04_row .img_01{
	float:right;
}

.con_04_row .text_02,.con_04_row .text_05{
	width:760px;
	margin:0;
	padding:10px;
	line-height:20px;
	color:#333333;
	font-size:14px;
}

.con_04_row .img_02 {
	float:left;
	margin:10px 0 0 10px;
}

.con_04_row .text_03 {
	width:470px;
	height:20px;
	margin:65px 0;
	padding:0 10px;
	line-height:20px;
	color:#333333;
	font-size:14px;
	float:right;
}

.con_04_row .text_04 {
	width:470px;
	height:50px;
	margin:50px 0;
	padding:0 10px;
	line-height:25px;
	color:#333333;
	font-size:14px;
	float:right;
}

.con_04_row .text_03 span,.con_04_row .text_04 span {
	border-bottom:#A83031 2px solid;
	font-weight:bold;
}

.con_04_row .text_05 span {
	color:#A53031;
	font-weight:bold;
}

.con_04_sakusen_title {
	background-image:url(/case/img/case_01/sakusen_icon.jpg);
	background-repeat:no-repeat;
	line-height:45px;
	margin:20px 0 0 0; 
	padding:0 0 0 45px;
	font-size:20px;
	font-weight:bold;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.sakusen_title_color01 {
	color:#A53031;
}

.sakusen_title_color02 {
	color:#FF3F00;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1.0);
}

.con_04_sakusen_blok {
	width:747px;
	height:855px;
	position:relative;
	}

.con_04_sakusen_row_01 {
	background-image:url(/case/img/case_01/sakusen_bg_01.jpg);
	background-repeat:no-repeat;
	width:477px;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

.con_04_sakusen_row_01 p {
	width:240px;
	margin:90px 0 0 240px;
	display:inline-block;
	font-size:14px;
	color:#333333;
}

.con_04_sakusen_row_02 {
	background-image:url(/case/img/case_01/sakusen_bg_02.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:332px;
	position:absolute;
	top:149px;
	right:0;
	display:block;
}

.con_04_sakusen_row_02 p {
	width:210px;
	display:inline-block;
	margin:282px 0 0 35px;
	font-size:14px;
	color:#333333;
	}

.con_04_sakusen_row_03 {
	background-image:url(/case/img/case_01/sakusen_bg_03.jpg);
	background-repeat:no-repeat;
	width:479px;
	height:397px;
	position:absolute;
	top:458px;
	left:0;
	display:block;
}

.con_04_sakusen_row_03 p {
	width:240px;
	display:inline-block;
	margin:78px 0 0 240px;
	font-size:14px;
	color:#333333;
}

.con_04_sakusen_blok .img_01 {
	background-image:url(/case/img/case_01/sakusen_arrow.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:66px;
	left:503px;
}

.con_04_sakusen_blok .img_02 {
	background-image:url(/case/img/case_01/sakusen_arrow.jpg);
	background-repeat:no-repeat;
	transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
	position:absolute;
	top:360px;
	left:374px;
}
	
.con_04_row .text_06 {
	font-size:14px;
	color:#333333;
	margin:20px 0 0 20px;
	line-height:1.4em;
}

.con_04_row .img_03 {
	margin:20px 0 0 20px;
}

/* con_05 */

.con_05_blok {
	background-image:url(/case/img/case_01/item_bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:2210px;
	display:block;
	margin:10px 0 0 0;
}

.con_05_row_01 {
	width:800px;
	height:420px;
	display:block;
	overflow:hidden;
}

.con_05_row_01 h3 {
	font-size:28px;
	color:#4C2600;
	line-height:1.2em;
	margin:70px 0 0 83px;
	padding:0;
	display:block;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.con_05_row_01 .text_01 {
	color:#DE7220;
	font-size:18px;
	margin:50px 0 0 270px;
}

.con_05_row_01 .text_02 {
	color:#333333;
	font-size:16px;
	margin:20px 0 0 270px;
}

.con_05_row_02 {
	width:800px;
	height:750px;
	display:block;
	margin:20px 0 0 0;
}

.con_05_row_02 .text_01 {
	font-size:12px;
	color:#333333;
	padding:0 0 0 20px;
	margin:0 20px 0 0;
	background-image:url(/case/img/case_01/step_2_arrow_02.jpg);
	background-repeat:no-repeat;
	background-position:5px 5px;
	float:right;
	}

.con_05_row_02 .text_02,.con_05_row_02 .text_03 {
	width:220px;
	padding:0 0 0 20px;
	margin:5px 0px 0 20px;
	background-image:url(/case/img/case_01/step_2_arrow.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
	float:left;
	}

.con_05_row_02 .text_04 {
	width:240px;
	padding:0 0 0 20px;
	margin:5px 0px 0 20px;
	background-image:url(/case/img/case_01/step_2_arrow.jpg);
	background-position:5px 5px;
	background-repeat:no-repeat;
	float:left;
	}


.con_05_row_02 .img_01 {
	margin:5px 20px 20px 20px;
}

.con_05_row_02 .img_02 {
	margin:0 20px;
	float:left;
}

.con_05_row_02 .img_03 {
	margin:0 20px 0 0;
	float:left;}

.con_05_row_02 .img_04 {
	margin:0;
	float:left;
}

.con_05_row_03 {
	width:800px;
	height:980px;
	display:block;
	margin:20px 0 0 0;
	overflow:hidden;
	position:relative;
}

.con_05_row_03 h3 {
	width:700px;
	margin:30px 0 0 60px;
	display:block;
	font-size:28px;
	color:#4C2600;
	line-height:1.2em;
}

.con_05_row_03 h3 span {
	color:#FF3F00;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.con_05_row_03 .text_01,
.con_05_row_03 .text_02,
.con_05_row_03 .text_03 {
	display:inline-block;
	font-size:16px;
	color:#253926;
	line-height:1.2em;
	display:block;
	font-family:"HGS平成明朝体W3","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	}
	
.con_05_row_03 .text_01 {
	height:185px;
	margin:80px 0 0 30px;
	}

.con_05_row_03 .text_02 {
	height:170px;
	margin:100px 60px 0 0px;
	}

.con_05_row_03 .text_03 {
	width:410px;
	height:80px;
	position:absolute;
	z-index:2;
	top: 860px;
    left: 60px;
	margin:0;
	padding:5px 0 0 5px;
	background-image:url(/case/img/case_01/con_05_text_03_bg.png);
	background-position:-14px -14px;
	background-repeat:no-repeat;
}

.con_05_row_03 .img_01 {
	margin:0 20px 0 0;
}

.con_05_row_03 .img_02 {
	margin:0 0 0 20px;
}

.con_05_row_03 .img_03 {
	margin:20px 20px 0 0;
}

/* con_06 */

.message_title {
	font-size:14px;
	color:#B47E2E;
	line-height: 30px;
}

.con_06_blok {
	font-family:"小塚明朝 Pr6N","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.con_06_blok .text_01 {
	color:#39191F;
	font-size:22px;
	line-height:2.0em;
}

.con_06_blok .text_02,
.con_06_blok .text_04 {
	color:#39191F;
	font-size:13px;
	line-height:2.0em;
}
	
.con_06_blok .text_03 {
	color:#39191F;
	font-size:18px;
	line-height:2.0em;
	font-weight:bold;
}

.con_06_blok .img_01,
.con_06_blok .img_02,
.con_06_blok .img_03 {
	margin:20px 50px 0 50px;
}

}