@charset "utf-8";
.hummenu ul li.nav-top::before {
	width: 50% !important;
}
/* common */
.top_en_ttl{
	font-family: linotype-didot, serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4em;
	font-size: 26px;
}
.img_cap{
    bottom: 0.3em;
    right: 0.4em;
}

/* mv */
.mv_area .img_cap_ja{
	bottom: 11%;
	right: 4.5%;
}
.slick-prev, .slick-next{
	
}
.slick-prev:before, .slick-next:before{
	font-size: 30px;
	color: black;
	opacity: 0.7!important;
	
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 10px;
	z-index: 1;	
}
/* 20251027 */
.fade_left{
    opacity: 0;
    transform: translateX(20%);
    transition: 2s;
}
.fade_left.is-show{
    opacity: 1;
    transform: translateX(0);
}
.fade_right{
    opacity: 0;
    transform: translateX(-20%);
    transition: 2s;
}
.fade_right.is-show{
    opacity: 1;
    transform: translateX(0);
}

.belt01{
    width: 100%;
    background-image: linear-gradient(90deg, #287ab0, #00b3e9 50%, #287ab0);
    padding: 40px 0;
}
.belt02{
    width: 100%;
    background-image: linear-gradient(90deg, #287ab0, #00b3e9 50%, #287ab0);
    padding: 40px 0;
}
.belt01_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1240px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.belt02_flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    max-width: 1240px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}
.belt01_flex li:nth-of-type(odd){
    width: 32%;
    max-width: 380px;
}
.belt01_flex li:nth-of-type(even){
    width: 1px;
    height: auto;
    background-color: #c0e9f6;
}
.belt02_flex li span{
    font-size: 46px;
}
.belt02_flex li:first-of-type span{
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px;
}
.belt02_flex li:nth-of-type(3){
    width: auto;
    height: 1px;
    background-color: #c0e9f6;
    margin: 20px 0;
}
.belt02_flex li:nth-of-type(4){
    margin-bottom: 30px;
}
.belt02_flex li:nth-of-type(2) span{
    letter-spacing: 0.2em;
}
.belt02_flex li:nth-of-type(4) span{
    letter-spacing: 0.3em;
}

.top_cont{
    width: 100%;
}

.top_cont_flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    /* padding: 0 20px; */
    margin: 0 auto;
}
.top_cont_item01{
    width: 45%;
    max-width: 530px;
    margin: 40px 0;
}
.top_cont_item01 li:nth-of-type(odd){
    width: 89%;
    max-width: 470px;
    margin-right: auto;
}
.top_cont_item01 li:nth-of-type(even){
    width: 89%;
    max-width: 470px;
    margin-left: auto;
}
.top_cont_item01 li:not(:first-of-type){
    margin-top: 10px;
}
.top_cont_item02{
    width: 54%;
    max-width: 640px;
}

.seikyu_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 315px;
    height: 55px;
    text-align: center;
    font-size: 22px;
    color: #318cc9;
    background-color: #fff;
    margin: 0 auto;
}

.arrow_right::before{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #318cc9;
    border-right: 2px solid #318cc9;
    position: absolute;
    top: 47%;
    right: 10%;
}

.seikyu_btn.arrow_right::before{
    transform: rotate(45deg) translateY(-47%);
}

.top_cont02{
	width: 100%;
	padding-bottom: 80px;
}
.top_cont02_inner{
    max-width: 1200px;
    /* padding: 0 20px; */
    margin: 0 auto;
}
.top_cont02_flex{
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
}
.top_cont03_flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
}
.top_cont02_flex li{
	width: 50%;
	height: 250px;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #318cc9;
	font-size: 32px;
	letter-spacing: 0.13em;
}
.top_cont03_flex li{
	width: 50%;
	height: 250px;
	background-color: #f3f5f7;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #318cc9;
	font-size: 32px;
	letter-spacing: 0.13em;
}
.top_cont02_bg01{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_02.jpg);
	background-size: cover;
}
.top_cont02_bg02{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_03.jpg);
	background-size: cover;
}
.top_cont02_bg03{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_04.jpg);
	background-size: cover;
}
.top_cont02_bg04{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_05.jpg);
	background-size: cover;
}
.top_cont02_bg05{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_06.jpg);
	background-size: cover;
}
.top_cont02_bg06{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_07.jpg);
	background-size: cover;
}
.top_cont02_bg07{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_08.jpg);
	background-size: cover;
}
.top_cont02_bg08{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_09.jpg);
	background-size: cover;
}
.top_cont02_bg09{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_10.jpg);
	background-size: cover;
}
.top_cont02_bg10{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_11.jpg);
	background-size: cover;
}
.top_cont02_bg11{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_12.jpg);
	background-size: cover;
}
.top_cont02_bg12{
	width: 50%;
	height: 250px;
	background: url(../img/top/top_13.jpg);
	background-size: cover;
}

.top_cont02_txt_s{
	font-size: 24px;
}
.top_cont02_txt_l{
	font-size: 80px;
	margin-left: 0.1em;
}

.line_h{
	line-height: 1.3em;
}

.ten{
	margin: -0.3em;
}

.comimg_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 56px;
	font-size: 18px;
	text-align: center;
	color: #318cc9;
	border: 1px solid #318cc9;
	margin: 3em auto 0;
}

.section_ttl_en{
    margin-bottom: 0.8em;
}
.section_txt_box::before{
    height: 75px;
}

@media (max-width: 1100px){

.top_cont02_flex li {
    font-size: 26px;
}
.top_cont03_flex li{
    font-size: 26px;
}

.top_cont02_txt_s {
    font-size: 16px;
}
.top_cont02_txt_l {
    font-size: 60px;
}
.top_cont02_bg11 {
    background-position: center;
}
.top_cont02_bg12 {
    background-position: center;
}
.belt02_flex li span {
    font-size: 34px;
}
.seikyu_btn {
    max-width: 300px;
    height: 50px;
    font-size: 18px;
}
}

@media (max-width: 750px){

.top_cont02_flex li{
    /* width: 100%; */
    height: 100px;
    font-size: 20px;
}
.top_cont03_flex li{
    /* width: 100%; */
    height: 100px;
    font-size: 20px;
}
.top_cont03_flex li.top_cont02_txt {
    /* height: 150px; */
    font-size: 24px;
}
.top_cont02_flex li.top_cont02_txt {
    /* height: 150px; */
    font-size: 24px;
}
.cont02_order{
    /* order: 1; */
}
.belt02_flex li span {
    font-size: 28px;
}
.seikyu_btn {
    max-width: 270px;
    height: 50px;
    font-size: 16px;
}
}

@media (max-width: 650px){

.belt01{
    /* padding: 20px 75px; */
}
.belt02 {
    padding: 35px 0;
    /* margin-top: -20px; */
}
.belt01_flex{
    padding: 0;
    width: 60%;
}
.belt02_flex{
    padding: 0;
}
.belt01_flex li:nth-of-type(odd){
    width: 100%;
    max-width: initial;
}
.belt01_flex li:nth-of-type(even){
    width: 100%;
    height: 1px;
    margin: 8px 0;
}
.belt02_flex li span{
    font-size: 30px;
}
.belt02_flex li:first-of-type span{
    font-size: 10px;
}

.top_cont{
    padding: 15px 0 0 0;
}
.top_cont_flex{
    padding: 0;
}
.top_cont_item01{
    width: 100%;
    max-width: initial;
    margin: 0;
}
.top_cont_item02{
    width: 100%;
    max-width: initial;
    margin-top: -15px;
    /* position: relative; */
    /* bottom: 20px; */
}

.seikyu_btn{
    max-width: 215px;
    font-size: 16px;
    height: 35px;
}
.arrow_right::before{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #318cc9;
    border-right: 1px solid #318cc9;
    position: absolute;
    top: 47%;
    right: 10%;
}
.seikyu_btn.arrow_right::before{
    transform: rotate(45deg) translateY(-47%);
}

.top_cont02_inner {
	padding: 0;
}
.top_cont02_flex li {
    font-size: 16px;
    letter-spacing: 0;
}
.top_cont03_flex li{
    font-size: 16px;
    letter-spacing: 0;
}
.comimg_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: #318cc9;
    border: 1px solid #318cc9;
    margin: 3em auto 0;
}
.top_cont_item01 li:nth-of-type(odd){
    max-width: 310px;
}
.top_cont_item01 li:nth-of-type(even){
    max-width: 310px;
}
.top_cont_item01 li:not(:first-of-type){
    margin-top: 6px;
}

.belt02_flex li span{
    font-size: 23px;
}

.arrow_right::before{
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #318cc9;
    border-right: 1px solid #318cc9;
    position: absolute;
    top: 47%;
    right: 10%;
}
.seikyu_btn.arrow_right::before{
    transform: rotate(45deg) translateY(-47%);
}
.top_cont03_flex li.top_cont02_txt {
    height: 120px;
}
.top_cont02_flex li.top_cont02_txt {
    height: 120px;
}
.top_cont02_txt_l {
    font-size: 50px;
}
.top_cont02 {
    width: 100%;
    padding-bottom: 60px;
}
.section_txt_box::before {
    height: 60px;
}
}

.top_bg01{
	background: url(../img/top/top_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
.top_bg02{
	background: url(../img/top/top_bg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
}
/* 20251027end */


