@charset "utf-8";
html {
	font-weight: 400;
	height: 100%;
	text-align: justify;
	font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
	font-style: normal;
	overflow-x: hidden;
}

body{
	padding: 102px 0 0 0;
	margin: 0;
	background-color: #f5f4f2;
}
h1,h2,h3{
	font-size: 1em;
	margin:0;
	padding: 0;
}
ol{
	padding-left: 1em;
}
ul{
	list-style-type: none;
	padding: 0;
}

header#hmenu{
	background-color: #f5f4f2;
	padding: 0;
	width: 100%;
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
}
header#hmenu>menu{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 16px 0;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
}
header#hmenu>menu>ul{
	display: flex;
	flex-flow: row;
	justify-content: space-evenly;
	align-items: center;
	gap: 1em;
}
header#hmenu>menu>ul a{
	display: block;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}
header#hmenu>menu>ul a:hover{
	opacity: .8;
	text-decoration: underline;
}
header#hmenu>menu>ul span{
	display: block;
	background-color: #1481c4;
	color: #f5f4f2;
	font-size: 1.2em;
	padding: 4px 16px;
	border-radius: 16px;
	line-height: 100%;
}
header#hmenu>menu>ul span small{
	font-size: .76em;
	top: -1px;
	position: relative;
}
#logo{
	width: 280px;
	height: 70px;
	background-image: url(../img/logo.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#logo>a{
	display: block;
	width: 100%;
	height: 100%;
}
#logo>a>span{
	display: none;
}
div.mv{
	max-width: 1024px;
	aspect-ratio: 16/9;
	padding: 20px;
	margin: 20px auto;
}
div.mv>div{
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	background-color: #1481c4;
	border-radius: 20px;
	box-shadow: 0 0 20px -10px #00000099;
	background-image: url(../img/mvl.jpg);
	background-size: cover;
}

div.mv>div div.catch{
	font-size: 2.6em;
	font-weight: 800;
	background-color: #f5f4f2;
	padding: 4px 8px;
	width: fit-content;
	position: absolute;
	right: 5%;
	bottom: 15%;
	box-shadow: 0 0 10px -5px #00000099;
}


main{
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}

section.news{
	width: 100%;
	min-height: 40px;
	background-color: #e9e9e9;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
}
section.news>div{
	display: flex;
	flex-flow: row wrap ;
	justify-content: space-evenly;
	align-items: flex-start;
	font-size: .84em;
	gap: 20px;
}
section.news>div>h2{
	display: flex;
	flex-flow: row nowrap ;
	justify-content: space-evenly;
	align-items: center;

}
section.news>div>h2::before{
	content: "";
	margin-right: 16px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #ff8b00;

}


section.news>div>div{
	flex-grow: 1;
}

section.normal{
	margin: 120px 0;
}

section.normal>div.wrapper{
	display: flex;
	flex-flow: row nowrap ;
	align-items: flex-start;
}
section.normal>div.wrapper>*{
	width: 50%;
	box-sizing: border-box;
}

section>div.wrapper>h2>span.en{
	display: block;
	font-size: 1em;
	font-weight: 500;
	color: #1481c4;
}
section>div.wrapper>h2>span.ja{
	display: block;
	font-size: 1.86em;
	font-weight: 400;
	color: #222;
}
section.normal>div.wrapper>div.content{

}
section.normal>div.wrapper>div.content>p>span{
	display: block;
}
section.normal>div.wrapper>div.content>p.primary{
	font-size: 2.25em;
	font-weight: 500;
}
section.normal>div.wrapper>div.content>p.secondary{
	font-size: 1.18em;
	line-height: 200%;
}


section.belt{
	position: relative;
	background-color: #222;
	width: 100vw;
	height: 420px;
	left: calc((100vw - 100%) / 2 * -1);
	overflow: hidden;
}
section.belt>div{
	width: 100%;
	height: 630px;
	background-image: url(../img/mv.jpg);
	background-size: cover;
	background-position: center;
}



section.vertical{
	margin: 120px 0;
}

section.vertical>div.wrapper{
	display: flex;
	flex-flow: column nowrap ;
	align-items: flex-start;
}
section.vertical>div.wrapper>*{
	width: 100%;
	box-sizing: border-box;
}
section.vertical>div.wrapper>h2{

}

section.vertical>div.wrapper>h2>span.en{
	display: block;
	font-size: 1em;
	font-weight: 500;
	color: #1481c4;
}
section.vertical>div.wrapper>h2>span.ja{
	display: block;
	font-size: 1.86em;
	font-weight: 400;
	color: #222;
}

section.vertical>div.wrapper>div.content{

}
main.obg{
	margin: 0 0 120px;
	max-width: 200%;
	background-color: #f1e7db;
	padding: 100px 0;
}
main.obg>section{
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}
main.obg>section>div.wrapper>h2>span.en{
	color: #ff8b00;
}





main.bbg{
	margin: 0 0 120px;
	max-width: 200%;
	background-color: #1481c4;
	padding: 100px 0;
}
main.bbg>section{
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
}
main.bbg>section>div.wrapper>h2>span.en{
	color: #ff8b00;
}


.bbg section>div.box{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin: 40px 0;
}

section>div.box>div.wrapper{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
section>div.box>div.wrapper>div.header{
	width: 45%;
	padding-right: 40px;
	box-sizing: border-box;
}
section>div.box>div.wrapper>div.header>p{
	color: #333;
	font-size: .92em;
}
section>div.box>div.wrapper>div.content{
	width: 55%;
	box-sizing: border-box;
	padding-top: 25px;
}


section>div.box>div.wrapper>div.header>h2>span.en{
	display: block;
	font-size: 1em;
	font-weight: 500;
	color: #1481c4;
}
section>div.box>div.wrapper>div.header>h2>span.ja{
	display: block;
	font-size: 1.86em;
	font-weight: 400;
	color: #222;
}
section>div.box>div.wrapper>div.header>h2>span.title{
	display: block;
	font-size: 1.4em;
	font-weight: 400;
	color: #222;
}


section>div.box>div.wrapper>div.table h3{
	padding: 1em 0;
	font-weight: 500;
	color: #777;
}
section>div.box>div.wrapper>div.table table{
	border-collapse: collapse;
	border-top: solid 1px #00000033;
	font-size: .92em;
	width: 100%;
}
section>div.box>div.wrapper>div.table table tr{
	border-bottom: solid 1px #00000033;
}
section>div.box>div.wrapper>div.table table tr th{
	padding-right: 1em;
}
section>div.box>div.wrapper>div.table table tr td{
	padding: .5em 0;
}
section>div.box>div.wrapper>div.content.companyinfo{
	width: 100%;
}
section>div.box>div.wrapper>div.table table tr th{
	padding-right: 1em;
	min-width: 4.5em;
	text-align: left;
}
section>div.wrapper>div.three{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}
section>div.wrapper>div.three>div{
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 31%;
	aspect-ratio: 4/6;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0 0 15px -10px #ff8b00;
	gap: 15px;
}
section>div.wrapper>div.three>div>h3{
	font-size: 1.2em;
	text-align: center;
}
section>div.wrapper>div.three>div>div.image{
	display: block;
	background-color: #4295d0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 80%;
	aspect-ratio: 1/1;
}
#cut1{
	background-image: url(../img/meishi1.jpg);
}
#cut2{
	background-image: url(../img/chirashi3.jpg);
}
#cut3{
	background-image: url(../img/cut3.webp);
}




section>div.wrapper>div.three>div>p{
	font-size: .92em;
}

div.linkbox{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 0;
	gap: 20px;
}
div.linkbox>a{
	display: block;
	padding: .5em 2em;
	width: fit-content;
	background-color: #1481c4;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.25em;
	border-radius: 40px;
	transition: all .3s;
	box-shadow: 0 0 20px -5px #00000099;
}
div.linkbox>a:hover{
	background-color: #ff8b00;
	box-shadow: 0 0 5px 0px #000000aa;
}


.image>img{
	width: 100%;
}






footer{
	margin: 120px 0;
	max-width: 200%;
	background-color: #e9e9e9;
	padding: 100px 0 40px;
	border-radius: 60px 60px 0 0;
}
footer>section{
	max-width: 1024px;
	padding: 0 20px;
	margin: 0 auto;
	color: #333;
}
footer div.cInfo{
	background-image: url(../img/logo_s.svg);
	background-repeat: no-repeat;
	background-size: 80px;
	padding-top: 60px;
}
footer menu{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	gap: 15px;
}
footer menu a{
	font-size: .84em;
	color: inherit;
	text-decoration: none;

}

footer menu a:hover{
	color: #ff8b00;
}





@media screen and (max-width:450px) {
	
	header#hmenu>menu{
		display: flex;
		flex-flow: column;
		margin: 0 auto;
		padding: 10px 0;
		max-width: 1200px;
		box-sizing: border-box;
	}

	#logo{
		width: 280px;
		height: 40px;
		background-image: url(../img/logo.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	header#hmenu>menu>ul{
		font-size: .8em;
	}
	header#hmenu>menu>ul>li:last-child{
		display: none;
	}

	div.mv>div div.catch{
		font-size: 1rem;
	}

	section.normal>div.wrapper{
		flex-flow: column nowrap;
	}
	section.normal>div.wrapper>*{
		width: 100%;
		box-sizing: border-box;
	}

	section.normal>div.wrapper>div.content>p.primary{
		font-size: 1.85em;
	}
	section.belt{
		display: none;
	}
	section>div.wrapper>div.three{

		flex-flow: column;
		gap: 1em;
	}
	section>div.wrapper>div.three>div{
		width: 100%;
	}
	section>div.box>div.wrapper{
		flex-flow: column nowrap;
	}
	section>div.box>div.wrapper>div.header,
	section>div.box>div.wrapper>div.content{
		width: 100%;
	}
	footer{
		border-radius: 0;
	}
	footer menu{
		margin-top:2em;
	}

}