@charset "utf-8";

body{
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}



/* --------------------------------
header
-------------------------------- */
header figure{
	width: 10%;
	margin: 0 auto;
	padding: 4px 0;
}
header.fade{animation:fadeIn 5s ease 0s 1 normal;}
@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
header figure a:hover img{opacity: .6;}

@media screen and (max-width: 768px){
	header{height: 44px;}
	header figure{width:27%;}
}

/* --------------------------------
hero
-------------------------------- */
#hero.fade{animation:fadeIn 5s ease 0s 1 normal;}
@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}

@media screen and (max-width: 768px){}



/* --------------------------------
intro
-------------------------------- */
#intro{text-align: center;}
#intro i{
	width: 315px;
	margin: 50px auto 30px;
	display: block;
}
#intro h1{
	font-size: 32px;
	font-weight: 500;
	color: #F58C6E;
	border-bottom:1px solid #C8C8C8;
	display: inline-block;
}
#intro h2{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 2.5em;
	color: #F58C6E;
}
#intro p{
	margin-top: 70px;
	font-size: 19px;
	font-weight: 200;
	line-height: 2.2em;
}

@media screen and (max-width: 768px){
	#intro i{
		width: 200px;
		margin-bottom: 20px;
	}
	#intro h1{
		padding-bottom: 15px;
		font-size: 23px;
		line-height: 1.6;
	}
	#intro h2{
		margin-top: 15px;
		font-size: 17px;
	}
	#intro p{
		margin-top: 50px;
		font-size: 14px;
		line-height: 2.6;
	}
}



/* -------------------------------- 
point
-------------------------------- */
#point{
	margin-top: 320px;
	padding: 110px 0 130px;
	background-color: #FACEB9;
	position: relative;
}
#point figure{
	width: 30%;
	margin: 0 auto;
	position: absolute;
	top: -190px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#point picture{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1367px){
	#point figure{
		width: 35%;
		top:-155px;
	}
}
@media screen and (max-width: 1025px){
	#point figure{
		width: 45%;
		top:-150px;
	}
}
@media screen and (max-width: 768px){
	#point{
	    margin-top: 200px;
	    padding: 60px 0 80px;
	}
	#point figure{top:-110px;}
}
@media screen and (max-width: 414px){
	#point figure{
		width: 80%;
		top:-95px;
	}
}



/* --------------------------------
flow
-------------------------------- */
#flow{
	padding-bottom: 80px;
	/* background: url(../../img/tokikoe/flow/bg2.jpg) no-repeat;
	background-size: cover; */
	background: rgb(221,240,245);
	background: linear-gradient(180deg, rgba(221,240,245,1) 30%, rgba(250,216,204,1) 77%);
}
#flow h2{
	width: 65%;
	margin: -35px auto 0;
	color: #fff;
	text-align: center;
}
#flow h2 span{
	padding: 1.5% 8%;
	font-size: 36px;
	font-weight: 200;
	letter-spacing: 3px;
    border-radius: 50px;
	background: #969696;
}
#flow figure{
	width: 15%;
	margin: 0px auto 80px; 
	padding-top: 100px;
}
#flow .tokikoe+figure{margin-top: 50px;}
#flow .wrap,
#flow .wrap2{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#flow .text-wrap{width: 45%;}
#flow .wrap2 .text-wrap{order: 2;}
#flow .text-wrap h3{
	font-size: 33px;
	line-height: 1.4em;
	text-align: center;
}
#flow .text-wrap p{
	margin-top: 50px;
	font-size: 18px;
}
#flow ul{
	width: 45%;
	position: relative;
}
#flow ul .slide-arrow{width:20px;}
#flow ul .prev-arrow{
	position: absolute;
	top:50%;
	left:-40px;
	cursor: pointer;
}
#flow ul .next-arrow{
	position: absolute;
	top:50%;
	right:-40px;
	cursor: pointer;
}
#flow .tokikoe{
	position: relative;
}
#flow .tokikoe i{
	width: 15%;
	position: absolute;
	left: 39%;
	top:45%;
}

@media screen and (max-width: 768px) {
	#flow h2{
		width: 75%;
		margin: -15px auto 0;
	}
	#flow h2 span{font-size: 18px;}
	#flow figure {
	    width: 40%;
	    margin-bottom: 40px;
	    padding-top: 50px;
	}
	#flow .tokikoe+figure{
		margin-top: 0px;
		padding-top: 20px;
	}
	#flow .wrap,
	#flow .wrap2{display: block;}
	#flow .text-wrap{width: 100%;}
	#flow .text-wrap h3{
		font-size: 18px;
		font-weight: bold;
	}
	#flow .text-wrap p{
		margin-top: 40px;
		font-size: 14px;
	}
	#flow ul{
		width: 90%;
		margin: 30px auto 0;
	}
	#flow ul .slide-arrow{width:10px;}
	#flow ul .prev-arrow{left:-20px;}
	#flow ul .next-arrow{right:-20px;}
	#flow .tokikoe i{
		width: 50%;
		margin: 20px auto 0;
		position: static;
		display: block;
	}
}




/* -------------------------------- 
case
-------------------------------- */
#case{
	width: 90%;
	max-width: 1120px;
	margin: 150px auto 0;
}
#case h2{
	font-size: 31px;
	text-align: center;
}
#case h2 span{
	padding: 0 20px 15px;
	border-bottom: 1px solid #C8C8C8;
}
#case .case{
	margin: 130px 0;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #C8C8C8;
}
#case .case .text-wrap{width: 45%;}
#case .case2 .text-wrap{order: 2;}
#case .case .text-wrap figure{
	width: 20%;
	margin: 0 auto;
}
#case .case .text-wrap h3{
	margin: 20px 0 50px;
	font-size: 23px;
	text-align: center;
}
#case .case .text-wrap p{font-size: 18px;}
#case .case picture{width: 50%;}

@media screen and (max-width: 768px){
	#case{
		width: 100%;
		margin:75px auto 0;
	}
	#case h2{
		width: 75%;
		margin: 0 auto;
		font-size: 20px;
		border-bottom: 1px solid #C8C8C8;
	}
	#case h2 span{
		padding: 0 0 5px;
		border:none;
	}
	#case .case{
		margin: 0;
		padding: 0;
		display: block;
		border:none;
	}
	#case .case1{margin: 70px 0 0;}
	#case .case .text-wrap{
		width: 90%;
		margin: 0 auto;
	}
	#case .case .text-wrap figure{width: 30%;}
	#case .case .text-wrap h3{
		margin: 20px 0 40px;
		font-size: 16px;
	}
	#case .case .text-wrap p{font-size: 13px;}
	#case .case picture{
		width: 100%;
		margin: 30px 0 0 ;
		display: block;
	}
	#case .border{
		width: 70%;
		height: 1px;
		margin: 80px auto;
		background-color: #646464;
		opacity: .5;
	}
}




/* -------------------------------- 
contact
-------------------------------- */
#contact{
	max-width: 980px;
	margin: 0 auto 125px;
}
#contact h2{
	padding: 5px 0;
	font-size: 21px;
	border:1px solid #C8C8C8;
	text-align: center;
}
#contact .wrap{
	margin: 45px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contact .wrap .tel{width: 47%;}
#contact .wrap .tel p{
	font-size: 15px;
	line-height: 3em;
	text-align: center;
}
#contact .wrap .mail{
	width: 47%;
	background-color: #F58C6E;
	text-align: center;
}
#contact .wrap .mail a{
	padding: 20px 0;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
	display: block;
}
#contact .wrap .mail:hover{background-color: #00AFC8;}

@media screen and (max-width: 768px) {
	#contact{margin: 150px 0 60px;}
	#contact h2{
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		white-space: nowrap;
	}
	#contact .wrap{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	#contact .wrap .tel{
		width: 100%;
		margin: 25px 0;
	}
	#contact .wrap .tel p{font-size: 11px;}
	#contact .wrap .mail{width: 100%;}
	#contact .wrap .mail a{font-size: 16px;}
}



/* --------------------------------
footer
-------------------------------- */
footer{
	padding: 100px 0;
	background-color: #646464;
	position: relative;
}
footer figure{
	width: 5%;
	margin: 0 auto;
}
footer figure:hover{
	opacity: .6;
	transition: .8s;
}
footer ul {
  width: 86.6666%;
  margin: 20px auto 5px;
  display: flex;
  justify-content: center;
}
footer ul li {
  padding: 0 1%;
  position: relative;
  font-size: 12px;
}
footer ul li:first-child{padding-left: 0;}
footer ul li::after {
  content: "│";
  color:#fff;
  position: absolute;
  top: 0;
  right: -4%;
}
footer ul li:last-child:after {display: none;}
footer ul li:hover{
	opacity: .6;
	transition: .8s;
}
footer ul li a{color:#fff;}
footer p{
	font-size: 9px;
	line-height: 4em;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px){
	footer{padding: 70px 0 170px;}
	footer figure{width: 15%;}
	footer ul {margin: 10px auto 5px;}
	footer ul li {
	  padding: 0 3%;
	  font-size: 10px;
	}
	footer ul li::after {right: -5%;}
}



/* --------------------------------
fixed
-------------------------------- */
@media screen and (max-width: 768px){
	.tel-fixed{
		width: 100%;
		padding: 5px 0 10px;
		line-height: 0;
		position: fixed;
		bottom: -200px;
		display: block;
		opacity: 0;
		-webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  -o-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
		background-color: #DDF0F5;
	}
	.tel-fixed.active{
		bottom: 0;
		opacity: 1;
	}

	.tel-fixed p{
		font-size: 14px;
		line-height: 3em;
		color: #00AFC8;
		text-align: center;
	}
	.tel-fixed ul{
		display: flex;
		justify-content: space-between;
	}
	.tel-fixed ul li{
		width: 48%;
		margin: 0 1%;
	}
}
