@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Roboto", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #191919;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.content {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.content {
		width: 90%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}
	.tb-off {
		display: none;
	}
}
@media screen and (max-width:430px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}

.sec_ttl {
	text-align: center;
	color: #EB6101;
	margin-bottom: 91px;
}
.sec_ttl h2 {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 35px;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(24px, 6vw, 40px);
	font-weight: 500;
	letter-spacing: 2px;
}
.sec_ttl h2::before, .sec_ttl h2::after {
	content: "";
	background: url(../img/sec_ttl_icon_01.svg) no-repeat center;
	background-size: contain;
	display: block;
	width: 38px;
	height: 9px;
}
.sec_ttl p {
	font-size: clamp(16px, 4vw, 23px);
	font-weight: 600;
}

@media screen and (max-width:430px) {
	.sec_ttl h2 {
		gap: 18px;
	}
}
.main_content {
	overflow: hidden;
}

.fadeInup {
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 30px);
	transition: 1s;
}
.fadeInup.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#header .header_content {
	padding: 30px 100px 30px 40px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}
#header .header_nav {
	margin-left: auto;
}
#header .header_nav nav ul {
	display: flex;
	gap: 50px;
}
#header .header_nav nav ul li a {
	color: #EB6101;
	font-size: 15px;
}
#header .header_logo .sp_logo {
	display: none;
}
#header .zdo_drawer_menu {
	display: none;
}

@media screen and (max-width:1150px) {
	#header .header_content {
		padding: 30px 40px;
	}
	#header .header_nav nav ul {
		gap: 30px;
	}
}
@media screen and (max-width:1000px) {
	#header {
		position: static;
	}
	#header .header_content {
		padding: 20px;
	}
	#header .header_nav {
		display: none;
	}
	#header .header_logo img.sp_logo {
		display: block;
	}
	#header .header_logo img.pc_logo {
		display: none;
	}
	#header .zdo_drawer_menu {
		display: block;
	}
}

/*------------------------------------------------------------
	Mainvisual
------------------------------------------------------------*/
#mainvisual .mainvisual_content {
	position: relative;
	z-index: 0;
	height: 100%;
	margin-top: 93px;
}

#mainvisual .mainvisual_img {
	position: sticky;
	top: 0;
	z-index: -1	;
}
#mainvisual .mainvisual_inner {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
}
#mainvisual .mainvisual_img .mainvisual_inner video {
	height: 100%;
	width: 100%;
}
#mainvisual .mainvisual_ttl {
  padding: min(35vh, 17vw) 0;
  text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 75vh;
}

#mainvisual .mainvisual_txt {
	/* overflow: hidden;
	aspect-ratio: 16/9;
	height: 100%;
	width: 100%; */
}

@media screen and (max-width:1000px) {
	#mainvisual .mainvisual_content {
		margin-top: 0;
	}
}
@media screen and (max-width:896px) {
	#mainvisual .mainvisual_inner {
		height: 600px;
	}
	#mainvisual .mainvisual_img .mainvisual_inner video {
		object-fit: cover;
	}

	#mainvisual .mainvisual_ttl {
		padding: 8em 0 15em;
		gap: 350px;
	}
	#mainvisual .mainvisual_ttl img {
		width: 45%;
		max-width: 385px;
	}
}
@media screen and (max-width:600px) {
	#mainvisual .mainvisual_ttl {
		padding: 10em 0 15em;
	}
}
@media screen and (max-width:430px) {
	#mainvisual .mainvisual_ttl {
		padding: 12em 0 15em;
	}
}

/*------------------------------------------------------------
	Message
------------------------------------------------------------*/
#message {
	padding: 75px 0;
	margin-top: 75px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#message .message_content {
	display: grid;
	grid-template-columns: auto 1fr;
}
#message .message_img {
	max-width: min(535px, 45vw);
	margin: 0 -90px 0 -100px;
	z-index: 1;
	position: relative;
}
#message .message_img img {
	width: 100%;
}
#message .message_txt {
	margin-left: -70px;
	padding: 130px 165px 75px;
	background: url(../img/bg_01.jpg) no-repeat center;
	color: #fff;
	position: relative;
}
#message .message_txt::before {
	content: "";
	background: url(../img/message_icon_01.svg) no-repeat center;
	width: 195px;
	height: 191px;
	position: absolute;
	right: -54px;
	top: -54px;
}
#message .message_txt::after {
	content: "";
	background: url(../img/message_icon_02.svg) no-repeat center;
	width: 244px;
	height: 229px;
	position: absolute;
	left: -191px;
	bottom: -31px;
}
#message .message_txt h3 {
	font-size: 38px;
	margin-bottom: 45px;
}
#message .message_txt p {
	font-size: 20px;
}
#message .message_txt h4 {
	text-align: right;
	font-size: 23px;
	margin-top: 85px;
}
#message .message_txt h4 span {
	font-size: 30px;
	margin-left: 15px;
}

@media screen and (max-width:1400px) {
	#message .content {
		width: 80%;
	}
	#message .message_txt {
		padding: 130px 110px 75px;
	}
	#message .message_txt h3 {
		font-size: clamp(19px, 5vw, 32px);
	}
	#message .message_txt p {
		font-size: clamp(15px, 4vw, 18px);
	}
	#message .message_txt h4 {
		font-size: clamp(15px, 4vw, 20px);
	}
	#message .message_txt h4 span {
		font-size: clamp(19px, 5.5vw, 23px);
	}
}
@media screen and (max-width:896px) {
	#message .sec_ttl {
		margin-bottom: 0;
	}
	#message {
		padding: 55px 0 75px;
		margin-top: 0;
	}
	#message .message_txt::before {
		content: "";
		background: url(../img/message_icon_03.svg) no-repeat center;
		width: 127px;
		height: 164px;
		position: absolute;
		right: 0;
		top: 0;
	}
	#message .message_txt::after {
		content: "";
		background: url(../img/message_icon_04.svg) no-repeat center;
		width: 73px;
		height: 107px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#message .message_content {
		display: grid;
		grid-template-columns: 1fr;
	}
	#message .message_img {
		margin: 0 calc(50% - 50vw) -140px;
		max-width: 100vw;
	}
	#message .message_txt {
		margin-left: 0;
		padding: 160px 5% 60px;
		margin: 0 calc(50% - 50vw);
	}
	#message .message_txt h3 {
		text-align: center;
		margin-bottom: 30px;
	}
}


/*------------------------------------------------------------
	History
------------------------------------------------------------*/
#history {
	background-color: #fff;
	position: relative;
	z-index: 1;
}
#history .history_item .history_list  {
	position: relative;
	padding: 200px 0;
}
#history .history_item .history_list::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) skew(0, -25deg);
	z-index: 1;
}
#history .history_item.item01 .history_list::before, #history .history_item.item03 .history_list::before {
	background-color: #EB6101;
}
#history .history_item.item02 .history_list::before, #history .history_item.item04 .history_list::before {
	background-color: #F2F2F2;
}
#history .history_item-ttl {
	color: #EB6101;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	transform: rotate(-25deg);
	margin: 20px 0 10px;
}
#history .history_item-ttl h3 {
	font-size: clamp(81px, 21vw, 190px);
	line-height: 1.0;
}
#history .history_item-ttl p {
	font-size: clamp(15px, 4vw, 20px);
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
#history .history_item-ttl p::before, #history .history_item-ttl p::after {
	content: "";
	border-top: 1.5px solid #EB6101;
	width: 35px;
	display: block;
}
#history .history_item-ttl p strong {
	font-size: clamp(20px, 4vw, 25px);
	font-weight: normal;
}
#history .history_list ul {
	position: relative;
	z-index: 2;
}
#history .history_list ul li {
	margin-bottom: 30px;
}
#history .history_list ul li > p {
	text-align: center;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 30px;
}
#history .history_item.item01 .history_list ul li > p, #history .history_item.item03 .history_list ul li > p {
	color: #fff;
}
#history .history_item.item02 .history_list ul li > p, #history .history_item.item04 .history_list ul li > p {
	color: #EB6101;
}
#history .history_list ul li > p small {
	font-size: 15px;
	display: block;
}
#history .history_list ul li .history_list-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}
#history .history_list ul li .history_list-inner .img {
	height: 100%;
	padding: 0 100px 0 80px;
	text-align: right;
}
#history .history_list ul li .history_list-inner.reverse .img {
	text-align: left;
}
#history .history_list ul li .history_list-inner .img img {
	width: 100%;
}

#history .history_list ul li .history_list-inner .txt {
	padding: 0 min(80px, 5vw) 0 min(100px, 5vw);
}
#history .history_item.item01 .history_list ul li .history_list-inner .txt, #history .history_item.item03 .history_list ul li .history_list-inner .txt {
	color: #fff;
}
#history .history_item.item02 .history_list ul li .history_list-inner .txt h4, #history .history_item.item04 .history_list ul li .history_list-inner .txt h4 {
	color: #EB6101;
}
#history .history_item.item02 .history_list ul li .history_list-inner .txt p, #history .history_item.item04 .history_list ul li .history_list-inner .txt p {
	color: #000;
}
#history .history_list ul li .history_list-inner .txt h4 {
	font-size: clamp(18px, 4vw, 23px);
	margin-bottom: 15px;
}
#history .history_list ul li .history_list-inner .txt p {
	font-size: clamp(15px, 4vw, 16px);
}
#history .history_list ul li .history_list-inner .txt img {
	max-height: 250px;
	height: 100%;
	margin: 0 auto;
	display: block;
}
#history .history_list ul li .history_list-inner > span {
	width: 1px;
	height: 100%;
	background-color: #fff;
	position: relative;
}
#history .history_list ul li .history_list-inner > span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translate(-50%, -100%);
}
#history .history_list ul li .history_list-inner > span::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(-50%, 100%);
}

#history .history_item.item01 .history_list ul li .history_list-inner > span, #history .history_item.item01 .history_list ul li .history_list-inner > span::before, #history .history_item.item01 .history_list ul li .history_list-inner > span::after, #history .history_item.item03 .history_list ul li .history_list-inner > span, #history .history_item.item03 .history_list ul li .history_list-inner > span::before, #history .history_item.item03 .history_list ul li .history_list-inner > span::after {
	background-color: #fff;
}
#history .history_item.item02 .history_list ul li .history_list-inner > span, #history .history_item.item02 .history_list ul li .history_list-inner > span::before, #history .history_item.item02 .history_list ul li .history_list-inner > span::after, #history .history_item.item04 .history_list ul li .history_list-inner > span, #history .history_item.item04 .history_list ul li .history_list-inner > span::before, #history .history_item.item04 .history_list ul li .history_list-inner > span::after {
	background-color: #EB6101;
}

@media screen and (max-width:1400px) {
	#history .history_list ul li .history_list-inner .txt h4 .br-tb {
		display: block;
	}
	#history .history_list ul li .history_list-inner .txt h4 .tb-off {
		display: none;
	}
}
@media screen and (max-width:896px) {
	#history .history_item .history_list  {
		padding: 100px 0;
	}
	#history .history_item-ttl p::before, #history .history_item-ttl p::after {
		width: 13px;
	}
	#history .history_list ul li .history_list-inner {
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 40px;
		padding: 20px 0;
	}
	#history .history_list ul li .history_list-inner.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#history .history_list ul li .history_list-inner .img {
    padding: 0;
    text-align: center;
	}
	#history .history_list ul li .history_list-inner .txt {
    padding: 0;
	}
	#history .item01 .history_list ul li .history_list-inner .txt, #history .item03 .history_list ul li .history_list-inner .txt {
		background-color: #EB6101;
	}
	#history .item02 .history_list ul li .history_list-inner .txt, #history .item04 .history_list ul li .history_list-inner .txt {
		background-color: #F2F2F2;
	}
	#history .history_list ul li .history_list-inner > span {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
	}
	#history .history_list ul li .history_list-inner .txt img {
		display: none;
	}
}

/*------------------------------------------------------------
	Statement
------------------------------------------------------------*/
#statement {
	padding: 100px 0;
	margin: 100px 0;
}
#statement .statement_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 120px;
	background: url(../img/bg_02.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
#statement .statement_inner > p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 65px;
}
#statement .statement_item {
	background-color: #fff;
	text-align: center;
	padding: 75px 50px 115px;
	margin-bottom: 65px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), calc(100% - 130px) 100%, 0 100%);
	z-index: 1;
	position: relative;
}
#statement .statement_item.statement_ttl {
	margin-bottom: 0;
}
#statement .statement_item h3 {
	font-size: 25px;
	letter-spacing: 2px;
	color: #EB6101;
}
#statement .statement_item h3::after {
	content: "";
	height: 55px;
	border-left: 1px solid #EB6101;
	display: block;
	margin: 15px auto 0;
	width: fit-content;
}
#statement .statement_item.statement_logo img {
	margin: 100px 0 120px;
}
#statement .statement_item.statement_ttl img {
	margin: 50px 0 60px;
}
#statement .statement_item p {
	line-height: 2.0;
	letter-spacing: 2px;
}
#statement .statement_icon span:nth-child(1) {
	position: absolute;
	left: -116px;
	top: 0;
}
#statement .statement_icon span:nth-child(2) {
	position: absolute;
	right: -91px;
	top: 25%;
	transform: translate(0, -50%);
}
#statement .statement_icon span:nth-child(3) {
	position: absolute;
	left: -95px;
	bottom: -152px;
}



@media screen and (max-width:896px) {
	#statement {
		padding: 50px 0;
	}
	#statement .statement_inner {
		padding: 100px 50px;
	}
	#statement .statement_item {
		padding: 75px 50px 115px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), calc(100% - 100px) 100%, 0 100%);
	}
	#statement .statement_item img {
		width: 90%;
		max-width: 380px;
	}
}
@media screen and (max-width:768px) {
	#statement .statement_inner > p {
		text-align: left;
	}
	#statement .statement_inner > p .sp-off {
		display: none;
	}
	#statement .statement_item p {
		text-align: left;
	}
	#statement .statement_item p .sp-off {
		display: none;
	}
}
@media screen and (max-width:475px) {
	#statement .sec_ttl h2 .br-sp {
		display: block;
	}
}
@media screen and (max-width:430px) {
	#statement .statement_inner {
		padding: 100px 20px;
	}
	#statement .statement_item {
		padding: 50px 20px 85px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 70px) 100%, 0 100%);
	}
	#statement .statement_item.statement_logo img {
		margin: 50px 0 60px;
	}
}



/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie .sec_ttl {
	margin-bottom: 75px;
}
#movie .movie_item {
	text-align: center;
	margin-bottom: 200px;
}
#movie .movie_item iframe {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}

@media screen and (max-width:896px) {
	#movie .movie_item {
		margin-bottom: 75px;
	}	
}


/*------------------------------------------------------------
	Link
------------------------------------------------------------*/
#link {
	background-color: #F2F2F2;
}
#link .link_list {
	margin: 0 auto;
	padding: 75px 0;
}
#link .link_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
@media screen and (max-width:896px) {
	#link .link_list ul {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	#link .link_list ul li {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}


/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#footer .footer_content {
	padding: 85px 0;
}
#footer .footer_copy {
	text-align: center;
}




