@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	color: #161616;
	line-height: 2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	caret-color: transparent;
}

body.form_complete {
	min-height: 100vh;
}

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.base_box.half_left {
	width: calc(((100vw - 1400px) / 2) + 1400px);
	margin-right: 0;
}

.base_box.half_right {
	width: calc(((100vw - 1400px) / 2) + 1400px);
	margin-left: 0;
}

.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

@media screen and (max-width: 1920px){

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1780px){

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

}

@media screen and (max-width: 1720px){

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

}

@media screen and (max-width: 1620px){

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1520px){

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

	.base_box.large.half_left {
		width: auto;
		margin-left: 60px;
		margin-right: 0;
	}

}

.base_content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 5;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

.eng {
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #161616;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a.normal_link {
	color: #161616;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	color: #161616;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

.hover_zoom a:hover { opacity:1; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

.noimg {
	position: relative;
}

.noimg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
}

.noimg::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	aspect-ratio: 11 / 10;
	background: url(../common_img/logo.png) center center / 150px no-repeat;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.article_list .noimg::after, .noimg.half::after {
	width: 80px;
	background: url(../common_img/logo.png) center center / 80px no-repeat;
}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	padding: 0 100px 0 50px;
}

.h_logo {
	width: 200px;
}

header .hnavi_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 420px);
	padding-right: 35px;
}

header .hnavi_list li a {
	display: block;
	position: relative;
	padding: 0 25px;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.15rem;
}

header .hnavi_list li .parts {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 50%;
	padding: 0 12px 2px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 22px;
	white-space: nowrap;
	background: #fce700;
	border-radius: 360px;
	transform: translateX(-50%);
}

header .hnavi_list li .parts::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 12px;
	height: 6px;
	background: #fce700;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

header .btn {
	width: 220px;
	margin-right: 1px;
}

header .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.65;
	letter-spacing: 0.15rem;
	background: #2e3031;
}

header .btn a:hover {
	color: #161616;
	background: #fce700;
}

.btn_gnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: #2e3031;
	background-image: url(../common_img/btn_gnavi.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	transition: .3s;
	cursor: pointer;
	z-index: 5000;
}

.btn_gnavi:hover {
	background-color: #464646;
}

/*
GNAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 200px 60px 100px 0;
	background: #fff;
	overflow: hidden;
	z-index: 10000;
}

#gnavi .gnavi_close {
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: #2e3031;
	background-image: url(../common_img/btn_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100px;
	transition: .3s;
	cursor: pointer;
	z-index: 10001;
}

#gnavi .gnavi_close:hover {
	background-color: #464646;
}

#gnavi .h_logo {
	position: absolute;
	top: 0;
	left: 50px;
}

#gnavi .scroll_box {
	max-height: calc(100vh - 300px);
}

#gnavi .navi {
	display: flex;
	margin-bottom: 120px;
}

#gnavi .navi .box:nth-child(1) { width:30%; }
#gnavi .navi .box:nth-child(2) { width:22.5%; }
#gnavi .navi .box:nth-child(3) { width:25%; }
#gnavi .navi .box:nth-child(4) { width:22.5%; }

#gnavi .navi .box .title {
	font-size: 5rem;
	line-height: 1;
}

#gnavi .navi .box .txt {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: 900;
	color: #b3b3b3;
}

#gnavi .gnavi_list li {
	margin-bottom: 25px;
	font-size: 1.8rem;
	line-height: 2.15;
}

#gnavi .gnavi_list li:last-child { margin-bottom:0; }

#gnavi .gnavi_list li a {
	display: block;
}

#gnavi .gnavi_list li a:hover { color:#bd2e23; }

#gnavi .foot {
	display: flex;
	align-items: flex-end;
}

#gnavi .foot .btn_list {
	display: flex;
	gap: 0 20px;
	width: 820px;
}

#gnavi .foot .btn_list li {
	width: calc((100% - 20px) / 2);
}

#gnavi .foot .content {
	display: flex;
	align-items: center;
	width: calc(100% - 820px);
}

#gnavi .foot .txt {
	width: calc(100% - 100px);
	padding-right: 5px;
	text-align: right;
	line-height: 1.5;
}

#gnavi .foot .link a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 1.3rem;
	color: #9ea3a5;
	font-family: "Josefin Sans", sans-serif;
}

#gnavi .foot .link a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #9ea3a5;
	border-right: 1px solid #9ea3a5;
	transform: rotate(45deg);
	transition: .3s;
}

#gnavi .foot .link a:hover { color:#161616; }
#gnavi .foot .link a:hover::before {
	border-top: 1px solid #161616;
	border-right: 1px solid #161616;
}

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	min-height: 580px;
	padding: 180px 0 120px;
}

#page_title::before {
	content: '';
	position: absolute;
	bottom: 80px;
	right: 0;
	width: calc(100% - 100px);
	height: calc(100% - 300px);
	background: #fce700;
	z-index: 1;
}

#page_title::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 410px;
	background: url(../common_img/pc/ptitle_bg.png) center center / 100% no-repeat;
	overflow: hidden;
	z-index: 2;
}

#page_title .sec_inner::before {
	content: '';
	position: absolute;
	top: calc(15% + 120px);
	left: 50%;
	width: 25%;
	aspect-ratio: 50 / 3;
	margin-left: -22.5%;
	background: #fff;
	z-index: -1;
}

#page_title .eng_title {
	margin-bottom: 5px;
	font-size: 12rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
}

#page_title .title {
	font-size: 2.6rem;
	letter-spacing: 0.25rem;
}

#page_title .article_head {
	margin: 95px 400px 0 0;
	background: #fce700;
}

#page_title .article_head.ex {
	padding-bottom: 15px;
}

#page_title .article_head .date {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

#page_title .article_head .article_title {
	margin-bottom: 20px;
	font-size: 2.6rem;
	line-height: 1.65;
	letter-spacing: 0.25rem;
}

#page_title .article_head .trouble {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 20px;
}

#page_title .article_head .trouble li {
	display: flex;
	align-items: center;
	padding: 0 15px 4px;
	font-size: 1.8rem;
	color: #fff;
	line-height: 36px;
	background: #2e3031;
}

#page_title .article_head .tag li {
	display: inline-block;
	padding: 0 15px 2px;
	font-size: 1.4rem;
	color: #8a8a8a;
	line-height: 30px;
	background: #fff;
}

#page_title .article_head .tag.ex li {
	color: #fff;
	background: #2e3031;
}

#page_title .article_data {
	display: flex;
	align-items: center;
	position: relative;
	margin: 45px 0 50px 300px;
	padding: 30px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
	z-index: 10;
}

#page_title .article_data::before {
	content: '';
	position: absolute;
	top: 0;
	right: calc((100vw - 1600px) / -2);
	width: calc((100vw - 1600px) / 2);
	height: 100%;
	background: #2e3031;
	z-index: 1;
}

#page_title .article_data dl {
	display: flex;
	align-items: center;
}

#page_title .article_data dt {
	width: 140px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: 500;
	color: #161616;
	line-height: 38px;
	background: #f3f5f5;
}

#page_title .article_data dd {
	padding: 0 50px 0 25px;
}

@media screen and (max-width: 1960px){

	#page_title::before {
		width: calc(100% - 60px);
	}

}

@media screen and (max-width: 1720px){

	#page_title::before {
		width: 100%;
	}

	#page_title .article_data::before {
		right: -60px;
		width: 60px;
	}

}

/* ▼PAGE NAVI▼ */
.pnavi {
	position: relative;
	padding: 12px 0;
	background: #3c3f40;
	border-bottom: solid 1px #4b4d4e;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #8d9192;
}

.pnavi li a { color:#8d9192; text-decoration:underline; }

.pnavi li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #8d9192;
	border-right: 1px solid #8d9192;
	transform: translateY(-50%) rotate(45deg);
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	margin: 0 5px;
	padding-left: 2px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	background: #fff;
	border: solid 1px #2e3031;
}

.page_list li a:hover { opacity:0.7; }

.page_list li .current {
	color: #fff;
	background: #2e3031;
}

.page_list li.prev a, .page_list li.next a {
	background: #2e3031;
}

.page_list li.prev a { transform:rotate(180deg); }

.page_list li.prev a::before, .page_list li.prev a::after,
.page_list li.next a::before, .page_list li.next a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}

.page_list li.prev a::before, .page_list li.next a::before {
	width: 16px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.page_list li.prev a::after, .page_list li.next a::after {
	width: 8px;
	height: 8px;
	margin-left: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

/* ▼ANCHOR▼ */
.anc_list {
	position: relative;
	height: 150px;
	margin-bottom: -90px;
	transform: translateY(-90px);
}

.anc_list::before, .anc_list::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 100px);
}

.anc_list::before {
	height: 100%;
	background: #2e3031;
}

.anc_list::after {
	height: 1px;
	background: #fff;
	z-index: 10;
}

.anc_list ul {
	display: flex;
	flex-wrap: wrap;
}

.anc_list li a {
	display: block;
	box-sizing: border-box;
	position: relative;
	height: 150px;
	padding: 45px 45px 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fce700;
	background: #2e3031;
}

.anc_list li a:hover { background:#4d5052; }

.anc_list li .eng {
	display: block;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
}

.anc_list li a::before, .anc_list li a::after {
	content: '';
	position: absolute;
	bottom: 35px;
	left: 50%;
	transition: .3s;
}

.anc_list li a::before {
	width: 2px;
	height: 16px;
	background: #fff;
	transform: translateX(-50%);
}

.anc_list li a::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 1960px){

	.anc_list::before, .anc_list::after {
		width: calc(100% - 60px);
	}

}

@media screen and (max-width: 1720px){

	.anc_list::before, .anc_list::after {
		width: 100%;
	}

}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	height: 800px;
}

#topimg .sec_inner {
	position: relative;
	width: 1700px;
	height: 100%;
	margin: 0 auto;
	padding: 190px 0 0 80px;
	background: url(../images/pc/topimg_bg.jpg) center top no-repeat;
}

#topimg .sec_inner::before {
	content: '';
	position: absolute;
	top: 30px;
	left: -50px;
	width: 50px;
	height: 30px;
	background: #fce700;
	z-index: 1;
}

#topimg .sec_inner .img { display:none; }

#topimg .sec_inner::after {
	content: '';
	position: absolute;
	bottom: 260px;
	right: -50px;
	width: 80px;
	height: 80px;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 1;
}

#topimg .sec_inner .title_box {
	width: 600px;
	font-weight: 900;
	letter-spacing: 0.05rem;
}

#topimg .sec_inner .title_box .inner {
	margin-left: 20px;
}

#topimg .sec_inner .title_box .title {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 900;
	color: #fff;
}

#topimg .sec_inner .title_box .title .belt {
	display: inline-block;
	padding: 2px 18px 0;
	line-height: 36px;
	white-space: nowrap;
	background: #2e3031;
}

#topimg .scroll {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

@media screen and (max-width: 1840px){

	#topimg .sec_inner {
		width: auto;
		margin: 0 0 0 60px;
		padding: 190px 0 0 40px;
	}

	#topimg .sec_inner::before, #topimg .sec_inner::after { display:none; }

}

@media screen and (max-width: 1640px){

	#topimg .sec_inner .title_box {
		width: calc(100vw - 1040px);
		font-size: 1.5rem;
	}

	#topimg .sec_inner .title_box .catch img { width:100%; }

	#topimg .sec_inner .title_box .title {
		font-size: 1.8rem;
	}

}

@media screen and (max-width: 1550px){

	#topimg .sec_inner .title_box {
		width: 510px;
	}

}

.head_link {
	position: absolute;
	bottom: -60px;
	right: 0;
	width: 640px;
	height: 180px;
	padding: 20px 40px 0;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
	z-index: 10;
}

.head_link .title_box {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.head_link .title_box dt {
	width: 220px;
	padding-top: 10px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0;
}

.head_link .title_box dd {
	width: calc(100% - 220px);
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.15rem;
}

.head_link .content {
	display: flex;
}

.head_link .content .tel {
	width: calc(100% - 230px);
}

.head_link .content .tel_txt {
	margin-bottom: 3px;
	font-size: 4.6rem;
}

.head_link .content .stxt {
	font-size: 1.3rem;
}

.head_link .content .btn {
	width: 230px;
	margin-top: 7px;
}

.head_link .btn01 {
	height: 60px;
	padding: 0 10px 2px 0;
	font-size: 1.5rem;
}

.head_link .btn01::before { display:none; }
.head_link .btn01::after { right:15px; }

/* ▼INTRO▼ */
.top_intro {
	position: relative;
	padding: 180px 0 200px;
	overflow: hidden;
	z-index: 1;
}

.top_intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100vw - 100px);
	height: 100%;
	background: #f3f5f5;
	z-index: 1;
}

.top_intro .eng_word {
	margin-bottom: 85px;
	transform: translateX(-70px);
}

.top_intro .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_intro .content {
	width: 50%;
	padding-right: 100px;
}

.top_intro .sec_title {
	padding-bottom: 30px;
	font-size: 4.4rem;
}

.top_intro .sec_title .belt {
	display: inline-block;
	margin-bottom: 8px;
	padding: 0 15px 2px;
	line-height: 60px;
	white-space: nowrap;
	background: #fff;
}

.top_intro .img {
	width: 50%;
}

.top_intro .img img { width:100%; }

@media screen and (max-width: 1800px){

	.top_intro::before {
		width: 100%;
	}

}

@media screen and (max-width: 1650px){

	.top_intro .inner {
		margin-left: 0;
	}

	.top_intro .content {
		padding-right: 50px;
	}

	.top_intro .sec_title {
		font-size: 4rem;
	}

}

/* ▼VOICE▼ */
.top_voice {
	position: relative;
	padding: 260px 0 120px;
}

.top_voice::before {
	content: '';
	position: absolute;
	top: 50px;
	right: 0;
	width: 75%;
	height: 870px;
	background: #fce700;
	z-index: 1;
}

.top_voice::after {
	content: '';
	position: absolute;
	top: -180px;
	left: 0;
	width: 300px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 2;
}

.top_voice .title_box {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 115px;
}

.top_voice .title_box .content {
	width: calc(100% - 840px);
	padding-top: 20px;
}

.top_voice .title_box .sec_title {
	margin-bottom: 25px;
	font-size: 4.4rem;
}

.top_voice .title_box .eng_word {
	width: 840px;
}

.top_voice .voice_slide {
	position: relative;
}

.top_voice.ex .voice_slide {
	display: flex;
}

.top_voice .slick-list {
	width: 1290px;
	transform: translateX(-25px);
	overflow: hidden;
}

.top_voice .slick-track {
	display: flex;
}

.top_voice .voice_slide .box {
	position: relative;
	width: 430px!important;
	padding: 0 25px;
}

.top_voice .voice_slide .box a {
	display: block;
	width: 100%;
	height: 100%;
}

.top_voice .voice_slide .box .img {
	width: 100%;
	aspect-ratio: 380 / 500;
}

.top_voice .voice_slide .box .txt {
	position: relative;
	padding: 25px 30px 0;
	font-weight: 700;
}

.top_voice .voice_slide .box .txt::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -20px;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 2;
}

.top_voice .btn_ctl {
	top: 260px;
}

.top_voice .btn_ctl.prev { right:81px; }
.top_voice .btn_ctl.next { right:0; }

.top_voice .btn {
	position: absolute;
	bottom: 220px;
	right: 0;
	z-index: 10;
}

.top_voice.ex .btn { bottom:160px; }

@media screen and (max-width: 1640px){

	.top_voice::after {
		top: -120px;
		width: 200px;
	}

	.top_voice .title_box .content {
		width: 45%;
	}

	.top_voice .title_box .eng_word {
		width: 55%;
	}

	.top_voice .title_box .eng_word img { width:100%; }

	.top_voice .voice_slide {
		padding-bottom: 140px;
	}

	.top_voice .btn_ctl {
		top: auto;
		bottom: 0;
	}

	.top_voice .btn {
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.top_voice.ex .btn { bottom:0; }

}

/* ▼FEATURE▼ */
.top_feature {
	position: relative;
	padding: 240px 0 210px;
	font-weight: 400;
	color: #fff;
}

.top_feature::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100vw - 200px);
	height: calc(100% - 220px);
	background: #f3f5f5;
	z-index: 1;
}

.top_feature::after {
	content: '';
	position: absolute;
	top: 100px;
	left: 100px;
	width: calc(100vw - 200px);
	height: calc(100% - 100px);
	background: #2e3031;
	z-index: 2;
}

.top_feature .eng_word {
	margin-bottom: 70px;
}

.top_feature .sec_txt {
	margin: 0 100px 100px;
	font-size: 2rem;
	line-height: 2.15;
}

.top_feature .inner {
	display: flex;
	justify-content: space-between;
	margin: 0 100px;
}

.top_feature .img {
	width: 575px;
}

.top_feature .content {
	width: 600px;
}

.top_feature .box {
	margin-bottom: 60px;
}

.top_feature .box:last-child { margin-bottom:0; }

.top_feature .box .head {
	position: relative;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fce700;
	font-family: "Josefin Sans", sans-serif;
}

.top_feature .box .head::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	height: 1px;
	background: #4b4d4e;
}

.top_feature .box .head > span {
	position: relative;
	display: inline-block;
	padding: 5px 30px 0 0;
	background: #2e3031;
	z-index: 1;
}

.top_feature .box .title {
	margin-bottom: 35px;
	font-size: 4.4rem;
	letter-spacing: 0.15rem;
}

.top_feature .box .title > span {
	margin-left: 20px;
	font-size: 2.2rem;
	font-weight: 500;
	color: #626668;
	font-family: "Josefin Sans", sans-serif;
}

.top_feature .box .catch {
	margin-bottom: 25px;
	font-size: 3rem;
	line-height: 1.65;
	letter-spacing: 0.15rem;
}

.top_feature .box .txt {
	letter-spacing: 0.15rem;
}

@media screen and (max-width: 1720px){

	.top_feature::before {
		width: calc(100vw - 120px);
	}

	.top_feature::after {
		left: 60px;
		width: calc(100vw - 120px);
	}

}

@media screen and (max-width: 1640px){

	.top_feature .img {
		width: calc(100% - 680px);
	}

	.top_feature .img img { width:100%; }

}

/* ▼COLUMN▼ */
.top_column {
	position: relative;
	padding: 195px 0 315px;
	overflow: hidden;
}

.top_column::before {
	content: '';
	position: absolute;
	top: 100px;
	left: 0;
	width: 75%;
	height: calc(100% - 200px);
	background: #f3f5f5;
	z-index: 1;
}

.top_column .eng_word {
	margin-bottom: 120px;
	transform: translateX(-90px);
}

.top_column .head {
	display: flex;
	margin-bottom: 110px;
}

.top_column .title_box {
	width: calc(100% - 800px);
	padding-right: 100px;
}

.top_column .sec_title {
	margin-bottom: 25px;
	font-size: 4.4rem;
	line-height: 1.65;
}

.top_column .sec_txt {
	margin-bottom: 45px;
}

.top_column .first_box {
	width: 800px;
}

.top_column .first_box a { display:block; }

.top_column .first_box .img {
	width: 100%;
	height: 500px;
}

.top_column .first_box .inner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 0;
	background: #fff;
}

.top_column .first_box .date {
	width: 125px;
	text-align: center;
	font-size: 6.8rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.top_column .first_box .date span {
	display: block;
	font-size: 1.8rem;
}

.top_column .first_box .content {
	width: calc(100% - 125px);
	padding: 5px 200px 5px 25px;
	border-left: solid 2px #161616;
}

.top_column .first_box .title {
	margin-bottom: 5px;
	font-size: 2.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_column .first_box .txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_column .first_box .link {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.top_column .first_box .link_more, .top_column .first_box .link_more:hover { border-bottom:none; }

.top_column .column_list {
	gap: 50px;
	padding-left: 180px;
	padding-bottom: 0;
}

.top_column .column_list .box {
	width: calc((100% - 100px) / 3);
}

@media screen and (max-width: 1640px){

	.top_column .column_list {
		padding-left: 0;
	}

}

/* ▼PROJECT▼ */
.top_project {
	padding: 100px 0;
	font-weight: 400;
	color: #fff;
	background: linear-gradient(180deg, #265cc8, #0a95b5);
}

.top_project .base_box {
	display: flex;
}

.top_project .title_box {
	width: 43.75%;
}

.top_project .title_box img { width:100%; }

.top_project .eng_word {
	margin-bottom: 50px;
}

.top_project .sec_title {
	margin-bottom: 25px;
	font-size: 3.8rem;
	line-height: 1.45;
}

.top_project .content {
	width: 56.25%;
}

.top_project .content a {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
}

.top_project .content .img_frame {
	background-image: url(../images/pc/project_img.jpg);
	background-position: left top;
	transition: .3s;
}

.top_project .content a:hover .img_frame {
	filter: brightness(0.7); 
}

.top_project .content dl {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 90%;
	text-align: center;
	color: #fff;
}

.top_project .content dt {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.5;
}

.top_project .content dt span {
	font-size: 4.6rem;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}

.top_project .content .parts {
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 60px;
	right: 60px;
	width: 80px;
	height: 80px;
	background: transparent;
	border: solid 2px #fff;
	border-radius: 50%;
}

.top_project .content .parts::before, .top_project .content .parts::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}

.top_project .content .parts::before {
	width: 16px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.top_project .content .parts::after {
	width: 8px;
	height: 8px;
	margin-left: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1640px){

	.top_project .eng_word {
		margin-bottom: 30px;
	}

}

/* ▼EVENT▼ */
.top_event {
	position: relative;
	padding: 140px 0;
	overflow: hidden;
}

.top_event::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 470px;
	background: #f3f5f5;
	z-index: 1;
}

.top_event::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100px;
	width: calc(100% - 200px);
	height: 470px;
	background: #fff;
	z-index: 2;
}

.top_event .eng_word {
	margin-bottom: 70px;
	transform: translateX(-100px);
}

.top_event .title_box {
	margin-bottom: 80px;
}

.top_event .sec_title {
	margin-bottom: 25px;
	font-size: 4.4rem;
}

.top_event .btn {
	margin-left: calc(100% - 160px);
}

.top_event .event_list {
	padding-bottom: 40px;
}

.top_event .event_list .box:nth-child(n+4) { display:none; }

@media screen and (max-width: 2000px){

	.top_event::after {
		left: 60px;
		width: calc(100% - 120px);
	}

}

@media screen and (max-width: 1840px){

	.top_event::after {
		left: 0;
		width: 100%;
	}

}

/* ▼ITEM▼ */
.top_item {
	padding: 150px 0 1px;
	background: #f3f5f5;
	overflow: hidden;
}

.top_item .eng_word {
	margin-bottom: 55px;
	transform: translateX(-100px);
}

.top_item .sec_txt {
	margin-bottom: 90px;
}

.top_item .list {
	display: flex;
	gap: 0 1px;
}

.top_item .box {
	width: calc((100% - 3px) / 4);
}

.top_item .box a {
	display: block;
	height: 100%;
	background: #fff;
}

.top_item .box .img {
	width: 100%;
	aspect-ratio: 50 / 54;
}

.top_item .box .inner {
	padding: 10px 45px 80px;
	line-height: 1.85;
}

.top_item .box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.top_item .box .title span {
	margin-left: 12px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #8a8a8a;
	font-family: "Josefin Sans", sans-serif;
}

/* ▼COMPANY▼ */
.mid_contents {
	display: flex;
	align-items: center;
}

.top_company {
	width: 50%;
}

.top_company a {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 100px 100px 90px;
	text-align: center;
	background: #fff;
}

.top_company a:hover { opacity:0.7; }

.top_company .inner {
	max-width: 850px;
	margin: 0 auto;
}

.top_company .img img { width:100%; }

.top_company .txt {
	margin: 25px 50px 0 calc(100% - 540px);
	text-align: right;
}

@media screen and (max-width: 1840px){

	.top_company a {
		padding: 100px 60px 90px;
	}

}

/* ▼INFORMATION▼ */
.top_info {
	width: 50%;
	padding: 100px 100px 150px;
	background: #f3f5f5;
}

.top_info .inner {
	max-width: 800px;
	margin: 0 auto;
}

.top_info .eng_word img { width:100%; }

.top_info .btn {
	margin-left: calc(100% - 160px);
}

.top_info .info_list .box:nth-child(n+4) { display:none; }

.top_info .info_list .box {
	margin-bottom: 20px;
}

.top_info .info_list .box .img {
	width: 35%;
}

.top_info .info_list .box .inner {
	width: 65%;
	padding-left: 25px;
}

@media screen and (max-width: 1840px){

	.top_info {
		padding: 100px 60px 150px;
	}

}

/*
SEARCH
***************************************************************************/
.search_sec {
	position: relative;
	padding: 70px 0 90px;
	background: #f3f5f5;
}

.search_sec.ex {
	padding-bottom: 140px;
}

.search_sec .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

.search_sec .title {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.search_sec .search_list {
	padding-bottom: 60px;
}

.search_sec .search_list dl {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.search_sec .search_list dl:last-child { margin-bottom:0; }

.search_sec .search_list dt {
	width: 160px;
}

.search_sec .search_list dd {
	width: calc(100% - 160px);
}

.search_sec .btn_list {
	display: flex;
	justify-content: space-between;
}

.search_sec .btn_list li {
	width: calc((100% - 20px) / 2);
}

.search_sec .btn_list button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0 0 4px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 40px;
	transition: .3s;
	cursor: pointer;
}

.search_sec .btn_list button:hover { opacity:0.7; }

.search_sec .btn_list li.reset button {
	font-weight: 400;
	color: #fff;
	background: #949494;
}

.search_sec .btn_list li.btn button {
	color: #161616;
	letter-spacing: 2rem;
	background: #fce700;
}

.search_sec .btn_list button > span {
	display: inline-block;
	padding-right: 40px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.search_sec .btn_list li.reset button > span { background-image:url(../common_img/icon_reset.png); }
.search_sec .btn_list li.btn button > span { background-image:url(../common_img/icon_search.png); }

/*
POPULAR
***************************************************************************/
.popular_sec {
	margin-bottom: 100px;
	padding: 40px 0 100px;
	background: #fce700;
}

.popular_sec .sec_title {
	margin-bottom: 60px;
	text-align: center;
}

.popular_sec .column_list {
	padding-bottom: 0;
}

/*
PRODUCT
***************************************************************************/
/* ▼LIST▼ */
.product_sec.list {
	position: relative;
	padding: 210px 0 20px;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	padding-top: 120px;
}

.product_list .box {
	width: calc((100% - 100px) / 2);
}

.product_list .box a {
	display: block;
	box-sizing: border-box;
	height: 100%;
	background: #fff;
	border: solid 1px #a6a6a6;
}

.product_list .box .img {
	width: 500px;
	margin: 0 auto;
	aspect-ratio: 50 / 54;
}

.product_list .box .inner {
	padding: 0 50px 45px;
	line-height: 1.85;
}

.product_list .box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.product_list .box .title span {
	margin-left: 12px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #8a8a8a;
	font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 1720px){

	.product_list {
		gap: 60px;
	}

	.product_list .box {
		width: calc((100% - 60px) / 2);
	}

}

/* ▼DETAIL▼ */
.product_sec.detail {
	padding: 140px 0 30px;
}

.product_intro {
	position: relative;
	padding-bottom: 70px;
	line-height: 1.85;
}

.product_intro::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 100px);
	height: 440px;
	background: #fce700;
	z-index: 1;
}

.product_intro .img_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.product_intro .img_list li {
	width: calc((100% - 100px) / 2);
	aspect-ratio: 5 / 4;
}

.product_intro .title {
	margin-bottom: 30px;
	font-size: 3.6rem;
}

.product_intro .title span {
	margin-left: 12px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #8a8a8a;
	font-family: "Josefin Sans", sans-serif;
}

.product_feature {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}

.product_feature .box {
	width: calc((100% - 100px) / 3);
	max-width: 400px;
	line-height: 1.85;
}

.product_feature .box .img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
}

.product_feature .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
}

.product_spec .sec_inner {
	position: relative;
}

.product_spec .sec_inner::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% + 90px);
	background: #f3f5f5;
	z-index: 1;
}

.product_spec .flist {
	display: inline-block;
	margin-bottom: 70px;
}

.product_spec .flist .inner {
	display: flex;
	padding: 35px 10px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.product_spec .flist dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
	line-height: 1.65;
	border-right: solid 1px #fff;
}

.product_spec .flist dl:last-child { border-right:none; }

.product_spec .flist dt {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: 500;
}

.product_spec .mlist {
	margin-bottom: 85px;
}

.product_spec .mlist .set {
	float: left;
	width: calc((100% - 100px) / 2);
}

.product_spec .mlist .set:nth-child(2n) { float:right; }

.product_spec .mlist .title {
	padding-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: solid 1px #cdcdcd;
}

.product_spec .mlist dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px #cdcdcd;
}

.product_spec .mlist dt {
	width: 230px;
	padding: 5px 0 5px 35px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.product_spec .mlist dd {
	width: calc(100% - 230px);
	padding: 5px 0 5px 100px;
	line-height: 1.6;
	border-left: solid 1px #cdcdcd;
}

.product_spec .btn_more {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	background: #fce700;
	transition: .3s;
	cursor: pointer;
	z-index: 5;
}

.product_spec .btn_more:hover {
	font-weight: 700;
	color: #fff;
	background: #2e3031;
}

.product_spec .btn_more::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #161616;
	border-right: 2px solid #161616;
	transition: .3s;
	transform: translateY(-50%) rotate(135deg);
}

.product_spec .btn_more.opened::after { transform:translateY(-50%) rotate(-45deg); }

.product_spec .btn_more:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.product_spec .slist {
	display: none;
	padding-top: 120px;
}

.product_spec .slist .title {
	padding-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: solid 1px #cdcdcd;
}

.product_spec .slist dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: solid 1px #cdcdcd;
}

.product_spec .slist dt {
	width: 230px;
	padding: 5px 0 5px 35px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

.product_spec .slist dd {
	width: calc(100% - 230px);
	padding: 5px 0 5px 100px;
	line-height: 1.6;
	border-left: solid 1px #cdcdcd;
}

.product_spec .slist ul {
	margin-left: -50px;
}

.product_spec .slist li {
	padding: 30px 0 30px 50px;
	border-bottom: solid 1px #cdcdcd;
}

.product_spec .slist li:first-child { padding-top:0; }
.product_spec .slist li:last-child { padding-bottom:0; border-bottom:none; }

.product_spec .slist li.ex {
	display: flex;
	align-items: center;
}

.product_spec .slist li.ex > span {
	display: block;
	border-right: solid 1px #cdcdcd;
}

.product_spec .slist li.ex > span:last-child { border-right:none; }

.product_spec .slist li.ex > span:nth-child(1) { width:56%; }
.product_spec .slist li.ex > span:nth-child(2) { width:18%; text-align:center; }
.product_spec .slist li.ex > span:nth-child(3) { width:26%; padding-left:80px; }

.product_spec .deadline {
	margin-top: 100px;
	padding: 35px 40px 40px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: #2e3031;
}

.product_spec .deadline dt {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 1960px){

	.product_intro::before {
		width: calc(100% - 60px);
	}

}

@media screen and (max-width: 1720px){

	.product_intro::before {
		width: 100%;
	}

	.product_intro .img_list li {
		width: calc((100% - 60px) / 2);
	}

	.product_spec .mlist .set {
		width: calc((100% - 60px) / 2);
	}

	.product_spec .mlist dd {
		padding: 5px 0 5px 35px;
	}



	.product_spec .slist li.ex > span:nth-child(3) { padding-left:35px; }

}

/*
INFORMATION
***************************************************************************/
/* ▼LIST▼ */
.info_sec.list {
	position: relative;
	padding: 270px 0 20px;
}

.info_sec.list::before {
	content: '';
	position: absolute;
	top: 160px;
	right: 0;
	width: 75%;
	height: calc(100% - 360px);
	background: #f3f5f5;
	z-index: 1;
}

.info_sec.list .info_list {
	padding-bottom: 120px;
}

.info_list .box {
	margin-bottom: 40px;
}

.info_list .box a {
	display: flex;
	align-items: center;
	padding: 20px;
	background: #fff;
}

.info_list .box .img {
	width: 260px;
	aspect-ratio: 26 / 16;
}

.info_list .box .inner {
	width: calc(100% - 260px);
	padding-left: 30px;
}

.info_list .box .inner .head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.info_list .box .date {
	width: 75px;
	padding-top: 3px;
	text-align: left;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.info_list .box .date span {
	display: block;
	font-size: 1.6rem;
}

.info_list .box .title {
	display: flex;
	align-items: center;
	width: calc(100% - 75px);
	min-height: 60px;
	padding: 5px 0 5px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.55;
	border-left: solid 2px #161616;
}

.info_list .box .txt {
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info_list .box .tag {
	margin-top: 5px;
}

.info_list .box .tag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #8a8a8a;
}

/* ▼DETAIL▼ */
.info_sec.detail {
	position: relative;
	padding: 200px 0 0;
}

.info_sec.detail .info_list .box:nth-child(n+4) { display:none; }

.info_sec.detail .info_list .box {
	margin-bottom: 20px;
}

.info_sec.detail .info_list .box a {
	align-items: flex-start;
	padding: 30px 20px 25px;
}

.info_sec.detail .info_list .box .img {
	width: 45%;
}

.info_sec.detail .info_list .box .inner {
	width: 55%;
	padding-left: 20px;
}

.info_sec.detail .info_list .box .inner .head {
	display: block;
	margin-bottom: 5px;
}

.info_sec.detail .info_list .box .date {
	width: auto;
	margin-bottom: 12px;
	font-size: 1.4rem;
}

.info_sec.detail .info_list .box .title {
	display: block;
	width: auto;
	min-height: auto;
	padding: 0;
	font-size: 1.6rem;
	border-left: none;
}

.info_sec.detail .info_list .box .tag {
	margin-top: 0;
}

/*
VOICE
***************************************************************************/
/* ▼LIST▼ */
.voice_sec.list {
	position: relative;
	padding: 270px 0 20px;
}

.voice_sec.list::before {
	content: '';
	position: absolute;
	top: 160px;
	right: 0;
	width: 75%;
	height: calc(100% - 360px);
	background: #f3f5f5;
	z-index: 1;
}

.voice_sec.list .sec_inner {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	z-index: 5;
}

.voice_sec.list .voice_list {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 50px;
	padding-bottom: 160px;
}

.voice_sec.list .voice_list .box {
	width: calc((100% - 100px) / 3);
}

.voice_list .box a {
	display: block;
	width: 100%;
	height: 100%;
}

.voice_list .box .img {
	width: 100%;
	aspect-ratio: 380 / 500;
}

.voice_list .box .content {
	position: relative;
	padding: 25px 30px 0;
	font-weight: 700;
}

.voice_list .box .content::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -20px;
	width: 100px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 2;
}

/* ▼DETAIL▼ */
.voice_sec.detail {
	padding: 180px 0 0;
}

/*
COLUMN
***************************************************************************/
/* ▼LIST▼ */
.column_sec.list {
	position: relative;
	padding: 210px 0 0;
}

.column_list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	padding-bottom: 100px;
}

.column_list .box {
	position: relative;
	width: calc((100% - 160px) / 3);
}

.column_list .box a { display:block; }

.column_list .box .num {
	position: absolute;
	top: -40px;
	left: -25px;
	width: 90px;
	text-align: center;
	font-size: 6.4rem;
	font-weight: 100;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.column_list .box .num::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #fff;
	z-index: 1;
}

.column_list .box .num span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.column_list .box .img {
	width: 100%;
	aspect-ratio: 44 / 27;
	margin-bottom: 25px;
}

.column_list .box .inner {
	display: flex;
	align-items: center;
}

.column_list .box .date {
	width: 90px;
	text-align: center;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.column_list .box .date span {
	display: block;
	font-size: 1.6rem;
}

.column_list .box .content {
	width: calc(100% - 90px);
	padding: 3px 20px;
	border-left: solid 2px #161616;
}

.column_list .box .title {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column_list .box .txt {
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1840px){

	.column_list {
		gap: 60px;
	}

	.column_list .box {
		width: calc((100% - 120px) / 3);
	}

}

.search_result .btn .link_more {
	width: 200px;
	margin: 0 auto;
}

/* ▼DETAIL▼ */
.column_sec.detail {
	padding: 180px 0 0;
}

.column_sec.detail .popular_sec {
	margin: 150px 0 0;
}

.column_sec.detail .popular_sec .column_list .box .num {
	font-weight: 600;
}

.article_list .column_list {
	display: block;
	padding-bottom: 0;
}

.article_list .column_list .box:nth-child(n+4) { display:none; }

.article_list .column_list .box {
	width: 100%;
	margin-bottom: 20px;
}

.article_list .column_list .box a {
	display: flex;
	align-items: flex-start;
	padding: 30px 20px 25px;
	background: #fff;
}

.article_list .column_list .box .img {
	width: 45%;
	aspect-ratio: 44 / 27;
}

.article_list .column_list .box .inner {
	display: block;
	width: 55%;
	padding-left: 20px;
}

.article_list .column_list .box .inner .head {
	margin-bottom: 5px;
}

.article_list .column_list .box .date {
	width: auto;
	margin-bottom: 12px;
	padding-top: 3px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.article_list .column_list .box .title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.55;
	white-space: wrap;
}

.article_list .column_list .box .txt {
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article_list .column_list .box .tag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #8a8a8a;
}

/*
EVENT
***************************************************************************/
/* ▼LIST▼ */
.event_sec.list {
	padding: 210px 0 0;
}

.event_list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	padding-bottom: 100px;
}

.event_list .box {
	width: calc((100% - 160px) / 3);
}

.event_list .box a { display:block; }

.event_list .box .img {
	width: 100%;
	aspect-ratio: 8 / 5;
	margin-bottom: 25px;
}

.event_list .box .inner {
	display: flex;
	align-items: center;
}

.event_list .box .head {
	width: 85px;
	padding-right: 15px;
	text-align: center;
}

.event_list .box .date {
	margin-bottom: 3px;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}

.event_list .box .date span {
	display: block;
	font-size: 1.6rem;
}

.event_list .box .status {
	padding-bottom: 2px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 24px;
	letter-spacing: 0.3rem;
	background: #2e3031;
	border-radius: 360px;
}

.event_list .box .content {
	width: calc(100% - 85px);
	padding: 3px 20px;
	border-left: solid 2px #161616;
}

.event_list .box .title {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.event_list .box .txt {
	margin-bottom: 5px;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.event_list .box .tag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #8a8a8a;
}

@media screen and (max-width: 1840px){

	.event_list {
		gap: 60px;
	}

	.event_list .box {
		width: calc((100% - 120px) / 3);
	}

}

/* ▼DETAIL▼ */
.event_sec.detail {
	padding: 210px 0 0;
}

.article_list .event_list {
	display: block;
	padding-bottom: 0;
}

.article_list .event_list .box:nth-child(n+4) { display:none; }

.article_list .event_list .box {
	width: 100%;
	margin-bottom: 20px;
}

.article_list .event_list .box a {
	display: flex;
	align-items: flex-start;
	padding: 30px 20px 25px;
	background: #fff;
}

.article_list .event_list .box .img {
	width: 45%;
	aspect-ratio: 13 / 8;
	margin-bottom: 0;
}

.article_list .event_list .box .inner {
	display: block;
	width: 55%;
	padding-left: 20px;
}

.article_list .event_list .box .head {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	padding-right: 0;
	text-align: left;
}

.article_list .event_list .box .date {
	margin-bottom: 0;
	font-size: 2rem;
}

.article_list .event_list .box .date span {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.article_list .event_list .box .status {
	position: absolute;
	top: -3px;
	right: 0;
	width: 60px;
	text-align: center;
	font-size: 1.2rem;
}

.article_list .event_list .box .content {
	width: 100%;
	padding: 0;
	border-left: none;
}

.article_list .event_list .box .title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.55;
	white-space: wrap;
}

.article_list .event_list .box .txt {
	margin-bottom: 0;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.article_list .event_list .box .tag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #8a8a8a;
}

/* ▼INFO▼ */
.event_info {
	margin-top: 140px;
}

.event_info .instructor {
	position: relative;
	margin-bottom: 150px;
	padding: 100px 0;
}

.event_info .instructor::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: #fce700;
	z-index: 1;
}

.event_info .instructor .head {
	float: left;
	width: 36%;
}

.event_info .instructor .sec_title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.event_info .instructor .img {
	width: 100%;
	aspect-ratio: 59 / 42;
}

.event_info .instructor .content {
	float: right;
	width: 62%;
	padding: 100px 0 0 50px;
	line-height: 1.85;
}

.event_info .instructor .name {
	margin-bottom: 25px;
	font-size: 3.6rem;
	font-weight: 700;
}

.event_info .instructor .name span {
	margin-left: 30px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #8a8a8a;
}

.event_info .list {
	margin-bottom: 100px;
	padding: 40px 50px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: #2e3031;
}

.event_info .list dl {
	display: flex;
	margin-bottom: 5px;
}

.event_info .list dl:last-child { margin-bottom:0; }

.event_info .list dt {
	position: relative;
	width: 115px;
	padding-left: 1.3em;
}

.event_info .list dt::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}

.event_info .list dd {
	width: calc(100% - 115px);
}

.event_info .list a {
	color: #fff;
	text-decoration: underline;
}

.event_info .btn {
	width: 1000px;
	margin: 0 auto;
}

.event_info .btn01 {
	height: 100px;
	font-size: 2rem;
}

/*
ARTICLE
***************************************************************************/
/* ▼CONTENT▼ */
.article_content {
	float: left;
	width: 65%;
	padding-right: 100px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}

.article_content.wide {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-bottom: 180px;
}

@media screen and (max-width: 1720px){

	.article_content {
		padding-right: 60px;
	}

}

.article_content .head_list {
	margin-bottom: 75px;
	padding: 40px 50px 60px;
	border: solid 1px #cdcdcd;
}

.article_content .head_list .title {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 700;
}

.article_content .head_list ul {
	margin: 0 40px;
}

.article_content .head_list li {
	margin-bottom: 10px;
	padding-left: 30px;
}

.article_content .head_list li::before {
	content: '';
	top: 10px;
	width: 15px;
	height: 15px;
	background: #161616;
	border-radius: 50%;
}

.article_content .head_list li a {
	text-decoration: underline;
}

.article_content h2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.article_content h3 {
	margin-bottom: 25px;
	font-size: 2rem;
}

.article_content p {
	margin-bottom: 40px;
}

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: 40px;
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 50px 40px 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.article_content img.alignright {
	float: right;
	margin: 0 0 40px 50px;
}

.article_content ul {
	margin: 0 40px 40px;
}

.article_content li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.1em;
}

.article_content li:last-child { margin-bottom:0; }

.article_content li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.article_count {
	margin-bottom: 35px;
	font-size: 1.8rem;
}

.article_count span {
	margin: 0 2px 0 20px;
	font-size: 2.8rem;
	font-weight: 700;
}

/* ▼LIST▼ */
.article_list {
	float: right;
	width: 35%;
}

.article_list .lbox {
	padding: 80px 60px;
	background: #f3f5f5;
}

.article_list .lbox.keyword {
	background: #2e3031;
}

.article_list .sec_title {
	margin-bottom: 50px;
	font-size: 4.2rem;
	line-height: 1.35;
}

.article_list .keyword .sec_title {
	margin-bottom: 30px;
	color: #fff;
}

.article_list .keyword ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.article_list .keyword li {
	display: flex;
	align-items: center;
	padding: 0 12px 2px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #8a8a8a;
	line-height: 32px;
	white-space: nowrap;
	background: #fff;
}

.article_list .btn {
	margin-left: calc(100% - 160px);
}

.article_list .btn .link_more {
	line-height: 58px;
}

@media screen and (max-width: 1720px){

	.article_list .lbox {
		padding: 60px 40px;
	}

	.article_list .sec_title {
		margin-bottom: 30px;
		font-size: 3.6rem;
	}

}

/* ▼SEARCH▼ */
.article_list .lbox.search .search_slist {
	margin-bottom: 50px;
}

.article_list .lbox.search .search_slist dl {
	margin-bottom: 20px;
}

.article_list .lbox.search .search_slist dl:last-child { margin-bottom:0; }

.article_list .lbox.search .search_slist dt {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: 500;
}

.article_list .lbox.search button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0 0 4px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #161616;
	line-height: 40px;
	letter-spacing: 2rem;
	background: #fce700;
	transition: .3s;
	cursor: pointer;
}

.article_list .lbox.search button:hover { opacity:0.7; }

.article_list .lbox.search button > span {
	display: inline-block;
	padding-right: 40px;
	background: url(../common_img/icon_search.png) right center / 40px no-repeat;
}

/* ▼NAVI▼ */
.article_navi {
	position: relative;
	padding: 55px 0 0;
}

.article_navi::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background: #fce700;
	z-index: 1;
}

.article_navi .voice_list {
	display: flex;
	justify-content: space-between;
}

.article_navi .voice_list .box {
	width: 380px;
}

.article_navi .voice_list .box .head {
	position: relative;
	margin-bottom: 45px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 80px;
	font-family: "Josefin Sans", sans-serif;
}

.article_navi .voice_list .box.prev .head {
	padding-left: 100px;
}

.article_navi .voice_list .box.next .head {
	padding-right: 100px;
	text-align: right;
}

.article_navi .voice_list .box .head .btn_ctl {
	display: block;
	top: 0;
}

.article_navi .voice_list .box.prev .head .btn_ctl { left:0; transform:rotate(180deg); }
.article_navi .voice_list .box.next .head .btn_ctl { right:0; }

.article_navi .voice_list .box .head .btn_ctl:hover { background:#2e3031; }

.article_navi .voice_list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}

.article_navi .voice_list .box .txt {
	font-weight: 500;
}

.article_navi .voice_list .box .article_data {
	margin-top: 30px;
	padding: 20px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.article_navi .voice_list .box .article_data dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.article_navi .voice_list .box .article_data dl:last-child { margin-bottom:0; }

.article_navi .voice_list .box .article_data dt {
	width: 80px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: 500;
	color: #161616;
	line-height: 38px;
	background: #f3f5f5;
}

.article_navi .voice_list .box .article_data dd {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.article_navi .btn {
	position: absolute;
	top: 440px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
}

/*
FEATURE
***************************************************************************/
/* ▼MESSAGE▼ */
.feature_sec .message {
	padding: 175px 0;
	overflow: hidden;
}

.feature_sec .message .eng_word {
	margin-bottom: 110px;
	transform: translateX(-70px);
}

.feature_sec .message .img {
	float: left;
	width: 35%;
}

.feature_sec .message .img img { width:100%; }

.feature_sec .message .content {
	float: right;
	width: 65%;
	padding-left: 70px;
}

.feature_sec .message .simg {
	width: 70%;
	margin-bottom: 80px;
}

.feature_sec .message .simg img { width:100%; }

.feature_sec .message .content_inner {
	position: relative;
	width: 640px;
	margin-left: calc(100% - 640px);
	line-height: 1.85;
}

.feature_sec .message .content_inner::after {
	content: '';
	position: absolute;
	top: -130px;
	left: -160px;
	width: 200px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 2;
}

.feature_sec .message .sec_title {
	margin-bottom: 40px;
	font-size: 4.4rem;
}

/* ▼FEATURE▼ */
.feature_sec .top_feature {
	padding: 370px 0 210px;
}

.feature_sec .top_feature::before {
	top: -180px;
	width: 300px;
	height: 300px;
	background: #fce700;
	mix-blend-mode: multiply;
}

.feature_sec .top_feature::after {
	top: 225px;
	height: calc(100% - 225px);
}

@media screen and (max-width: 1720px){

	.feature_sec .top_feature::before {
		top: -120px;
		width: 200px;
		height: 200px;
	}

}

/* ▼SKILLUP▼ */
.feature_sec .skillup {
	position: relative;
	padding: 195px 0 320px;
	overflow: hidden;
}

.feature_sec .skillup::before {
	content: '';
	position: absolute;
	top: 100px;
	left: 0;
	width: 75%;
	height: calc(100% - 200px);
	background: #f3f5f5;
	z-index: 1;
}

.feature_sec .skillup .eng_word {
	margin-bottom: 70px;
	transform: translateX(-100px);
}

.feature_sec .skillup .sec_title {
	margin-bottom: 80px;
	font-size: 4.4rem;
	line-height: 1.6;
}

.feature_sec .skillup .link_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.feature_sec .skillup .link_list .box {
	width: calc((100% - 100px) / 2);
	line-height: 1.85;
}

.feature_sec .skillup .link_list .box a {
	display: block;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	padding: 235px 100px 70px;
	background: #fff;
}

.feature_sec .skillup .link_list .box a:hover { opacity:0.7; }

.feature_sec .skillup .link_list .box .eng_title {
	position: absolute;
	top: 90px;
	left: 100px;
	font-size: 9rem;
	font-weight: 700;
	line-height: 1.05;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0;
	z-index: 5;
}

.feature_sec .skillup .link_list .box .img {
	position: relative;
	margin-bottom: 30px;
}

.feature_sec .skillup .link_list .box .img img { width:100%; }

.feature_sec .skillup .link_list .box .img::after {
	content: '';
	position: absolute;
	bottom: -30px;
	right: -40px;
	width: 80px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	opacity: 0.7;
	z-index: 1;
}

.feature_sec .skillup .link_list .box .title {
	margin-bottom: 10px;
	font-size: 3rem;
}

.feature_sec .skillup .project_link a {
	display: block;
	padding: 100px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: linear-gradient(180deg, #265cc8, #0a95b5);
}

.feature_sec .skillup .project_link .inner {
	display: flex;
	align-items: center;
}

.feature_sec .skillup .project_link .content {
	width: 45%;
}

.feature_sec .skillup .project_link .eng_title {
	margin-bottom: 90px;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
}

.feature_sec .skillup .project_link .title {
	margin-bottom: 20px;
	font-size: 3.4rem;
	line-height: 1.45;
}

.feature_sec .skillup .project_link .img {
	width: 55%;
	aspect-ratio: 38 / 25;
}

.feature_sec .skillup .project_link .img .img_frame {
	background-image: url(../features/images/pc/project_img.jpg);
}

@media screen and (max-width: 1720px){

	.feature_sec .skillup .link_list .box {
		width: calc((100% - 60px) / 2);
	}

	.feature_sec .skillup .link_list .box a {
		padding: 235px 60px 70px;
	}

	.feature_sec .skillup .link_list .box .eng_title {
		left: 60px;
	}

	.feature_sec .skillup .link_list .box .img::after {
		bottom: -20px;
		right: -30px;
		width: 60px;
	}

	.feature_sec .skillup .project_link a {
		padding: 100px 60px;
	}

	.feature_sec .skillup .project_link .eng_title {
		margin-bottom: 70px;
		font-size: 9rem;
	}

}

/*
URGENT
***************************************************************************/
.urgent_sec .insite {
	position: relative;
	padding: 70px 0 160px;
	overflow: hidden;
}

.urgent_sec .insite::before {
	content: '';
	position: absolute;
	top: 120px;
	right: 0;
	width: 83%;
	height: calc(100% - 440px);
	background: #fce700;
	z-index: 1;
}

.urgent_sec .insite .eng_word {
	margin-bottom: 100px;
	text-align: right;
	transform: translateX(40px);
}

.urgent_sec .insite .head {
	margin-bottom: 100px;
	text-align: center;
	line-height: 1.85;
}

.urgent_sec .insite .sec_title {
	margin-bottom: 30px;
	font-size: 5.6rem;
	line-height: 1.6;
	letter-spacing: 0.25rem;
}

.urgent_sec .insite .list {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.urgent_sec .insite .list .box {
	width: calc((100% - 100px) / 2);
	background: #2e3031;
}

.urgent_sec .insite .list .img {
	width: 100%;
	aspect-ratio: 5 / 3;
}

.urgent_sec .insite .list .inner {
	position: relative;
	padding: 60px 45px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.15rem;
}

.urgent_sec .insite .list .htxt {
	position: absolute;
	top: -60px;
	left: 45px;
	font-size: 9.4rem;
	font-weight: 600;
	color: #fce700;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	z-index: 10;
}

.urgent_sec .insite .list .title {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.15rem;
}

@media screen and (max-width: 1720px){

	.urgent_sec .insite .list {
		gap: 60px;
	}

	.urgent_sec .insite .list .box {
		width: calc((100% - 60px) / 2);
	}

}

@media screen and (max-width: 1520px){

	.urgent_sec .insite .eng_word img { width:100%; }

}

/*
CATALOG
***************************************************************************/
.catalog_sec {
	padding-bottom: 30px;
}

.catalog_sec .download {
	position: relative;
	padding: 160px 0;
	overflow: hidden;
}

.catalog_sec .download::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 85%;
	height: calc(100% - 60px);
	background: #f3f5f5;
	z-index: 1;
}

.catalog_sec .download .eng_word {
	margin-bottom: 40px;
	transform: translateX(-70px);
}

.catalog_sec .download .sec_title {
	margin-bottom: 80px;
	font-size: 4.4rem;
	line-height: 1.6;
}

.catalog_sec .download .list {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}

.catalog_sec .download .list .box {
	width: calc((100% - 100px) / 2);
	background: #fff;
	border: solid 1px #a6a6a6;
}

.catalog_sec .download .list .box .img {
	width: 500px;
	margin: 0 auto;
	aspect-ratio: 50 / 54;
}

.catalog_sec .download .list .box .inner {
	padding: 0 50px 50px;
	line-height: 1.85;
}

.catalog_sec .download .list .box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

.catalog_sec .download .list .box .title span {
	margin-left: 12px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #8a8a8a;
	font-family: "Josefin Sans", sans-serif;
}

.catalog_sec .download .list .box .txt {
	display: flex;
	margin-bottom: 35px;
}

.catalog_sec .download .list .box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	color: #fff;
	background: #2e3031;
}

.catalog_sec .download .list .box .btn a:hover { background:#bd2e23; }

.catalog_sec .download .list .box .btn span {
	display: inline-block;
	padding-right: 35px;
	line-height: 30px;
	background: url(../common_img/icon_download.png) right center / 30px no-repeat;
}

@media screen and (max-width: 1720px){

	.catalog_sec .download .list {
		gap: 60px;
	}

	.catalog_sec .download .list .box {
		width: calc((100% - 60px) / 2);
	}

}

/*
SKILLUP
***************************************************************************/
.skillup_sec .top_column {
	margin-top: 110px;
}

.skillup_sec .top_event {
	padding: 0 0 230px;
}

.skillup_sec .top_event::after {
	bottom: 100px;
}

/*
PROJECT
***************************************************************************/
.project_sec {
	padding: 140px 0 0;
}

.project_sec .article_content {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-bottom: 40px;
	letter-spacing: 0.1rem;
}

.project_sec .article_content h2 {
	font-size: 3rem;
	line-height: 1.65;
}

.project_sec .btn {
	width: 640px;
	margin: 0 auto;
}

.project_sec .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 900;
	color: #fff;
	background: #2e3031;
}

.project_sec .btn a:hover { background:#bd2e23; }

.project_sec .btn span {
	display: inline-block;
	padding-right: 35px;
	line-height: 30px;
	background: url(../common_img/icon_download.png) right center / 30px no-repeat;
}

/*
ABOUTUS
***************************************************************************/
/* ▼MESSAGE▼ */
.about_sec .message {
	padding: 175px 0 95px;
	overflow: hidden;
}

.about_sec .message .eng_word {
	margin-bottom: 110px;
	text-align: right;
}

.about_sec .message .content {
	float: left;
	width: 56%;
	padding-right: 100px;
	line-height: 1.85;
}

.about_sec .message .sec_title {
	margin-bottom: 85px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.about_sec .message .img {
	position: relative;
	float: right;
	width: 44%;
	height: 900px;
	margin: 140px -100px 0 0;
}

.about_sec .message .img_frame { background-image:url(../aboutus/images/pc/message_img.jpg); }

.about_sec .message .img::after {
	content: '';
	position: absolute;
	bottom: 120px;
	left: -280px;
	width: 200px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 1;
}

@media screen and (max-width: 1920px){

	.about_sec .message .img {
		margin: 140px 0 0;
	}

}

@media screen and (max-width: 1720px){

	.about_sec .message .content {
		padding-right: 60px;
	}

}

/* ▼MISSION▼ */
.about_sec .mission {
	position: relative;
	padding: 180px 0 300px;
	overflow: hidden;
}

.about_sec .mission::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	height: 100%;
	background: #f3f5f5;
	z-index: 1;
}

.about_sec .mission .eng_word {
	margin-bottom: 90px;
	transform: translateX(-70px);
}

.about_sec .mission .sec_title {
	margin-bottom: 120px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.about_sec .mission .list dl {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.about_sec .mission .list dl:last-child { margin-bottom:0; }

.about_sec .mission .list dt {
	width: 240px;
}

.about_sec .mission .list dd {
	width: calc(100% - 240px);
	padding-left: 110px;
	font-size: 1.8rem;
	line-height: 2.15;
}

@media screen and (max-width: 1720px){

	.about_sec .mission::before {
		width: calc(100% - 60px);
	}

}

/* ▼CULTURE▼ */
.about_sec .culture {
	position: relative;
	padding: 170px 0 0;
	overflow: hidden;
}

.about_sec .culture::before {
	content: '';
	position: absolute;
	top: 150px;
	right: 0;
	width: 75%;
	height: calc(100% - 370px);
	background: #fce700;
	z-index: 1;
}

.about_sec .culture .eng_word {
	margin-bottom: 30px;
	padding-left: 140px;
	transform: translateX(100px);
}

.about_sec .culture .eng_word img { width:100%; }

.about_sec .culture .sec_title {
	margin-bottom: 120px;
	text-align: right;
	font-size: 4.4rem;
	line-height: 1.55;
}

.about_sec .culture .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
	margin: 0 100px;
}

.about_sec .culture .box {
	width: calc((100% - 100px) / 2);
	padding: 40px 40px 60px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: #2e3031;
}

.about_sec .culture .box .head {
	display: flex;
	margin-bottom: 25px;
}

.about_sec .culture .box .num {
	width: 120px;
	font-size: 4.4rem;
	font-weight: 600;
	color: #fce700;
	line-height: 1.25;
	font-family: "Outfit", sans-serif;
	letter-spacing: 0.15rem;
}

.about_sec .culture .box .title {
	width: calc(100% - 120px);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
}

@media screen and (max-width: 1720px){

	.about_sec .culture .eng_word {
		transform: translateX(60px);
	}

	.about_sec .culture .inner {
		gap: 60px;
		margin: 0;
	}

	.about_sec .culture .box {
		width: calc((100% - 60px) / 2);
	}

}

/* ▼OUTLINE▼ */
.about_sec .outline {
	position: relative;
	padding: 250px 0 0;
	overflow: hidden;
}

.about_sec .outline::before {
	content: '';
	position: absolute;
	top: 150px;
	left: 0;
	width: 75%;
	height: calc(100% - 1100px);
	background: #f3f5f5;
	z-index: 1;
}

.about_sec .outline .eng_word {
	margin-bottom: 50px;
	transform: translateX(-100px);
}

.about_sec .outline .sec_title {
	margin-bottom: 80px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.about_sec .outline .list {
	margin: 0 0 95px 200px;
}

.about_sec .outline .list dl {
	display: flex;
	align-items: center;
	padding: 50px 0;
	border-bottom: solid 1px #cdcdcd;
}

.about_sec .outline .list dt {
	width: 28%;
	padding-left: 35px;
	font-size: 1.8rem;
	font-weight: 700;
}

.about_sec .outline .list dd {
	width: 72%;
	padding-left: 100px;
	line-height: 1.85;
	border-left: solid 1px #cdcdcd;
}

.about_sec .outline .img {
	position: relative;
	width: calc(100% - 200px);
	height: 1200px;
	margin: 0 -100px 0 300px;
}

.about_sec .outline .img li:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 53%;
	height: 1000px;
}

.about_sec .outline .img li:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 39%;
	height: 1000px;
}

.about_sec .outline .img li:nth-child(1) .img_frame { background-image:url(../aboutus/images/pc/outline_img01.jpg); }
.about_sec .outline .img li:nth-child(2) .img_frame { background-image:url(../aboutus/images/pc/outline_img02.jpg); }

@media screen and (max-width: 1720px){

	.about_sec .outline .list {
		margin: 0 0 95px 60px;
	}

	.about_sec .outline .list dd {
		padding-left: 70px;
	}

	.about_sec .outline .img {
		width: calc(100% - 60px);
		margin: 0 0 0 60px;
	}

}

/* ▼OFFICE▼ */
.about_sec .office {
	position: relative;
	padding: 130px 0 20px;
	overflow: hidden;
}

.about_sec .office::before {
	content: '';
	position: absolute;
	top: 360px;
	right: 135px;
	width: 200px;
	aspect-ratio: 1 / 1;
	background: #fce700;
	mix-blend-mode: multiply;
	z-index: 1;
}

.about_sec .office .eng_word {
	margin-bottom: 30px;
	transform: translateX(-60px);
}

.about_sec .office .sec_title {
	margin-bottom: 150px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.about_sec .office .map_list .box {
	margin-bottom: 90px;
	line-height: 1.85;
}

.about_sec .office .map_list .box:last-child { margin-bottom:0; }

.about_sec .office .map_list .map iframe {
	display: block;
	width: 100%;
	height: 720px;
	margin-bottom: 15px;
	border: none;
}

.about_sec .office .map_list .title {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 500;
}

@media screen and (max-width: 1720px){

	.about_sec .office::before {
		top: 360px;
		right: 80px;
		width: 100px;
	}

}

/*
CSR
***************************************************************************/
.csr_sec .overview {
	position: relative;
	padding: 390px 0 160px;
	line-height: 1.85;
	overflow: hidden;
}

.csr_sec .overview::before {
	content: '';
	position: absolute;
	top: 210px;
	right: 0;
	width: 75%;
	height: calc(100% - 690px);
	background: #f3f5f5;
	z-index: 1;
}

.csr_sec .overview .eng_word {
	margin-bottom: 90px;
	padding-right: 200px;
	transform: translateX(-70px);
}

.csr_sec .overview .eng_word img { width:100%; }

.csr_sec .overview .sec_title {
	margin-bottom: 60px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.csr_sec .overview .content {
	margin: 50px 0 120px;
	padding: 40px 50px 45px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.csr_sec .overview .content dt {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fce700;
}

.csr_sec .overview .img {
	position: relative;
	width: calc(100% - 200px);
	height: 1100px;
	margin-left: 200px;
}

.csr_sec .overview .img li:nth-child(1) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 39%;
	height: 850px;
}

.csr_sec .overview .img li:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 53%;
	height: 1000px;
}

.csr_sec .overview .img li:nth-child(1) .img_frame { background-image:url(../csr/images/pc/overview_img01.jpg); }
.csr_sec .overview .img li:nth-child(2) .img_frame { background-image:url(../csr/images/pc/overview_img02.jpg); }

@media screen and (max-width: 1720px){

	.csr_sec .overview .img {
		width: calc(100% - 60px);
		margin-left: 60px;
	}

}

.csr_sec .energy {
	position: relative;
	padding: 90px 0 60px;
	line-height: 1.85;
	overflow: hidden;
}

.csr_sec .energy::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: #fce700;
	z-index: 1;
}

.csr_sec .energy .sec_title {
	margin-bottom: 35px;
	font-size: 4.4rem;
	line-height: 1.55;
}

.csr_sec .energy .img {
	margin: 40px 0 90px;
}

.csr_sec .energy .img li {
	width: 100%;
	height: 720px;
	margin-bottom: 100px;
}

.csr_sec .energy .img li:last-child { margin-bottom:0; }

.csr_sec .energy .img li:nth-child(1) .img_frame { background-image:url(../csr/images/pc/overview_img03.jpg); }
.csr_sec .energy .img li:nth-child(2) .img_frame { background-image:url(../csr/images/pc/overview_img04.jpg); }

.csr_sec .energy .catch {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.55;
}

/*
FAQ
***************************************************************************/
.faq_sec {
	padding: 130px 0 10px;
}

.faq_sec .set {
	padding: 80px 0;
}

.faq_sec .set:last-child { padding-bottom:0; }

.faq_sec .sec_title {
	margin-bottom: 40px;
	font-size: 3.8rem;
}

.faq_list .box {
	border-bottom: solid 1px #a6a6a6;
}

.faq_list .title {
	position: relative;
	padding: 50px 120px 50px 150px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
	cursor: pointer;
}

.faq_list .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	width: 60px;
	height: 60px;
	background: url(../common_img/icon_q.png) center center / 60px no-repeat;
	transform: translateY(-50%);
}

.faq_list .inner {
	display: none;
	padding: 40px 120px 40px 150px;
	line-height: 1.85;
	background: #f3f5f5;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: 200px 0 0;
}

.pp_sec .htxt {
	margin-bottom: 40px;
}

.pp_sec .box {
	margin-bottom: 40px;
}

.pp_sec .box:last-child { margin-bottom:70px; }

.pp_sec .box .title, .pp_sec .sbox .title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

.pp_sec .mbox {
	margin-top: 50px;
	padding: 40px 50px 45px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.pp_sec .mbox .title {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 500;
}

.pp_sec .mbox .txt {
	margin-bottom: 25px;
}

.pp_sec .mbox .stxt {
	font-size: 1.5rem;
}

/*
FORM
***************************************************************************/
.form_sec {
	padding-top: 80px;
	overflow: hidden;
}

.form_sec .eng_word {
	margin-bottom: 40px;
	transform: translateX(-70px);
}

.form_sec .sec_title {
	margin-bottom: 40px;
	font-size: 4.4rem;
}

.form_sec .sec_txt {
	margin-bottom: 120px;
	line-height: 1.85;
}

.form_sec .form_title {
	margin: 90px 0 45px;
	text-align: center;
	font-size: 3.3rem;
}

.form_sec .form_txt {
	margin-bottom: 30px;
}

.form_sec .form_txt .must {
	margin-right: 5px;
	color: #fce700;
}

.contact_sec .tel_list {
	padding-bottom: 0;
}

/* ▼STEP▼ */
.form_step {
	margin-bottom: 100px;
}

.form_step ul {
	display: flex;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.form_step ul::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #cdcdcd;
	z-index: 1;
}

.form_step li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(100% / 3);
	height: 100px;
	padding-bottom: 10px;
	text-align: center;
	color: #cdcdcd;
	line-height: 1.45;
}

.form_step.input li:nth-child(1), .form_step.conf li:nth-child(2), .form_step.comp li:nth-child(3) { color:#1c1c1c; }

.form_step li::before {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #2e3031;
	z-index: 2;
}

.form_step li::after {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 10px;
	margin-left: -6px;
	background: #2e3031;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	z-index: 3;
}

.form_step.input li:nth-child(1)::before, .form_step.input li:nth-child(1)::after,
.form_step.conf li:nth-child(2)::before, .form_step.conf li:nth-child(2)::after,
.form_step.comp li:nth-child(3)::before, .form_step.comp li:nth-child(3)::after { display:block; }

.form_step li .sub {
	font-size: 1.8rem;
	font-weight: 700;
}

.form_step li .sub span {
	margin-left: 3px;
	font-size: 2.4rem;
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: 50px;
	border-top: solid 1px #cdcdcd;
}

.user_form.conf { margin-bottom:100px; }
.user_form.ex { margin-bottom:0; }

.user_form > dl {
	display: flex;
	position: relative;
	padding: 30px 0;
	border-bottom: solid 1px #cdcdcd;
}

.user_form.conf > dl { padding:40px 0; }

.user_form > dl::before {
	content: '';
	position: absolute;
	top: 50px;
	left: 24%;
	width: 1px;
	height: calc(100% - 100px);
	background: #cdcdcd;
}

.user_form.conf > dl::before {
	top: 30px;
	height: calc(100% - 60px);
}

.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:1.85; }

.user_form > dl > dt {
	width: 24%;
	padding-left: 40px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 70px;
}

.user_form > dl > dt .must {
	display: inline-block;
	position: relative;
	padding-left: 22px;
}

.user_form > dl > dt .must::before {
	content: '●';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 1.1rem;
	color: #fce700;
	transform: translateY(-50%);
}

.user_form > dl > dd {
	width: 76%;
	padding: 0 100px;
}

.mfp_err {
	font-size: 1.4rem;
	font-weight: 700;
	color: #bd2e23;
}

.mfp_err > span {
	display: inline-block;
	padding-top: 15px;
}

.mfp_err.ex > span { padding-top:0; }

#mfp_hidden, #mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay { display:none; }

/* ▼DUMMY MULTI SELECT▼ */
.chk_select {
	position: relative;
	min-height: 70px;
}

.chk_select .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	height: auto;
	min-height: 70px;
	padding: 15px 50px 15px 18px;
	background: #fff;
	border: solid 1px #cdcdcd;
}

.chk_select .frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
}

.chk_select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 12px;
	margin-top: -6px;
	background: #2e3031;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}

.chk_select.opened:after { transform:rotateX(180deg); }

.chk_select .list li {
	position: relative;
	padding: 0 40px 2px 12px;
	font-size: 1.5rem;
	color: #2e3031;
	line-height: 36px;
	white-space: nowrap;
	background: #e8e8e8;
}

.chk_select .list li .delete {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0 0 1px 1px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 900;
	background: #fff;
	cursor: pointer;
	z-index: 5;
}

.chk_select .select {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #fff;
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
	z-index: 20;
}

.chk_select input[type="checkbox"] {
	width: 24px;
	height: 24px;
	margin: 0 12px 0 0;
}

.chk_select input[type="checkbox"]:after {
	width: 24px;
	height: 24px;
	background: url(../common_img/icon_check.png) center center / 24px no-repeat;
}

.chk_select .chk_list li label {
	height: 50px;
	padding: 0 20px 2px 12px;
	font-size: 1.4rem;
}

/* ▼ADD FORM▼ */
.form_add_sec .set {
	display: none;
	padding: 30px 0;
	border-top: solid 1px #d8d8d8;
}

.form_add_sec .set:first-child {
	display: block;
	padding-top: 0;
	border-top: none;
}

.form_add_sec .set:last-child { padding-bottom:0; }

.form_add_sec .set > .select_col,
.form_add_sec .set > .select_box,
.form_add_sec .set > .text_box {
	margin-bottom: 20px;
}

.btn_form_add.btn01 {
	padding: 16px 0 18px;
	font-size: 1.2rem;
	line-height: 1.25;
}

.btn_form_add.btn01.orange,
.btn_form_add.btn01.orange:hover { border:solid 3px #ff9f30; }

.btn_form_add.btn01 .eng {
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

/* ▼PP▼ */
.pp_box {
	margin-bottom: 55px;
	padding: 40px 50px 50px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: #2e3031;
}

.pp_box .title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: 500;
}

.pp_box a {
	color: #fff;
	text-decoration: underline;
}

/* ▼COMPLETE▼ */
.form_comp {
	padding: 100px 0;
	text-align: center;
}

.form_comp .sec_title {
	padding: 50px 0 20px;
	font-size: 3.3rem;
}

.form_comp .sec_txt {
	margin-bottom: 160px;
	line-height: 1.85;
}

.form_comp .btn {
	width: 1000px;
	margin: 0 auto;
}

.form_comp .btn01 {
	height: 100px;
	font-size: 2rem;
}

/* ▼CHECKBOX▼ */
.chk_list.pp_check {
	justify-content: center;
	margin-bottom: 110px;
	padding-bottom: 45px;
	text-align: center;
	border-bottom: solid 1px #cdcdcd;
}

.chk_list.pp_check li label {
	height: 28px;
	padding: 0;
	background: none;
	border: none;
}

.chk_list.pp_check li label.active {
	color: #161616;
	background: none;
	border: none;
}

.chk_list.pp_check li label input[type="checkbox"] { transform:translateY(1px); }

/* ▼BUTTON▼ */
.form_btn {
	width: 1000px;
	margin: 0 auto;
}

.form_btn li.back {
	margin: 30px 50px 0;
}

.form_btn .btn01 {
	height: 100px;
	font-size: 2rem;
}

.form_btn li.back .btn01.black:hover { color:#fff; background:#444; }

.form_btn li.back .btn01::before, .form_btn li.back .btn01::after { right:auto; left:30px; }

.form_btn li.back .btn01::after {
	transform: translateY(-50%) rotate(-135deg);
}

.form_btn li.back .btn01.black:hover::before {
	background: #fff;
}

.form_btn li.back .btn01.black:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/*
CONTACT MESSAGE
***************************************************************************/
.contact_message {
	position: relative;
	padding: 140px 0;
}

.contact_message.head {
	padding: 70px 0 0;
}

.contact_message.foot {
	padding-bottom: 0;
}

.contact_message::before {
	content: '';
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: calc(100% - 300px);
	background: #f3f5f5;
	z-index: 1;
}

.contact_message.head::before {
	top: 120px;
	height: calc(100% - 200px);
}

.contact_sec .contact_message.head::before {
	top: 100px;
	height: calc(100% - 180px);
}

.contact_message.foot::before {
	top: 185px;
	height: calc(100% - 250px);
}

.contact_message .sec_title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 5.6rem;
}

.contact_sec .contact_message .sec_title {
	font-size: 4rem;
}

.contact_sec .contact_message.foot::before { top:175px; }

.contact_message .sec_txt {
	margin-bottom: 40px;
	text-align: center;
}

.contact_message .inner {
	display: flex;
	align-items: center;
	padding: 40px 50px 50px;
	font-weight: 400;
	color: #fff;
	line-height: 1.85;
	background: #2e3031;
}

.contact_message .title_box {
	width: 50%;
	padding-right: 40px;
}

.contact_message .title_box dt {
	margin-bottom: 20px;
	font-size: 3.6rem;
	font-weight: 700;
}

.contact_message .title_box dd {
	letter-spacing: 0.2rem;
}

.contact_message .content {
	width: 50%;
}

.contact_message .content .tel {
	margin-bottom: 25px;
}

.contact_message .content .tel_txt {
	font-size: 8rem;
}

.contact_message .content .stxt {
	font-size: 1.8rem;
	letter-spacing: 0.2rem;
}

.contact_message .btn01 {
	height: 60px;
	padding: 0 10px 2px 0;
	font-size: 1.5rem;
}

.contact_message .btn01::before { display:none; }
.contact_message .btn01::after { right:30px; }

/*
TEL LIST
***************************************************************************/
.tel_list {
	padding: 90px 0;
}

.tel_list .sec_title {
	margin-bottom: 40px;
	font-size: 4.4rem;
}

.tel_list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.tel_list .list dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc((100% - 100px) / 3);
	padding: 60px 0;
	text-align: center;
	background: #2e3031;
}

.tel_list .list dt {
	margin-bottom: 2px;
	font-size: 2.8rem;
	font-weight: 500;
	color: #fff;
}

.tel_list .list dd .tel_txt {
	font-size: 4.4rem;
}

.tel_list .stxt {
	margin-top: 50px;
	font-size: 1.5rem;
	color: #949494;
}

/*
CATALOG LINK
***************************************************************************/
.catalog_link {
	padding: 150px 0;
}

#contents.top .catalog_link {
	padding: 120px 0;
}

.catalog_link .sec_inner {
	display: flex;
	padding-bottom: 125px;
	background: url(../common_img/pc/catalog_bg.jpg) center bottom / cover no-repeat;
}

.catalog_link .head {
	width: 52%;
}

.catalog_link .eng_head {
	margin-bottom: 30px;
}

.catalog_link .eng_head img { width:100%; }

.catalog_link .sec_title {
	margin-left: 100px;
	font-size: 3.6rem;
}

.catalog_link .content {
	position: relative;
	width: 48%;
	padding: 100px 0;
	background: #fce700;
}

.catalog_link .content::before {
	content: '';
	position: absolute;
	top: -20px;
	right: 70px;
	width: 60px;
	height: 60px;
	background: #fff;
	z-index: 10;
}

.catalog_link .content .inner {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.catalog_link .content .txt {
	margin-bottom: 25px;
	font-size: 1.7rem;
}

.catalog_link .content .btn {
	position: relative;
}

.catalog_link .btn::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background: #fff;
	z-index: 10;
}

.catalog_link .content .btn01 {
	height: 100px;
}

.catalog_link .content .btn01:hover { color:#fff; background:#bd2e23; }

.catalog_link .content .btn01:hover::before {
	background: #fff;
}

.catalog_link .content .btn01:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.catalog_link .content .btn01.eng {
	font-size: 3.4rem;
}

@media screen and (max-width: 1640px){

	.catalog_link .sec_title {
		margin-left: 80px;
	}

}

/*
CONTACT LINK
***************************************************************************/
.contact_link {
	padding: 130px 0;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.contact_link .sec_inner {
	display: flex;
	align-items: center;
}

.contact_link .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 31.25%;
	padding: 60px 0 85px;
	text-align: center;
	border-left: solid 1px #4b4d4e;
}

.contact_link .box:nth-child(1) {
	align-items: flex-start;
	width: 37.5%;
	padding: 25px 0 35px;
	text-align: left;
	border-left: none;
}

.contact_link .box:nth-child(3) {
	padding-left: 50px;
}

.contact_link .eng_title {
	margin-bottom: 25px;
	font-size: 10rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
}

.contact_link .sec_title {
	margin-bottom: 25px;
	font-size: 3.8rem;
	white-space: nowrap;
}

.contact_link dt {
	margin-bottom: 15px;
	font-size: 3rem;
	font-weight: 700;
}

.contact_link .tel_txt {
	font-size: 6.2rem;
	line-height: 70px;
}

.contact_link .stxt {
	font-size: 1.5rem;
}

.contact_link .box:nth-child(3) .stxt {
	font-size: 1.4rem;
}

.contact_link .btn {
	margin-bottom: 15px;
}

.contact_link .btn01 {
	padding-right: 20px;
	font-size: 2rem;
}

@media screen and (max-width: 1640px){

	.contact_link .box:nth-child(3) {
		padding-left: 30px;
	}

	.contact_link .eng_title {
		font-size: 8.8rem;
	}

	.contact_link .sec_title {
		font-size: 3.2rem;
	}

	.contact_link dt {
		font-size: 2.4rem;
	}

	.contact_link .tel_txt {
		font-size: 5.2rem;
	}

}

/*
FOOTER
***************************************************************************/
footer {
	padding: 150px 0 180px;
	font-weight: 400;
	color: #fff;
	background: #2e3031;
}

.f_logo {
	margin-bottom: 65px;
}

footer .navi {
	display: flex;
	width: 820px;
	padding-bottom: 80px;
}

footer .navi .box:nth-child(1) { width:340px; }
footer .navi .box:nth-child(2) { width:210px; }
footer .navi .box:nth-child(3) { width:270px; }

footer .navi .box .txt {
	margin-bottom: 25px;
	font-size: 1.8rem;
	font-weight: 700;
}

footer .fnavi_list.ex {
	margin-bottom: 60px;
}

footer .fnavi_list li {
	margin-bottom: 15px;
	font-size: 1.5rem;
	line-height: 2.15;
	letter-spacing: 0.15rem;
}

footer .fnavi_list li:last-child { margin-bottom:0; }

footer .fnavi_list li a {
	display: block;
	color: #fff;
}

footer .fnavi_list li a:hover { opacity:0.7; }

footer .btn_list {
	display: flex;
	gap: 0 20px;
	width: 820px;
}

footer .btn_list li {
	width: calc((100% - 20px) / 2);
}

footer .foot {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 440px;
	text-align: right;
}

footer .foot .catch {
	margin-bottom: 5px;
}

footer .foot .content {
	display: flex;
	align-items: center;
}

footer .foot .txt {
	width: calc(100% - 100px);
	padding-right: 5px;
	line-height: 1.5;
}

footer .foot .link a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 1.3rem;
	color: #c0c2c2;
	font-family: "Josefin Sans", sans-serif;
}

footer .foot .link a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #c0c2c2;
	border-right: 1px solid #c0c2c2;
	transform: rotate(45deg);
	transition: .3s;
}

footer .foot .link a:hover { color:#fff; }
footer .foot .link a:hover::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 4px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #efefef;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #949494;
}

.gecko .scroll_box {
	scrollbar-width: 4px;
	scrollbar-color: #949494 #efefef;
}

@media screen and (max-width: 1439px){

	.scroll_box::-webkit-scrollbar { display:none; }

}

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,60,56,0.95);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: 1160px;
	max-height: calc(100vh - 240px);
	padding: 80px 30px 80px 60px;
	background-color: #fff;
	border-radius: 20px;
}

.overlay_content .scroll_box {
	max-height: calc(100vh - 360px);
}

.overlay_content .sec_inner {
	width: 1040px;
	padding-bottom: 40px;
}

.overlay_content .title {
	margin-bottom: 30px;
	font-size: 3rem;
}

.overlay_content .stitle {
	margin-bottom: 20px;
	font-size: 2rem;
}

.overlay_content .txt {
	margin-bottom: 30px;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: .3s;
	z-index: 10001;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .3s;
}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.8s;
}

.move_parts.btm_top {
	transform: translateY(50px);
}

.move_parts.top_btm {
	transform: translateY(-50px);
}

.move_parts.left_right {
	transform: translateX(-50px);
}

.move_parts.right_left {
	transform: translateX(50px);
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
	transition: all 0.4s;
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 80px;
	padding: 0 0 4px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	transition: .3s;
	cursor: pointer;
}

.btn01.eng {
	padding: 4px 0 0;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
}

.btn01.ex {
	border: solid 1px #fff;
}

.btn01.ex:hover { border:none; }

.btn01.black {
	font-weight: 700;
	color: #fff;
	background: #2e3031;
}

.btn01.black:hover {
	font-weight: 900;
	color: #161616;
	background: #fce700;
}

.btn01.yellow {
	background: #fce700;
}

.btn01.yellow:hover {
	font-weight: 700;
	color: #fff;
	background: #bd2e23;
}

/* ▼LINK▼ */
.link_more {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 160px;
	padding: 4px 0 0 5px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #161616;
	line-height: 78px;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05rem;
	border-bottom: solid 2px #161616;
	transition: .3s;
	cursor: pointer;
}

.link_more:hover {
	color: #bd2e23;
	border-bottom: solid 2px #bd2e23;
}

/* ▼ARROW▼ */
.btn01::before, .btn01::after,
.link_more::before, .link_more::after {
	content: '';
	position: absolute;
	top: 50%;
	transition: .3s;
}

.btn01::before, .btn01::after { right:30px; }
.link_more::before, .link_more::after { right:10px; }

.btn01::before, .link_more::before {
	width: 16px;
	height: 2px;
	background: #161616;
	transform: translateY(-50%);
}

.btn01::after, .link_more::after {
	width: 8px;
	height: 8px;
	border-top: 2px solid #161616;
	border-right: 2px solid #161616;
	transform: translateY(-50%) rotate(45deg);
}

.btn01.black::before {
	background: #fff;
}

.btn01.black::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.btn01.black:hover::before {
	background: #161616;
}

.btn01.black:hover::after {
	border-top: 2px solid #161616;
	border-right: 2px solid #161616;
}

.btn01.yellow:hover::before {
	background: #fff;
}

.btn01.yellow:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.link_more:hover::before {
	background: #bd2e23;
}

.link_more:hover::after {
	border-top: 2px solid #bd2e23;
	border-right: 2px solid #bd2e23;
}

/* ▼SLIDE PARTS▼ */
.btn_ctl {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #2e3031;
	cursor: pointer;
	transition: .3s;
	z-index: 50;
}

.btn_ctl:hover { background:#bd2e23; }

.btn_ctl.prev { transform:rotate(180deg); }
.btn_ctl.slick-disabled { opacity:0.2; cursor:default; }

.btn_ctl.slick-disabled:hover { background:#2e3031; }

.btn_ctl::before, .btn_ctl::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
}

.btn_ctl::before {
	width: 16px;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.btn_ctl::after {
	width: 8px;
	height: 8px;
	margin-left: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}

/* ▼TEL▼ */
.tel_txt {
	font-weight: 600;
	color: #fce700;
	line-height: 1;
	font-family: "Outfit", sans-serif;
	letter-spacing: 0.2rem;
}

/* ▼SNS▼ */
.sns_list {
	display: flex;
	width: 100px;
}

.sns_list li {
	width: 30px;
	margin-left: 20px;
}

.sns_list li img { width:100%; }

.sns_list li a:hover { opacity:0.6; }

/* ▼COPY▼ */
.copy {
	color: #c0c2c2;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05rem;
}

.copy small { font-size:1.2rem; }

/* ▼ICON▼ */
.disp_switch .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../common_img/icon_box_open.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
}

.disp_switch.opened .icon { background-image:url(../common_img/icon_box_close.jpg); }

/* ▼LIST▼ */
.subtxt_list li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.5rem;
	color: #949494;
	letter-spacing: 0.15rem;
}

.subtxt_list li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr2 { margin-left:2px!important; margin-right:2px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml2 { margin-left:2px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt120 { margin-top:120px!important; }
.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }
.pc_pt0 { padding-top:0!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }

.c_yellow { color:#f5fd1e!important; }
.c_lblue { color:#34bae6!important; }
.c_red { color:#d81028!important; }
.c_pink { color:#f25072!important; }
.c_brown { color:#624d2b!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0 25px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	color: #161616;
	line-height: 70px;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	border: solid 1px #cdcdcd;
	border-radius: 0;
	caret-color: #272727;
}

textarea {
	width: 100%!important;
	min-height: 170px;
	padding: 20px 25px;
	line-height: 2;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #cdcdcd;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #a6a6a6;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; cursor:pointer; }

/* ▼original select date▼ */
select::-ms-expand { display:none; }

.select_box, .date_box {
	position: relative;
}

select {
	line-height: 68px;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 12px;
	margin-top: -6px;
	background: #2e3031;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}
/*
.date_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../common_img/icon_date.png) no-repeat;
	z-index: 10;
}
*/
.select_list {
	display: flex;
	align-items: flex-start;
}

.select_list.line_2 { width:740px; }

.select_list.line_2 .parts_input { width:calc((100% - 100px) / 2); }
.select_list.line_3 .parts_input { width:calc((100% - 100px) / 3); }

.select_list .parts {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	color: #161616;
	line-height: 70px;
}

.select_list.line_2 .parts { width:100px; }
.select_list.line_3 .parts { width:50px; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #cecece;
	border-radius: 0;
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	background: #2e3031;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: 28px;
	height: 28px;
	background: url(../common_img/icon_check.png) center center / 28px no-repeat;
}

.radio_list label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list, .chk_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.radio_list.pc_row, .chk_list.pc_row { flex-direction:column; }

.radio_list li label, .chk_list li label {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 70px;
	padding: 0 30px 2px 20px;
	letter-spacing: 0.05rem;
	white-space: nowrap;
	background: #fff;
	border: solid 1px #cdcdcd;
}

.radio_list li label.active, .chk_list li label.active {
	color: #fff;
	background: #2e3031;
	border: solid 1px #2e3031;
}
