@charset "UTF-8";

/*
Theme Name: common
Version: 0.0.4
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

.fl {float: left;}
.fr {float: right;}
.bold {font-weight: bold;}


/* =all
-------------------------------------------------------------- */
body {
	font-family: 'Sawarabi Mincho','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #000;
	letter-spacing: 0.08em;
	position: relative;
}
body:after {
	content: '';
	background: url(img/ft_bg_rep.png) repeat-x;
	background-size: auto 100%;
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	z-index: -2;
}
.shippori_gf {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.stix_gf {
	font-family: "STIX Two Text", serif;
	font-weight: 400;
	font-style: normal;
}
a {
	color: #e60012;
}
a ,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .2s ease-out , opacity .2s ease-out, background-color .2s ease-out , fill .2s ease-out , border .2s ease-out;
	transition: color .2s ease-out , opacity .2s ease-out, background-color .2s ease-out , fill .2s ease-out , border .2s ease-out;
	opacity: 1;
}
@media ( min-width: 768px) {
	a img:hover,
	.hover:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

@media ( min-width: 768px) {
	.sp {
		display: none;
	}
	body {
		font-size: 16px;
	}
	body:after {
		height: 1115px;
	}
	.inner {
		max-width: 1360px;
		margin: 0 auto;
		padding: 0 40px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	body {
		font-size: 14px;
	}
}
@media ( max-width: 767px) {
	.pc {
		display: none;
	}
	body {
		font-size: 14px;
	}
	body:after {
		height: 530px;
	}
	.inner {
		padding: 0 40px;
	}
}

.inview {
	opacity: 0;
	transform: translate(0,40px);
	transition: transform .4s ease-in , opacity .2s ease-in;
}
.inview.view {
	opacity: 1.0;
	transform: translate(0,0);
}

/* = common
-------------------------------------------------------------- */

#header {
	z-index: 2;
	box-sizing: border-box;
}
body.index #header  {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
body.index #header .text_block .en_text,
body.company #header .text_block .en_text {
	color: #fff;
	text-align: left;
	line-height: 0.95;
	letter-spacing: -0.03em;
	transform: scaleY(1.15);
	transform-origin: top left;
}
body.index #header .text_block .jp_text,
body.company#header .text_block .jp_text {
	color: #fff;
	text-align: left;
	letter-spacing: -0.1em;
	transform: scaleY(1.1);
	transform-origin: top left;
	line-height: 1.1;
}
body.index #pc_nav,
body.company #pc_nav {
	position: absolute;
	text-align: left;
	z-index: 2;
	left: 3.8vw;
	top: 250px;
}
body.index #pc_nav {
	top: calc(100vh - 330px);
}
#pc_nav {
	float: right;
}
#pc_nav ul li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.4em;
}
body.other #pc_nav {
	position: absolute;
	top: 3vw;
	right: 3.8vw;
}
body.other #pc_nav ul li {
	float: left;
}
#sp_nav {
	display: none;
}
#kv_warp {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#kv_warp video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media ( min-width: 768px) {
	#header {
		padding: 3vw 3.8vw;
	}
	.company #header {
		height: 500px;
	}
	#header .log {
		width: 18vw;
		max-width: 420px;
		float: left;
	}
	#header .text_block {
		display: none;
	}
	body.index #header .text_block,
	body.company #header .text_block {
		display: block;
		float: right;
	}
	body.index #header .text_block .en_text,
	body.company #header .text_block .en_text {
		float: left;
		font-size: 5.8vw;
	}
	body.index #header .text_block .jp_text,
	body.company #header .text_block .jp_text {
		float: right;
		font-size: 4.5vw;
		margin: 0.6vw 0 0 4vw;
	}
	#kv_warp {
		height: 100vh;
	}
	body.index #pc_nav ul li,
	body.company #pc_nav ul li {
		margin: 0 0 35px;
	}
	body.index #pc_nav ul li a,
	body.company #pc_nav ul li a {
		font-size: 20px;
	}
	body.other #pc_nav ul li {
		margin: 0 0 0 10px;
	}
	body.other #pc_nav ul li a {
		font-size: 18px;
	}
	#pc_nav ul li a {
		padding: 10px;
		background-image: linear-gradient(#e60012, #e60012);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 0 100%;
		transition: color 0.5s, background-size 0.5s;
	}
	#pc_nav ul li a:hover {
		color: #FFF;
		background-position: bottom left;
		background-size: 100% 100%;
	}
	#togglemenubtn {
		display: none;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#pc_nav ul li {
		margin: 0 0 15px;
	}
	#pc_nav ul li a {
		font-size: 15px;
	}
	body.other #pc_nav ul li {
		margin: 0 0 0 5px;
	}
	body.other #pc_nav ul li a {
		font-size: 13px;
	}
}
@media ( max-width: 767px) {
	#header {
		padding: 7vw 5.5vw;
	}
	.company #header {
		height: 440px;
	}
	#header .log {
		width: 35vw;
	}
	#header .text_block {
		display: none;
	}
	.index #header .text_block,
	.company #header .text_block {
		display: block;
		position: relative;
		top: 84vw;
	}
	.index #header .text_block,
	.company #header .text_block {
		position: absolute;
		top: 230px;
		right: -7.8em;
		transform: rotate(90deg);
		text-align: left;
	}
	.index #header .text_block .en_text,
	.company #header .text_block .en_text {
		float: left;
		line-height: 0.95;
		letter-spacing: -0.03em;
		transform: scaleY(1.15);
		transform-origin: top left;
		font-size: 36px;
		margin: 0 30px 0 0;
	}
	.index #header .text_block .jp_text,
	.company #header .text_block .jp_text {
		float: right;
		letter-spacing: -0.1em;
		transform: scaleY(1.1);
		transform-origin: top left;
		line-height: 1.1;
		font-size: 30px;
	}
	.index #header .text_block {
		transform: none;
		position: relative;
		top: 84vw;
		right: auto;
	}
	.index #header .text_block .en_text {
		font-size: 14vw;
		margin: 0 0 7vw;
		float: none;
		transform: none;
	}
	.index #header .text_block .jp_text {
		font-size: 12vw;
		float: none;
		transform: none;
	}
	#kv_warp {
		height: 168vw;
	}
	#pc_nav {
		display: none;
	}
	#togglemenubtn {
		position: fixed;
		right: 0;
		top: 0;
		padding: 15px 13px;
		background: #e60012;
		color: #fff;
		z-index: 100;
	}
	#togglemenubtn .text {
		font-size: 12px;
		letter-spacing: 0;
		margin: 0 0 8px;
	}
	#togglemenubtn .line {
		width: 22px;
		height: 15px;
		position: relative;
		margin: 0 auto;
	}
	#togglemenubtn .line span {
		position: absolute;
		width: 100%;
		height: 1.5px;
		background: #fff;
		border-radius: 6px;
		left: 0;
		transition: transform .25s ease-out;
	}
	#togglemenubtn .line span:nth-child(1) {
		top: 0;
	}
	#togglemenubtn .line span:nth-child(2) {
		top: 50%;
	}
	#togglemenubtn .line span:nth-child(3) {
		top: 100%;
	}
	#togglemenubtn.active .line span:nth-child(1) {
		transform: rotate(25deg);
		top: 45%;
	}
	#togglemenubtn.active .line span:nth-child(2) {
		display: none;
	}
	#togglemenubtn.active .line span:nth-child(3) {
		transform: rotate(-25deg);
		top: 45%;
	}
	#sp_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		overflow: scroll;
		z-index: 99;
		background: #e60012;
		padding: 110px 35px;
		box-sizing: border-box;
	}
	#sp_nav .text_block {
		position: absolute;
		top: 230px;
		right: -7.8em;
		transform: rotate(90deg);
		text-align: left;
		color: #000;
	}
	#sp_nav .text_block .en_text {
		float: left;
		line-height: 0.95;
		letter-spacing: -0.03em;
		transform: scaleY(1.15);
		transform-origin: top left;
		font-size: 36px;
		margin: 0 30px 0 0;
	}
	#sp_nav .text_block .jp_text {
		float: right;
		letter-spacing: -0.1em;
		transform: scaleY(1.1);
		transform-origin: top left;
		line-height: 1.1;
		font-size: 30px;
	}
	#sp_nav .menu {
		text-align: left;
		margin: 0 0 70px;
	}
	#sp_nav .menu li {
		margin: 0 0 30px;
	}
	#sp_nav .menu li a {
		color: #fff;
		text-decoration: none;
		font-size: 13px;
		font-weight: 400;
	}
	#sp_nav .log {
		max-width: 175px;
		margin: 0 0 45px;
	}
	#sp_nav .contact dl {
		display: table;
		margin: 0 0 20px;
	}
	#sp_nav .contact dl dt,
	#sp_nav .contact dl dd {
		display: table-cell;
		vertical-align: middle;
		font-size: 13px;
		font-weight: 400;
		color: #fff;
	}
	#sp_nav .contact dl dd:before {
		content: '：';
	}
}

.common_title_warp .tit {
	color: #fff;
	line-height: 0.95;
	letter-spacing: -0.03em;
	transform: scaleY(1.15);
	transform-origin: top left;
}
.common_title_warp .spl {
	color: #e60012;
	letter-spacing: 0.5em;
}
#index_sec01 {
	overflow: hidden;
}
#index_sec01 .inner {
	position: relative;
}
#index_sec01 .content_box {
	text-align: left;
}
#index_sec01 .content_box .lead_text {
	letter-spacing: -0.1em;
	transform: scaleY(1.1);
	transform-origin: top left;
	line-height: 1.1;
}
#index_sec01 .content_box .about_text {
	letter-spacing: 0.3em;
	font-weight: 300;
}
#index_sec01 .content_box .about_text span {
	position: relative;
	display: inline-block;
	line-height: 1;
	z-index: 1;
}
#index_sec01 .content_box .about_text span:before {
	content: '';
	background: #e60012;
	display: block;
	position: absolute;
	z-index: -1;
}
#index_sec01 .content_box .common_btn a {
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	position: relative;
}
#index_sec01 .content_box .common_btn a:after,
#index_sec01 .content_box .common_btn a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	background: #fff;
}
#index_sec01 .content_box .common_btn a:after {
	width: 100%;
}
#index_sec01 .content_box .common_btn a:before {
	width: 0px;
	background: #e60012;
	z-index: 1;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#index_sec01 .content_box .common_btn a span {
	background: #000;
	display: inline-block;
	letter-spacing: 0.35em;
	position: relative;
	z-index: 1;
}
@media ( min-width: 768px) {
	#index_sec01 {
		padding: 150px 0;
	}
	#index_sec01 .common_title_warp {
		margin: 0 0 60px;
	}
	#index_sec01 .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#index_sec01 .common_title_warp .spl {
		font-size: 20px;
	}
	#index_sec01 .content_box {
		float: left;
	}
	#index_sec01 .content_box .lead_text {
		font-size: 75px;
		margin: 0 0 70px;
	}
	#index_sec01 .content_box .about_text {
		font-size: 14px;
		margin: 0 0 60px;
		line-height: 3;
	}
	#index_sec01 .content_box .about_text span {
		margin: 0 4px 0 0;
	}
	#index_sec01 .content_box .about_text span:before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		left: -2px;
		top: -2px;
	}
	#index_sec01 .content_box .common_btn a {
		min-width: 320px;
	}
	#index_sec01 .content_box .common_btn a:after,
	#index_sec01 .content_box .common_btn a:before {
		height: 2px;
	}
	#index_sec01 .content_box .common_btn a span {
		padding: 25px 20px;
	}
	#index_sec01 .content_box .common_btn a:hover {
		border: 2px solid #e60012;
		color: #e60012;
	}
	#index_sec01 .content_box .common_btn a:hover:before {
		width: 100%;
	}
	#index_sec01 .video_box video {
		height: 72%;
		right: -50px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#index_sec01 {
		padding: 120px 0;
	}
	#index_sec01 .common_title_warp .tit {
		font-size: 34px;
	}
	#index_sec01 .common_title_warp .spl {
		font-size: 18px;
	}
	#index_sec01 .content_box .lead_text {
		font-size: 65px;
	}
	#index_sec01 .content_box .about_text {
		font-size: 13px;
	}
	#index_sec01 .content_box .common_btn a {
		min-width: 300px;
	}
	#index_sec01 .video_box video {
		height: 56%;
	}
}
@media ( max-width: 767px) {
	#index_sec01 {
		padding: 85px 0;
	}
	#index_sec01 .common_title_warp {
		margin: 0 0 60px;
	}
	#index_sec01 .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#index_sec01 .common_title_warp .spl {
		font-size: 14px;
	}
	#index_sec01 .content_box .lead_text {
		font-size: 40px;
		margin: 0 0 40px;
	}
	#index_sec01 .content_box .about_text {
		font-size: 11.5px;
		line-height: 2.5;
		margin: 0 0 35px;
		letter-spacing: 0.2em;
	}
	#index_sec01 .content_box .about_text span {
		margin: 0 4px 0 0;
	}
	#index_sec01 .content_box .about_text span:before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		left: -2px;
		top: -2px;
	}
	#index_sec01 .content_box .common_btn a {
		width: 320px;
		max-width: 100%;
	}
	#index_sec01 .content_box .common_btn a:after {
		height: 2px;
	}
	#index_sec01 .content_box .common_btn a span {
		padding: 25px 20px;
		font-size: 13px;
	}
	#index_sec01 .video_box {
		margin: 0 -40px 35px;
	}
	#index_sec01 .video_box video {
		width: 100%;
	}
}

#index_sec02 .title_area {
	text-align: left;
}
#index_sec02 .title_area .common_title_warp,
#index_sec02 .title_area .pl__pager {
	display: inline-block;
}
/* === slider === */
.pl{
	position:relative;
	overflow:hidden
}
.pl__slider{
	position:relative;
	user-select:none;
	-webkit-user-select:none;
	overflow:hidden;
}
.pl__slider:before {
	content: '';
	width: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.pl__track{
	display:flex;
	will-change:transform
}
.pl-card {
	flex:0 0 auto;
	overflow:hidden;
	background: #000;
	box-sizing: border-box;
}
.pl-card .pl-card__box {
	width: 100%;
}
.pl-card .pl-card__img {
	background:#111;
	display:block;
	width:100%;
	height: 100%;
	object-fit:cover;
}
.pl-card__body {
	position:relative;
	text-align: left;
}
.pl-card__body .pl-card__chip {
	letter-spacing: 0.5em;
	color: #e60012;
}
.pl-card__body .pl-card__ttl {
	letter-spacing: 0.5em;
	line-height: 1.5;
}
.pl-card__body .pl-card__cta a {
	position:relative;
	display: block;
	color: #fff;
	text-decoration: none;
}
.pl-card__cta a:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	background:#fff;
}
.pl__btn {
	pointer-events:auto;
	place-items:center;
	cursor:pointer;
	transition:background .2s, border-color .2s, opacity .2s;
	opacity:.9;
	display: inline-block;
	vertical-align: middle;
}
.pl__btn:hover {
	opacity: 0.6;
}
.line__space {
	display: inline-block;
	vertical-align: middle;
	background: #e60012;
}
.pl__btn svg{
	fill:#fff
}

@media ( min-width: 768px) {
	#index_sec02 {
		padding: 160px 0;
	}
	#index_sec02 .title_area {
		margin: 0 0 90px;
	}
	#index_sec02 .title_area .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#index_sec02 .title_area .common_title_warp .spl {
		font-size: 20px;
	}
	#index_sec02 .title_area .pl__pager {
		margin: 0 0 0 110px;
	}
	.pl__track{
		gap:56px
	}
	.pl-card {
		width:425px;
		border: 2px solid #fff;
		box-shadow:0 8px 22px rgba(0,0,0,.35)
	}
	.pl-card .pl-card__box {
		height: 60%;
	}
	.pl-card__body {
		padding: 40px 15%;
	}
	.pl-card__body .pl-card__chip {
		font-size: 12px;
		margin: 0 0 10px;
	}
	.pl-card__body .pl-card__ttl {
		font-size: 20px;
		min-height: 3em;
		margin-bottom:8px
	}
	.pl-card__body .pl-card__ttl {
		margin: 0 0 15px;
	}
	.pl-card__body .pl-card__cta a {
		font-size:13px;
		padding: 13px 0;
	}
	.line__space {
		width: 180px;
		height: 2px;
		margin: 0 10px;
	}
	.pl__btn svg{
		width: 30px;
		height: 30px;
	}
	.pl__slider:before {
		height: 2px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#index_sec02 {
		padding: 120px 0;
	}
	#index_sec02 .title_area .common_title_warp .tit {
		font-size: 34px;
	}
	#index_sec02 .title_area .common_title_warp .spl {
		font-size: 18px;
	}
	.pl-card{
		width:345px
	}
	.pl__track{
		gap:42px
	}
	.pl-card__body {
		padding: 25px 12%;
	}
	.pl-card__body .pl-card__ttl {
		font-size: 16px;
		min-height: 2em;
	}
	.pl-card__body .pl-card__ttl {
		margin: 0 0 12px;
	}
}
@media ( max-width: 767px) {
	#index_sec02 {
		padding: 85px 0;
	}
	#index_sec02 .title_area {
		margin: 0 0 45px;
	}
	#index_sec02 .title_area .common_title_warp {
		margin: 0 0 40px;
	}
	#index_sec02 .title_area .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#index_sec02 .title_area .common_title_warp .spl {
		font-size: 14px;
	}
	#index_sec02 .title_area .pl__pager {
		display: block;
		text-align: center;
	}
	.pl__track{
		gap:20px
	}
	.pl-card {
		width: 260px;
		border: 2px solid #fff;
		box-shadow:0 8px 22px rgba(0,0,0,.35)
	}
	.pl-card .pl-card__box {
		height: 58%;
	}
	.pl-card__body {
		padding: 20px 12%;
	}
	.pl-card__body .pl-card__chip {
		font-size: 10px;
		margin: 0 0 8px;
	}
	.pl-card__body .pl-card__ttl {
		font-size: 13px;
		min-height: 3em;
		margin-bottom:8px
	}
	.pl-card__body .pl-card__ttl {
		margin: 0 0 15px;
	}
	.pl-card__body .pl-card__cta a {
		font-size:11.5px;
		padding: 13px 0;
	}
	.line__space {
		width: calc(100% - 100px);
		height: 1px;
		margin: 0 10px;
	}
	.pl__btn svg{
		width: 20px;
		height: 20px;
	}
	.pl__slider:before {
		height: 1px;
	}
}

#index_sec03 {
	position: relative;
	text-align: left;
}
#index_sec03 .access_bg_image {
	z-index: -1;
}
#index_sec03 .maps {
	position: relative;
}
#index_sec03 .maps:before {
	content: '';
	padding: 71% 0 0;
	display: block;
}
#index_sec03 .maps iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
}
#index_sec03 .map_txt {
	letter-spacing: 0.3em;
}
@media ( min-width: 768px) {
	#index_sec03 {
		padding: 160px 0;
	}
	#index_sec03 .common_title_warp {
		margin: 0 0 90px;
	}
	#index_sec03 .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#index_sec03 .common_title_warp .spl {
		font-size: 20px;
	}
	#index_sec03 .access_bg_image {
		position: absolute;
		right: 0;
		top: 160px;
		width: 60%;
		height: 78%;
	}
	#index_sec03 .access_bg_image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#index_sec03 .maps {
		width: 50%;
		margin: 0 0 35px;
	}
	#index_sec03 .map_txt {
		font-size: 14px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#index_sec03 {
		padding: 120px 0;
	}
	#index_sec03 .common_title_warp .tit {
		font-size: 34px;
	}
	#index_sec03 .common_title_warp .spl {
		font-size: 18px;
	}
	#index_sec03 .access_bg_image {
		right: 0;
		top: 120px;
		width: 56%;
		height: 40%;
	}
	#index_sec03 .maps {
		width: 65%;
		position: relative;
		margin: 0 0 30px;
	}
}
@media ( max-width: 767px) {
	#index_sec03 {
		padding: 85px 0;
	}
	#index_sec03 .common_title_warp {
		margin: 0 0 40px;
	}
	#index_sec03 .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#index_sec03 .common_title_warp .spl {
		font-size: 14px;
	}
	#index_sec03 .maps {
		position: relative;
		margin: -60px 0 20px;
	}
	#index_sec03 .map_txt {
		font-size: 11.5px;
	}
}

#footer {
	position: relative;
	text-align: left;
}
#footer .nav_list li a {
	text-decoration: none;
	color: #fff;
}
#footer .log {
	display: block;
}
#footer .contact dl {
	display: inline-block;
}
#footer .contact dl dt,
#footer .contact dl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
}
#footer .contact dl dd:before {
	content: '：';
}
@media ( min-width: 768px) {
	#footer {
		padding: 140px 70px 60px;
	}
	#footer .nav_list {
		position: absolute;
		bottom: 60px;
		left: 70px;
		padding: 0 350px 0 0;
	}
	#footer .nav_list li {
		float: left;
		margin: 0 60px 0 0;
	}
	#footer .nav_list li a {
	}
	#footer .nav_list li a {
		font-size: 20px;
		padding-bottom: 5px;
		background-image: linear-gradient(#fff, #fff);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 0 1px;
		transition: background-size 0.3s;
	}
	#footer .nav_list li a:hover {
		color: #fff;
		background-position: bottom right;
		background-size: 100% 1px;
	}
	#footer .log {
		max-width: 356px;
		margin: 0 0 50px;
	}
	#footer .contact {
		margin: 0 0 80px;
	}
	#footer .contact dl {
		margin: 0 30px 0 0;
	}
	#footer .contact dl dt,
	#footer .contact dl dd {
		font-size: 18px;
	}
	#footer .copy {
		text-align: right;
		font-size: 16px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#footer {
		padding: 120px 40px 50px;
	}
	#footer .nav_list {
		padding: 0 310px 0 0;
		left: 40px;
	}
	#footer .nav_list li {
		margin: 0 25px 15px 0;
	}
	#footer .nav_list li a {
		font-size: 15px;
	}
	#footer .copy {
		font-size: 13px;
	}
}
@media ( max-width: 767px) {
	#footer {
		padding: 80px 35px 50px;
	}
	#footer .nav_list {
		margin: 0 0 50px;
	}
	#footer .nav_list li {
		margin: 0 0 24px;
	}
	#footer .nav_list li a {
		font-size: 13px;
	}
	#footer .log {
		max-width: 190px;
		margin: 0 0 40px;
	}
	#footer .contact {
		margin: 0 0 40px;
	}
	#footer .contact dl {
		margin: 0 0 20px;
	}
	#footer .contact dl dt,
	#footer .contact dl dd {
		font-size: 13px;
	}
	#footer .copy {
		text-align: left;
		font-size: 12px;
	}
}

#company_info,
#company_history {
	text-align: left;
}
#company_info .table_area dl dt,
#company_info .table_area dl dd {
	line-height: 2;
	letter-spacing: 0.25em;
}
#company_info .table_area dl dt {
	position: relative;
}
#company_info .table_area dl dt:before {
	content: '';
	background: #e60012;
	display: block;
	position: absolute;
	left: 0;
}
#company_history .history_area {
	box-sizing: border-box;
	position: relative;
}
#company_history .history_area:before {
	content: '';
	background: #787878;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#company_history .history_area dl dt {
	line-height: 0.95;
	letter-spacing: -0.03em;
	transform: scaleY(1.15);
	transform-origin: top left;
	position: relative;
}
#company_history .history_area dl dt:before {
	content: '';
	background: #e60012;
	border-radius: 100%;
	display: block;
	position: absolute;
}
#company_history .history_area dl dd {
	line-height: 2;
	letter-spacing: 0.25em;
}
@media ( min-width: 768px) {
	#company_info,
	#company_history {
		padding: 90px 0;
	}
	#company_info .common_title_warp {
		margin: 0 0 90px;
	}
	#company_info .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#company_info .common_title_warp .spl {
		font-size: 20px;
	}
	#company_info .image {
		float: left;
		width: 50%;
		position: relative;
	}
	#company_info .image:before {
		content: '';
		padding: 66% 0 0;
		display: block;
	}
	#company_info .image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#company_info .table_area {
		float: right;
		width: 45%;
	}
	#company_info .table_area dl {
		border-bottom: 2px solid #787878;
	}
	#company_info .table_area dl:first-child {
		border-top: 2px solid #787878;
	}
	#company_info .table_area dl {
		display: table;
		width: 100%;
		padding: 25px 0;
	}
	#company_info .table_area dl dt,
	#company_info .table_area dl dd {
		display: table-cell;
		vertical-align: top;
		font-size: 14px;
	}
	#company_info .table_area dl dt {
		width: 120px;
		padding: 0 0 0 1.2em;
	}
	#company_info .table_area dl dt:before {
		width: 6px;
		height: 6px;
		top: 0.7em;
	}
	#company_history {
		overflow: hidden;
	}
	#company_history .common_title_warp {
		margin: 0 0 90px;
	}
	#company_history .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#company_history .common_title_warp .spl {
		font-size: 20px;
	}
	#company_history .image {
		float: right;
		width: calc(45% + 50px);
		position: relative;
		margin: 0 -50px 0 0;
	}
	#company_history .image:before {
		content: '';
		padding: 66% 0 0;
		display: block;
	}
	#company_history .image img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#company_history .history_area {
		float: left;
		width: 50%;
		padding: 0 0 0 35px;
	}
	#company_history .history_area:before {
		left: 0;
		width: 2px;
		height: calc(100% - 14px);
	}
	#company_history .history_area dl {
		margin: 0 0 45px;
	}
	#company_history .history_area dl:last-child {
		margin: 0;
	}
	#company_history .history_area dl dt {
		font-size: 48px;
		margin: 0 0 5px;
	}
	#company_history .history_area dl dt:before {
		width: 8px;
		height: 8px;
		left: -37.5px;
		top: 0.35em;
	}
	#company_history .history_area dl dd {
		font-size: 14px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#company_history .image {
		width: calc(45% + 40px);
		margin: 0 -40px 0 0;
	}
	#company_info .table_area dl {

	}
	#company_info .table_area dl dt {
		width: auto;
	}
	#company_info .table_area dl dt,
	#company_info .table_area dl dd {
		display: block;
	}
	#company_info .common_title_warp {
		margin: 0 0 60px;
	}
}
@media ( max-width: 767px) {
	#company_info,
	#company_history {
		padding: 50px 0;
	}
	#company_info .common_title_warp,
	#company_history .common_title_warp {
		margin: 0 0 35px;
	}
	#company_info .common_title_warp .tit,
	#company_history .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#company_info .common_title_warp .spl,
	#company_history .common_title_warp .spl {
		font-size: 14px;
	}
	#company_info .image,
	#company_history .image {
		margin: 0 0 40px;
	}
	#company_info .table_area dl {
		padding: 12px 0;
	}
	#company_info .table_area dl {
		border-bottom: 1px solid #787878;
	}
	#company_info .table_area dl:first-child {
		border-top: 1px solid #787878;
	}
	#company_info .table_area dl dt,
	#company_info .table_area dl dd {
		font-size: 12px;
	}
	#company_info .table_area dl dt {
		padding: 0 0 0 1.2em;
	}
	#company_info .table_area dl dt:before {
		width: 5px;
		height: 5px;
		top: 0.7em;
	}
	#company_history .history_area:before {
		left: -18px;
		width: 1px;
		height: calc(100% - 6px);
	}
	#company_history .history_area dl {
		margin: 0 0 20px;
	}
	#company_history .history_area dl dt {
		font-size: 32px;
		margin: 0 0 5px;
	}
	#company_history .history_area dl dt:before {
		width: 5px;
		height: 5px;
		left: -20px;
		top: 0.35em;
	}
	#company_history .history_area dl dd {
		font-size: 12px;
	}
}

#privacy_sec .common_title_warp {
	text-align: left;
}
#privacy_sec .content {
	text-align: left;
	line-height: 1.5;
}
#privacy_sec .content p {
	margin: 0 0 1.5em;
}
#privacy_sec .content ul {
	margin: 1.5em 0;
}
#privacy_sec .content ul li {
	padding: 0 0 0 0.6em;
	position: relative;
	margin: 0.5em 0;
}
#privacy_sec .content ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	left: 0;
	top: 0.55em;
	position: absolute;
}
@media ( min-width: 768px) {
	#privacy_sec {
		padding: 90px 0;
	}
	#privacy_sec .common_title_warp {
		margin: 0 0 90px;
	}
	#privacy_sec .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#privacy_sec .common_title_warp .spl {
		font-size: 20px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#privacy_sec .common_title_warp {
		margin: 0 0 60px;
	}
	#privacy_sec .common_title_warp .tit {
		font-size: 34px;
	}
	#privacy_sec .common_title_warp .spl {
		font-size: 18px;
	}
}
@media ( max-width: 767px) {
	#privacy_sec {
		padding: 50px 0;
	}
	#privacy_sec .common_title_warp {
		margin: 0 0 60px;
	}
	#privacy_sec .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#privacy_sec .common_title_warp .spl {
		font-size: 14px;
	}
}

#lineup_list_warp .common_title_warp {
	text-align: left;
}
@media ( min-width: 768px) {
	#lineup_list_warp {
		padding: 90px 0;
	}
	#lineup_list_warp .common_title_warp {
		margin: 0 0 90px;
	}
	#lineup_list_warp .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#lineup_list_warp .common_title_warp .spl {
		font-size: 20px;
	}
	#lineup_list_warp .lineup_list .pl-card {
		float: left;
		width: 30%;
		margin: 0 5% 60px 0;
	}
	#lineup_list_warp .lineup_list .pl-card:nth-child(3n+1) {
		clear: both;
	}
	#lineup_list_warp .lineup_list .pl-card:nth-child(3n+3) {
		margin: 0 0 60px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#lineup_list_warp .common_title_warp {
		margin: 0 0 60px;
	}
	#lineup_list_warp .common_title_warp .tit {
		font-size: 34px;
	}
	#lineup_list_warp .common_title_warp .spl {
		font-size: 18px;
	}
	#lineup_list_warp .lineup_list .pl-card {
		width: 31%;
		margin: 0 3.5% 40px 0;
	}
	#lineup_list_warp .lineup_list .pl-card:nth-child(3n+1) {
		clear: both;
	}
	#lineup_list_warp .lineup_list .pl-card:nth-child(3n+3) {
		margin: 0 0 40px;
	}
	#lineup_list_warp .pl-card__body .pl-card__ttl {
		font-size: 14px;
	}
	#lineup_list_warp .pl-card__body .pl-card__chip {
		font-size: 11px;
	}
	#lineup_list_warp .pl-card__body {
		padding: 25px 10%;
	}
}
@media ( max-width: 767px) {
	#lineup_list_warp {
		padding: 50px 0;
	}
	#lineup_list_warp .common_title_warp {
		margin: 0 0 60px;
	}
	#lineup_list_warp .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#lineup_list_warp .common_title_warp .spl {
		font-size: 14px;
	}
	#lineup_list_warp .lineup_list .pl-card {
		width: 100%;
		margin: 0 0 40px;
	}
	#lineup_list_warp .pl-card__body .pl-card__ttl {
		min-height: auto;
	}
}

#not_found_wrap .title {
	font-weight: 600;
	color: #e60012;
}
#not_found_wrap .contet {
	line-height: 2;
}
.common_btn_wrap a,
.common_btn_wrap input[type="submit"] {
	color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	display: inline-block;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	background: none;
}
.common_btn_wrap a:hover,
.common_btn_wrap input[type="submit"]:hover {
	background: #e60012;
	color: #fff;
	border: 1px solid #e60012;
	border-radius: 35px;
}
.mw_wp_form .error {
	margin: 0.5em 0 0;
}
@media ( min-width: 768px) {
	#not_found_wrap {
		padding: 200px 0;
	}
	#not_found_wrap .title {
		font-size: 60px;
		margin: 0 0 45px;
	}
	#not_found_wrap .contet {
		margin: 0 0 50px;
		font-size: 18px;
	}
	.common_btn_wrap a,
	.common_btn_wrap input[type="submit"] {
		font-size: 18px;
		width: 260px;
		max-width: 90%;
		padding: 20px;
	}
}
@media ( max-width: 767px) {
	#not_found_wrap {
		padding: 75px 0 120px;
	}
	#not_found_wrap .title {
		font-size: 38px;
		margin: 0 0 35px;
	}
	#not_found_wrap .contet {
		margin: 0 0 45px;
		font-size: 14px;
	}
	.common_btn_wrap a,
	.common_btn_wrap input[type="submit"] {
		font-size: 14px;
		width: 220px;
		max-width: 85%;
		padding: 20px;
	}
}

#contact_sec .form_thx_warp {
	line-height: 2;
	margin: 8em 0;
}
#contact_sec .form_thx_warp .tit {
	margin: 0 0 1em;
}
#contact_sec .form_thx_warp .txt {
	font-weight: 300;
	margin: 0 0 2em;
}
#contact_sec .btnarea a  {
	color: #fff;
	background: #e50150;
	margin: 0 auto;
	display: inline-block;
	border: 0;
	outline: none;
	text-decoration: none;
}
@media ( min-width: 768px) {
	#contact_sec .form_thx_warp .tit {
		font-size: 20px;
	}
	#contact_sec .form_thx_warp .txt {
		font-size: 18px;
	}
	#contact_sec .btnarea a {
		font-size: 20px;
		width: 390px;
		border-radius: 60px;
		max-width: 90%;
		padding: 25px;
	}
}
@media ( max-width: 767px) {
	#contact_sec .form_thx_warp .tit {
		font-size: 16px;
	}
	#contact_sec .form_thx_warp .txt {
		font-size: 14px;
	}
	#contact_sec .btnarea a {
		font-size: 16px;
		width: 275px;
		border-radius: 30px;
		max-width: 85%;
		padding: 22px;
	}
}

#contact_warp {
	margin: 0 auto;
}
#contact_warp .common_title_warp {
	text-align: left;
}
#contact_warp .form_table dl {
	text-align: left;
}
#contact_warp .form_table dl dd input,
#contact_warp .form_table dl dd select,
#contact_warp .form_table dl dd textarea {
	width: 100%;
	background: hsl(0deg 0% 100% / 15%);
	border: 0;
	border-bottom: 1px solid #898989;
	line-height: 1.3;
	outline: none;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: 0.15em;
	transition: box-shadow .2s ease-out , border .2s ease-out;
}
#contact_warp .form_table dl dd textarea {
	resize: vertical;
}
#contact_warp .form_table dl dd input:hover,
#contact_warp .form_table dl dd select:hover,
#contact_warp .form_table dl dd textarea:hover {
	box-shadow: 0 0 10px 0 rgb(146 146 146);
}
#contact_warp .form_table dl dd input:focus,
#contact_warp .form_table dl dd select:focus,
#contact_warp .form_table dl dd textarea:focus {
	border-bottom: 1px solid #fff;
}
#contact_warp .form_table dl dt span.req {
	display: inline-block;
	vertical-align: middle;
	background: #e60012;
	color: #fff;
}
#contact_warp .mw_wp_form_preview .form_table dl dd {
	font-weight: bold;
	font-size: 115%;
	line-height: 1.5;
}
#contact_warp .form_lead_text.conf {
	display: none;
}
#contact_warp .form_warp .btnarea input[type="submit"] {
	color: #fff;
	background: #e50150;
	margin: 0 auto;
	display: inline-block;
	border: 0;
	outline: none;
}
#contact_warp .form_lead_text {
	text-align: left;
	line-height: 1.5;
}
@media ( min-width: 768px) {
	#contact_warp {
		padding: 90px 0;
	}
	#contact_warp .common_title_warp {
		margin: 0 0 90px;
	}
	#contact_warp .common_title_warp .tit {
		font-size: 48px;
		margin: 0 0 22px;
	}
	#contact_warp .common_title_warp .spl {
		font-size: 20px;
	}
	#contact_warp .form_lead_text {
		font-size: 18px;
		margin: 0 0 70px;
	}
	#contact_warp .form_table dl {
		margin: 0 0 40px;
	}
	#contact_warp .form_table dl dt {
		margin: 0 0 20px;
		font-size: 20px;
	}
	#contact_warp .form_table dl dt span.req {
		font-size: 14px;
		padding: 8px 14px;
		border-radius: 20px;
		margin: 0 8px 0 0;
	}
	#contact_warp .form_table dl dd input,
	#contact_warp .form_table dl dd select,
	#contact_warp .form_table dl dd textarea {
		padding: 18px 14px;
		min-height: 50px;
	}
	#contact_warp .form_table dl dd textarea {
		height: 300px;
	}
	#contact_warp .form_warp .btnarea input[type="submit"] {
		font-size: 20px;
		width: 390px;
		border-radius: 60px;
		max-width: 90%;
		padding: 25px;
	}
}
@media ( min-width: 768px ) and ( max-width: 1400px ){
	#contact_warp .common_title_warp {
		margin: 0 0 60px;
	}
	#contact_warp .common_title_warp .tit {
		font-size: 34px;
	}
	#contact_warp .common_title_warp .spl {
		font-size: 18px;
	}
}
@media ( max-width: 767px) {
	#contact_warp {
		padding: 50px 0;
	}
	#contact_warp .common_title_warp {
		margin: 0 0 60px;
	}
	#contact_warp .common_title_warp .tit {
		font-size: 30px;
		margin: 0 0 16px;
	}
	#contact_warp .common_title_warp .spl {
		font-size: 14px;
	}
	#contact_warp .form_lead_text {
		font-size: 14px;
		line-height: 2;
		padding: 0 30px;
		margin: 0 0 40px;
	}
	#contact_warp .form_table dl {
		margin: 0 0 30px;
	}
	#contact_warp .form_table dl dt {
		font-size: 15px;
		margin: 0 0 15px;
	}
	#contact_warp .form_table dl dt span.req {
		font-size: 11px;
		padding: 7px 10px;
		border-radius: 30px;
		margin: 0 5px 0 0;
	}
	#contact_warp .form_table dl dd input,
	#contact_warp .form_table dl dd select,
	#contact_warp .form_table dl dd textarea {
		padding: 16px 12px;
		font-size: 14px;
		min-height: 45px;
	}
	#contact_warp .form_table dl dd textarea {
		height: 250px;
	}
	#contact_warp .form_warp .btnarea input[type="submit"] {
		font-size: 16px;
		width: 275px;
		border-radius: 30px;
		max-width: 85%;
		padding: 22px;
	}
}
#contact_warp .form_thx_warp {
	line-height: 2;
	margin: 8em 0;
}
#contact_warp .form_thx_warp .tit {
	margin: 0 0 1.5em;
}
#contact_warp .form_thx_warp .txt {
	font-weight: 300;
	margin: 0 0 3em;
}
@media ( min-width: 768px) {
	#contact_warp .form_thx_warp .tit {
		font-size: 24px;
	}
	#contact_warp .form_thx_warp .txt {
		font-size: 16px;
	}
	#contact_warp .common_btn_wrap a {
	}
}
@media ( max-width: 767px) {
	#contact_warp .form_thx_warp .tit {
		font-size: 18px;
	}
	#contact_warp .form_thx_warp .txt {
		font-size: 12px;
	}
	#contact_warp .common_btn_wrap a {
	}
}