@charset "utf-8";
/* home
-------------------------------------------------------------------*/
body.home .vision{
    position:relative;
    z-index:1;
    background:url(../img/top/bg-mv.png) no-repeat left center / cover;
    min-height: 50vw;
}
body.home .vision-wrap{
    position:relative;
    max-width:888px;
    margin-left:auto;
    width: 46.25%;
}
body.home .vision-slider{
     display:flex;
     justify-content: space-between;
     align-items: center;
     gap: 1.5em 2%;
     flex-wrap: wrap;
}
body.home .vision-slider .mv-slider01{
    width:100%;
}
body.home .vision-slider .mv-slider02{
    width: 49%;
}
body.home .vision-slider .mv-slider03{
    width: 47.5%;
}
body.home .mv-image{
    position:relative;
    z-index:5;
    margin-bottom: 1.5em;
}
body.home .mv-txt{
    position: absolute;
    z-index:5;
    inset: 12% auto 0 7.5%;
    margin: auto;
    height: fit-content;
    text-align: left;
}
body.home .mv-txt .mv_style{
    position:relative;
    z-index:5;
    font-size: 3.125rem;
    font-weight: 600;
    margin-bottom: 0.625em;
    line-height: 1.6;
    letter-spacing: 0;
}
body.home .mv-txt .mv_style span{
    color:var(--keycolor);
}
body.home .mv-txt p{
    font-size:1.25rem;
    line-height: 2.625;
    font-weight: 500;
    text-decoration:underline;
    text-underline-offset: 7px;
    margin-bottom: 1em;
    text-decoration-thickness: from-font;
}
body.home .mv-txt .mv_ann{
	font-size:0.875rem;
	margin-bottom:4em;
	display:block;
}
body.home .mv-slider{
    position:absolute;
    inset: 18% 0 0 23%;
    margin:auto;
    width:394px;
    height:fit-content;
    z-index: 10;
}
@media screen and (max-width:1600px) {
	body.home .vision{
		padding-top:80px;
	}
    body.home .mv-txt .mv_style{
        font-size:min(3vw,3.125rem);
    }
    body.home .mv-txt p{
        font-size:min(1.3vw,1.25rem);
    }
	body.home .mv-txt .mv_ann{
		font-size:min(1.2vw,1rem);
	}
    body.home .mv-btn .btn{
        font-size:min(1.2vw,1.125rem);
    }
}
@media screen and (max-width:1000px) {
    body.home .mv-txt{
        left:3%;
    }
}
@media screen and (max-width:768px) {
	body.home .vision{
        padding: 100px 15px 0.25em;
 }
    body.home .mv-txt{
        position:relative;
        inset:0;
        width:100%;
        margin-bottom: 3em;
    }
    body.home .vision-wrap{
        width:100%;
        max-width:100%;
    }
    body.home .mv-txt .mv_style{
        font-size: 2rem;
        margin-bottom: 0.5em;
    }
    body.home .mv-txt p{
        font-size:1rem;
        margin-bottom: 1em;
    }
	body.home .mv-txt .mv_ann{
		font-size:0.86rem;
		margin-bottom: 2.5em;
	}
    body.home .mv-btn .btn{
        font-size:1rem;
        margin: 0 auto;
    }
	body.home .vision-slider .mv-slider01{
		--delayDigit1: 2;
	}
}

body.home .banner-area{
    margin-block: 3em;
    padding-inline:15px;
}
body.home .banner-area a{
    display:inline-block;
    transition:var(--hover);
}
@media (any-hover: hover) {
    body.home .banner-area a:hover{
        opacity:0.7;
    }
}
@media screen and (max-width:768px) {
    
}
body.home .news{
    position:relative;
    z-index:5;
    padding-block: 0 5em;
}
body.home .news-col{
    display:flex;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3%;
}
body.home .news .news-style{
    font-size:2.625rem;
    font-weight:600;
    width:20%;
    margin-bottom: 2.25em;
}
body.home .news .style_news{
    width: 76%;
}
body.home .news .news_link{
    position:absolute;
    inset:5em auto 0 0;
    margin:auto;
    height:fit-content;
}
body.home .news .news_link a{
    font-size:1.25rem;
    font-weight:600;
    padding-right:2em;
    position:relative;
    transition:var(--hover);
    display:inline-block;
}
body.home .news .news_link a:before{
    content:"";
    width:26px;
    height:26px;
    background:var(--accent01);
    border-radius:50%;
    position:absolute;
    inset:0 0 0 auto;
}
body.home .news .news_link a:after{
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px var(--whitecolor);
    border-right: solid 2px var(--whitecolor);
    position: absolute;
    inset: 0 0.5em 0 auto;
    margin: auto;
    transform: rotate(45deg);
}
@media (any-hover: hover) {
    body.home .news .news_link a:hover{
        transform:translateX(5px);
    }
}
@media screen and (max-width:1000px) {
    body.home .news .news-style{
        font-size:2rem;
    }
    body.home .news .news_link a{
        font-size:1.125rem;
    }
}
@media screen and (max-width:768px) {
    body.home .news{
        padding-block: 0px 4em;
    }
    body.home .news-col{
        gap: 0;
    }
    body.home .news .news-style{
        font-size:1.47rem;
        width:100%;
        margin-bottom: 0.5em;
    }
    body.home .news .style_news{
        width:100%;
    }
    body.home .news .news_link{
        position:relative;
        inset:0;
        height:fit-content;
        max-width:fit-content;
        margin-right: 0;
        margin-top: 1.25em;
    }
    body.home .news .news_link a{
        font-size:1rem;
    }
    body.home .news .news_link a:before{
        width:20px;
        height:20px;
    }
    body.home .news .news_link a:after{
        width:5px;
        height:5px;
        border-top-width:1px;
        border-right-width:1px;
        right: 0.6em;
    }
}


/*worries*/
body.home .worries-top{
    position:relative;
    background:var(--bgcolor);
    z-index:5;
    padding-block: 5em 7em;
}
body.home .worries-top:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 224px solid transparent;
    border-left: 224px solid transparent;
    border-top: 76px solid var(--bgcolor);
    border-bottom: 0;
    position:absolute;
    inset: auto 0 -75px 0;
    margin:0 auto;
}
body.home .worries-top .worries_style{
    text-align:center;
    font-size:2.625rem;
    font-weight:600;
    padding-top: 0.5em;
    margin-bottom: 1.5em;
}
body.home .worries-top .worries_style span{
    color:var(--subcolor);
    background-image: radial-gradient(circle at center, var(--subcolor) 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .3em;
}
body.home .worries-top .image-wrap{
    max-width:1050px;
    margin:0 auto;
    position:relative;
}
body.home .worries-top .image-wrap .worries-top-item{
    position:absolute;
    inset:0;
    margin:auto;
}
body.home .worries-top .image-wrap .item-base{
    position:relative;
}
body.home .worries-top .worries-wrap{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:1%;
}
body.home .worries-top .worries-wrap .worries-item{
	background:var(--whitecolor);
	width:24%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	border-radius:30px 30px 30px 0;
	box-shadow:5px 7px 7px  rgba(0,0,0,0.1);
	position:relative;
	padding: 1em;
	aspect-ratio: 288 / 184;
}
body.home .worries-top .worries-wrap .worries-item:before{
	content:"";
	width: 39px;
	height: 33px;
	background:url(../img/top/icon-worries.svg) no-repeat center / contain;
	position: absolute;
	inset: -1em auto auto 1.785em;
}
body.home .worries-top .worries-wrap .worries-item p{
	font-size: min(2vw,1.375rem);
	font-weight: 600;
	line-height: 1.875;
}
body.home .worries-top .worries-wrap .worries-item strong{
	color:var(--subcolor);
	font-size:1.5rem;
	font-weight: 600;
}
body.home .worries-bottom{
    position:relative;
    background:var(--bg-gra);
    z-index:3;
    padding-block: 8.5em 5em;
    color:var(--whitecolor);
}
body.home .worries-bottom .worries_style{
    text-align:center;
    font-size:2.625rem;
    font-weight:600;
    margin-bottom:1em;
    line-height: 1.6;
}
body.home .worries-bottom .worries_style02{
    font-size:1.5rem;
    font-weight: 600;
    margin-bottom:1em;
    line-height: 1.875;
}
body.home .worries-bottom .worries-col{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 4%;
}
body.home .worries-bottom .worries-col .worries-image{
    width: 44%;
}
body.home .worries-bottom .worries-col .worries-image img{
    border-radius:10px;
}
body.home .worries-bottom .worries-col .worries-text{
    width: 50%;
}
body.home .worries-bottom .worries-col .worries-text p{
    line-height:1.875;
    font-weight: 500;
}
@media screen and (max-width:1260px) {
	body.home .worries-top .worries-wrap .worries-item p,
	body.home .worries-top .worries-wrap .worries-item strong{
		font-size: min(1.65vw,1.375rem);
	}
	body.home .worries-top .worries-wrap .worries-item:before{
		width:30px;
		height:24px;
		inset: -0.75em auto auto 1.5em;
	}
}
@media screen and (max-width:1000px) {
	body.home .worries-top .worries-wrap .worries-item{
		padding:0.5em;
	}
}
@media screen and (max-width:768px) {
	body.home .worries-top{
	    padding-block: 4em 5em;
	}
	body.home .worries-top:before{
	    border-right-width:100px;
	    border-left-width:100px;
	    border-top-width:38px;
	    inset: auto 0 -37px 0;
	}
	body.home .worries-top .worries_style{
	    font-size:1.71rem;
	}
	body.home .worries-bottom{
	    padding-block: 5em 4em;
	}
	body.home .worries-bottom .worries_style{
	    font-size: 1.71rem;
	    letter-spacing: 0;
	}
	body.home .worries-bottom .worries_style02{
	    font-size: 1.21rem;
	}
	body.home .worries-bottom .worries-col{
	    gap: 1em;
	    flex-wrap: wrap;
	}
	body.home .worries-bottom .worries-col .worries-image{
	    width: 100%;
	}
	body.home .worries-bottom .worries-col .worries-image img{
	    border-radius:5px;
	}
	body.home .worries-bottom .worries-col .worries-text{
	     width: 100%;
	}
	body.home .worries-top .worries-wrap{
		flex-wrap:wrap;
		gap: 2em 2%;
		max-width: 400px;
		margin: 0 auto;
	}
	body.home .worries-top .worries-wrap .worries-item{
		width: 48%;
		min-height:5em;
		border-radius:15px 15px 15px 0;
		padding: 1em 0.5em;{
		content:"";
		width: 39px;
		height: 330px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 331px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 332px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 333px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 323px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 313px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 303px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 283px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 263px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 253px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 233px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 223px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 213px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 193px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 183px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 173px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 163px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 143px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 123px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 113px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 93px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 83px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 73px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};{
		content:"";
		width: 39px;
		height: 43px;
		background:url(../img/top/icon-worries.svg) no-repeat center / contain;
		position: absolute;
		inset: -1em auto auto 1.785em;};
	}
	body.home .worries-top .worries-wrap .worries-item p,
	body.home .worries-top .worries-wrap .worries-item strong{
		font-size: 1rem;
		line-height: 1.6;
	}
	body.home .worries-top .worries-wrap .worries-item:before{
		width:26px;
		height: 22px;
		inset: -0.75em auto auto 1.785em;
	}
}

/*reason*/
body.home .reason{
    position:relative;
    z-index:5;
    padding-block: 5em 6em;
}
body.home .reason .reason_style{
    text-align:center;
    font-size:2.625rem;
    font-weight: 600;
    margin-bottom: 1.5em;
}
body.home .reason .reason-wrap{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
    gap:1em;
}
body.home .reason .reason-wrap .reason-item{
    position:relative;
    width:calc(33% - 1em);
    background:var(--whitecolor);
    border:2px solid var(--keycolor);
    border-radius:10px;
    margin-top:2em;
    padding: 1em 1em 2em;
    text-align: center;
}
body.home .reason .reason-wrap .reason-item i{
    position:relative;
    width:76px;
    height:76px;
    background:var(--keycolor);
    color:var(--whitecolor);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2.375rem;
    border-radius:50%;
    line-height:1;
    margin: -1.5em auto 0;
    text-decoration:underline;
    text-underline-offset:5px;
    text-decoration-thickness: from-font;
    font-weight:500;
}
body.home .reason .reason-wrap .reason-item .reason-image{
    max-width:fit-content;
    margin:1em auto;
}
body.home .reason .reason-wrap .reason-item .reason_style02{
    font-size:1.5rem;
    font-weight:600;
    margin-bottom: 0.5em;
}
body.home .reason .reason-wrap .reason-item p{
    line-height: 1.875;
}
@media screen and (max-width:768px) {
	body.home .reason{
	    padding-block: 4em;
	}
	body.home .reason .reason_style{
	    font-size:1.71rem;
	}
	body.home .reason .reason-wrap{
	    gap: 2em;
	}
	body.home .reason .reason-wrap .reason-item{
	    width:100%;
	    border-width:1px;
	    border-radius:5px;
	}
	body.home .reason .reason-wrap .reason-item i{
	    width: 60px;
	    height: 60px;
	    font-size: 1.875rem;
	    margin: -1.625em auto 0;
	}
	body.home .reason .reason-wrap .reason-item .reason-image{
	    max-width:fit-content;
	    margin:1em auto;
	}
	body.home .reason .reason-wrap .reason-item .reason_style02{
	    font-size: 1.14rem;
	}
	body.home .reason .reason-wrap .reason-item p{
	    line-height: 1.75;
	    text-align: left;
	}
}

/*fp-menu*/
body.home .fp-menu{
    position:relative;
    z-index:5;
    padding-block: 0 5em;
    background: var(--bgcolor02);
}
body.home .fp-menu .menu-title{
    position:relative;
    padding-block: 4.5em 8.5em;
    background: url(../img/top/bg-menu.jpg);
    margin-bottom: -6.25em;
    color: var(--whitecolor);
}
body.home .fp-menu .fp-menu_style{
    text-align:center;
    font-size:2.625rem;
    font-weight:600;
    margin-bottom: 0.5em;
}
body.home .fp-menu .menu-title p{
    font-size:1.125rem;
    font-weight: 600;
}
body.home .fp-menu .menu-title02{
    position:relative;
    margin-bottom:3em;
    text-align:center;
}
body.home .fp-menu .fp-menu_style02{
    font-size:2.25rem;
    font-weight:600;
    margin-bottom: 0.25em;
}
body.home .fp-menu .menu-title02 p{
    font-size:1.125rem;
}
body.home .fp-menu .fp-menu-wrap{
    position:relative;
    z-index:5;
}
body.home .fp-menu .fp-menu-box{
    background:var(--whitecolor);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 2em 2em 2.5em;
    border-radius:10px;
    margin-bottom: 3em;
}
body.home .fp-menu .fp-menu-col{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
    gap: 4.5em 4%;
}
body.home .fp-menu .fp-menu-special .menu-title02{
	margin-bottom:2em;
}
body.home .fp-menu .fp-menu-special .fp-menu-col{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
body.home .fp-menu .fp-menu-item{
    width:48%;
    max-width:526px;
    padding-bottom: 60px;
    position: relative;
}
body.home .fp-menu .fp-menu-special .fp-menu-item{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2%;
    padding-bottom: 0;
}
body.home .fp-menu .fp-menu-special .fp-menu-item + .fp-menu-item{
	margin-top: 2.25em;
	padding-top: 2.25em;
	border-top:2px solid #d9d9d9;
}
body.home .fp-menu .fp-menu-item .fp-menu-image{
    margin-bottom:1em;
}
body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu-image{
	width: 30%;
	margin-bottom: 0;
}
body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu_text{
	width: 68%;
}
body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu_style03{
	font-size:1.375rem;
	text-align:left;
}
body.home .fp-menu .fp-menu-special .fp-menu-item p{
	font-size:0.875rem;
	text-align:left;
}
body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu-btn{
	position:relative;
	width:auto;
	max-width:182px;
	text-align:left;
	margin: 0.5em 0 0;
}
body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu-btn a{
	font-size:0.875rem;
	margin: 0;
	min-height: 3em;
}
body.home .fp-menu .fp-menu-item .fp-menu-image img{
    border-radius:10px;
}
body.home .fp-menu .fp-menu-item .fp-menu_style03{
    margin-bottom: 0.25em;
    text-align:center;
    font-size:1.875rem;
    font-weight:600;
    color:var(--keycolor);
}
body.home .fp-menu .fp-menu-item p{
    line-height: 1.875;
    letter-spacing: 0.01em;
}
body.home .fp-menu .fp-menu-item ul{
    padding-top:1em;
    margin-block: 1em 1.5em;
    border-top:1px solid #d9d9d9;
}
body.home .fp-menu .fp-menu-item ul li{
    position:relative;
    padding-left: 2.5em;
    letter-spacing: 0;
}
body.home .fp-menu .fp-menu-item ul li:before{
    content:"";
    width:19px;
    height:17px;
    background:url(../img/top/icon-check.svg) no-repeat center / contain;
    position:absolute;
    inset:0.25em auto auto 0;
}
body.home .fp-menu .fp-menu-item ul li + li{
    margin-top: 0.5em;
}
body.home .fp-menu .fp-menu-item .fp-menu-btn{position: absolute;width: 100%;inset: auto 0 0 0;margin: auto;}
body.home .fp-menu .fp-menu-item .fp-menu-btn a{
    max-width:100%;
    width: 100%;
    min-height: 3.3334em;
}
@media screen and (max-width:1150px) {
    body.home .fp-menu .fp-menu-item .fp-menu_style03{
        font-size:1.5rem;
    }
}
@media screen and (max-width:768px) {
	body.home .fp-menu{
	    padding-block: 0 4em;
	}
	body.home .fp-menu .menu-title{
	    padding-block: 4em 6em;
	    margin-bottom: -4em;
	}
	body.home .fp-menu .fp-menu_style{
	    font-size:1.71rem;
	}
	body.home .fp-menu .menu-title p{
	    font-size:1rem;
	}
	body.home .fp-menu .menu-title02{
	    margin-bottom:2em;
	}
	body.home .fp-menu .fp-menu_style02{
	    font-size:1.49rem;
	}
	body.home .fp-menu .menu-title02 p{
	    font-size:1rem;
	}
	body.home .fp-menu .fp-menu-box{
	    padding: 2em 1em;
	    border-radius: 5px;
	    margin-bottom: 3em;
	}
	body.home .fp-menu .fp-menu-col{
	    gap:3em 4%;
	}
	body.home .fp-menu .fp-menu-item{
	    width:100%;
	    padding-bottom: 0;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item{
	    flex-wrap: wrap;
		gap:1em;
	}
	body.home .fp-menu .fp-menu-item .fp-menu-image{
	    margin-bottom:1em;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu-image{
		width:100%;
		text-align:center;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu_text{
		width:100%;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu_style03{
		font-size:1.29rem;
		text-align:center;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item p{
		font-size:0.86rem;
	}
	body.home .fp-menu .fp-menu-special .fp-menu-item .fp-menu-btn{
		margin:1em auto 0;
	}
	body.home .fp-menu .fp-menu-item .fp-menu-image img{
	    border-radius:5px;
	}
	body.home .fp-menu .fp-menu-item .fp-menu_style03{
	    font-size: 1.49rem;
	}
	body.home .fp-menu .fp-menu-item p{
	    line-height: 1.75;
	}
	body.home .fp-menu .fp-menu-item ul{
	    padding-top:1em;
	    margin-block: 1em 1.5em;
	}
	body.home .fp-menu .fp-menu-item ul li:before{
	    width: 16px;
	    height: 14px;
	}
	body.home .fp-menu .fp-menu-item .fp-menu-btn{position: relative;}
	body.home .fp-menu .fp-menu-item .fp-menu-btn a{
	    min-height: 3em;
	}
	body.home .fp-menu .fp-menu-item ul li{
	    padding-left: 2em;
	}
}

/*flow*/
body.home .flow{
    position:relative;
    z-index:5;
    padding-block: 6em 5em;
}
body.home .flow .flow-title{
    position:relative;
    margin-bottom:3em;
    text-align:center;
}
body.home .flow .flow_style{
    font-size: 2.625rem;
    font-weight:600;
    margin-bottom: 0.5em;
}
body.home .flow .flow-title p{
    font-size:1.125rem;
    font-weight: 600;
}
body.home .flow .flow-wrap{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    flex-wrap:wrap;
    gap:3em;
    list-style:none;
    padding: 0;
}
body.home .flow .flow-wrap .flow-item{
    position:relative;
    width:calc(25% - 3em);
    text-align: center;
    max-width: 243px;
}
body.home .flow .flow-wrap .flow-item:after{
    content:"";
    width:44px;
    height:31px;
    background:url(../img/top/icon-next.png) no-repeat center / contain;
    position:absolute;
    inset:27% -4em auto auto;
}
body.home .flow .flow-wrap .flow-item:last-child:after{
    display:none;
}
body.home .flow .flow-wrap .flow-item .flow-step{
    position:relative;
    background:var(--keycolor);
    color:var(--whitecolor);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.25rem;
    border-radius:6px;
    line-height:1;
    margin-bottom: 1.25em;
    font-weight:500;
    height:1.4em;
}
body.home .flow .flow-wrap .flow-item .flow-image{
    max-width:fit-content;
    margin:1em auto;
}
body.home .flow .flow-wrap .flow-item .flow_style02{
    font-size:1.125rem;
    font-weight:600;
    margin-bottom: 0.5em;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
}
body.home .flow .flow-wrap .flow-item p{
    line-height: 1.75;
    text-align: left;
}
body.home .flow .flow-btn{
    max-width:370px;
    margin:2em auto 0;
}
body.home .flow .flow-btn a{
    min-height: 3.3334em;
}
@media screen and (max-width:1150px) {
    body.home .flow .flow-wrap{
        gap:2em;
    }
    body.home .flow .flow-wrap .flow-item{
        width:calc(25% - 2em);
    }
    body.home .flow .flow-wrap .flow-item:after{
        width:36px;
        height: 25px;
        inset: 27% -2em auto auto;
    }
    body.home .flow .flow-wrap .flow-item .flow_style02{
        font-size:1rem;
    }
    body.home .flow .flow-wrap .flow-item p{
        font-size:0.875rem;
    }
}
@media screen and (max-width:768px) {
    body.home .flow{
	    padding-block: 4em 4em;
	}
	body.home .flow .flow-title{
	    margin-bottom:2em;
	}
	body.home .flow .flow_style{
	    font-size:1.71rem;
	}
	body.home .flow .flow-title p{
	    font-size:1rem;
	}
	body.home .flow .flow-wrap{
	    gap: 3em;
	}
	body.home .flow .flow-wrap .flow-item{
	    width:100%;
	    max-width:100%;
	}
	body.home .flow .flow-wrap .flow-item:after{
	    width: 26px;
	    height: 21px;
	    inset: auto 0 -2em 0;
	    transform:rotate(90deg);
	    margin:auto;
	}
	body.home .flow .flow-wrap .flow-item .flow-step{
	    font-size: 1.14rem;
	    border-radius:3px;
	    height:1.6em;
	    margin-bottom: 1em;
	}
	body.home .flow .flow-wrap .flow-col{
		display:flex;
		justify-content:space-between;
		align-items:center;
		gap:1em;
	}
	body.home .flow .flow-wrap .flow-item .flow-image{
	    margin: 0;
	    width:60px;
	}
	body.home .flow .flow-wrap .flow-item .flow-text{
		width:calc(100% - 60px - 1em);
	}
	body.home .flow .flow-wrap .flow-item .flow_style02{
	    font-size:1rem;
	    min-height:0;
		text-align:left;
		justify-content:flex-start;
	}
	body.home .flow .flow-wrap .flow-item p{
	    letter-spacing:0;
	    line-height: 1.75;
	    text-align: left;
	}
	body.home .flow .flow-btn{
	    margin:2em auto 0;
	}
	body.home .flow .flow-btn a{
	    min-height: 3.3334em;
	    margin: 0 auto;
	}
}
/*fp-planner*/
:root .fp-planner{
    position:relative;
    z-index:5;
    padding-block: 5em 5em;
    background:url(../img/top/bg-fp.jpg) no-repeat center / cover;
}
:root .fp-planner .planner_style{
    text-align:center;
    font-size:2.625rem;
    font-weight: 600;
    margin-bottom: 1em;
}
:root .fp-planner .planner_title{
	margin-bottom: 3em;
	display:block;
}
:root .fp-planner .planner_title .planner_style{
	margin-bottom:0.5em;
}
:root .fp-planner .planner_title .planner_style span{
	font-size:0.75em;
	display:block;
}
:root .fp-planner .planner_title p{
	text-align:center;
	font-size:1.125rem;
}
:root .fp-planner .planner-list{
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-wrap:wrap;
    gap: 1.75em 0.875em;
    padding: 0;
}
:root .fp-planner .planner-list .planner-item{
    width: 19%;
    max-width:281px;
    margin: 0;
}
:root .fp-planner .planner-list .planner-item a{
    position: relative;
    display:block;
    background:var(--whitecolor);
    border-radius:10px;
    padding: 1em 0em 0;
    text-align:center;
    text-decoration: none;
    transition: var(--hover);
}
:root .fp-planner .planner-list .planner-item .planner-img{
    margin-bottom:0.75em;
    padding-inline: 2em;
}
:root .fp-planner .planner-list .planner-item em{
    margin-bottom: 0.5em;
    font-size:1.125rem;
    font-weight:600;
    display: block;
    letter-spacing: 0;
}
:root .fp-planner .planner-list .planner-item em span{
    font-weight:400;
    font-size:0.778em;
    display:block;
    margin-top:0.25em;
    letter-spacing:0;
}
:root .fp-planner .planner-list .planner-item a p{
    position: relative;
    background:var(--accent02);
    color:var(--whitecolor);
    width: 100%;
    height:46px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0;
    border-radius:0 0 10px 10px;
    font-weight: 500;
}
:root .fp-planner .planner-list .planner-item a p span{
    position:relative;
}
:root .fp-planner .planner-list .planner-item a p span:before{
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px var(--whitecolor);
    border-right: solid 2px var(--whitecolor);
    position: absolute;
    inset: 0 -1em 0 auto;
    margin: auto;
    transform: rotate(45deg);
}

:root .planner-col,
:root .planner-col02{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:2em;
	margin-bottom:1em;
}
:root .planner-col{
	max-width:fit-content;
	margin:0 auto 1.5em;
	align-items:center;
}
:root .planner-col:has(.planner-qualification){
	align-items:flex-start;
}
:root .planner-col02{
	flex-direction:row-reverse;
	margin-top:1em;
	padding-top: 2em;
	border-top: 1px solid #d9d9d9;
}
:root .planner-iamge{
	width:235px;
}
:root .planner-text{
	width:calc(100% - 235px - 2em);
}
:root .planner-name{
	font-size:2rem;
	font-weight:600;
	margin-bottom: 1.25em;
	padding-bottom: 0.75em;
	text-align: center;
	position: relative;
}
:root .planner-name span{
	font-size:1.25rem;
	color: var(--keycolor);
	display:block;
	margin-top:0.25em;
}
:root .planner-name:before{
	content:"";
	background: #B7AC87;
	background: linear-gradient(15deg, rgba(183, 172, 135, 1) 50%, var(--keycolor) 49%);
	width:66px;
	height:7px;
	position:absolute;
	inset:auto 0 0;
	margin:auto;
}
:root .planner-style02{
	position:relative;
	font-size:1.5rem;
	font-weight:600;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid var(--bgcolor03);
}
:root .planner-style02:before{
	content:"";
	background:var(--keycolor);
	width: 25%;
	height:1px;
	position:absolute;
	inset: auto auto -1px 0;
	margin:auto;
	max-width: 300px;
}
:root .planner-text .planner-style{
	font-size: 1.5rem;
	font-weight:500;
}
:root .planner-text .planner-style:has(+.planner-qualification){
	margin-bottom:1em;
}
:root .planner-text ul{
	padding-left:1.5em;
}
:root .modal_whole ul li{
	list-style:disc;
	line-height: 1.875;
}
:root .planner-text .planner-qualification li img{
	margin-top:0.5em;
}
:root .planner-wrap{
	margin-bottom:2em;
}
:root .planner-wrap .planner-faq + .planner-faq{
	margin-top:1.75em;
}
:root .planner-wrap .planner-style03{
	font-size: 1.25rem;
	padding:0.5em 0.75em;
	background:var(--bgcolor02);
	margin-bottom:0.75em;
}
:root .planner-wrap p{
	line-height:1.75;
}
:root .planner-achievements{
	margin-bottom:1em;
}
@media (any-hover: hover) {
    :root .fp-planner .planner-list .planner-item a:hover{
       transform:translateY(5px);
    }
}
@media screen and (max-device-width:1280px) {
	:root .planner-col,
	:root .planner-col02{
		gap:1em;
	}
	:root .planner-text{
		width:calc(100% - 235px - 1em);
	}
}
@media screen and (max-width:1270px) {
	:root .fp-planner .planner-list{
	    gap: 2.5em 1%;
	}
	:root .fp-planner .planner-list .planner-item .planner-img{
		padding-inline:1em;
	}
}
@media screen and (max-width:768px) {
	:root .fp-planner{
	    padding-block: 4em 4em;
	}
	:root .fp-planner .planner_style{
	    font-size:1.71rem;
	}
	:root .fp-planner .planner_title p{
		font-size:1rem;
	}
	:root .fp-planner .planner-list{
	    gap:2em 2%;
	    justify-content: space-between;
	}
	:root .fp-planner .planner-list .planner-item{
	    width:48%;
	}
	:root .fp-planner .planner-list .planner-item a{
	    border-radius:5px;
	    padding: 1em 0 0;
	}
	:root .fp-planner .planner-list .planner-item .planner-img{
	    margin-bottom:0.75em;
	}
	:root .fp-planner .planner-list .planner-item em{
	    font-size:1rem;
	}
	:root .fp-planner .planner-list .planner-item a p{
	    height:36px;
	    border-radius:0 0 5px 5px;
	}
	:root .fp-planner .planner-list .planner-item a p span{
		font-size:0.86rem;
	}
	:root .fp-planner .planner-list .planner-item a p span:before{
	    width:5px;
	    height:5px;
	    border-top-width:1px;
	    border-right-width:1px;
	}
	
    :root .planner-col,
	:root .planner-col02{
		gap: 2em;
		flex-wrap:wrap;
		margin-bottom: 1.5em;
	}
	:root .planner-col02{
		flex-direction:column;
	}
	:root .planner-iamge{
		width:100%;
		text-align: center;
	}
	:root .planner-text{
		width:100%;
	}
	:root .planner-style02{
		font-size:1.29rem;
	}
	:root .planner-wrap .planner-style03{
		font-size:1.14rem;
		padding: 0.5em;
	}
	:root .planner-achievements{
		margin-bottom:1em;
	}
	:root .planner-name{
		font-size:1.71rem;
		padding-bottom:0.5em;
	}
	:root .planner-name span{
		font-size:1rem;
		margin-top:0.25em;
	}
	:root .planner-name:before{
		width:40px;
		height:4px;
	}
	:root .planner-text .planner-style{
		font-size:1.14rem;
	}
}

/*voice*/
body.home .voice{
    position:relative;
    padding-block: 4em 5em;
    background:var(--keycolor);
}
body.home .voice .voice_style{
	text-align:center;
	font-size:2.625rem;
	font-weight: 600;
	margin-bottom: 1.25em;
	color:var(--whitecolor);
}
body.home .voice .slick-track{
	display:flex;
	align-items:stretch;
}
body.home .voice .voice_item{
	background: var(--whitecolor);
	padding: 1em 1.125em;
	display: block;
	height: auto;
	margin-inline: 0.75em;
	border-radius: 10px;
	text-align: left;
}
body.home .voice .voice_item .voice_col{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:1.5em 25px;
	margin-bottom:1em;
}
body.home .voice .voice_item .voice_col .voice_image{
	width:65px;
}
body.home .voice .voice_item .voice_col .voice_text{
	text-align:left;
	width:calc(100% - 90px);
}
body.home .voice .voice_item .voice_col .voice_text em{
	display:block;
	font-size: 1.25rem;
	font-weight: 600;
}
body.home .voice .voice_item strong{
	font-size:1.125rem;
	font-weight: 600;
	text-align:left;
	margin-bottom: 0.25em;
	display: inline;
	padding: 0 4px 2px 4px;
	background: linear-gradient(transparent 60%, #feeaab 0%);
}
body.home .voice .voice_item p{
	text-align:left;
	letter-spacing: 0;
	line-height: 1.75;
}
body.home .voice .voice_item .voice_col .voice_txt{
	width:100%;
	line-height:2;
	font-size:1.125rem;
}
body.home .voice .slick-dots{
	bottom: 0;
}
body.home .voice .slick-dotted.slick-slider{
	margin-bottom: 3em;
	padding-bottom: 3em;
}
body.home .voice .slick-dots li{
	margin-inline:10px;
}
body.home .voice .slick-dots li button{
	width:20px;
	height:20px;
}
body.home .voice .slick-dots li button:before {
	color: var(--whitecolor);
	font-size: 50px;
	opacity: 1;
	width:20px;
	height:20px;
}
body.home .voice .slick-dots li.slick-active button:before {
	color: var(--accent02);
}
body.home .voice .voice-btn{
	position:relative;
	max-width:370px;
	margin:0 auto;
}
:root .voice .voice-btn a,
:root .site-body .entry-body .voice-btn .btn{
	min-height:3.334em;
	background:var(--whitecolor) !important;
	color:var(--accent02) !important;
}
:root .voice .voice-btn a:after,
:root .site-body .entry-body .voice-btn .btn:after{
	border-color:var(--accent02) !important;
}
@media screen and (max-width:768px) {
	body.home .voice{
	    padding-block: 4em;
	}
	body.home .voice .voice_style{
	    font-size:1.71rem;
	}
	body.home .voice .voice_item{
		padding: 2em 1em;
		border-radius:5px;
		margin-inline: 0.5em;
	}
	body.home .voice .voice_item .voice_col{
		gap:1em;
	}
	body.home .voice .voice_item .voice_col .voice_image{
		width:55px;
	}
	body.home .voice .voice_item .voice_col .voice_text{
		width: calc(100% - 70px);
	}
	body.home .voice .voice_item .voice_col .voice_text em{
		font-size: 1.14rem;
	}
	body.home .voice .voice_item strong{
		font-size:1rem;
		line-height: 1.75;
	}
	body.home .voice .voice_item p{
		margin-top:0.5em;
	}
	body.home .voice .slick-dotted.slick-slider{
		margin-bottom:3em;
		padding-bottom:2em;
	}
	body.home .voice .slick-dots li{
		margin-inline:5px;
	}
	body.home .voice .slick-dots li button{
		width:14px;
		height:14px;
	}
	body.home .voice .slick-dots li button:before {
		font-size:30px;
		width:14px;
		height:14px;
	}
	body.home .voice .voice-btn a{
		min-height:3em;
		margin:0 auto;
	}
}


/*media-message*/
body.home .media-message{
    position:relative;
    z-index:5;
    padding-block: 5em 6em;
    background: url(../img/top/bg-media.jpg) no-repeat center top / auto,url(../img/top/bg-president.jpg) no-repeat center bottom / 120%;
}
body.home .media-message .media_style{
    text-align:center;
    font-size:2.625rem;
    font-weight: 600;
    margin-bottom: 1em;
}
body.home .media-message .media-area{
	position:relative;
	margin-bottom: 7em;
}
body.home .media-message .media_slider .media_item{
	background:var(--whitecolor);
	border-radius:10px;
	padding: 1.25em 0.75em;
	margin-inline: 1em 1em;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height:auto;
	text-align: center;
}
body.home .media-message .media_slider .slick-track{
	display:flex;
	align-items:stretch;
	padding-bottom: 1em;
}
body.home .media-message .slick-dots{
	bottom: 0;
}
body.home .media-message .slick-dotted.slick-slider{
	margin-bottom: 3em;
	padding-bottom: 1em;
	max-width:1000px;
	margin: 0 auto;
}
body.home .media-message .slick-dots li{
	margin-inline:10px;
}
body.home .media-message .slick-dots li button{
	width:20px;
	height:20px;
}
body.home .media-message .slick-dots li button:before {
	color: #d9d9d9;
	font-size: 50px;
	opacity: 1;
	width:20px;
	height:20px;
}
body.home .media-message .slick-dots li.slick-active button:before {
	color: var(--keycolor);
}
body.home .media-message .slick-prev,
body.home .media-message .slick-next{
	width:48px;
	height:48px;
	background:var(--keycolor);
	border-radius:50%;
}
body.home .media-message .slick-prev{
	left: -6%;
}
body.home .media-message .slick-next{
	right: -6%;
}
body.home .media-message .slick-prev:before,
body.home .media-message .slick-next:before{
	color:var(--whitecolor);
	font-size: 1rem;
}
body.home .media-message .media_slider .media_item .media-image{
	width:258px;
	height:305px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 0 auto 1em;
}
body.home .media-message .media_slider .media_item em{
	display:block;
	font-weight:600;
	margin-bottom:0.5em;
	text-align: left;
}
body.home .media-message .media_slider .media_item em span{
	font-size:0.875rem;
	display:block;
}
body.home .media-message .media_slider .media_item p{
	text-align:left;
	line-height:1.6;
	letter-spacing: 0;
}
body.home .media-message .media_slider .media_item .media-btn{
	position:relative;
	margin-top:1em;
}
body.home .media-message .media_slider .media_item .media-btn a{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.25em;
	width: min(20.56em,100%);
	min-height: 3.125em;
	font-size: 1rem;
	font-weight: bold;
	color: var(--whitecolor);
	background: var(--accent02);
	border-radius:5em;
	padding: 0.5em 2em;
	transition: var(--hover);
	text-decoration: none;
	cursor: pointer;
	translate: 0 0;
	flex-direction:column;
	text-align:center;
	max-width: 700px;
}
body.home .media-message .media_slider .media_item .media-btn a::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px var(--whitecolor);
	border-right: solid 2px var(--whitecolor);
	position: absolute;
	inset:0 2em 0 auto;
	margin:auto;
	transform: rotate(45deg);
}
/*president*/
body.home .president{
	position:relative;
}
body.home .president .president-col{
	position:relative;
}
body.home .president .president-col .president-image{
	width:600px;
	margin-left:auto;
}
body.home .president .president-col .president-image img{
	border-radius:10px;
}
body.home .president .president-col .president-text{
	width:643px;
	background:var(--whitecolor);
	position:absolute;
	inset:0 auto 0 0;
	margin:auto;
	height: 455px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	text-align:left;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	padding: 2em 2.5em;
	border-radius: 10px;
}
body.home .president .president-col .president-text > *{
	width:100%;
}
body.home .president .president-col .president-text .president_style{
	font-size:2.125rem;
	margin-bottom: 0.5em;
}
body.home .president .president-col .president-text p{
	line-height: 1.875;
}
body.home .president .president-col .president-text p + p{
	margin-top: 0.5em;
}
body.home .president .president-col .president-text p .president-strong{
	font-size:1.25rem;
	display:block;
	margin-top:0.5em;
}
body.home .president .president-col .president-text .president-name{
	margin-top:2em;
	line-height: 1.4;
	letter-spacing: 0;
}
body.home .president .president-col .president-text .president-name strong{
	font-size:1.25rem;
	font-weight:600;
}
@media (any-hover: hover) {
	body.home .media-message .media_slider .media_item .media-btn a:hover{
		transform:translateY(5px);
	}
}
@media screen and (max-width:1650px) {
	body.home .media-message{
	    background-size:auto,180%;
	}
}
@media screen and (max-width:1150px) {
	body.home .media-message{
	    background-size:auto,cover;
	}
	body.home .media-message .slick-dotted.slick-slider{
		padding-inline:2em;
		max-width:100%;
	}
	body.home .media-message .slick-prev{
		left:-3%;
	}
	body.home .media-message .slick-next{
		right:-3%;
	}
	body.home .media-message .media_slider .media_item .media-image{
		width: 100%;
		aspect-ratio:258 / 305;
	}
	body.home .media-message .media_slider .media_item{
		margin-inline:0.5em;
	}
	body.home .president .president-col .president-text{
		max-width:550px;
		width:50%;
		height: fit-content;
		padding:30px;
	}
	body.home .president .president-col .president-text p{
		font-size:0.875rem;
	}
	body.home .president .president-col .president-text p .president-strong{
		font-size:1rem;
	}
	body.home .president .president-col .president-text .president_style{
		font-size:1.75rem;
	}
}
@media screen and (max-width:768px) {
	body.home .media-message{
	    padding-block: 4em 4em;
	    background-size: contain,150%;
	    background-image:url(../img/top/bg-media_sp.jpg),url(../img/top/bg-president_sp.jpg)
	}
	body.home .media-message .media_style{
	    font-size:1.71rem;
	}
	body.home .media-message .media-area{
		margin-bottom: 3em;
	}
	body.home .media-message .media_slider .media_item{
		border-radius:5px;
		padding: 1.5em 1em;
		margin-inline:0.5em 0.5em;
	}
	body.home .media-message .slick-dotted.slick-slider{
		padding-inline:0;
	}
	body.home .media-message .slick-prev{
		left: -3%;
	}
	body.home .media-message .slick-next{
		right: -3%;
	}
	body.home .media-message .slick-prev,
	body.home .media-message .slick-next{
		width: 30px;
		height: 30px;
	}
	body.home .media-message .slick-prev:before,
	body.home .media-message .slick-next:before{
		font-size: 0.79rem;
	}
	body.home .media-message .slick-dots li{
		margin-inline: 4px;
	}
	body.home .media-message .slick-dots li button{
		width:14px;
		height:14px;
	}
	body.home .media-message .slick-dots li button:before {
		font-size: 30px;
		width:14px;
		height:14px;
	}
	body.home .president .president-col{
		background:var(--whitecolor);
		padding: 1em 1em;
		border-radius:5px;
	}
	body.home .president .president-col .president-image{
		width: 100%;
		margin-bottom: 1.5em;
	}
	body.home .president .president-col .president-image img{
		border-radius:5px;
	}
	body.home .president .president-col .president-text .president_style{
		font-size:1.47rem;
	}
	body.home .president .president-col .president-text{
		width:100%;
		padding: 0;
		position: relative;
		inset: 0;
		display: block;
		box-shadow: none;
		background:none;
	}
	body.home .media-message .media_slider .media_item .media-image{
		width: 60%;
		height: auto;
		margin-bottom: 1.5em;
	}
	body.home .media-message .media_slider .media_item .media-image img{
		max-width:100%;
		height:auto;
	}
	body.home .president .president-col .president-text .president-name strong{
		font-size:1.14rem;
	}
	body.home .president .president-col .president-text p{
		font-size:1rem;
	}
	body.home .president .president-col .president-text p .president-strong{
		font-size:1.14rem;
		line-height: 1.6;
	}
}

/*access*/
body.home .access{
    position:relative;
    z-index:5;
    padding-block: 5em 5em;
    background:var(--bgcolor);
}
body.home .access .access_style{
    text-align:center;
    font-size:2.625rem;
    font-weight:600;
    margin-bottom: 1em;
}
body.home .access .access-col{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:1em;
}
body.home .access .access-col .access-map{
    position:relative;
    width: 44.5%;
}
body.home .access .access-col .access-address{
    position:relative;
    width: 50%;
}
body.home .access .access-col .access-address .access-logo{
	margin-bottom:1em;
}
body.home .access .access-col .access-address address{
	font-size:1.125rem;
	line-height:1.6;
	margin-bottom: 1.5em;
	letter-spacing: 0;
}
body.home .access .access-col .access-list{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:1em 2%;
}
body.home .access .access-col .access-list .access-item{
	width: 49%;
	max-width:290px;
}
body.home .access .access-col .access-list .access-item a{
	display:flex;
	background:var(--whitecolor);
	border:1px solid var(--accent02);
	border-radius:10px;
	min-height:3.125em;
	justify-content:flex-start;
	align-items:center;
	padding: 0.5em 3.125em 0.5em 1.25em;
	position:relative;
	letter-spacing: 0;
	text-decoration:none;
}
body.home .access .access-col .access-list .access-item a span{
	color:var(--keycolor);
	font-size:1.25rem;
	font-weight:600;
}
body.home .access .access-col .access-list .access-item a:before{
	content:"";
	width:50px;
	background:var(--accent02);
	position:absolute;
	inset:0 0 0 auto;
	border-radius:0 7px 7px 0;
}
body.home .access .access-col .access-list .access-item a:after{
	content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px var(--whitecolor);
    border-right: solid 2px var(--whitecolor);
    position: absolute;
    inset: 0 1.5em 0 auto;
    margin: auto;
    transform: rotate(45deg);
}


body.home .access-style{
	font-size:2rem;
	font-weight:600;
	margin-bottom: 1em;
	padding-bottom:0.75em;
	text-align: center;
	position: relative;
}
body.home .access-style:before{
	content:"";
	background: #B7AC87;
	background: linear-gradient(15deg, rgba(183, 172, 135, 1) 50%, var(--keycolor) 49%);
	width:66px;
	height:7px;
	position:absolute;
	inset:auto 0 0;
	margin:auto;
}
body.home .access-root{
	list-style:none;
	display:flex;
	justify-content: flex-start;
	align-items:stretch;
	flex-wrap:wrap;
	gap:3em 2%;
}
body.home .access-root li{
	width:32%;
}
body.home .access-root li .access-img{
	position:relative;
	margin-bottom:1em;
}
body.home .access-root li .access-img i{
	position:absolute;
	inset:0.5em auto auto 0.5em;
	width:48px;
	height:48px;
	background:var(--keycolor);
	color:var(--whitecolor);
	font-size:1.375rem;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1;
	border-radius:50%;
}
body.home .access-root li p{
	font-size:1.125rem;
	line-height:1.6
	
}


@media (any-hover: hover) {
	body.home .access .access-col .access-list .access-item a:hover{
		transform:translateX(5px);
	}
}
@media screen and (max-width:1150px) {
	body.home .access .access-col .access-list .access-item a{
		font-size:0.75rem;
		padding-right: 2em;
	}
	body.home .access .access-col .access-list .access-item a span{
		font-size:1rem;
	}
	body.home .access .access-col .access-list .access-item a:before{
		width:2em;
	}
	body.home .access .access-col .access-list .access-item a:after{
		width:6px;
		height:6px;
		right:0.75em;
	}
	body.home .access-root li .access-img i{
		width:36px;
		height:36px;
		font-size:1.125rem;
	}
}
@media screen and (max-width:768px) {
	body.home .access-style{
		font-size:1.5rem;
	}
	body.home .access-style:before{
		width:33px;
		height:3px;
	}
	body.home .access-root{
		gap: 1.5em 2%;
	}
	body.home .access-root li{
		width:48%;
	}
	body.home .access-root li .access-img{
		margin-bottom:0.5em;
	}
	body.home .access-root li .access-img i{
		width:30px;
		height:30px;
		font-size:1.14rem;
	}
	body.home .access-root li p{
		font-size: 0.86rem;
	}
	body.home .access{
	    padding-block: 4em;
	}
	body.home .access .access_style{
	    font-size:1.71rem;
	}
	body.home .access .access-col{
	    gap: 2em;
	    flex-direction: column-reverse;
	}
	body.home .access .access-col .access-map{
	    width:100%;
	}
	body.home .access .access-col .access-map iframe{
		height:250px;
	}
	body.home .access .access-col .access-address{
	    width:100%;
	}
	body.home .access .access-col .access-address .access-logo{
		margin: 0 auto 1em;
		max-width: fit-content;
	}
	body.home .access .access-col .access-address address{
		font-size:1rem;
	}
	body.home .access .access-col .access-list{
		gap:1em;
	}
	body.home .access .access-col .access-list .access-item{
		width:100%;
		max-width:100%;
	}
	body.home .access .access-col .access-list .access-item a{
		border-radius:5px;
		padding: 0.5em 3.125em 0.5em 1.25em;
		font-size: 1rem;
	}
	body.home .access .access-col .access-list .access-item a span{
		font-size: 1.29rem;
		padding-left: 0.25em;
	}
	body.home .access .access-col .access-list .access-item a:before{
		width:3.125em;
		border-radius:0 4px 4px 0;
	}
	body.home .access .access-col .access-list .access-item a:after{
		width: 7px;
		height: 7px;
		inset: 0 1.25em 0 auto;
	}
}

/*company*/
body.home .company{
    position:relative;
    z-index:5;
    padding-block: 4.5em 5em;
}
body.home .company .company_style{
    text-align:center;
    font-size:2.625rem;
    font-weight:600;
    margin-bottom: 1em;
}
body.home .company .company-col{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:1em;
}
body.home .company .company-about{
	width: 76%;
}
body.home .company .table_wrap table th{
	text-align:center;
}
body.home .company a:not(.btn){
	color:var(--subcolor);
	text-decoration-color:var(--subcolor);
}
@media (any-hover: hover) {
	body.home .company a:not(.btn):hover{
		text-decoration-color:transparent;
	}
}
@media screen and (max-width:768px) {
	body.home .company{
	    padding-block: 4em 5em;
	}
	body.home .company .company_style{
	    font-size:1.71rem;
	    width: 100%;
	}
	body.home .company .company-col{
	    gap:0;
	}
	body.home .company .company-about{
		width:100%;
	}
}