@charset "utf-8";
/* CSS Document */
/*====================================================

	メインビジュアル

=====================================================*/
#mainvisual{
	position: relative;
	width: 100vw;
	height: calc(100vh);
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
	overflow: hidden;
}
#mainvisual .catchphrase{
	width: fit-content;
	height: fit-content;
	position: absolute;
	top: -10%;
	bottom: 0;
	left: 0%;
	margin: auto;
	padding: 15px 5% 19px 8%;
	border-radius:  0 25px 25px 0;
	z-index: 10;
	background: #fffffff5;
}
#mainvisual .catchphrase .main{
	font-size: 190%;
	letter-spacing: 2px;
}
#mainvisual .catchphrase .main span{
	color: var(--accent_color);
}
#mainvisual .catchphrase .sub span{
	color: var(--main_color);
}
#mainvisual .img_container{
	width: 100%;
	height: 95%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0 0 0% 100% / 0 0 180% 165%;
}
#mainvisual .img_container img{
	width: 100%;
	height: auto;
}
#mainvisual .banner{
	position: absolute;
	bottom: 180px;
	right: 30px;
	width: 350px;
	height: auto;
}
#mainvisual .scadule_box{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0px;
	right: 0;
	padding: 30px 40px;
	background: #fff;
	color: #000;
	border-radius: 10px 0 0 0px;
}
#mainvisual .scadule_box span{
	writing-mode: vertical-rl;
	margin: 0 30px 0 0;
	letter-spacing: 4px;
	position: relative;
}
#mainvisual .scadule_box table tr:first-of-type{
	border-bottom: 1px solid var(--main_color);
	margin-top: 0;
}
#mainvisual .scadule_box table tr{
	display: block;
	margin: 10px 0;
	padding: 0 10px 0 0;
}
#mainvisual .scadule_box table tr:nth-of-type(2){
	border-bottom: 1px dashed var(--main_color);
	padding-bottom: 9px;
	margin-bottom: -5px;
}
#mainvisual .scadule_box table tr td:first-of-type{
	width: 125px;
}
#mainvisual .scadule_box table tr td{
	width: 60px;
	text-align: center;
}
#mainvisual .scadule_box table tr:first-child td{
	padding-bottom: 2px;
}

#scroll_box{
	width:30px;
	height:auto;
	position:absolute;
	bottom:15px;
	left:7%;
	font-family: "Sawarabi Mincho";
}
.scroll a {
    display: block;
    height: 6em;
    text-align: right;
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color:#0aadfd;
}
.scroll .line {
    display: block;
    height: 100px;
    width: 1px;
    margin-left: 5px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.scroll .line span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#0aadfd),to(#fff));
    background: linear-gradient(0deg,#fff,#0aadfd,#fff);
    -webkit-animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    animation: drop 1.5s cubic-bezier(.5,.05,.6,.15) infinite;
    z-index: 100;
}
@-webkit-keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes drop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
/*====================================================

	メインビジュアル

=====================================================*/
#policy{
	width: 100vw;
	overflow-x: hidden;
	padding: 100px 0;
	background: #fff;
	position: relative;
}
#policy:before{
	content: '';
    position: absolute;
    right: -25px;
    bottom: 0px;
    background: transparent;
    width: 50%;
    height: 52%;
    border-radius: 0% 0% 100% 0% / 0% 0% 59% 0%;
    box-shadow: 0 100px var(--sub_color);
}
#policy .title{
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	background: var(--accent_color);
	color: #fff;
	width: fit-content;
	margin: 0 auto 20px;
	padding: 5px 30px 7px;
	border-radius: 20px;
}
#policy p{
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.6;
}
#news{
	background: #fff;
}
#news{
	width: 100vw;
	overflow-x: hidden;
	padding: 100px 0 130px;
	background: var(--sub_color);
	position: relative;
}
#news:before{
	content: '';
	position: absolute;
	top: 0px;
	left: -15px;
	width: 50%;
	height: 50%;
	background: transparent;
	border-radius: 100% 0% 0% 0% / 30% 0% 0% 0%;
	box-shadow: 0 -100px #fff;
}
#news:after{
	content: '';
	position: absolute;
	right: -5%;
	bottom: 0px;
	background: transparent;
	width: 50%;
	height: 52%;
	border-radius: 0% 0% 100% 0% / 0% 0% 45% 0%;
	box-shadow: 0 100px #fff;
}
#news .title{
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	width: fit-content;
	color: var(--accent_color);
	background: #fff;
	padding: 5px 30px 7px;
	border-radius: 20px;
	margin: 0 auto 40px;
}
#news .news_list{
	background: #fff;
	width: 50%;
	min-width: 700px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 20px;
	position:relative;
	z-index: 99;
}
#news .news_list li{
	border-bottom: 1px dashed var(--main_color);
	margin: 0 0 10px;
	padding: 0 10px 1px;
}
#news .news_list li a{
	display: flex;
	align-items: flex-end;
	width: 100%;
	transition: 0.3s;
}
#news .news_list li:hover a{
	font-size: 110%;
}
#news .news_list li .news_date{
	padding-right: 20px;
	font-size: 90%;
	color: var(--accent_color);
}
#news .news_list li:hover a .news_date{
	color: #535353;
}
#news .news_list li .news_text{
	font-size: 108%;
	color: #535353;
}
#news .news_list li:hover a .news_text{
	color: var(--accent_color);
}
#news .btn{
	width: 15%;
	margin: 30px auto 0;
	text-align: center;
	background: var(--main_color);
	color: #fff;
	border-radius: 50px;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 99;
}
#news .btn a{
	display: block;
	padding: 8px 0 10px;
	color: #fff;
}
#news .btn:hover{
	background: var(--accent_color);
	transform: scale(1.05,1.05);
}

#guidance{
	height: auto;
  border-radius: 50% 0% 0% 0% / 150px 0% 0% 0%;
	padding: 100px 0 0px;
	margin-bottom: 170px;
	position: relative;
}
#guidance:before{
	content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 50%;
    height: 350px;
    background: transparent;
    border-radius: 100% 0% 0% 0% / 20% 0% 0% 0%;
    box-shadow: 0 -100px var(--sub_color);
	z-index: -1;
}
#guidance .title{
	font-size: 140%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	background: var(--accent_color);
	color: #fff;
	width: fit-content;
	margin: 0px auto 40px;
	padding: 5px 30px 7px;
	border-radius: 20px;
}
#guidance ul{
	display: flex;
	justify-content: center;
}
#guidance ul li{
	width: 205px;
	background: #fff;
	display: flex;
    flex-direction: column;
    align-items: center;
	overflow: hidden;
}
#guidance ul li:nth-child(2){
	margin: 0 80px;
}
#guidance ul li:nth-child(3){
	margin: 0 80px 0 0;
}
#guidance ul li span{
	width: 100%;
	padding: 35px 0 25px;
	border-radius: 50% 50% 0% 0% / 55% 55% 0% 0%;
	border: 1px solid #000;
	display: flex;
    justify-content: center;
}
#guidance ul li img{
	width: 50%;
}
#guidance .textbox{
	border-radius: 0% 0% 50% 50% / 0% 0% 55% 55%;
	border: 1px solid #000;
	background: var(--main_color);
}
#guidance ul li .item_title{
	padding: 10px 15px 5px;
	width: 100%;
	text-align:center;
	color: #fff;
}
#guidance ul li .item_text{
	font-size: 85%;
	text-align: justify;
	padding: 0 15px 57px;
	color: #fff;
}
#guidance .btnbox{
	opacity: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	transition: 0.5s;
}
#guidance .btnbox a{
	background: var(--main_color);
	color: #fff;
	padding: 3px 10px 5px;
	border-radius: 10px;
	display: none;
	transition: 0.5s;
}
#guidance .btnbox:hover > a{
	background: var(--accent_color);
	transform: scale(1.05);
}
#guidance .guidance_item:hover > .btnbox{
	opacity: 1;
	padding: 15px 0;
}
#guidance .guidance_item:hover > .btnbox a{
	display: block;
}
#dx{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 200px;
}
#dx h3{
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	background: var(--accent_color);
	color: #fff;
	width: fit-content;
	margin: 0 auto 20px;
	padding: 5px 30px 7px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
#dx p{
	display: block;
	width: fit-content;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 2px solid var(--main_color);
	padding: 35px 40px 30px;
	margin: -38px auto 0;
	position: relative;
	z-index: 0;
}