@charset "UTF-8";
/* CSS Document */

.btn_m1,
.btn_m2,
.btn_m1:active,
.btn_m2:active,
.btn_m1:visited,
.btn_m2:visited,
.btn_m1:link,
.btn_m2:link{
	color: #fff;
}
.btn_m1{
	width: 270px;
	max-width: 100%;
	margin:0 auto;
	color: #fff;
    text-align: center;
    margin-top: 3rem;
    background-color: #cd3872;
    border: solid 2px #cd3872;
	display: block;
    border-radius: 2em;
    padding: 0.51em;
    font-size: 2rem;
    font-size: min(2rem, 3.8vw);
    box-sizing: border-box;
	font-weight: 500;
	transition: 0.5s;
	text-decoration: none;
}
.btn_m2{
	width: 430px;
	max-width: 100%;
	margin:0 auto;
	color: #fff;
    text-align: center;
    margin-top: 20px;
    background-color: #cd3872;
    border: solid 2px #cd3872;
	position: relative;
    display: block;
    border-radius: 2em;
	padding: 0.51em;
    font-size: 2rem;
    font-size: min(2rem, 3.8vw);
    box-sizing: border-box;
	font-weight: 500;
	transition: 0.5s;
	text-decoration: none;
}
.btn_m1:hover,
.btn_m2:hover{
    opacity: 0.5;
}
.tourokubtn2:before,
.btn_m2:before{
	content: "";
    width: 1.1em;
    height: 1.1em;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	position: absolute;
	display: block;
	background-image: url("../images/arrow_2.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.btn_m1.btn_file{
	position: relative;
	width: 300px;
}
.btn_m1.btn_file:before{
	content: "";
    width: 1.1em;
    height: 1.1em;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	position: absolute;
	display: block;
	background-image: url("../images/page_common/icon_btn_file.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.about_center .btn_m2{
	width: 270px;
}
#topmainimage{
	margin-bottom: 80px;
}
.kv_slider{
	overflow: hidden;
    height: calc(min(781px, 53vw) + 60px);
	
}
#topmainimage img{
	width: 100%;
}
#tourokushinsei{
	padding:80px 60px;
	padding-top: 0;
}
.tourokushinsei_inner{
	position: relative;
	margin: auto;
	max-width: 870px;
	margin-bottom: 40px;
}
.tourokushinsei_moji{
    position: absolute;
    width: 45%;
    left: 25%;
    margin: auto;
    bottom: 6%;
}

.flarge .tourokushinsei_moji {
    position: absolute;
    width: 53%;
    left: 21%;
    margin: auto;
	bottom: 3%;
}
.top_tourokubtn{
	width: 100%;
	max-width: 980px;
	margin: auto;
	display: flex;
	gap:20px;
	color: #fff;
}
.top_tourokubtn > div{
	width: 50%;
}

.tourokubtn2{
	display: block;
	text-align: center;
width: 90%;
	max-width: 345px;
	margin: auto;
	margin-top: 20px;
	background-color: #cd3872;
	padding: 0.51em;
	 font-size: 2rem;
    font-size: min(2rem, 3.8vw);
	box-sizing: border-box;
	border-radius: 30px;
	font-weight: 600;
	transition: 0.5s;
	text-decoration: none;
	position: relative;
	color: #ffffff;
}
.tourokubtn2:hover{
	opacity: 0.5;
}
.tourokubtn2.blue{
	background: var(--stylecolor);
}
.tourokubtn2.green{
	background:  var(--stylecolor);
}


.tourokushinsei_inner_sp{
	margin-bottom: 3rem;
}
.tourokushinsei_inner_sp img{
	max-width: 500px;
	width: 90%;
	margin: auto;
	margin-bottom: 3rem;
}
.tourokushinsei_moji_sp{
	text-align: center;
	font-weight: 700;
}
.top_tourokubtn_sp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.top_tourokubtn_sp img{
    width: 24%;
	display: block;
	flex-shrink: 1;
}
.top_tourokubtn_sp div{
	flex-shrink: 0;
	width: 50%;
}
.top_tourokubtn_sp a{
	display: block;
	margin-bottom: 15px;
}
.top_tourokubtn_sp a img{
	width: 100%;
}
.top_tourokubtn_sp a:last-child{
	margin-bottom: 0;
}
.top_tourokubtn2_sp .tourokubtn2:first-child{
	margin-top: 0;
	}
@media (max-width: 800px){
.tourokushinsei_inner,
.top_tourokubtn{
	display: none;
	}
	#tourokushinsei{
		padding-right: 20px;
		padding-left: 20px;
	}
	.tourokubtn2{
	width: calc(100% - 40px);
        width: 13em;
		margin-top: 15px;
}
	
 }
@media (min-width: 801px){
.tourokushinsei_inner_sp,
.top_tourokubtn_sp,
.top_tourokubtn2_sp{
	display: none;
	}
 }

.two_col_content1{
	display: flex;
	gap:40px;
	align-items: stretch;
	margin-bottom: 80px;
}
.two_col_content1 p{
	font-size:1.6rem;
}

.two_col_content1 h3{
	margin-bottom: 2rem;
} 
.two_col_content1 h3 img{
	display: block;
	height: 100px;
	margin: auto;
	margin-bottom: 2rem;

}
@media (max-width: 800px){
	.two_col_content1 h3{
		margin-bottom: 1rem;
	}
	.btn_m2,.tourokubtn2,.btn_m1{padding: 0.2em;}
}
.two_col_content1 h3 span{
	display: inline-block;
	text-align: center;
	color: #e5690c;
	font-size:2.4rem;
	font-weight: 800;
	margin-top: -0.3em;
	margin-bottom: -0.3em;
}
.two_col_content1 > div{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2cddc+7,fbb095+100 */
    background: linear-gradient(120deg, #f2cddc50 7%, #fbb09550 100%);
/*background: linear-gradient(120deg,  #f9e9f3 7%,#fadeda 100%); */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: calc(50% - 20px);
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 2.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.two_col_content1 > div.left{
	border-radius:0 60px 60px 0;
}
.two_col_content1 > div.right{
	border-radius:60px 0 0 60px;
}


.top_topics{
	display: flex;
	padding-left: 140px;
	padding-bottom: 60px;
}
.top_topics_position{
	width: 100%;
	border-radius:60px 0 0 60px;
box-shadow: 0px 0px 30px 0px #fbb095;
	padding: 60px;
	position: relative;
	background-color: #ffff;
}
.top_neko3{
	position: absolute;
	width: 140px;
	left: -50px;
	bottom: -35px;
}
.top_topics_inner{
	width: 100%;
	max-width: 1030px;
	display: flex;
	box-sizing: border-box;
	gap:60px;
	align-items: center;
	margin: auto;
}
.top_topics_inner > div.left{
	width: 210px;
	flex-shrink: 0;
}
.top_topics_inner > div.right{
	flex-shrink: 1;
	width: 100%;
}
.information_list{
	max-width: 760px;
	width: 100%;
	margin-bottom: 3rem;
}
.banner_x{
	max-width: 580px;
	display: block;
	margin: auto;
	width: 100%;
}

.two_col_content2{
	display: flex;
	gap:40px;
	align-items: center;
	margin-bottom: 80px;
}
.two_col_content2 > div{
	width: 50%;
	box-sizing: border-box;
}
.two_col_content2 > div.left{
	
}
.two_col_content2 > div.right{
	border-radius:60px 0 0 60px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2cddc+7,fbb095+100 */
    background: linear-gradient(120deg, #f2cddc50 7%, #fbb09550 100%);
/*background: linear-gradient(120deg,  #f9e9f3 7%,#fadeda 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 40px;
	box-sizing: border-box;
}

.two_col_content2 h3{
	margin-bottom: 3rem;
	display: block;
	text-align: center;
	color: #e5690c;
	    font-size: 2.4rem;
    font-weight: 700;
	margin-top: -0.3em;
}
.tourokusyasuu{
	text-align: center;
	position: relative;
	max-width: 500px;
	margin: auto;
}
.tourokusyasuu img{
	display: block;
	position: relative;
	z-index: 1;
}
.tourokusyasuu_inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.tourokusyasuu .mini{
	font-size:1.2rem;
	display: block;
	line-height: 1;
}
.touroku_title{
	font-weight: 600;
	font-size:2rem;
	margin: 0;
	padding: 0;
}
.touroku_ninzu{
	font-weight: 900;
	font-size:5rem;
	margin: 0;
	padding: 0;
	line-height: 1;
	margin-bottom: 1rem;
}
.touroku_ninzu span{
	font-size:1.3rem;
}
.touroku_date{
	font-weight: 900;
	font-size:1.6rem;
	margin: 0;
	padding: 0;
	
}
.block_inner{
	max-width: 520px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cd3872;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #e5690c;
}

.bottom_banner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap:20px;
	flex-wrap: wrap;
	padding: 40px;
	margin: auto;
    margin-bottom: 60px;
}
.bottom_banner a{
	display: block;
	width: calc(20% - 20px / 5 * 4);
}
.bottom_banner a img{
	width: 100%;
	display: block;
}

@media (max-width: 800px){
.bottom_banner a{
	display: block;
	width: calc(50% - 20px / 2 * 1);
	}
}


@media (max-width: 800px){
	
	#topmainimage{margin-bottom: 0;}
	#tourokushinsei {
    padding: 40px 20px;
    padding-top: 0;
}
	.tourokusyasuu_inner{height: 50vw;}
	.tourokusyasuu img{max-width: 50vw;margin: auto;}
	.two_col_content2{margin-bottom: 40px;}
	.two_col_content1{margin-bottom: 40px;}
.two_col_content1{
	flex-direction: column;
	}
	.two_col_content1 > div{
		width: calc(100% - 40px);
    padding: 30px 20px;
	}
	.two_col_content1 > div.right{
        margin-left: 40px;
	}

.two_col_content1 > div.left {
    border-radius: 0 40px 40px 0;
}
	
.two_col_content1 > div.right {
    border-radius: 40px 0 0 40px;
}
.top_topics_inner {
    flex-direction: column;
	gap: 40px;
	}
	.top_topics{
		padding-right: 40px;
		padding-left: 0;
	}
.top_topics_position {
    width: 100%;
	border-radius: 0 40px 40px 0;
    padding: 30px 20px;
	}
	.two_col_content2{
	flex-direction: column;
	}
	.two_col_content2 > div{
		width: calc(100% - 40px);
	}
	.two_col_content2  > div.right{
        margin-left: 40px;
        border-radius: 40px 0 0 40px;
        padding: 30px 20px;
	}
	.two_col_content1 h3 img {
    height: 60px;
		    margin-bottom: 1rem;
	}
	.two_col_content1 h3 span {
		font-size: 2rem;
	}
	.top_topics_inner > div.left h3 img{
		width: 130px;
		margin: auto;
	}
.top_neko3 {
    position: absolute;
        width: 77px;
        left: 22px;
        bottom: -78px;
	}
	.btn_m1 {
		margin-top: 2rem;
	}
}
article.toppage{
	position: relative;
	z-index: 10;
	background: none;
}
.site-footer,
.site-header{
	position: relative;
	z-index: 100;
}
.top_bg{
	position: fixed;
	z-index:-1;
	top: 0;
	background-image: url("../images/bg1.png");
	left: 0;
	right: 0;
	background-color: #fff;
    background-size: cover;
	height: 100%;
	width: 100%;
    max-width: 1450px;
	margin: auto;
}
@media (max-width: 800px){
.top_bg{
	background-image: url("../images/bg1_sp.png");
	}
	.bottom_banner{padding: 0 20px;}
}