@charset "UTF-8";

*{
	margin:0;
	padding:0;
    box-sizing: border-box;
}

body { 
	color: #333;
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	width:100%;
    font-size: 16px;
}




img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
    color: inherit;
    cursor: pointer !important;
}

a,a img,button {
	transition: 0.3s ease-in-out;
    color: inherit;
}

button,
input,
textarea{
	font-family: "Zen Maru Gothic", sans-serif;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display: none;
}
.sp_none{
	display: block;
}

#style01{
	width:100%;
}

/* #fv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7000;
	display: none;
	width: 100%;
	height: 100%;
}

#fv.active{
	display: block;
}

#fv video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
} */



/*　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000;
	display: flex;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	padding: 5px 20px 5px 10px;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.menu{
	position: relative;
	width: 50px;
	height: 50px;
}

.menu span{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 2px;
	background: #333;
}

.menu span:nth-child(1){
	top: 33%;
}

.menu span:nth-child(2){
	top: 50%;
}

.menu span:nth-child(3){
	top: 67%;
}

.header_sns_icon{
	display: flex;
	gap: 15px;
}

.header_fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6010;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background: #FCE5D3;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}

.header_fixed.active{
	opacity: 1;
	visibility: visible;
}

.header_h1 {
	position: absolute;
	top: 10px;
	left: 12px;
}

.hf_close{
	position: absolute;
	top: 18px;
	right: 30px;
	transition: 0.3s ease-in-out opacity;
	cursor: pointer;
}

.hf_close:hover{
	opacity: 0.7;
}

.hf_box{
    width: 834px;
	display: grid;
	/* grid-template-columns: 145px 564px; */
	grid-template-columns: 145px 1fr;
	gap: 125px;
    padding-inline: 30px;
}

.hf_logo{
	margin-bottom: 145px;
}

.hf_sns_icon{
	display: flex;
	justify-content: center;
	gap: 15px;
}

.hf_box_link01{
	margin-bottom: 25px;
}

.hf_box_link01 li{
	padding: 5px 0;
	border-bottom: 1px #333 solid;
	font-size: 18px;
}

.hf_box_link01 li:not(:last-child){
	margin-bottom: 10px;
}

.hf_box_link01 li a{
	color: #333;
}

.hf_box_link01 li a:hover{
	color: #E60711;
}

.hf_box_link01 li a span{
	margin-right: 20px;
	font-size: 24px;
}

.hf_box_link02{
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

.hf_box_link02 a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 192px;
	height: 53px;
	background: #333;
	color: #fff;
}

.hf_box_link02 a:hover{
	background: #fff;
	color: #333;
}

.hf_box_link02_02{
	font-size: 12px;
}





/* フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.footer{
	background: #000;
	color: #fff;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	color: #E60711;
}

.footer01{
	padding: 80px 30px;
	border-bottom: 1px #707070 solid;
}

.footer01_box{
	display: grid;
	grid-template-columns: 130px 1fr 120px;
	gap: 90px;
	max-width: 1130px;
	margin: 0 auto;
}

.footer_logo img{
	width: 100%;
}

.footer_name{
	font-size: 14px;
}

.footer_menu{
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 144px;
	grid-template-rows: repeat(4, auto);
	gap: 25px 80px;
}

.footer_sns{
	display: flex;
    align-items: center;
	gap: 17px;
}
.footer_sns a img {
    display: block;
    width: 100%;
    max-width: 25px;
}

.footer02{
	padding: 22px 30px;
}

.footer02_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
    gap: 10px;
	max-width: 1130px;
	margin: 0 auto;
	font-size: 14px;
}

.footer_ac{
	display: flex;
	gap: 40px;
}

.footer_adress{
	font-style: normal;
    /* wbrで改行 */
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-align: center;
}



/* 下層ページの共通レイアウト　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.pageHead {
    margin-top: 130px;
}
.pageHead__title {
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}
.pageHead__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: #707070;
}

.pageHead__title--en {
    font-size: 40px;
    letter-spacing: 0.08em;
}
.pageHead__title--ja {
    font-size: 18px;
}

/* 下層ページのレイアウト */
.pageBody {
    margin-top: 94px;
}

/* 投稿ページのレイアウト */
.postBody__inner {
    display: flex;
    gap: 4.25%;
    align-items: start;
}
.postBody__sidebar {
    width: 240px;
    flex-shrink: 0;
    /* position: -webkit-sticky;
    position: sticky;
    top: 100px; */
    padding-bottom: 300px;
}
.postBody__contents {
    /* width: calc(100% - 240px); */
    flex: 1;
}


/*　サイドバーの共通レイアウト　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
.sidebar {
    border: 1px solid #707070;
    border-radius: 23px;
    padding: 19px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.sidebar__title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.sidebar__contents {
    margin-top: 33px;
}



/*　news 一覧　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.newsList{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 20px;
}
/* archiveページ用のスタイル */
.newsList.--archive-news {
    /* grid-template-columns: repeat(1, 1fr); */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsList li{
	display: flex;
	gap: 28px;
	padding: 13px 20px 13px 12px;
	border: 1px #707070 solid;
    box-shadow: 0 0 20px rgba(74, 67, 67, 0.2);
	border-radius: 18px;
}

.newsList_img{
	width: 178px;
	height: 178px;
	flex-shrink: 0;
}

.newsList_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 19px;
}

.newsList_box{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.newsList_head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.newsList_date{
	font-size: 14px;
}

.newsList_category{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 15px;
	border-radius: 8px;
	background: #333333;
	color: #fff;
	font-size: 10px;
}

.newsList_title{
    margin-top: 18px;
	font-size: 16px;
}

.newsList_more{
	margin-top: auto;
	text-align: right;
}

.newsList_more a{
	position: relative;
	display: inline-block;
	padding-right: 23px;
	color: #333;
	font-size: 14px;
}

.newsList_more a:hover{
	color: #E60711;
}

.newsList_more a:after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 13px;
	height: 11px;
	background: url("../../img/arrow-right_b.svg") center center/contain no-repeat;
	transition: 0.3s ease-in-out;
}

.newsList_more a:hover:after{
	right: -5px;
}




/*　ページネーション　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
.pagination {
    margin-top: 50px;
}

.pagination ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pagination .prev,
.pagination .next {
    display: block;
}

.pagination .prev a,
.pagination .next a {
    display: block;
    min-width: 120px;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    background: #838383;
    color: #fff;
    border-radius: 999px;
}
.pagination .next a {
    text-align: right;
}


.pagination .prev a span,
.pagination .next a span {
    display: block;
    position: relative;
}
.pagination .prev a span {
    padding-left: 29px;
}
.pagination .next a span {
    padding-right: 29px;
    text-align: center;
}

.pagination .prev a span::after,
.pagination .next a span::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 13px;
    height: 11px;
    background: url("../../img/arrow-right_w.svg") center center/contain no-repeat;
    transition: 0.3s ease-in-out;
}
.pagination .prev a span::after {
    transform: translateY(-50%) rotate(180deg);
}
.pagination .next a span::after {
    left: unset;
    right: 0;
}





/*　共通スライダー　タレントリスト　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.talent-list{
	display: flex;
	justify-content: center;
}

.talent-list li{
    margin-left: 10px;
    margin-right: 10px;
	/* width: 196px;
	margin: 0 10px; */
    /* margin-right: 20px; */
}
.talent-list li:last-child {
    /* margin-right: 0; */
}

.talent-list li > a{
	color: #333;
	text-align: center;
}

.talent-list_img{
	/* width: 196px;
	height: 196px; */
	border-radius: 19px;
	margin-bottom: 9px;
	overflow: clip;
}

.talent-list_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.talent-list_name01{
	font-size: 16px;
	font-weight: 700;
}

.talent-list_name02{
	color: #666;
	font-size: 14px;
}

/* 下層ページ共通  セクションタイトル 共通  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
.heading-title {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 20px;
    font-weight: 500;
    padding-bottom: 19px;
}
.heading-title--en {
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    padding-left: 31px;
    z-index: 2;
}
.heading-title--en::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: #FDB67D;
}
.heading-title--ja {
    font-size: 18px;
}







/* パンクズリスト breadcrumb　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
.breadcrumb {
    padding: 10px 0 10px;
    background: #fff;
    overflow: hidden;
}

.breadcrumb .inner::-webkit-scrollbar {
    display: none;
}

.breadcrumb__list {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    /* scroll-bar */
    -webkit-overflow-scrolling: touch; /* スマホで慣性スクロール */
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* IE・Edge用 */
}
.breadcrumb__list::-webkit-scrollbar {
  display: none; /* Chrome・Safari用 */
}
.breadcrumb__list a {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.breadcrumb__list-item {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumb__list-item:first-of-type a {
    font-weight: 500;

    color: #999999;
}
.breadcrumb__list-item:nth-child( n + 2 ) {
    margin-left: 24px;
    font-weight: 500;
}
.breadcrumb__list-item:last-child a {
    color: #333;
}
.breadcrumb__list-item a {
    color: #707070;
    font-weight: 500;
}

/* 矢印のスタイル */
/* .breadcrumb__list-item + .breadcrumb__list-item::before,
.breadcrumb__list-item + .breadcrumb__list-item::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: -17px;
    width: 7.6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #707070;
    transform-origin: calc(100% - 0.5px) 50%;
}

.breadcrumb__list-item + .breadcrumb__list-item::before {
    transform: rotate(54.45deg);
}
.breadcrumb__list-item + .breadcrumb__list-item::after {
    transform: rotate(-54.45deg);
} */

.breadcrumb__list-item:not(:first-child)::before,
.breadcrumb__list-item:not(:first-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    left: -17px;
    width: 7.6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #707070;
    transform-origin: calc(100% - 0.5px) 50%;
}

.breadcrumb__list-item:not(:first-child)::before {
    transform: rotate(54.45deg);
}
.breadcrumb__list-item:not(:first-child)::after {
    transform: rotate(-54.45deg);
}




/* トップへ戻る　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/


.to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 70px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 999px;

    background: #EF7F27;
    color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* 非表示の場合 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
    cursor: pointer;
}
.to-top.js-show {
    /* 表示させる */
    opacity: 1;
    visibility: visible;
}

.to-top__image {
    transform: rotate(-90deg);
    width: 15px;
    height: auto;
}
.to-top__image img {
    display: block;
}

/* .to-top__text {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-left: 3px;
} */