@charset "UTF-8";
.cont_block h1{
	font-size:28px;
}

.cont_block h1 span{
	display: block;
	font-size:18px;
}

.cont_block h1 + p{
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:16px;
}

.header_sch_title{
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:22px;
	line-height: 1.4;
	text-align: center;
	color:#222;
	width:90%;
	margin:100px auto 20px auto;
	position: relative;
}

.header_sch_title::after,
.header_sch_title::before{
	content: "";
	/*display: inline-block;*/
	background:url("../images/schedule/header_line.png");
	background-repeat: repeat-x;
	background-size: 100%;
	height: 5px;
	width: 100%;
	position: absolute;
	left:0;
	right:0;
	margin: auto;
}

.header_sch_title::before{
	top:-20px;
}

.header_sch_title::after{
	bottom:-20px;
}

.row_wrap.schedule_sub{
	width:90%;
	margin-top:50px;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.row_wrap .half_box{
	width:50%;
}

.half_box a{
	text-decoration: none;
}

.half_box a:hover img {
	opacity: 0.8;
}

/*case*/
.row_wrap.schedule{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 0;
}

.case img,
.case figcaption img,
.link_area a img,
.case_wrap.case_01 figure img ,
.case_wrap.case_02 figure img{
	width:100%;
	height: auto;
}

.case,
.case_name,
.txt_tag{
	width:70% !important;
	margin-left:auto;
	margin-right:auto;
}

.case{
	position: relative;
	text-align: center;
	padding:0;
	margin-top: 100px;
}
.case .icon_check{
	position: absolute;
	bottom: -5px;
	right: 10px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	background: #ffa9ac;
	padding: 0 15px;
	border-radius: 25px;
	font-size: 15px;
}
.case .icon_check.check2 {
	background: #caa9ff;
}
.case figcaption{
	position: absolute;
	left:-15%;
	top:-15%;
	z-index: 1;
}

.case > img{
	border-radius:20px;
	margin:0 auto;
}

.case_name{
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:16px;
	line-height: 1.4;
	color:#222;
	position: relative;
	margin:50px auto;
}

.case_name p{
	margin:10px auto !important;
	line-height: 1.4 !important;
}
 
 .case_name p:hover{
	opacity: 0.8;
}

.case_name span{
	font-size:18px;
	display: block;
}


.case_name h2{
	font-size:24px;
	margin-bottom: 10px;
}

.case_name h2:hover{
	opacity: 0.8;
}

.case_name::after,
.case_name::before,
.sub_catch::after,
.sub_catch::before{
	content: "";
	/*display: inline-block;*/
	background:url("../images/schedule/line_case01.png");
	background-repeat: repeat-x;
	background-size: 100%;
	width:100%;
	height: 5px;
	position: absolute;
	left:0;
	right:0;
	margin:auto;
}

.case_name::before{
	top:-20px;
}

.case_name::after{
	bottom:-20px;
}
.cont_block p.txt_tag {
	color:#222;
	/*font-size:1.6rem;*/
	font-size:16px;
	line-height: 1.4;
	text-decoration: none;
}

/*case_box*/
.requirement.schedule{
	width:100%;
}

.req_title{
	font-size:24px;
	display: flex;
    align-items: center;
	background: none;
	margin: 0 auto 50px auto;
}

.req_title::before,
.req_title::after{
	content: "";
	background: url("../images/page/req_left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	flex-grow: 1;
	height: 17px;
	display: inline-block;
}

.req_title::before{
	margin-right: 0.5em;
}

.req_title::after{
	margin-left: 0.5em;
}

.case_wrap{
	/*background: #fff !important;
	background-position: right !important;*/
	border-radius: 20px;
	width:90%;
	margin-left:auto;
	margin-right: auto;
	padding:20px;
}

.case_wrap.case_01{
	background: url("../images/schedule/nakazawa_case02.jpg") #fff !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
}

.case_wrap.case_02{
	background: url("../images/schedule/honda_case02.jpg") #fff !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
}

.case_catch{
	font-family: "Sawarabi Mincho", sans-serif;
	line-height: 1.4;
	color:#222;
	width:55%;
	margin-right:auto;
	margin-left: 0;
}

.case_catch h3{
	/*font-size:2.4rem;*/
	font-size:24px;
	margin-bottom: 0;
}

.sub_catch{
	/*font-size:2rem;*/
	font-size:20px;
	line-height: 1.5;
	position: relative;
	margin:40px auto;
	padding-top:5px !important;
}

.sub_catch::before{
	top:-10px;
}

.sub_catch::after{
	bottom:-10px;
}


.case_catch p{
	font-size:16px;
	line-height: 1.6 !important;
	margin: 20px auto !important;
	font-family: inherit;
	padding-top: 20px;
}

/*timetable*/
.time_flow{
	list-style-type: none;
}

.time_flow li{
	position: relative;
	-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.requirement.schedule ol li:before{
	content: none;
}

.time_flow li .time{
	width:130px;
	position: relative;
	font-size:20px;
	line-height: 2.5;
	margin-right:40px;
}

.time_flow li .time::before,
.time_flow li .time::after{
	content: "";
	position: absolute;
}

.time_flow li .time::after{
	background: url("../images/schedule/icon_circle01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:25px;
	height: 25px;
	margin:0;
	right:0;
	top:18px;
}

.time_flow li .time::before {
	width:2px;
	/*height: 250px;*/
	height: 154px;
	background: #e7aec8;
	right: 11px;
	top:19px;
}
.requirement ol li:last-child .time::before {
	display: none;
}
.time_flow li .time.office::after{
	background: url("../images/schedule/icon_circle02.png");
	/*background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width:25px;
	height: 25px;
	margin:0 10px;
	right:0;
	top:0;*/
}

.time_flow li .time.office::before{
	/*width:2px;
	height: 200px;*/
	background: #89b6e9;
	/*right: 22px;
	top:0;*/
}

.time_flow li .time.office.last::before{
	/*width:2px;
	height: 200px;*/
	background: #e7aec8;
	/*right: 22px;
	top:18px;*/
}
/*
.time_flow li .time::before{
	height: 200px;
}*/

.time_flow li:last-child .time::before{
	content: none;
	width:0;
	height: 0;
	background: #e7aec8;
	right: 22px;
	top:18px;
}

.time_flow li p{
	margin:0;
	/*font-size:2rem;*/
	font-size:20px;
	line-height: 2.5;
}
/*
.fukidashi_psn{
	width:400px;

	position: absolute;
	right:0;
}*/

.fukidashi_wrap{
	width:380px !important;
	position: absolute;
	right:0;
	background: #fff;
	border-radius: 20px;
	padding:30px;
	/*position: relative;*/
	display: inline-block;
	box-sizing: border-box;
	/*width:100%;*/
}

.fukidashi::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 100px 10px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	left:-100px;
	top:0;
	bottom:0;
	margin: auto 0;
	display: inline-block;
}


.fukidashi_wrap.f_01{
	bottom:0;
	padding-left:40px;
	padding-right:40px;
}
.fukidashi_wrap.f_01 .fukidashi::after{
	bottom:-60px;
}

.fukidashi_wrap.f_02{
	width: 400px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.fukidashi_wrap.f_02 .fukidashi img{
	width:20%;
}

.fukidashi_wrap.f_02 .fukidashi::after{
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	left: -90px;
    bottom: -20px;
}

.fukidashi_wrap.f_03 .fukidashi::after{
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.fukidashi_wrap.f_04{
	bottom:-60px;
	padding-left: 20px;
    padding-right: 20px;
    width: 380px !important;
}
.fukidashi_wrap.f_04 .fukidashi::after{
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.fukidashi{
	-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	color:#c4618c;
	/*font-size:1.6rem;*/
	font-size:18px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 2;
	text-align: left
}

.fukidashi.office{
	color:#2d6ec9;
}

/*real*/
.real{
	width:50%;
	text-align: center;
}

.real img{
	border-radius:20px;
	width:97%;
	height: auto;
	margin:10px auto 0 auto;
}

.real_title{
	font-size:22px;
	line-height: 1.4;
	font-family: "Sawarabi Mincho", sans-serif;
	margin:0 auto 20px auto;
	width:93%;
}

.real_title + p{
	font-family: "Sawarabi Mincho", sans-serif;
	width:93% !important;
	margin:0 auto;
	font-size:16px !important;
	line-height: 2;
	
}

.real_title span{
	font-size:35px;
	display: block;
	width:100%;
	margin-bottom: 10px;
}

.real_title span::before{
	content:"";
	/*background: url("../images/schedule/icon_time.svg");*/
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: inline-block;
	margin-right: 10px;
	width:30px;
	height: 30px;
}

.real_title.time_01 span::before{
	background: url("../images/schedule/icon_time_01.svg");
}
.real_title.time_02 span::before{
	background: url("../images/schedule/icon_time_02.svg");
}
.real_title.time_03 span::before{
	background: url("../images/schedule/icon_time_03.svg");
}
.real_title.time_04 span::before{
	background: url("../images/schedule/icon_time_04.svg");
}

/*point*/
.point_title{
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:24px;
	line-height: 1.4;
	text-align: center;
	margin:0 auto 30px auto;
}

.point_title::before,
.point_title::after{
	content: "";
	display: inline-block;
	background:url("../images/schedule/quote_title.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
}

.point_title::before{
	margin-right:10px;
}


.point_title::after{
	margin-left: 10px;
	transform: scale(-1,1);
}

.point_ranking{
	background: rgba(250,250,252,0.4);
	width:83%;
	margin:0 auto 30px auto;
	border-radius: 20px;
	padding:20px;
	box-shadow: 0 0 6px #c9d8da;
}

.point_ranking li{
	font-family: "Sawarabi Mincho", sans-serif;
	font-size:16px;
	line-height: 1.4;
	/*margin:0 auto 20px auto;*/
	margin:0 auto 40px auto;
	padding:0;
	/*text-indent: -75px;*/
	padding-left: 75px;
	
	position: relative;
	text-align: left;
}

.point_ranking li::before{
	content: "";
	background-size:contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: inline-block;
	margin-right:15px;
	width:60px;
	height: 40px;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}

.point_ranking li:first-child::before{
	background:url("../images/schedule/icon_num01.png");
}
.point_ranking li:nth-child(2)::before{
	background:url("../images/schedule/icon_num02.png");
}
.point_ranking li:nth-child(3)::before{
	background:url("../images/schedule/icon_num03.png");
}

.point_ranking li:last-child{
	margin-bottom: 0;
}

/*btn_readmore*/
.btn_readmore {
	background-color: rgba(15,110,177,0.48);
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	width: 40%;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	padding:0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-size:20px;
	display: block;
	margin: 40px auto;
}

.btn_readmore:after {
	color: #fff;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-weight: 900;
	margin:auto;
	position: absolute;
	top: 0;
	bottom:0;
	right: 25px;
}

.btn_readmore:hover,
.link_area a:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

/*btn_linkarea*/
.link_area {
	width:100%;
	margin:30px auto;
    /*display: grid;
    grid-template-columns: 480px 480px 480px;
    grid-template-rows: 80px 80px;*/
	/*-webkit-flex-direction: row;
	flex-direction: row;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;*/
	/*align-items: center;
	-webkit-align-items: center;*/
}

.link_area a{
	margin-bottom: 20px;
}

.link_area a:first-child{
	/*grid-column: 1 / 3;*/
	width:50%;
	margin:0 auto 30px auto;
	text-align: center;
	display: block;
}
/*
.link_area a:first-child img{
	width:50%;
	margin-left:auto;
	margin-right: auto;
}

.link_area a:nth-child(2){
	grid-column: 1 / 2;
}*/
.requirement ol li {
	margin-top: 6%;
}
/*-------------------------------------------
Responsive
-------------------------------------------*/
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 750px) {
	.case_catch .sp{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.row_wrap .half_box,
	/*.case_catch,
	.case_catch p,*/
	.real,
	.link_area a:first-child,
	.link_area .row_wrap a{
		width:100% !important;
	}

	.cont_block h1{
		font-size: 24px;
	}

	/*flow*/
	.time_flow li p{
		margin-bottom: 30px;
	}
	
	.time_flow li .time::before{
		height: 280px;
	}
	
	.fukidashi_wrap.f_01,
	.fukidashi_wrap.f_02,
	.fukidashi_wrap.f_03,
	.fukidashi_wrap.f_04{
		width:90% !important;
		position: relative;
		bottom:auto !important;
	}
	
	.fukidashi::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 20px 10px;
		border-color: transparent transparent #ffffff transparent;
		position: absolute;
		left:5% !important;
		top:0px;
		bottom:110px !important;
		right:0;
		margin: auto 0;
		display: inline-block;
		-webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

	.fukidashi_wrap.f_01 .fukidashi::after{
		bottom:110px !important;
	}
	
	.fukidashi_wrap.f_03 .fukidashi::after{
		bottom:90px !important;
	}
	.fukidashi br{
		display: none;
	}
	
	.fukidashi img{
		width: 20%;
		margin-left: 10px;
	}
	
	/*point ranking*/
	.point_title{
		position: relative;
	}
	.point_title::before,
	.point_title::after{
		position: absolute;
		bottom:0;
	}
	
	.point_title::before{
		left:0;
	}
	
	.point_title::after{
		right:0;
	}
	
	.point_ranking li{
		width:100%;
		text-indent: 0;
		padding-left: 0;
		text-align: center;
	}
	
	.point_ranking li::before{
		display: block;
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 10px;
		width:60px;
		height: 40px;
		position: relative;
	}

	/*btn_readmore*/
	.btn_readmore {
    width: 90%;
  }

}

@media screen and (max-width: 750px) {
	.case_catch,
	.case_catch p,
	.link_area > a{
		width:100%;
	}
	
	/*case*/
	.case{
		margin-top:50px;
	}
	
	.case figcaption{
		width:50%;
	}
	
	/*catch*/
	.req_title{
		position: relative;
		text-align: center;
		margin-top: 30px;
	}
	
	.req_title::before,
	.req_title::after{
		position: absolute;
		width:100%;
		left:0;
		right:0;
		margin: auto;
		background-repeat: repeat-x;
	}
	
	.req_title::before{
		top:-30px;
	}
	
	.req_title::after{
		bottom:-30px;
	}
	
	.case_wrap{
		padding:0;
	}
	
	.case_wrap.case_01,
	.case_wrap.case_02{
		background-image:none !important;
	}
	
	.case_catch h3{
		padding-top: 20px;
		font-size: 19px;
	}
	
	.case_catch h3,
	.case_catch p{
		padding-left:20px;
		padding-right: 20px;
	}
	
	.sub_catch::before,
	.sub_catch::after{
		width:calc(100% - 40px);
		margin-left:auto;
		margin-right:auto;
	}
	
	.case_wrap.case_01 figure,
	.case_wrap.case_02 figure{
		width:100%;
		padding: 0;
		margin:0;
		line-height: 1;
	}
	
	.case_wrap.case_01 figure img,
	.case_wrap.case_02 figure img{
		border-radius:0 0 20px 20px;
	}
	
	
	/*flow*/
	.time_flow li{
		flex-wrap: wrap;
	}
	
	.time_flow li .time::after{
		left:-28px;
		top:13px;
	}
	
	.time_flow li .time::before{
		left:-15px;
	}
	
	.time{
		width:100% !important;
		display: block;
	}
	
	.time_flow li p{
		font-size:1.3rem;
		line-height: 1.5;
	}
	/*
	.fukidashi_wrap{
		width:90% !important;
		position: relative;
		bottom:auto !important;
		
	}*/
	
	/*real*/
	.row_wrap.schedule_sub .real{
		order: -1;
	}
	/*flow*/
	.fukidashi_wrap{
		padding:10px !important;
	}
	.fukidashi{
		/*font-size:1rem;*/
	}

	/*btn_readmore*/
	.btn_readmore {
    width: 90%;
    font-size: 18px;
  }
	
	
	/*linkarea*/
	.link_area .row_wrap a{
		width:48%;
	}
	
}

@media screen and (max-width: 750px) and (min-width:480px){
	/*flow*/
	.fukidashi_wrap.f_01,
	.fukidashi_wrap.f_02,
	.fukidashi_wrap.f_03,
	.fukidashi_wrap.f_04{
		width:45% !important;
	}
	
	.fukidashi::after{
		left:-80px;
	}
	
	.fukidashi_wrap.f_01 .fukidashi::after{
		left: -150px;
		width: 50px;
	}
	
	.fukidashi_wrap.f_04 .fukidashi::after{
		bottom:-20px;
	}
	
	.time_flow li:nth-child(5) .time::before{
		/*height: 140px;*/
		top:-10px;
	}

	/*btn_readmore*/
	.btn_readmore {
    width: 60%;
    font-size: 18px;
  }
}

@media screen and (max-width: 940px) {
	.mainbox{
		margin-top: 0;
	}

	.row_wrap,
	.row_wrap.schedule{
		flex-direction: row !important;
		flex-wrap:wrap;
	}
	/*point_ranking*/
	.point_ranking li{
		margin-bottom: 20px !important;
	}

	/*linkarea*/
	.link_area .row_wrap a{
		width:48%;
	}
	
	/* 20220323調整 */
	.case_name h2 {
		font-size: 22px;
	}
	.case {
		width: 70%!important;
	}
	.case_name, .txt_tag {
		width: 90%!important;
	}
	.case figcaption {
		width: 40%;
	}
	.row_wrap.schedule {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.requirement {
		padding-top: 10%;
	}
	.real_title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.real_title span::before {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
	.real_title span {
		font-size: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.req_title {
		margin: 0 auto;
		line-height: 1.5;
		font-size: 20px;
		display: flex;
		justify-content: center;
		margin-bottom: 7%;
	}
	.req_title::before {
		top: -18px;
	}
	.req_title::after {
		bottom: -18px;
	}
	.real_title + p {
		line-height: 1.5;
	}
	.case_catch h3 {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	.case_catch p.sub_catch {
		margin-bottom: 1.5rem!important;
		padding-bottom: 3px;
	}
	.case_catch p {
		margin-top: 10px!important;
		margin-bottom: 0!important;
		padding-top: 0;
		padding-bottom: 10px;
	}
	.header_sch_title {
		margin-top: 50px;
	}
	.time_flow li p {
		margin-bottom: 15px;
		font-size: 1.1rem;
	}
	.requirement ol {
		overflow: hidden;
	}
	.row_wrap.schedule_sub {
		margin-top: 20px;
		padding-bottom: 0;
	}
	.btn_readmore:after {
		right: 15px;
	}
}


