@charset "UTF-8";
:root{
	--body : #333;
	--link : #333;
}
@media print,screen and (min-width: 769px){
	body{
		min-width : 1080px;
	}
	body:not(.is-small){
		padding-top : 100px;
	}
	body.is-small{
		padding-top : 40px;
	}
}
/*--------------------------------------------
MV
---------------------------------------------*/
#mv{
	position : relative;
	overflow : hidden;
}
#mv #slick{
	font-size : 0;
}
#mv .wrap{
	position : absolute;
	top : 0;
	height : 100%;
}
#mv h2{
	position : absolute;
}
#mv h3{
	letter-spacing : .1em;
	position : relative;
}
#mv p{
	background-color : rgba(255,255,255,.9);
	color : #000;
	display : inline-block;
}
@media screen and (max-width: 768px){
	#mv{
		padding-bottom : calc( 28 * 100vw / 768 );
		height : calc( 783 * 100vw / 768 );
	}
	#mv #slick{
		height : calc( 755 * 100vw / 768 );
	}
	#mv #slick img{
		height : calc( 755 * 100vw / 768 );
	}
	#mv .wrap{
		left : 0;
		padding-top : calc( 220 * 100vw / 768 );
		padding-left : 0;
		padding-right : 0;
	}
	#mv h2{
		left : calc( 200 * 100% / 768 );
		top : calc( 485 * 100vw / 768 );
	}
	#mv h2 img{
		height : calc( 345 * 100vw / 768 );
	}
	#mv h3{
		color : #fff;
		font-size : calc( 45 * 100vw / 768 );
		margin-left : calc( 8 * 100vw / 768 );
	}
	#mv h3 span{
		display : block;
		background-color : #dd5a6f;
	}
	#mv h3 span:nth-of-type(1){
		width : calc( 280 * 100vw / 768 );
		height : calc( 79 * 100vw / 768 );
		padding-top : calc( 11 * 100vw / 768 );
		padding-left : calc( 10 * 100vw / 768 );
	}
	#mv h3 span:nth-of-type(2){
		margin-top : calc( -23 * 100vw / 768 );
		width : calc( 397 * 100vw / 768 );
		height : calc( 64 * 100vw / 768 );
		padding-left : calc( 12 * 100vw / 768 );
		padding-top : calc( 10 * 100vw / 768 );
	}
	#mv p{
		width : calc( 506 * 100vw / 768 );
		font-size : calc( 28 * 100vw / 768 );
		line-height : 1.43;
		margin-top : calc( -47 * 100vw / 768 );
		padding-top : calc( ( 64 - 6 ) * 100vw / 768 );
		padding-bottom : calc( ( 18 - 6 ) * 100vw / 768 );
		padding-left : calc( 10 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#mv #slick img{
		height : 600px;
	}
	#mv .wrap{
		left : 50%;
		transform : translateX(-50%);
		padding-top : 219px;
	}
	#mv h2{
		left : 411px;
		top : 315px;
	}
	#mv h2 img{
		height : 307px;
	}
	#mv h3{
		background-color : #dd5a6f;
		color : #fff;
		width : 530px;
		margin-left : 28px;
		font-size : 40px;
		padding-top : 12px;
		padding-bottom : 15px;
		padding-left : 10px;
		padding-right : 8px;
		z-index : 1;
	}
	#mv p{
		width : 468px;
		font-size : 24px;
		line-height : 1.46;
		margin-left : 12px;
		margin-top : -42px;
		padding-top : calc( 59px - 5.5px );
		padding-bottom : calc( 33px - 5.5px );
		padding-left : 24px;
		padding-right : 38px;
	}
}
/*--------------------------------------------
SEARCH
---------------------------------------------*/
#kaikandata h3{
	text-align : center;
}
#kaikandata form{
	display : flex;
	align-items : flex-start;
	justify-content : space-between;
}
#kaikandata form div div{
	display : flex;
}
#kaikandata label{
	font-size : 16px;
}
#kaikandata input[type="text"]{
	border : 0;
	background-color : #e5e5e5;
}
#kaikandata input[type="submit"]{
	background-image : url("../images/ui/icon/kaikandata.svg");
	background-color : #ccc;
	background-position : center;
	background-repeat : no-repeat;
}
#kaikandata input{
	height : 100%;
}
#kaikandata .wrap{
	position: relative;
}
#kaikandata ul{
	display : flex;
	width : 100%;
}
#kaikandata li{
	background-repeat : no-repeat;
	background-size : cover;
	background-position : 0 0;
	width : calc( 100% / 2 );
}
#kaikandata li a{
	width : 100%;
	height : 100%;
	display : block;
	text-align : center;
	background-position-x : center;
	background-repeat : no-repeat;
}
#kaikandata li.list a{
	background-image : url("../images/ui/icon/name.svg");
}
#kaikandata li.line a{
	background-image : url("../images/ui/icon/line.svg");
}
#kaikandata li.map a{
	background-image : url("../images/ui/icon/map.svg");
}
#kaikandata h4{
	font-weight : 500;
	letter-spacing : .1em;
}
@media screen and (max-width: 768px){
	#kaikandata{
		overflow : hidden;
	}
	#kaikandata .wrap{
		padding-left : 0;
		padding-right : 0;
	}
	#kaikandata .box01{
		background-color : #fff;
		border-style : solid;
		border-color : #f5c4c4;
		border-left-width : calc( 24 * 100vw / 768 );
		border-right-width : calc( 24 * 100vw / 768 );
		border-top-width : calc( 29 * 100vw / 768 );
		border-bottom-width : calc( 24 * 100vw / 768 );
		padding-top : calc( 32 * 100vw / 768 );
		padding-bottom : calc( 20 * 100vw / 768 );
		padding-left : calc( 16 * 100vw / 768 );
		padding-right : calc( 16 * 100vw / 768 );
	}
	#kaikandata h3{
		font-size : calc( 45 * 100vw / 768 );
		letter-spacing : .1em;
	}
	#kaikandata p{
		font-size : calc( 26 * 100vw / 768 );
		margin: 1em 0 ;
		text-align: center;
	}
	#kaikandata form{
		margin-top : calc( 24 * 100vw / 768 );
		align-items : center;
	}
	#kaikandata form > div{
	}
	#kaikandata label{
		font-size : calc( 24 * 100vw / 768 );
	}
	#kaikandata form div div{
		width : calc( 515 * 100vw / 768 );
		height : calc( 62 * 100vw / 768 );
	}
	#kaikandata input[type="text"]{
		width : calc( 453 * 100vw / 768 );
	}
	#kaikandata input[type="submit"]{
		width : calc( 62 * 100vw / 768 );
		background-size : cover;
	}
	#kaikandata ul{
		margin-top : calc( 15 * 100vw / 768 );
	}
	#kaikandata li{
		height : calc( 230 * 100vw / 768 );
	}
	#kaikandata li:nth-child(1){
		background-image : url("../images/home/bg_search01_sp.png");
	}
	#kaikandata li:nth-child(2){
		background-image : url("../images/home/bg_search02_sp.png");
	}
	#kaikandata li:nth-child(3){
		background-image : url("../images/home/bg_search03_sp.png");
	}
	#kaikandata li a{
		padding-top : calc( 188 * 100vw / 768 );
		font-size : calc( 24 * 100vw / 768 );
		background-position-y : calc( 2 * 100vw / 768 );
		background-size : auto calc( 202 * 100vw / 768 );
	}
	#kaikandata .box02{
		background-color : #efefef;
		border-color : #fff;
		border-style : solid;
		border-top-width : calc( 13 * 100vw / 768 );
		border-bottom : calc( 24 * 100vw / 768 );
		border-left-width : calc( 24 * 100vw / 768 );
		border-right-width : calc( 24 * 100vw / 768 );
		padding-top : calc( 31 * 100vw / 768 );
		padding-bottom : calc( 18 * 100vw / 768 );
		padding-left : calc( 24 * 100vw / 768 );
		padding-right : calc( 24 * 100vw / 768 );
	}
	#kaikandata h4{
		text-align : center;
		font-size : calc( 35 * 100vw / 768 );
	}
	#kaikandata .box02 p{
		font-size : calc( 24 * 100vw / 768 );
		line-height : 1.5;
		margin-top : calc( ( 24 - 6 ) * 100vw / 768 );
	}
	#kaikandata .link-more{
		margin-top : calc( ( 24 - 6 ) * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#kaikandata{
		background-color : #f5b2b2;
		padding-top : 20px;
		padding-bottom : 18px;
	}
	#kaikandata .wrap{
		background-color : #fff;
		padding-top : 35px;
		padding-bottom : 35px;
		padding-left : 30px;
		padding-right : 30px;
		position : relative;
		display: flex;
		justify-content: space-between;
	}
	#kaikandata h3{
		margin-left : auto;
		margin-right : auto;
		border-bottom : 2px solid #dd5a6f;
		letter-spacing : .3em;
		font-size : 32px;
		padding-bottom : 14px;
	}
	#kaikandata .box01{
		width: 570px;
	}
	#kaikandata .box01 p{
		font-size : 15px;
		line-height : 1.2;
		margin-top : 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	#kaikandata ul{
		margin-top : calc( 12px - 1.5px );
	}
	#kaikandata li{
		height : 155px;
	}
	#kaikandata li:nth-child(1){
		background-image : url("../images/home/bg_search01_pc.png");
	}
	#kaikandata li:nth-child(2){
		background-image : url("../images/home/bg_search02_pc.png");
	}
	#kaikandata li:nth-child(3){
		background-image : url("../images/home/bg_search03_pc.png");
	}
	#kaikandata li a{
		padding-top : 105px;
		font-size : 15px;
		background-position-y : 15px;
		background-size : auto 100px;
	}
	#kaikandata .box02{
		width : 414px;
		border : 2px solid #e5e5e5;
		height : 262px;
		background : url("../images/home/bg_about.png") center / cover no-repeat;
		padding-top : 24px;
		padding-left : 16px;
		padding-right : 16px;
	}
	#kaikandata h4{
		display : flex;
		align-items : center;
		justify-content : center;
		text-align : center;
		font-size : 22px;
	}
	#kaikandata h4:before{
		content : "";
		background : url("../images/home/bg_title.png") left center / contain no-repeat;
		flex-shrink : 0;
		width : 44px;
		height : 34px;
		margin-right : 10px;
	}
	#kaikandata .box02 p{
		font-size : 14px;
		line-height : 1.5;
		margin-top : calc( 16px - 3.5px );
	}
	#kaikandata .link-more{
		margin-top : calc( 12px - 3.5px );
	}
}
/*--------------------------------------------
MIRYOKU
---------------------------------------------*/
#miryoku ul{
	display : flex;
	flex-wrap : wrap;
}
#miryoku a{
	width : 100%;
	height : 100%;
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	position : relative;
	color : #fff;
	overflow : hidden;
	z-index : 0;
}
#miryoku a:before{
	content : "";
	display : block;
	position : absolute;
	top : 50%;
	left : 50%;
	transform : translateX(-50%) translateY(-50%);
	pointer-events : none;
	border-style : solid;
	border-color : #fff;
	z-index : -1;
}
#miryoku a:after{
	content : "";
	display : block;
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	pointer-events : none;
	z-index : 1;
	background-size : cover;
	background-repeat : no-repeat;
	background-position : center;
	z-index : -2;
	backface-visibility : hidden;
	will-change : transform , filter;
	transition : transform .3s ease-in , filter .3s ease-in;
}
#miryoku a:hover:after{
	transform : scale(1.1);
	filter : blur(5px);
}
@media screen and (max-width: 768px){
	#miryoku{
		background : url("../images/home/bg_miryoku_sp.png") left top / 100% auto no-repeat;
		padding-top : calc( 72 * 100vw / 768 );
	}
	#miryoku .lede{
		margin-top : calc( ( 26 - 7 ) * 100vw / 768 );
	}
	#miryoku ul{
		margin-top : calc( ( 40 - 7 ) * 100vw / 768 );
	}
	#miryoku li{
		width : 50%;
		height : calc( 220 * 100vw / 768 );
	}
	#miryoku li:nth-child(1) a:after{
		background-image : url("../images/home/miryoku01_sp.png");
	}
	#miryoku li:nth-child(2) a:after{
		background-image : url("../images/home/miryoku02_sp.png");
	}
	#miryoku li:nth-child(3) a:after{
		background-image : url("../images/home/miryoku03_sp.png");
	}
	#miryoku li:nth-child(4) a:after{
		background-image : url("../images/home/miryoku04_sp.png");
	}
	#miryoku li:nth-child(5) a:after{
		background-image : url("../images/home/miryoku05_sp.png");
	}
	#miryoku li:nth-child(6) a:after{
		background-image : url("../images/home/miryoku06_sp.png");
	}
	#miryoku a{
		font-size : calc( 33 * 100vw / 768 );
		line-height : 1.2;
	}
	#miryoku a:before{
		width : calc( 364 * 100vw / 768 );
		height : calc( 200 * 100vw / 768 );
		border-width : calc( 3 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#miryoku{
		background : url("../images/home/bg_miryoku_pc.png") right top no-repeat;
		padding-top : 69px;
		padding-bottom : 46px;
	}
	#miryoku .lede{
		margin-top : calc( 29px - 4.5px );
	}
	#miryoku ul{
		justify-content : center;
		margin-top : calc( 37px - 4.5px );
	}
	#miryoku li{
		width : 270px;
		height : 270px;
	}
	#miryoku li:nth-child(1) a:after{
		background-image : url("../images/miryoku/miryoku01_pc.png");
	}
	#miryoku li:nth-child(2) a:after{
		background-image : url("../images/miryoku/miryoku02_pc.png");
	}
	#miryoku li:nth-child(3) a:after{
		background-image : url("../images/miryoku/miryoku03_pc.png");
	}
	#miryoku li:nth-child(4) a:after{
		background-image : url("../images/miryoku/miryoku04_pc.png");
	}
	#miryoku li:nth-child(5) a:after{
		background-image : url("../images/miryoku/miryoku05_pc.png");
	}
	#miryoku li:nth-child(6) a:after{
		background-image : url("../images/miryoku/miryoku06_pc.png");
	}
	#miryoku a{
		font-size : 26px;
		line-height : 1.2;
	}
	#miryoku a:before{
		width : 260px;
		height : 260px;
		border-width : 3px;
	}
}
/*--------------------------------------------
TAIKENDAN
---------------------------------------------*/
#taikendan li a{
	width : 100%;
	height : 100%;
	display : block;
}
#taikendan .category{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	color : #fff;
}
#taikendan .category.student{
	background-color : #f90;
}
#taikendan .category.guardian{
	background-color : #909;
}
#taikendan a > span{
	display : flex;
	align-items : flex-end;
	letter-spacing : .2em;
	justify-content : flex-end;
	position : absolute;
}
#taikendan a > span:after{
	content : "";
	display : block;
	flex-shrink : 0;
	background-repeat : no-repeat;
	background-size : contain;
	background-position : 0 0;
}
@media screen and (max-width: 768px){
	#taikendan{
		background : url("../images/home/bg_taikendan_sp.png") 0 0 / 100% auto no-repeat;
	}
	#taikendan .wrap{
		padding-top : calc( 145 * 100vw / 768 );
	}
	#taikendan .lede{
		margin-top : calc( ( 23 - 7 ) * 100vw / 768 );
	}
	#taikendan ul{
		margin-top : calc( ( 26 - 7 ) * 100vw / 768 );
	}
	#taikendan li{
		width : 100%;
		height : calc( 213 * 100vw / 768 );
	}
	#taikendan li + li{
		margin-top : calc( 19 * 100vw / 768 );
	}
	#taikendan li a{
		background-color : rgba(255,255,255,.86);
		padding-top : calc( 17 * 100vw / 768 );
		padding-left : calc( 24 * 100% / 720 );
		padding-right : calc( 24 * 100% / 720 );
		position : relative;
	}
	#taikendan li a > div{
		display : flex;
		align-items : flex-start;
		flex-wrap : wrap;
	}
	#taikendan .category{
		width : calc( 149 * 100% / 672 );
		height : calc( 36 * 100vw / 768 );
	}
	#taikendan h4{
		margin-left : calc( 15 * 100% / 672 );
		font-size : calc( 24 * 100vw / 768 );
		line-height : 1.67;
		margin-top : calc( ( 5 - 8 ) * 100vw / 768 );
	}
	#taikendan li p{
		font-size : calc( 26 * 100vw / 768 );
		font-weight : 500;
		line-height : 1.75;
		margin-top : calc( ( 28 - 6 - 8 ) * 100vw / 768 );
	}
	#taikendan a > span{
		font-size : calc( 26 * 100vw / 768 );
		bottom : calc( 29 * 100vw / 768 );
		left : calc( 551 * 100% / 720 );
	}
	#taikendan a > span:after{
		width : calc( 81 * 100vw / 768 );
		height : calc( 17 * 100vw / 768 );
		background-image : url("../images/ui/icon/more_sp.png");
		margin-left : calc( 11 * 100vw / 768 );
	}
	#taikendan .link-index{
		margin-top : calc( 33 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#taikendan{
		background : url("../images/home/bg_taikendan_pc.png") 0 0 no-repeat;
	}
	#taikendan .wrap{
		padding-top : 86px;
		padding-bottom : 56px;
	}
	#taikendan .lede{
		margin-top : calc( 17px - 4.5px );
	}
	#taikendan ul{
		display : flex;
		justify-content : space-between;
		margin-top : calc( 44px - 4.5px );
	}
	#taikendan li{
		width : 340px;
		height : 220px;
		position : relative;
		box-shadow : 18px 18px 18px 0 rgba(0,0,0,.4);
	}
	#taikendan li a{
		background-color : rgba(255,255,255,.85);
		padding-top : 45px;
		padding-left : 20px;
		padding-right : 20px;
	}
	#taikendan .category{
		position : absolute;
		top : -9px;
		left : 13px;
		width : 120px;
		height : 30px;
		font-size : 14px;
	}
	#taikendan h4{
		color : #222;
		font-weight : 500;
		font-size : 18px;
		text-align : center;
	}
	#taikendan li p{
		font-size : 16px;
		line-height : 1.75;
		margin-top : calc( 27px - 6px );
	}
	#taikendan a > span{
		font-size : 16px;
		bottom : 23px;
		left : 242px;
	}
	#taikendan a > span:after{
		width : 48px;
		height : 15px;
		background-image : url("../images/ui/icon/more_pc.png");
		margin-left : 1px;
	}
	#taikendan .link-index{
		margin-top : 45px;
	}
}
/*--------------------------------------------
DIARY AND NEWS
---------------------------------------------*/
#diary_and_news li{
	border-bottom-color : #ccc;
	border-bottom-style : dotted;
}
#diary_and_news section > ul > li > a{
	display : block;
}
#diary_and_news time{
	display : block;
	letter-spacing : .1em;
}
#diary_and_news ul ul{
	display : flex;
	flex-wrap : wrap;
}
#diary_and_news li li{
	display : flex;
	align-items : center;
	justify-content : center;
	text-align : center;
	padding-left : .5em;
	padding-right : .5em;
	color : #fff;
	background-color : #dd5a6f;
}
@media screen and (max-width: 768px){
	#diary_and_news{
		padding-top : calc( 39 * 100vw / 768 );
		padding-bottom : calc( 59 * 100vw / 768 );
	}
	#diary_and_news section + section{
		margin-top : calc( 94 * 100vw / 768 );
	}
	#diary_and_news section > ul{
		margin-top : calc( ( 43 - 29 ) * 100vw / 768 );
	}
	#diary_and_news section > ul > li{
		border-bottom-width : calc( 3 * 100vw / 768 );
	}
	#diary_and_news section > ul > li > a{
		padding-top : calc( 29 * 100vw / 768 );
	}
	#diary_and_news time{
		font-size : calc( 26 * 100vw / 768 );
	}
	#diary_and_news h4{
		margin-top : calc( ( 14 - 4 ) * 100vw / 768 );
		font-size : calc( 26 * 100vw / 768 );
		line-height : 1.31;
	}
	#diary_and_news ul ul{
		margin-left : calc( -9 * 100vw / 768 );
	}
	#diary_and_news li li{
		margin-left : calc( 9 * 100vw / 768 );
		height : calc( 35 * 100vw / 768 );
		font-size : calc( 26 * 100vw / 768 );
		margin-top : calc( 8 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#diary_and_news{
		display : flex;
		align-items : flex-start;
		justify-content : space-between;
		padding-top : 65px;
		padding-bottom : 66px;
	}
	#diary_and_news > section{
		width : 520px;
	}
	#diary_and_news .title01:after{
		width : 200px;
	}
	#diary_and_news section > ul{
		margin-top : calc( 39px - 19px );
	}
	#diary_and_news section > ul > li{
		border-bottom-width : 1px;
	}
	#diary_and_news section > ul > li > a{
		padding-top : 19px;
	}
	#diary_and_news time{
		font-size : 16px;
	}
	#diary_and_news h4{
		margin-top : calc( 12px - 4px );
		font-size : 16px;
		line-height : 1.5;
	}
	#diary_and_news ul ul{
		margin-left : -8px;
	}
	#diary_and_news li li{
		margin-left : 8px;
		height : 25px;
		font-size : 16px;
		margin-top : 8px;
	}
	#diary_and_news .link-index{
		margin-top : 27px;
	}
}
@media screen and (max-width: 768px){
	#diary > ul > li > a{
		padding-bottom : calc( 22 * 100vw / 768 );
	}
	#diary .link-index{
		margin-top : calc( 31 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#diary > ul > li > a{
		padding-bottom : 16px;
	}
}
@media screen and (max-width: 768px){
	#news > ul > li > a{
		padding-bottom : calc( ( 24 - 4 ) * 100vw / 768 );
	}
	#news .link-index{
		margin-top : calc( 41 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#news > ul > li > a{
		padding-bottom : calc( 19px - 4px );
	}
}
/*--------------------------------------------
SEARCH02
---------------------------------------------*/
#kaikandata02{
	background-color : #f5b2b2;
}
#kaikandata02 .wrap{
	background-color : #fff;
}
#kaikandata02 h3{
	text-align : center;
}
#kaikandata02 form div{
	display : flex;
}
#kaikandata02 input[type="text"]{
	border : 0;
	background-color : #e5e5e5;
}
#kaikandata02 input[type="submit"]{
	background-image : url("../images/ui/icon/kaikandata.svg");
	background-color : #ccc;
	background-position : center;
	background-repeat : no-repeat;
}
#kaikandata02 input{
	height : 100%;
}
#kaikandata02 ul{
	display : flex;
}
#kaikandata02 li{
	background-repeat : no-repeat;
	background-size : cover;
	background-position : 0 0;
	width : calc( 100% / 2 );
}
#kaikandata02 li a{
	width : 100%;
	height : 100%;
	display : block;
	text-align : center;
	background-position-x : center;
	background-repeat : no-repeat;
}
#kaikandata02 li:nth-child(1) a{
	background-image : url("../images/ui/icon/name.svg");
}
#kaikandata02 li:nth-child(2) a{
	background-image : url("../images/ui/icon/line.svg");
}
#kaikandata02 li:nth-child(3) a{
	background-image : url("../images/ui/icon/map.svg");
}
#kaikandata02 h4{
	font-weight : 500;
	letter-spacing : .1em;
}
@media screen and (max-width: 768px){
	#kaikandata02{
		padding-top : calc( 26 * 100vw / 768 );
		padding-bottom : calc( 24 * 100vw / 768 );
	}
	#kaikandata02 .wrap{
		width : calc( 722 * 100% / 768 );
		margin-left : auto;
		margin-right : auto;
		padding-left : calc( 16 * 100% / 768 );
		padding-right : calc( 16 * 100% / 768 );
		padding-top : calc( 32 * 100vw / 768 );
		padding-bottom : calc( 20 * 100vw / 768 );
	}
	#kaikandata02 h3{
		font-size : calc( 45 * 100vw / 768 );
		letter-spacing : .1em;
	}
	#kaikandata02 p{
		margin: 1em 0 ;
		font-size : calc( 26 * 100vw / 768 );
		text-align: center;

	}
	#kaikandata02 form{
		margin-top : calc( 24 * 100vw / 768 );
		align-items : center;
		justify-content : space-between;
		display : flex;
	}
	#kaikandata02 label{
		font-size : calc( 24 * 100vw / 768 );
	}
	#kaikandata02 form div{
		width : calc( 515 * 100% / 690 );
		height : calc( 62 * 100vw / 768 );
	}
	#kaikandata02 input[type="text"]{
		width : calc( 453 * 100vw / 768 );
	}
	#kaikandata02 input[type="submit"]{
		width : calc( 62 * 100vw / 768 );
		background-size : cover;
	}
	#kaikandata02 ul{
		margin-top : calc( 15 * 100vw / 768 );
	}
	#kaikandata02 li{
		height : calc( 230 * 100vw / 768 );
	}
	#kaikandata02 li:nth-child(1){
		background-image : url("../images/home/bg_search01_sp.png");
	}
	#kaikandata02 li:nth-child(2){
		background-image : url("../images/home/bg_search02_sp.png");
	}
	#kaikandata02 li:nth-child(3){
		background-image : url("../images/home/bg_search03_sp.png");
	}
	#kaikandata02 li a{
		padding-top : calc( 188 * 100vw / 768 );
		font-size : calc( 24 * 100vw / 768 );
		background-position-y : calc( 3 * 100vw / 768 );
		background-size : auto calc( 202 * 100vw / 768 );
	}
}
@media print,screen and (min-width: 769px){
	#kaikandata02{
		padding-top : 25px;
		padding-bottom : 24px;
	}
	#kaikandata02 .wrap{
		padding-top : 20px;
		padding-bottom : 30px;
		padding-left : 24px;
		padding-right : 11px;
	}
	#kaikandata02 h3{
		width : 400px;
		margin-left : auto;
		margin-right : auto;
		border-bottom : 2px solid #dd5a6f;
		letter-spacing : .3em;
		font-size : 32px;
		padding-bottom : 14px;
	}
	#kaikandata02 p{
		margin: 1em 0 ;
	}
	#kaikandata02 .box{
		display : flex;
		flex-direction:column;
		align-items : center;
		margin-top : 15px;
	}
	#kaikandata02 ul{
		width : 600px;
	}
	#kaikandata02 li{
		height : 120px;
	}
	#kaikandata02 li:nth-child(1){
		background-image : url("../images/home/bg_search01_pc.png");
	}
	#kaikandata02 li:nth-child(2){
		background-image : url("../images/home/bg_search02_pc.png");
	}
	#kaikandata02 li:nth-child(3){
		background-image : url("../images/home/bg_search03_pc.png");
	}
	#kaikandata02 li a{
		padding-top : 90px;
		font-size : 15px;
		background-position-y : 0px;
		background-size : auto 100px;
	}
}
/*# sourceMappingURL=../maps/home.css.map */
