@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 2026-top*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*PC版メニュー調整*/
.new-header .flex-box.wrap{
	gap: 5px;
}
.new-header .gnav_pc .bnr-list .link-oc{
	background-color: #006c54;
	padding: 10px;
	border: none;
	border-radius: 27px;
}
.bnr-list .link{
	font-size: 10px;
}
.new-header .gnav_pc .search-box input[type=text]{
	width: 120px;
}
.new-header .gnav_pc .bnr-list a.link-nsg{
	padding: 10px;
}
.new-header .gnav_pc .bnr-list .link-access{
	padding: 10px;
}
.new-header .gnav_pc .bnr-list .link-contact{
	padding: 10px;
}


/*ページ全体共通*/

#top.re2026_top section .headline span b{
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: clamp(30px, 7vw, 110px);
	padding-right: 30px;
	line-height: .8em;
}
#top.re2026_top section .headline span.small{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	position: relative;
	font-size: clamp(16px, 4vw, 40px);
	padding: 0;
}
#top.re2026_top{
	font-family: "Noto Sans JP", sans-serif;
}
#top.re2025_top section .headline{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}






/*ピックアップ*/

#top.re2026_top .block-pickup .pickup-slider{
	width: 90%;
	margin: auto;
}
#top.re2026_top .block-pickup .slick-slide{
	padding: 0 10px;
}
#top.re2026_top .block-pickup .slick-slide div{
	margin: 20px auto;
	border-radius: 10px;
	overflow: hidden;
}
#top.re2026_top .block-pickup .next-arrow{
	right: -5%;
	width: 4%;
	height: 10%;
	background-image: url(../img/top/arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
#top.re2026_top .block-pickup .prev-arrow{
	left: -5%;
	width: 4%;
	height: 10%;
	background-image: url(../img/top/arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
	#top.re2026_top section .headline span{
		display: inline;
		width: 100%;
	}
	#top.re2026_top section .headline span b{
		font-size: clamp(45px, 5vw, 75px);
		padding-right: 10px;
	}
	#top.re2026_top .block-pickup .slick-slide div{
		margin: 10px auto;
	}
	#top.re2026_top .block-pickup .next-arrow{
		width: 26px;
		height: 26px;
	}
	#top.re2026_top .block-pickup .prev-arrow{
		width: 26px;
		height: 26px;
	}
}



/*Hot topics*/

#top.re2026_top section .topics-list{
	width: 90%;
	margin: auto;
}
#top.re2026_top section .topics-list .topics-slide{
	border: 1px solid #D3D3D3;
	margin: 0 10px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#top.re2026_top section .topics-list .topics-slide .link{
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}
#top.re2026_top section .topics-list .topics-slide .topics-image{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
#top.re2026_top section .topics-list .topics-slide .title{
	margin: 10px 0;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	min-height: 2.8em;
	word-break: break-word;
}
#top.re2026_top section .topics-list .topics-slide .meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	flex-shrink: 0;
}
#top.re2026_top section .topics-list .topics-slide .meta .date,
#top.re2026_top section .topics-list .topics-slide .meta .cat{
	margin: 0;
}
#top.re2026_top section .topics-list .topics-slide .title{
	color: #000;
}
#top.re2026_top section .topics-list .topics-slide .meta .date{
	color: #A5A5A5;
	font-size: 14px;
}
#top.re2026_top section .topics-list .topics-slide .meta .cat{
	color: #fff;
	background-color: #006C54;
	border-radius: 15px;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
#top.re2026_top section .btn-wrap{
	margin: 20px auto auto;
}
#top.re2026_top section .btn-wrap .cta-button{
	max-width: 280px;
	width: 70%;
	margin: auto;
	background-color: #fff;
	border: 3px solid #006C54;
	color: #006C54;
	display: block;
	min-width: auto;
}
#top.re2026_top section .btn-wrap .cta-button::after{
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #006C54;
	border-right: solid 2px #006C54;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: none;
	transition: all .5s;
}
#top.re2026_top section .btn-wrap .cta-button:hover::after{
	right: 3%;
}

@media only screen and (max-width: 640px) {
	/* SP版のセンターモード時に、コンテナのpaddingを無視して横一杯に表示 */
	#top.re2026_top section.hottopics .container .topics-list{
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
	}
	#top.re2026_top section .topics-list .topics-slide .topics-image{
		height: 180px;
	}
	#top.re2026_top section.hottopics .container .topics-list .prev-arrow{
		left: 9%;
		width: 30px;
		height: 30px;
	}
	#top.re2026_top section.hottopics .container .topics-list .next-arrow{
		right: 9%;
		width: 30px;
		height: 30px;
	}
}


/*Movie*/

#top.re2026_top .movie{
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0,108,84,.2) calc(100% - 1px)),linear-gradient(90deg, transparent calc(100% - 1px), rgba(0,108,84,.2) calc(100% - 1px));
	background-size: 20px 20px;
	background-repeat: repeat;
	background-position: center center;
	margin: 80px auto;
	position: relative;
	padding: 120px 0;
}
#top.re2026_top .movie::after{
	content: "";
	display: block;
	width: 45%;
	height: 80%;
	position: absolute;
	right: 2.5%;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/top/movie-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#top.re2026_top .movie .list{
	position: relative;
	z-index: 1;
}
#top.re2026_top .list .movie-slider .movie-slide{
	padding: 0;
	margin: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
}
#top.re2026_top .list .movie-slider .movie-slide div{
	width: 100%;
	aspect-ratio: 16 / 9;
}
#top.re2026_top .list .movie-slider .movie-slide iframe{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 640px){
	#top.re2026_top .movie{
		margin: 30px auto;
		padding: 30px 0;
	}
	#top.re2026_top .movie::after{
		display: none;
	}
	#top.re2026_top .list .movie-slider .movie-slide{
		margin: auto;
	}
	#top.re2025_top .list .prev-arrow{
		width: 26px;
		height: 26px;
		left: -4%;
	}
	#top.re2025_top .list .next-arrow{
		width: 26px;
		height: 26px;
		right: -4%;
	}
}



/*Action Guide*/

#top.re2026_top .action-guide{
	position: relative;
	padding-bottom: 120px;
}
#top.re2026_top .action-guide::before{
	content: "";
	width: 100%;
	height: 83%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../img/top/guide-back.jpg);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#top.re2026_top .action-guide .action-guide-list .item{
	width: calc(100%/4 - 20px);
	background-color: #fff;
}
#top.re2026_top .action-guide .action-guide-list .item a{
	position: relative;
	display: block;
}
#top.re2026_top .action-guide .action-guide-list .item a:hover{
	opacity: 1;
}
#top.re2026_top .action-guide .action-guide-list .item a::before{
	content: "";
	width: 14%;
	height: 16%;
	background-image: url(../img/top/arrow.png);
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3%;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
	transform: rotate(90deg);
}
#top.re2026_top .action-guide .action-guide-list .item a:hover::before{
	bottom: 1%;
}

@media only screen and (max-width: 640px){
	#top.re2026_top .action-guide{
		padding-bottom: 10px;
	}
	#top.re2026_top .action-guide::before{
		height: 92%;
	}
	#top.re2026_top .action-guide .action-guide-list .item{
		width: calc(100% / 2 - 20px);
	}
}



/*We are FSG*/

#top.re2026_top .block-school-list{
	position: relative;
}
#top.re2026_top .block-school-list::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0,108,84,.15);
	transform: skewY(-7deg);
	z-index: -1;
	width: 100%;
	height: 80%;
}
#top.re2026_top .heading{
	background: linear-gradient(to right, #3b9a85, #00d169);
	border-radius: 5px;
	padding: 1.2rem;
}
#top.re2025_top .heading p{
	font-size: 25px;
	color: #fff;
}
#top.re2026_top .school-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
}
#top.re2026_top .school-menu li{
	width: calc(100% / 4 - 20px);
	margin: 0 10px 20px;
	display: flex;
	flex-direction: column;
}
#top.re2026_top .school-menu li a{
	display: block;
	text-decoration: none;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#top.re2026_top .school-menu .back{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#top.re2026_top .school-menu .back::before{
	background-size: cover;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	transition: all .5s;
}
#top.re2026_top .school-menu .back01::before{
	background-image: url(../img/top/list-jb-pc.png);
}
#top.re2026_top .school-menu .back02::before{
	background-image: url(../img/top/list-ad-pc.png);
}
#top.re2026_top .school-menu .back03::before{
	background-image: url(../img/top/list-wiz-pc.png);
}
#top.re2026_top .school-menu .back04::before{
	background-image: url(../img/top/list-im-pc.png);
}
#top.re2026_top .school-menu .back05::before{
	background-image: url(../img/top/list-bf-pc.png);
}
#top.re2026_top .school-menu .back06::before{
	background-image: url(../img/top/list-hi-pc.png);
}
#top.re2026_top .school-menu .back07::before{
	background-image: url(../img/top/list-college.jpg);
}
#top.re2026_top .school-menu li a:hover .back::before{
	transform: scale(1.1,1.1);
}
#top.re2026_top .school-menu li .text-block{
	background: rgba(0, 0, 0, 0.3);
	font-size: 11px;
	padding: 15px 0;
	box-sizing: border-box;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#top.re2026_top .school-menu li .text-block .logo{
	margin: 0 auto;
	width: 70%;
	height: 60px;
	margin-bottom: 10px;
}
#top.re2026_top .school-menu li .text-block .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	vertical-align: top;
}
#top.re2026_top .school-menu li .text-block .text{
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

@media only screen and (max-width: 640px){
	#top.re2026_top .heading{
		padding: .5rem;
	}
	#top.re2026_top .block-school-list::before{
		height: 93%;
		transform: skewY(7deg);
	}
	#top.re2025_top .heading p{
		font-size: 16px;
	}
	#top.re2025_top .block-school-list{
		padding: 50px 0;
	}
	#top.re2026_top .school-menu li{
		width: 100%;
		margin: 10px auto;
	}
	#top.re2026_top .school-menu li .text-block{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 15px 0;
		font-size: 13px;
		flex-direction: initial;
		align-items: center;
	}
	#top.re2026_top .school-menu li .text-block .logo{
		width: auto;
		height: 20px;
		margin: 0 10px 0 0;
	}
	#top.re2026_top .school-menu li .text-block .text{
		flex: 0 1 auto;
		width: auto;
	}
	#top.re2026_top .school-menu .back01::before{
		background-image: url(../img/top/list-jb-sp.jpg);
	}
	#top.re2026_top .school-menu .back02::before{
		background-image: url(../img/top/list-ad-sp.jpg);
	}
	#top.re2026_top .school-menu .back03::before{
		background-image: url(../img/top/list-wiz-sp.jpg);
	}
	#top.re2026_top .school-menu .back04::before{
		background-image: url(../img/top/list-im-sp.jpg);
	}
	#top.re2026_top .school-menu .back05::before{
		background-image: url(../img/top/list-bf-sp.jpg);
	}
	#top.re2026_top .school-menu .back06::before{
		background-image: url(../img/top/list-hi-sp.jpg);
	}
	#top.re2026_top .school-menu .back07::before{
		background-image: url(../img/top/list-college-sp.jpg);
	}
	#top.re2026_top .school-menu li .text-block .logo img{
		width: auto;
	}
}


/*Find FSG Department*/

#top.re2026_top .block-search{
	position: relative;
	margin: 40px auto 80px;
}
#top.re2026_top .block-search::before{
	content: "";
	display: block;
	width: 100%;
	height: 76%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../img/top/find-back-pc.jpg);
	background-size: cover;
	padding: 5% 0;
	box-sizing: border-box;
}
#top.re2026_top .block-search h3{
	margin-bottom: 100px;
}
#top.re2026_top .block-search .search-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}
#top.re2026_top .block-search .search-menu li{
	width: calc(100%/3 - 10px);
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px 40px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #006C54;
	background-color: rgba(255,255,255,.6);
	cursor: pointer;
}
#top.re2026_top .block-search .search-menu li::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background-image: url(../img/top/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
#top.re2026_top .block-search .search-menu li:hover::before{
right: 10px;
}
#top.re2026_top .block-search .search-menu li .img{
	width: 30%;
}
#top.re2026_top .block-search .search-menu li .list-name{
	width: calc(100% - 30% - 20px );
	color: #006C54;
	font-weight: bold;
}

@media only screen and (max-width: 640px){
	#top.re2026_top .block-search{
		margin: 0 auto;
		padding: 0;
	}
	#top.re2026_top .block-search::before{
		background-image: url(../img/top/find-back-sp.jpg);
		height: 84%;
	}
	#top.re2025_top section .headline{
		margin-bottom: 10px;
	}
	#top.re2026_top .block-search .search-menu{
		margin-top: 10px;
	}
	#top.re2026_top .block-search .search-menu li{
		width: 100%;
		margin: 5px auto;
	}
	#top.re2026_top .block-search .search-menu li .img{
		width: 40px;
	}
	#top.re2026_top .block-search .search-menu li .list-name{
		width: calc(100% - 40px - 20px);
	}
}



/*Special Contents*/

#top.re2026_top .block-special{
	position: relative;
	margin-bottom: 120px;
	padding-bottom: 40px;
}
#top.re2026_top .block-special::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 108, 84, .15);
	transform: skewY(-7deg);
	z-index: -1;
	width: 100%;
	height: 80%;
}
#top.re2026_top .school-menu .back08::before{
	background-image: url(../img/top/special-01.jpg);
}
#top.re2026_top .school-menu .back09:before{
	background-image: url(../img/top/special-02.jpg);
}
#top.re2026_top .school-menu .back10::before{
	background-image: url(../img/top/special-03.jpg);
}
#top.re2026_top .school-menu .back11::before{
	background-image: url(../img/top/special-04.jpg);
}

@media only screen and (max-width: 640px){
	#top.re2026_top .block-special{
		margin-bottom: 30px;
		padding-bottom: 0;
		margin-top: 30px;
	}
	#top.re2026_top .block-special::before{
		height: 82%;
		bottom: 3%;
		transform: skewY(7deg);
	}
	#top.re2026_top .school-menu .back08::before{
		background-image: url(../img/top/special-01-sp.jpg);
	}
	#top.re2026_top .school-menu .back09:before{
		background-image: url(../img/top/special-02-sp.jpg);
	}
	#top.re2026_top .school-menu .back10::before{
		background-image: url(../img/top/special-03-sp.jpg);
	}
	#top.re2026_top .school-menu .back11::before{
		background-image: url(../img/top/special-04-sp.jpg);
	}
	#top.re2026_top .block-special .school-menu li .text-block{
		padding: 20px 10px;
	}
	#top.re2026_top .block-special .school-menu li .text-block .logo{
		width: 65px;
		height: 60px;
	}
	#top.re2026_top .block-special .school-menu li .text-block .text{
		width: calc(100% - 65px - 20px);
		text-align: left;
	}
}


/*Information*/

#top.re2026_top .block-info{
	margin: auto auto 80px;
}
#top.re2026_top .block-info .info-list{
	width: 90%;
	margin: auto;
}
#top.re2026_top .block-info .info-list .info-box{
	border-top: 1px solid #707070;
	padding: 20px 0;
	box-sizing: border-box;
}
#top.re2026_top .block-info .info-list .info-box a{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	text-decoration: none;
	align-items: center;
	position: relative;
	padding-right: 60px;
}
#top.re2026_top .block-info .info-list .info-box a::before{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/top/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
}
#top.re2026_top .block-info .info-list .info-box a:hover::before{
	right: 5px;
}
#top.re2026_top .block-info .info-list .info-box a .info-image{
	width: 200px;
	height: 140px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
#top.re2026_top .block-info .info-list .info-box a .info-content{
	flex: 1;
	display: flex;
	flex-direction: column;
}
#top.re2026_top .block-info .info-list .info-box a .date{
	color: #A5A5A5;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#top.re2026_top .block-info .info-list .info-box a .title{
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	flex-grow: 1;
}

@media only screen and (max-width: 640px) {
	#top.re2026_top .block-info .info-list{
		width: 100%;
	}
	#top.re2026_top .block-info .info-list .info-box a{
		padding-right: 45px;
		flex-wrap: wrap;
		gap: 10px;
	}
	#top.re2026_top .block-info .info-list .info-box a::before{
		width: 27px;
		height: 27px;
		right: 5px;
	}
	#top.re2026_top .block-info .info-list .info-box a:hover::before{
		right: 0;
	}
	#top.re2026_top .block-info .info-list .info-box a .info-image{
		width: 100%;
		margin: auto;
	}
	#top.re2026_top .block-info .info-list .info-box a .date{
		margin: 0;
	}
	#top.re2026_top .block-info .info-list .info-box a .title{
		font-size: 14px;
	}
}




/*FSGについて*/

#top.re2026_top .about-groupfsg{
	background-color: #f7f7f7;
}
#top.re2026_top .about-groupfsg h2{
	color: #246c54;
	font-weight: bold;
	text-align: center;
	font-size: clamp(18px, 5vw, 30px);
	line-height: 1.2em;
	margin-top: 20px;
}
#top.re2026_top .about-groupfsg .lead{
	text-align: center;
	font-size: 15px;
	margin: 20px auto;
}
#top.re2026_top .about-groupfsg .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top.re2026_top .about-groupfsg .flex .box{
	width: calc(100%/3 - 10px);
	margin: 0 5px;
	background-color: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 0 0 3px #dbdbdb);
}

@media only screen and (max-width: 640px){
	#top.re2026_top .about-groupfsg .lead{
		font-size: 14px;
	}
}





/*menu*/
.new-header .gnav_pc .gnav-under_pc .nav__child-menu{
	justify-content: flex-start;
}
.new-header .gnav_pc .gnav-under_pc .nav__child-menu .nav__child-menu-item{
	margin: 0 8px;
}

/* SPヘッダー：ロゴ（左）…可変の余白… Language・留学生・お問い（隙間なし3連）・ハンバーガー（右） */
@media screen and (max-width: 1159px) {
	.new-header {
		--sp-btn: 70px;
		--sp-menu-w: 70px;
		--sp-logo-left-inset: 8px;
		/* Language 左端と被らないよう、狭い幅ではロゴ幅を自動で縮小 */
		--sp-between-logo-lang: 10px;
	}
	.new-header .nav-menu-btn {
		left: auto;
		right: 0;
		z-index: 11;
	}
	.new-header .bnr-list-nopc .link{
		z-index: 10;
	}
	.new-header .logo_sp {
		aspect-ratio: auto;
		box-sizing: border-box;
		width: calc(100vw - var(--sp-logo-left-inset) - var(--sp-between-logo-lang) - var(--sp-menu-w) - var(--sp-btn) - var(--sp-btn) - var(--sp-btn));
		max-width: none;
		height: 70px;
		padding: 10px;
		left: var(--sp-logo-left-inset);
		right: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	/* Language〜お問いは右から3マス＝ハンバーガーに密着（相互の幅は従来どおりタイル状） */
	.new-header .translate.translate-nopc {
		left: auto;
		right: calc(var(--sp-menu-w) + var(--sp-btn) + var(--sp-btn));
		width: var(--sp-btn);
	}
	/* style.css の right: -71px による横ずれを打ち消し */
	.new-header .translate.translate-nopc .translate_btn {
		right: auto;
		left: 0;
		width: 100%;
	}
	.new-header .translate.translate-nopc .translate_btn_text {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.new-header .bnr-list .link-global,
	#top.re2025_top .new-header .bnr-list .link-global,
	#top.re2026_top .new-header .bnr-list .link-global {
		left: auto;
		right: calc(var(--sp-menu-w) + var(--sp-btn));
		width: var(--sp-btn);
	}
	.new-header .bnr-list .link-contact {
		left: auto;
		right: var(--sp-menu-w);
		width: var(--sp-btn);
	}
	.new-header .logo_sp p {
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
		height: 100%;
	}
	.new-header .logo_sp a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
		height: 100%;
	}
	.new-header .logo_sp img {
		aspect-ratio: auto;
		max-width: 100%;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: left center;
		   object-position: left center;
	}
}
@media only screen and (max-width: 1159px) and (max-width: 960px) {
	.new-header {
		--sp-btn: 60px;
		--sp-menu-w: 60px;
	}
	.new-header .logo_sp {
		height: 60px;
	}
	.new-header .translate.translate-nopc {
		right: calc(var(--sp-menu-w) + var(--sp-btn) + var(--sp-btn));
		width: var(--sp-btn);
	}
	.new-header .bnr-list .link-global,
	#top.re2025_top .new-header .bnr-list .link-global,
	#top.re2026_top .new-header .bnr-list .link-global {
		right: calc(var(--sp-menu-w) + var(--sp-btn));
		width: var(--sp-btn);
	}
	.new-header .bnr-list .link-contact {
		right: var(--sp-menu-w);
		width: var(--sp-btn);
	}
}
@media screen and (max-width: 1159px) and (max-width: 320px) {
	.new-header {
		--sp-btn: 50px;
		--sp-menu-w: 50px;
	}
	.new-header .logo_sp {
		height: 50px;
	}
	.new-header .logo_sp img {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: left center;
		   object-position: left center;
	}
	.new-header .translate.translate-nopc {
		right: calc(var(--sp-menu-w) + var(--sp-btn) + var(--sp-btn));
		width: var(--sp-btn);
	}
	.new-header .bnr-list .link-global,
	#top.re2025_top .new-header .bnr-list .link-global,
	#top.re2026_top .new-header .bnr-list .link-global {
		right: calc(var(--sp-menu-w) + var(--sp-btn));
		width: var(--sp-btn);
	}
	.new-header .bnr-list .link-contact {
		right: var(--sp-menu-w);
		width: var(--sp-btn);
	}
}


#top .sub{
	max-width: 800px;
	width: 90%;
	margin: 40px auto;
}
@media only screen and (max-width: 640px){
	#top .sub{
		margin: 40px auto auto;
	}
}


