@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #fff;
	font-size: clamp(16px,2vw,18px);
	background: #9c8b7e;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #fff;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: clamp(60px,8vw,100px) 0 ;
	position: relative;
	z-index: 0;
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}
a.anchor{
	scroll-margin-top: 80px;
}
a.under{
	border-bottom: 1px solid #eee;
}
/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block!important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: 1728px;
}
.inner.w960{
	max-width: 960px;
}
/*高さ*/
.mg0{
	margin-bottom: 0!important;
}
.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
img{
	width: 100%;
	height: auto;
}
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 767px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bg_gry{
	background: rgba(76, 10, 12, 0.2);
}.bg_gry2{
	background: linear-gradient(to bottom,rgba(76, 10, 12, 0.2),rgba(76, 10, 12, 0));
}
.img_square{
	position: absolute;
	content: '';
	z-index: -2;
	opacity: .6;
}
.img_square._01{
	width: 30vw;
	height: 30vw;
	right: -16vw;
	top: -8vw;
	transform: rotate(30deg);
}

.img_square._02{
	width: 35vw;
    height: 35vw;
    left: -9vw;
    bottom: -10vw;
    transform: rotate(43deg);
}
.img_square._03{
	width: 25vw;
	height: 25vw;
	right: -5vw;
	top: -10vw;
	transform: rotate(25deg);
}
.img_square._04{
	width: 30vw;
    height: 30vw;
    left: -18vw;
    bottom:30%;
    transform: rotate(43deg);
}
.img_square._05{
	width: 25vw;
	height: 25vw;
	left: -10vw;
	top: -10vw;
	transform: rotate(25deg);
}
.img_square._06{
	width: 30vw;
    height: 30vw;
	right: -10vw;
	bottom: -10vw;
	transform: rotate(38deg);
}
/*==見出し=============================================*/
.ja{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.en{
	font-family: "Google Sans Flex", sans-serif;
	font-optical-sizing: auto;
	font-weight:700;
	font-style: normal;
	font-variation-settings:
	"slnt" 0,
	"wdth" 112.5,
	"GRAD" 0,
	"ROND" 0;
}

.ttlwrap{
	border-bottom: 1px solid #eee;
	margin-bottom:  clamp(25px ,2vw,35px);	
}
.ttlwrap h2{
	font-size:clamp(35px,4vw,80px);
	line-height: 1.3;
	padding-left: 1rem;
}
.ttlwrap h3{
	padding-bottom: clamp(25px ,2vw,35px);
	font-size: clamp(20px,2vw,25px);
	padding-left: 1rem;
}

.ttlwrap._flex{
	display: inline-flex;
	align-items: flex-end;
	padding-bottom: clamp(25px ,2vw,35px);
	width: 100%;
}
.ttlwrap._flex h3{
	padding-bottom: clamp(10px ,1.2vw,20px)
}

/*==btn=============================================*/

.btn01{
	margin: 30px auto;
	text-align: center;
}
.btn01 a{
	display: inline-block;
	padding: 10px 4.5rem;
	padding-right: 4.7rem;
	position: relative;
	background: #d02124;
	color: #fff;
	clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
	font-weight: 600;
}
.btn01 a span{
	
}
.btn01 a:hover{
	clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	transition: .3s
}
.btn01 a::before{
	position: absolute;
	content: '';
	width: 90%;
	height: 80%;
	border: 2px solid #fff;
	border-left-width: 0;
	border-right-width: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	clip-path:polygon(8% 0,100% 0,92% 100%,0 100%);
	transition: .5s all;
}
.btn01 a:hover::before{		
	clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
	transition: .4s all;
}
.btn01 a::after{
	position: absolute;
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	right: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
}

.btn02{
	text-align: end;
	margin: 30px 0;
}
.btn02.center{
	text-align: center;
	margin: 30px 0 0;
}
.btn02 a{
	padding-right: 3rem;
	position: relative;
}
.btn02 a::after{
	position: absolute;
	content: '';
	width: 1.8rem;
	height: 1.8rem;
	bottom:3px;
	right: .3rem;
	background: url("../img/arrow.svg")no-repeat center/contain;
	transition: .3s;
}
.btn02 a:hover::after{
	right: 0;
	transition: .3s;
}