@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..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: "Noto Serif", serif;
}
.en {
	font-family: "Cormorant Garamond", serif;
}
.jost {
	font-family: "Jost", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
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;
	letter-spacing: 10%;
	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: 1200px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#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;
	}
}

.common_ttl {
	text-align: center;
	margin-bottom: 45px;
}
.common_ttl h2 {
	font-size: clamp(2.8rem, 7vw, 4.0rem);
	font-style: italic;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.common_ttl h2::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #2E2E2E;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
	align-items: center;
	padding: 30px 60px;
}
#header .header_logo a img {
	width: 104px;
}
#header .header_btn {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 35px;
}
#header .header_sns ul  {
	display: flex;
	align-items: center;
	gap: 20px;
}
#header .header_contact a {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #2E2E2E;
	color: #fff;
	width: 176px;
	padding: 13px;
	font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width:896px) {
	#header .header_content {
		padding: 30px 15px;
		gap: 10px;
	}
	#header .header_logo a img {
		width: 89px;
	}
	#header .header_btn {
		gap: 20px;
	}
	#header .header_sns ul  {
		gap: 15px;
	}
	#header .header_sns ul li a img {
		width: 25px;
	}
	#header .header_contact a {
		width: 119px;
		font-size: 1.2rem;
	}
}




/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual {
	background: url(../img/mainvisual_img_01.jpg) no-repeat center;
	background-size: cover;
	background-position: bottom;
}
#mainvisual .mainvisual_content {
	height: 100vh;
	position: relative;
	align-content: center;
}
#mainvisual .mainvisual_txt {
	width: fit-content;
	margin-bottom: 100px;
}
#mainvisual .mainvisual_txt h2 {
	font-size: min(2.5rem, 2.3vw);
	color: #fff;
	letter-spacing: 58%;
}
#mainvisual .mainvisual_txt h2 span {
	font-size: min(7.5rem, 6.5vw);
	letter-spacing: 6%;
}
#mainvisual .mainvisual_txt h2 img {
	width: clamp(78px, 20vw, 127px);
	margin-right: 15px;
	vertical-align: middle;
}
#mainvisual .mainvisual_txt > p {
	font-size: min(2.0rem, 2vw);
	letter-spacing: 59%;
	color: #fff;
}
#mainvisual .mainvisual_txt ul {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}
#mainvisual .mainvisual_txt ul li {
	position: relative;
	text-align: center;
}
#mainvisual .mainvisual_txt ul li .inner {
	background-color: #FFFFFF33;
	padding: 20px;
	border-radius: 5px;
	height: 100%;
	color: #fff;
}
#mainvisual .mainvisual_txt ul li::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	padding: 1px;
	background: linear-gradient(135deg, #FFFFFF, #2E2E2E);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask: 
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
#mainvisual .mainvisual_txt ul li::after {
	content: "";
	background: url(../img/mainvisual_icon_01.svg) no-repeat center;
	width: 33px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(75%, -50%);
	z-index: 3;
	filter: invert(1);
}
#mainvisual .mainvisual_txt ul li:last-child:after {
	content: none;
}
#mainvisual .mainvisual_txt ul li span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#mainvisual .mainvisual_txt ul li span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#mainvisual .mainvisual_txt ul li h3 {
	position: relative;
	font-size: min(2.2rem, 2vw);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#mainvisual .mainvisual_txt ul li h3 sup {
	font-size: 1.6rem;
	font-size: min(1.6rem, 2vw);
}
#mainvisual .mainvisual_txt ul li h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 35px;
	height: 1px;
	background-color: #fff;
}
#mainvisual .mainvisual_txt ul li p {
	font-size: min(1.6rem, 1.6vw);
}
#mainvisual .mainvisual_icon {
	max-width: clamp(88px, 20vw, 172px);
	position: absolute;
	right: 10%;
	bottom: 20%;
}
#mainvisual .mainvisual_ttl {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
  white-space: nowrap;
}
#mainvisual .mainvisual_ttl-inner {
  display: inline-flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}
#mainvisual .mainvisual_ttl-inner p.en {
	font-size: 12.5vw;
	text-align: center;
	color: #FFFFFF59;
	line-height: 0.65;
	white-space: nowrap;
	padding-right: 15px;
  margin: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



@media screen and (max-width:1150px) {
	#mainvisual .mainvisual_icon {
    right: 5vw;
	}
}
@media screen and (max-width:896px) {
	#mainvisual {
		background: url(../img/mainvisual_img_01_sp.jpg) no-repeat center;
		background-size: cover;
		background-position: center;
	}
	#mainvisual .mainvisual_content {
		min-height: 710px;
	}
	#mainvisual .mainvisual_txt {
		margin-bottom: 0;
	}
	#mainvisual .mainvisual_txt h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
		text-align: center;
		font-size: clamp(1.8rem, 4vw, 3.0rem);
		letter-spacing: 27%;
	}
	#mainvisual .mainvisual_txt h2 span {
		font-size: clamp(2.6rem, 8vw, 7.5rem);
	}
	#mainvisual .mainvisual_txt h2 img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#mainvisual .mainvisual_txt > p {
		letter-spacing: 15%;
		text-align: center;
		font-size: clamp(1.1rem, 3.6vw, 2.0rem);
	}
	#mainvisual .mainvisual_txt ul {
		grid-template-columns: 1fr;
	}
	#mainvisual .mainvisual_txt ul li .inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		background-color: #FFFFFF33;
	}
	#mainvisual .mainvisual_txt ul li::after {
		width: 33px;
		height: 40px;
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translate(50%, 75%) rotate(90deg);
	}
	#mainvisual .mainvisual_txt ul li h3 {
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: clamp(1.6rem, 4vw, 2.2rem);
	}
	#mainvisual .mainvisual_txt ul li h3::before {
		content: "";
		position: absolute;
		bottom: 50%;
		right: 0;
		left: auto;
		transform: translate(0, 50%);
		height: 15px;
		width: 1px;
		background-color: #fff;
	}
	#mainvisual .mainvisual_txt ul li p {
		font-size: clamp(1.1rem, 3vw, 1.5rem);
	}
	#mainvisual .mainvisual_icon {
		position: static;
		margin: 0 auto 15px;
	}
	#mainvisual .mainvisual_ttl-inner p.en {
		font-size: 8.5rem;
	}
}

/*------------------------------------------------------------
	top_banner
------------------------------------------------------------*/
.top_banner {
	margin: 100px 0;
}
.top_banner .top_banner-content {
	padding: 85px 100px 60px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
  background-image:
    linear-gradient(to right,
    #17c3f2 0 25%, #ff1f6b 25% 50%, #ffe23d 50% 75%, #9ede2a 75% 100%),
    linear-gradient(to bottom, #9ede2a 0 55%, #ffe23d 55% 100%),
    linear-gradient(to right,
    #9ede2a 0 25%, #ffe23d 25% 50%, #ff1f6b 50% 75%, #17c3f2 75% 100%),
    linear-gradient(to bottom, #17c3f2 0 45%, #ff1f6b 45% 100%);
  background-size: 100% 5px, 5px 100%, 100% 5px, 5px 100%;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.top_banner .top_banner-left {
	text-align: center;
}
.top_banner .top_banner-left > img {
	position: absolute;
	left: 8px;
	top: 20px;
	max-width: 122px;
}
.top_banner .top_banner-left h3 {
	font-size: clamp(1.8rem, 5vw, 2.9rem);
	letter-spacing: 27%;
}
.top_banner .top_banner-left h3 span {
	font-size: clamp(2.0rem, 6.9vw, 4.1rem);
	letter-spacing: 10%;
}
.top_banner .top_banner-left p {
	letter-spacing: 22%;
	font-size: clamp(1.0rem, 3.4vw, 1.8rem);
}
.top_banner .top_banner-btn a {
	background-color: #06C755;
	color: #fff;
	border-radius: 50vh;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: center;
	gap: 10px;
	align-items: center;
	padding: 19px 0;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	max-width: 275px;
	width: 100%;
	margin: 30px auto 0;
}
.top_banner .top_banner-btn a::after {
	content: "";
	background: url(../img/btn_icon_01.svg) no-repeat center;
	width: 21px;
	height: 21px;
	display: block;
}
.top_banner .top_banner-right h2 {
	font-size: clamp(2.7rem, 8vw, 5.3rem);
	margin-bottom: 10px;
	letter-spacing: 0;
}
.top_banner .top_banner-right h2 span {
	font-size: clamp(10rem, 30vw, 18.5rem);
	line-height: 0.75;
	font-family: "Jost", sans-serif;
	letter-spacing: 0;
}
.top_banner .top_banner-right p {
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
	padding: 5px 0;
	font-size: clamp(1.5rem, 4vw, 2.0rem);
	letter-spacing: 42%;
	text-align: center;
}

.fadeIn {
	opacity: 0;
	transition-delay: 300ms;
	transition-duration: 2000ms;
	transition-timing-function: ease;
	transform: translateY(20px);
}
.fadeIn.active {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width:896px) {
	.top_banner .top_banner-content {
		padding: 35px 20px 50px;
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.top_banner .top_banner-left > img {
		position: static;
		max-width: 105px;
		margin-bottom: 20px;
	}
	.top_banner .top_banner-left h3 {
		letter-spacing: 10%;
	}
	.top_banner .top_banner-left p {
		letter-spacing: 5%;
	}
	.top_banner .top_banner-btn a {
		padding: 20px 0;
		max-width: 350px;
		width: 90%;
	}
	.top_banner .top_banner-right h2 {
		text-align: center;
	}
	.top_banner .top_banner-right p {
		letter-spacing: 10%;
	}
}

/*------------------------------------------------------------
	sec01
------------------------------------------------------------*/
/* sec01-1 */
#sec01 .sec01-1 {
	background: url(../img/sec01_img_01.jpg) no-repeat center;
	background-size: cover;
}
#sec01 .sec01-1_content {
	min-height: clamp(400px, 105vw, 595px);
	position: relative;
}
#sec01 .sec01-1_txt {
	position: absolute;
	right: 0;
	bottom: 30%;
}
#sec01 .sec01-1_txt h2 {
	font-size: clamp(2.1rem, 6.8vw, 3.5rem);
	color: #fff;
}
#sec01 .sec01-1_txt h2 span {
	border-bottom: 1px solid #fff;
}
#sec01 .sec01-1_ttl {
	position: absolute;
	bottom: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
  white-space: nowrap;
}
#sec01 .sec01-1_ttl-inner {
  display: inline-flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}
#sec01 .sec01-1_ttl-inner p.en {
	font-size: 8.3vw;
	text-align: center;
	color: #FFFFFF59;
	line-height: 0.65;
	letter-spacing: 0;
	white-space: nowrap;
	padding-right: 15px;
  margin: 0;
}

@media screen and (max-width:896px) {
	#sec01 .sec01-1 {
		background: url(../img/sec01_img_01_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#sec01 .sec01-1_txt {
		position: absolute;
		right: 50%;
		transform: translate(50%);
		bottom: 30%;
		width: 100%;
		text-align: center;
	}
	#sec01 .sec01-1_ttl-inner p.en {
		font-size: 7.7rem;
	}
}

/* sec01-2 */
#sec01 .sec01-2 {
	background-color: #1D1D1D;
	padding: 100px 0;
}
#sec01 .sec01-2_content {
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 100px 50px 130px;
}
#sec01 .sec01-2_ttl {
	margin-bottom: 50px;
}
#sec01 .sec01-2_ttl p.line {
	position: relative;
	z-index: 0;
	letter-spacing: 30%;
	font-size: clamp(1.4rem, 3vw, 1.8rem);
}
#sec01 .sec01-2_ttl p.line span {
	background-color: #1D1D1D;
	padding: 0 30px;
}
#sec01 .sec01-2_ttl p.line::before {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #1D1D1D 20%, #fff , #1D1D1D 80%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#sec01 .sec01-2_ttl h2 {
	font-size: clamp(4.5rem, 10vw, 6.7rem);
	letter-spacing: 4%;
}
#sec01 .sec01-2_ttl h2 img {
	width: 90%;
	max-width: 323px;
	margin-top: 30px;
}
#sec01 .sec01-2_ttl p {
	letter-spacing: 170%;
}
#sec01 .sec01-2_txt {
	margin-bottom: 100px;
}
#sec01 .sec01-2_txt p {
	margin-bottom: 20px;
	font-size: clamp(1.5rem, 4vw, 1.8rem);
	line-height: 2.0;
}
#sec01 .sec01-2_txt p span {
	border-bottom: 1px solid #fff;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	margin: 0 5px;
}
#sec01 .sec01-2_txt p small {
	font-size: clamp(1.1rem, 3vw, 1.4rem);
}
#sec01 .sec01-2_txt p span.t_color {
	color: #FFDC90;
	font-size: clamp(1.8rem, 5.6vw, 3.4em);
	border-bottom: 0;
	margin: 0;
}
#sec01 .sec01-2_txt img {
	max-width: clamp(180px, 45vw, 212px);
}
#sec01 .sec01-2_img {
	margin-bottom: 50px;
}
#sec01 .sec01-2_img img {
	max-width: clamp(165px, 45vw, 260px);
}
#sec01 .sec01-2_list {
	margin-bottom: 5rem;
}
#sec01 .sec01-2_list ul {
	display: grid;
	grid-template-columns: auto auto;
	gap: 50px 90px;
	justify-content: center;
}
#sec01 .sec01-2_list ul li {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 15px;
	width: 100%;
	align-items: center;
}
#sec01 .sec01-2_list ul li::before, #sec01 .sec01-2_list ul li::after {
	content: "";
	width: clamp(48px, 10vw, 60px);
	height: clamp(100px, 20vw, 120px);
}
#sec01 .sec01-2_list ul li::before {
	background: url(../img/sec01_icon_02.svg) no-repeat center;
	background-size: contain;
}
#sec01 .sec01-2_list ul li::after {
	background: url(../img/sec01_icon_03.svg) no-repeat center;
	background-size: contain;
}
#sec01 .sec01-2_list ul li .inner {
	margin-top: 15px;
}
#sec01 .sec01-2_list ul li p {
	font-size: clamp(1.5rem, 4vw, 1.8rem);
}
#sec01 .sec01-2_list ul li h3 {
	font-size: clamp(1.8rem, 4vw, 2.2rem);
}
#sec01 .sec01-2_list ul li h3 span {
	font-size: clamp(5.4rem, 7vw, 6.6rem);
	font-family: "Jost", sans-serif;
	line-height: 1.0;
	letter-spacing: 0;
}

@media screen and (max-width:896px) {
	#sec01 .sec01-2_content {
		padding: 65px 20px;
	}
	#sec01 .sec01-2_ttl p {
		letter-spacing: 80%;
		font-size: 1.4rem;
	}
	#sec01 .sec01-2_ttl p.line span {
		padding: 0 10px;
	}
	#sec01 .sec01-2_ttl p.line::before {
		background: linear-gradient(to right, #1D1D1D 0%, #fff, #1D1D1D 100%);
	}
	#sec01 .sec01-2_list ul {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}
	#sec01 .sec01-2_list ul li {
		gap: 0px;
	}
}

/*------------------------------------------------------------
	sec02
------------------------------------------------------------*/
/* sec02-1 */
#sec02 .sec02-1 {

}
#sec02 .sec02-1_content {
	position: relative;
}
#sec02 .sec02-1_img {
	margin: 0 calc(50% - 50vw);
}
#sec02 .sec02-1_txt {
	position: absolute;
	right: 0;
	bottom: 60%;
	transform: translate(0, 50%);
	color: #fff;
}
#sec02 .sec02-1_txt h2 {
	font-style: italic;
	font-size: clamp(2.1rem, 6.8vw, 3.5rem);
	margin-bottom: 20px;
}
#sec02 .sec02-1_txt h2 span {
	border-bottom: 1px solid #fff;
}
#sec02 .sec02-1_txt p {
	line-height: 2.0;
}
#sec02 .sec02-1_ttl {
	background-color: #1D1D1D;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	margin: -1px calc(50% - 50vw) 0;
	position: relative;
}
#sec02 .sec02-1_ttl::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 1;
	width: 100%;
	height: clamp(44px, 11vw, 88px);
	background-color: #1D1D1D;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#sec02 .sec02-1_ttl h3 {
	font-size: clamp(1.2rem, 4.5vw, 2.5rem);
	margin-bottom: 10px;
}
#sec02 .sec02-1_ttl h3 span {
	background-image: radial-gradient(circle at center, #fff 15%, transparent 15%);
  background-repeat: repeat-x;
  background-size: 25% 0.3em;
  padding-top: .4em;
}
#sec02 .sec02-1_ttl h4 {
	font-size: clamp(1.8rem, 5vw, 3.0rem);
}
#sec02 .sec02-1_ttl h4 span {
	font-size: clamp(2.1rem, 6.8vw, 3.5rem);
	background-color: #3F3F3F;
	padding: 5px 15px;
	margin: 10px;
}

@media screen and (max-width:896px) {
	#sec02 .sec02-1_txt {
		bottom: 70%;
		right: 50%;
		transform: translate(50%, 50%);
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#sec02 .sec02-1_txt h2 {
		text-align: center;
	}
}


/* sec02-2 */
#sec02 .sec02-2_content {
	position: relative;
}
#sec02 .sec02-2_img {
	margin: 0 calc(50% - 50vw);
}
#sec02 .sec02-2_txt {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translate(0, -50%);
}
#sec02 .sec02-2_txt h2 {
	font-size: clamp(2.2rem, 5.7vw, 3.5rem);
	margin-bottom: 20px;
}
#sec02 .sec02-2_txt h2 span {
	border-bottom: 1px solid #fff;
}
#sec02 .sec02-2_txt p {
	font-size: clamp(1.5rem, 3.8vw, 1.8rem);
}
#sec02 .sec02-2_txt h3 {
	margin-top: 30px;
	font-size: clamp(2.4rem, 7.6vw, 4.0rem);
	font-style: italic;
}
#sec02 .sec02-2_txt h3 span {
	background-color: #E4E4E4;
	border: 1px solid #FFFFFF;
	padding: 5px 15px;
}

@media screen and (max-width:896px) {
	#sec02 .sec02-1_ttl h4 {
		line-height: 2.0;
	}
	#sec02 .sec02-2_txt {
		top: 65%;
	}
}
@media screen and (max-width:700px) {
	#sec02 .sec02-2_txt {
		top: 73%;
		left: 0;
	}
}

/* sec02-3 */
#sec02 .sec02-3_content {
	max-width: 1050px;
	margin: 100px auto;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	gap: 90px;
}
#sec02 .sec02-3_right {
	text-align: center;
}
#sec02 .sec02-3_right .ttl {
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
}
#sec02 .sec02-3_right .ttl::before {
	content: "";
	width: 45px;
	height: 1px;
	background-color: #2E2E2E;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
}
#sec02 .sec02-3_right h4 {
	font-size: clamp(1.6rem, 5vw, 2.5rem);
}
#sec02 .sec02-3_right h5 {
	font-size: clamp(1.4rem, 4.5vw, 2.2rem);
	letter-spacing: 45%;
}
#sec02 .sec02-3_right img {
	max-width: clamp(160px, 35vw, 200px);
}
#sec02 .sec02-3_right p:last-child {
	border: 1px solid #000;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	padding: 2px 20px;
	width: fit-content;
	margin: 30px auto 0;
}

@media screen and (max-width:896px) {
	#sec02 .sec02-3_content {
		margin: 50px auto;
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/*------------------------------------------------------------
	sec03
------------------------------------------------------------*/
/* sec03-1 */
#sec03 .sec03-1 {
	background-color: #1D1D1D;
}
#sec03 .sec03-1_ttl {
	padding: 30px 0;
	text-align: center;
}
#sec03 .sec03-1_ttl h2 {
	font-size: clamp(2.0rem, 6vw, 3.0rem);
	color: #fff;
}

/* sec03_box 共通 */
#sec03 .sec03_box {
	text-align: center;
	padding: 60px 0;
	width: 100%;
}
#sec03 .sec03_box-inner {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}
#sec03 .sec03_box-inner > h2 {
	font-size: clamp(2.4rem, 6vw, 3.0rem);
	margin-bottom: 30px;
}
#sec03 .sec03_box-inner > h2 span {
	margin-right: 25px;
	padding-right: 25px;
	position: relative;
}
#sec03 .sec03_box-inner > h2 span::after {
	content: "";
	height: 25px;
	width: 1px;
	background-color: #2E2E2E;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
#sec03 .sec03_box-inner > p {
	line-height: 2.0;
	margin-bottom: 40px;
}
#sec03 .sec03_box-inner > p:last-child {
	margin-bottom: 0;
}
#sec03 .sec03_box-inner > h3 {
	margin-top: 30px;
	font-size: clamp(2.1rem, 5vw, 3.0rem);
	font-style: italic;
}
#sec03 .sec03_box-inner > h3 span {
	background-color: #E4E4E4;
	border: 1px solid #FFFFFF;
	padding: 5px 15px;
}
#sec03 .sec03_box-inner .grid {
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: center;
	gap: 40px;
	margin-bottom: 60px;
}
#sec03 .sec03_box-inner .grid p {
	line-height: 2.0;
	text-align: left;
}
#sec03 .sec03_box-inner > iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
	background-color: #3F3F3F;
}

@media screen and (max-width:896px) {
	#sec03 .sec03_box {
		padding: 50px 0;
	}
	#sec03 .sec03_box-inner > h2 span {
    margin-right: 15px;
    padding-right: 15px;
	}
	#sec03 .sec03_box-inner > p {
		text-align: left;
	}
	#sec03 .sec03_box-inner .grid {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 0;
	}
}


/* sec03-2 */
#sec03 .sec03-2_content {
	position: relative;
}
#sec03 .sec03-2_img {
	margin: 0 calc(50% - 50vw);
}
#sec03 .sec03-2_box {
	background-color: #FFFFFF4D;
	text-align: center;
	width: 100%;
}
#sec03 .sec03-2_bg {
	padding: 50px 0;
	position: relative;
}
#sec03 .sec03-2_bg::before {
	content: "";
	width: 100vw;
	height: 100%;
	background: url(../img/sec03_img_01-1.jpg) no-repeat top;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#sec03 .sec03_box-inner h3 {
	line-height: 2.0;
}

@media screen and (max-width:896px) {
	#sec03 .sec03-2_bg::before {
		background: url(../img/sec03_img_01_sp-1.jpg) no-repeat top;
		background-size: cover;
	}
}

/* sec03-3 */
#sec03 .sec03-3 {
	background: url(../img/sec03_img_02.jpg) no-repeat center;
	background-size: cover;
}
#sec03 .sec03-3_content {
	padding: 100px 0;
}
#sec03 .sec03-3_box {
	background-color: #FFFFFFA6;
}
#sec03 .sec03-3_box .sec03_box-inner .grid {
	margin-bottom: 50px;
}

@media screen and (max-width:896px) {
	#sec03 .sec03-3 {
		background: url(../img/sec03_img_02_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#sec03 .sec03-3_content {
		padding: 50px 0;
	}
}


/* sec03-4 */
#sec03 .sec03-4 {
	background: url(../img/sec03_img_04.jpg) no-repeat center;
	background-size: cover;
}
#sec03 .sec03-4_content {
	padding: 100px 0;
	color: #fff;
}
#sec03 .sec03-4_content > p {
	text-align: right;
	margin-top: 25px;
	font-size: 1.4rem;
}
#sec03 .sec03-4_box {
	background-color: #00000073;
	border: 1px solid #fff;
}
#sec03 .sec03-4_box .sec03_box-inner > h2 sup {
	font-size: 2.0rem;
}
#sec03 .sec03-4_box .sec03_box-inner > h2 span::after {
	background-color: #fff;
}
#sec03 .sec03-4_box .sec03_box-inner > h3 {
	font-size: 2.5rem;
	font-style: normal;
}
#sec03 .sec03-4_box .sec03_box-inner > p.small {
	font-size: 1.4rem;
	text-align: center;
}
#sec03 .sec03-4_box .sec03_box-inner > p.small sup {
	font-size: 1.0rem;
}
#sec03 .sec03-4_box .sec03_box-inner > p sup {
	font-size: 1.2rem;
}

@media screen and (max-width:896px) {
	#sec03 .sec03-4 {
		background: url(../img/sec03_img_04_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#sec03 .sec03-4_content {
		padding: 50px 0;
	}
}

/* sec03-5 */
#sec03 .sec03-5 {
	background: url(../img/sec03_img_05.jpg) no-repeat center;
	background-size: cover;
}
#sec03 .sec03-5_content {
	padding: 100px 0;
}
#sec03 .sec03-5_box {
	background-color: #FFFFFF4D;
}
#sec03 .sec03-5_box .sec03_box-inner > h3 {
	margin-bottom: 30px;
	font-size: clamp(2.1rem, 5vw, 2.5rem);
	font-style: normal;
}

@media screen and (max-width:896px) {
	#sec03 .sec03-5 {
		background: url(../img/sec03_img_05_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#sec03 .sec03-5_content {
		padding: 50px 0;
	}
}


/* sec03-6 */
#sec03 .sec03-6 {
	background: url(../img/sec03_img_06.jpg) no-repeat center;
	background-size: cover;
}
#sec03 .sec03-6_content {
	padding: 100px 0;
}
#sec03 .sec03-6_box {
	background-color: #FFFFFF80;
}
#sec03 .sec03-6_box .sec03_box-inner > h3 {
	margin-bottom: 65px;
	font-style: normal;
}

@media screen and (max-width:896px) {
	#sec03 .sec03-6 {
		background: url(../img/sec03_img_06_sp.jpg) no-repeat center;
		background-size: cover;
	}
	#sec03 .sec03-6_content {
		padding: 50px 0;
	}
}



/*------------------------------------------------------------
	sec04
------------------------------------------------------------*/
#sec04 {
	background-color: #2E2E2E;
}
#sec04 .sec04_content {
	padding: 100px 0;
	color: #fff;
}
#sec04 .sec04_list {
	margin-bottom: 75px;
}
#sec04 .sec04_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
#sec04 .sec04_list ul li {
	background-color: #484848;
}
#sec04 .sec04_list ul li p {
	text-align: center;
	padding: 15px 10px;
	font-size: 2.0rem;
}
#sec04 .sec04_list ul li .img {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

#sec04 .sec04_list ul li .img {
  position: relative;
}
#sec04 .sec04_list ul li .img img {
  display: block;
  width: 100%;
}
/* 2枚目以降を重ねる */
#sec04 .sec04_list ul li .img img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#sec04 .sec04_list ul li .img img {
  transition: opacity 2s ease-in-out;
}
#sec04 .sec04_list ul li .img img.is-hidden {
  opacity: 0;
}

#sec04 .sec04_table h3 {
	font-size: 3.0rem;
	padding-left: 25px;
	border-left: 1px solid #fff;
	line-height: 1.0;
	margin-bottom: 50px;
}
#sec04 .sec04_table > p {
	font-size: 1.4rem;
	line-height: 2.0;
}
#sec04 .sec04_table table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 40px;
}
#sec04 .sec04_table table th {
	width: calc(100% / 3);
	font-weight: normal;
}
#sec04 .sec04_table table th p {
	border-radius: 50vh;
	border: 1px solid #FFFFFF;
	font-size: clamp(1.1rem, 3.1vw, 1.8rem);
	padding: 5px;
}
#sec04 .sec04_table table th:last-child p {
	background-color: #454545;
}
#sec04 .sec04_table table th p sup {
	font-size: 1.3rem;
}
#sec04 .sec04_table table th, #sec04 .sec04_table table td {
	padding: 20px 10px;
}
#sec04 .sec04_table table td {
	border-bottom: 1px solid #7B7B7B;
	font-size: clamp(1.4rem, 3vw, 1.6rem);
}
#sec04 .sec04_table table td sup {
	font-size: 1.2rem;
}
#sec04 .sec04_table table td.border {
	position: relative;
}
#sec04 .sec04_table table td.border::before {
	content: "";
	width: 35px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#sec04 .sec04_table table td:last-child {
	background-color: #3B3B3B;
}
#sec04 .sec04_table table tr:last-child td {
	border-bottom: 0;
}

@media screen and (max-width:896px) {
	#sec04 .sec04_list ul {
    grid-template-columns: 1fr;
    gap: 30px;
	}
	#sec04 .sec04_table table th, #sec04 .sec04_table table td {
		padding: 20px 5px;
	}
	#sec04 .sec04_table table th p {
    border-radius: 1vh;
	}
}


/*------------------------------------------------------------
	sec05
------------------------------------------------------------*/
/* sec05-1 */
#sec05 .sec05-1_content {
	position: relative;
}
#sec05 .sec05-1_img {
	margin: 0 calc(50% - 50vw);
}
#sec05 .sec05-1_content h2 {
	font-size: clamp(2.3rem, 5vw, 3.0rem);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 2.0;
}
#sec05 .sec05-1_content h2 span {
	border-bottom: 1px solid #2E2E2E;
}

@media screen and (max-width:896px) {
	#sec05 .sec05-1_content h2 {
		text-align: center;
		top: 70%;
		right: 50%;
		transform: translate(50%, -50%);
		width: 100%;
	}
}

/* sec05-2 */
#sec05 .sec05-2 {
	background-color: #1D1D1D;
}
#sec05 .sec05-2_content {
	padding: 40px 0;
	text-align: center;
}
#sec05 .sec05-2_content h2 {
	font-size: clamp(2.0rem, 6vw, 3.0rem);
	font-style: italic;
	display: grid;
	grid-template-columns: auto auto auto;
	align-items: center;
	justify-content: center;
	gap: 50px;
	color: #fff;
	letter-spacing: 20%;
}
#sec05 .sec05-2_content h2::before, #sec05 .sec05-2_content h2::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #fff;
	display: block;
}

@media screen and (max-width:896px) {
	#sec05 .sec05-2_content h2 {
		gap: 35px;
	}
}

/* sec05-3 */
#sec05 .sec05-3_content {
	position: relative;
	align-content: center;
}
#sec05 .sec05-3_content .content {
	position: relative;
}
#sec05 .sec05-3_img {
	margin: 0 calc(50% - 50vw);
}
#sec05 .sec05-3_img img {
	width: 100%;
}
#sec05 .sec05-3_txt {
	width: fit-content;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0 ,-50%);
}
#sec05 .sec05-3_txt h2 {
	font-size: min(2.5rem, 2.3vw);
	color: #fff;
	letter-spacing: 58%;
}
#sec05 .sec05-3_txt h2 span {
	font-size: min(7.5rem, 6.5vw);
	letter-spacing: 6%;
}
#sec05 .sec05-3_txt > img {
	width: clamp(78px, 20vw, 127px);
	margin-bottom: 3.5rem;
}
#sec05 .sec05-3_txt > p {
	font-size: min(2.0rem, 2vw);
	letter-spacing: 59%;
	color: #fff;
}
#sec05 .sec05-3_txt ul {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}
#sec05 .sec05-3_txt ul li {
	position: relative;
	text-align: center;
}
#sec05 .sec05-3 ul li .inner {
	background-color: #FFFFFF33;
	padding: 20px;
	border-radius: 5px;
	height: 100%;
	color: #fff;
}
#sec05 .sec05-3_txt ul li::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 5px;
	padding: 1px;
	background: linear-gradient(135deg, #FFFFFF, #2E2E2E);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask: 
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
#sec05 .sec05-3 ul li::after {
	content: "";
	background: url(../img/mainvisual_icon_01.svg) no-repeat center;
	width: 33px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(75%, -50%);
	z-index: 3;
	filter: invert(1);
}
#sec05 .sec05-3_txt ul li:last-child:after {
	content: none;
}
#sec05 .sec05-3_txt ul li span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#sec05 .sec05-3_txt ul li span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#sec05 .sec05-3_txt ul li h3 {
	position: relative;
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sec05 .sec05-3_txt ul li h3 sup {
	font-size: 1.6rem;
}
#sec05 .sec05-3_txt ul li h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 35px;
	height: 1px;
	background-color: #fff;
}
#sec05 .sec05-3_icon {
	max-width: clamp(88px, 20vw, 172px);
	position: absolute;
	right: 10%;
	bottom: 20%;
}

#sec05 .sec05-3_ttl {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
  white-space: nowrap;
}
#sec05 .sec05-3_ttl-inner {
  display: inline-flex;
  width: max-content;
  animation: marquee 35s linear infinite;
}
#sec05 .sec05-3_ttl-inner p.en {
	font-size: 12.5vw;
	text-align: center;
	color: #FFFFFF59;
	line-height: 0.65;
	white-space: nowrap;
	padding-right: 15px;
  margin: 0;
}

@media screen and (max-width:1150px) {
	#sec05 .sec05-3_icon {
    right: 5vw;
	}
}
@media screen and (max-width:896px) {
	#sec05 .sec05-3_txt > img {
		margin: 0 auto 15px;
    display: block;
	}
	#sec05 .sec05-3_txt h2 {
		text-align: center;
		margin-bottom: 15px;
		font-size: clamp(1.8rem, 4vw, 3.0rem);
		letter-spacing: 27%;
	}
	#sec05 .sec05-3_txt h2 span {
		font-size: clamp(2.6rem, 8vw, 7.5rem);
	}
	#sec05 .sec05-3_txt h2 img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#sec05 .sec05-3_txt > p {
		letter-spacing: 15%;
		text-align: center;
		font-size: clamp(1.1rem, 3.6vw, 2.0rem);
	}
	#sec05 .sec05-3_txt {
		width: 100%;
		top: 55%;
	}
	#sec05 .sec05-3_txt ul {
		grid-template-columns: 1fr;
	}
	#sec05 .sec05-3_txt ul li .inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		background-color: #FFFFFF33;
	}
	#sec05 .sec05-3_txt ul li::after {
		width: 33px;
		height: 40px;
		top: auto;
		bottom: 0;
		right: 50%;
		transform: translate(50%, 75%) rotate(90deg);
	}
	#sec05 .sec05-3_txt ul li h3 {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#sec05 .sec05-3_txt ul li h3::before {
		content: "";
		position: absolute;
		bottom: 50%;
		right: 0;
		left: auto;
		transform: translate(0, 50%);
		height: 15px;
		width: 1px;
		background-color: #fff;
	}
	#sec05 .sec05-3_txt ul li p {
		font-size: clamp(1.1rem, 3vw, 1.5rem);
	}
	#sec05 .sec05-3_icon {
		margin: 0 auto;
		right: 50%;
		bottom: auto;
		transform: translate(50%, -50%);
		top: 13%;
	}
	#sec05 .sec05-3_ttl-inner p.en {
		font-size: 8.5rem;
	}
}



/*------------------------------------------------------------
	sec06
------------------------------------------------------------*/
#sec06 .sec06_content {
	background: url(../img/sec06_img_01.jpg) no-repeat center;
	background-size: cover;
	margin: 100px 0;
	padding: 80px 0 100px;
}
#sec06 .sec06_inner {
	max-width: 920px;
	width: 90%;
	margin: 0 auto;
}
#sec06 .sec06_item {
	border: 1px solid #2E2E2E;
	padding: 50px 100px 40px;
	margin-bottom: 20px;
}
#sec06 .sec06_item:last-child {
	margin-bottom: 0;
}
#sec06 .sec06_item h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#sec06 .sec06_item p {
	line-height: 2.0;
}
#sec06 .sec06_item p:last-child {
	margin-top: 15px;
}

@media screen and (max-width:896px) {
	#sec06 .sec06_content {
		background: url(../img/sec06_img_01_sp.jpg) no-repeat center;
		background-size: cover;
		margin: 50px 0;
		padding: 50px 0;
	}
	#sec06 .sec06_item {
		padding: 40px 5%;
	}
}


/*------------------------------------------------------------
	sec07
------------------------------------------------------------*/
#sec07 {
	background-color: #1D1D1D;
}

#sec07 .sec07_content {
	color: #fff;
	padding: 80px 0 100px;
}
#sec07 .common_ttl h2::before {
	background-color: #fff;
}
#sec07 .sec07_table {
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
}
#sec07 .sec07_table table {
	width: 100%;
	border-collapse: collapse;
}
#sec07 .sec07_table table th, #sec07 .sec07_table table td {
	border-bottom: 1px solid #B1B1B1;
	padding: 20px;
}
#sec07 .sec07_table table tr:last-child th, #sec07 .sec07_table table tr:last-child td {
	border-bottom: 0;
}
#sec07 .sec07_table table th {
	font-weight: normal;
	vertical-align: top;
	width: 170px;
}
#sec07 .sec07_table table td p {
	margin-bottom: 25px;
	text-indent: -2.3rem;
	padding-left: 2.3rem;
}

@media screen and (max-width:896px) {
	#sec07 .sec07_content {
		padding: 50px 0;
	}
	#sec07 .sec07_table table th, #sec07 .sec07_table table td {
		display: block;
		width: 100%;
	}
	#sec07 .sec07_table table th {
		border-bottom: 0;
		padding: 20px 0 7.5px;
	}
	#sec07 .sec07_table table td {
		padding: 7.5px 0 20px;
	}
}


/*------------------------------------------------------------
	sec08
------------------------------------------------------------*/
#sec08 .sec08_content {
	padding: 100px 0;
	max-width: 1000px;
	margin: 0 auto;
}
#sec08 .sec08_item {
	display: grid;
	grid-template-columns: 50% 1fr;
	gap: 80px;
	align-items: center;
	margin-bottom: 40px;
}
#sec08 .sec08_item .txt > h3 {
	font-size: clamp(2.6rem, 7vw, 3.0rem);
}
#sec08 .sec08_item .txt > p {
	font-size: 1.8rem;
}
#sec08 .sec08_item .price {
	margin-top: 30px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 10px;
}
#sec08 .sec08_item .price .inner {
	border: 1px solid #2E2E2E;
	padding: 3px 5px;
}
#sec08 .sec08_item .price .inner p {
	text-align-last: justify;
	font-size: clamp(1.2rem, 4vw, 1.6rem);
}
#sec08 .sec08_item .price .inner h4 {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
}
#sec08 .sec08_item .price .inner h4 span {
	font-size: clamp(2.3rem, 7vw, 3.3rem);
	font-family: "Jost", sans-serif;
	letter-spacing: 0;
	line-height: 1.0;
}
#sec08 .sec08_item .price > h4 {
	font-size: clamp(1.4rem, 4vw, 1.8rem);
}
#sec08 .sec08_item .price > h4 span {
	font-size: clamp(4.3rem, 14vw, 7.0rem);
	font-family: "Jost", sans-serif;
	letter-spacing: -5%;
	line-height: 1.0;
	margin-right: 10px;
}
#sec08 .sec08_item .txt > p:last-child {
	text-align: right;
	font-size: 1.5rem;
	margin-top: 10px;
}
#sec08 .sec08_item .txt > p:last-child span {
	font-size: 3.5rem;
	font-family: "Jost", sans-serif;
	letter-spacing: 0%;
	line-height: 1.0;
	margin-right: 10px;
}

@media screen and (max-width:896px) {
	#sec08 .sec08_content {
		padding: 50px 0;
	}
	#sec08 .sec08_item {
		grid-template-columns: 1fr;
		gap: 30px;
		align-items: center;
		margin-bottom: 40px;
	}
	#sec08 .sec08_item .txt {
		width: fit-content;
	}
}



/*------------------------------------------------------------
	sec09
------------------------------------------------------------*/
#sec09 {
	background-color: #1D1D1D;
}
#sec09 .sec09_content {
	padding: 60px 0 100px;
	max-width: 760px;
	width: 90%;
	margin: 0 auto;
}
#sec09 .common_ttl {
	color: #fff;
}
#sec09 .common_ttl h2:before {
	background-color: #fff;
}
#sec09 .sec09_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
#sec09 .sec09_list ul li {
	text-align: center;
	color: #fff;
}
#sec09 .sec09_list ul li img {
	width: 115px;
	margin-bottom: 20px;
}
#sec09 .sec09_list ul li.border {
	width: 75px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 40px;
	position: relative;
}
#sec09 .sec09_list ul li.border::before, #sec09 .sec09_list ul li.border::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
#sec09 .sec09_list ul li.border::before {
	left: 0;
}
#sec09 .sec09_list ul li.border::after {
	right: 0;
}

@media screen and (max-width:896px) {
	#sec09 .sec09_content {
		padding: 50px 0;
	}
	#sec09 .sec09_list ul {
		flex-direction: column;
	}
	#sec09 .sec09_list ul li.border {
		width: 1px;
		height: 75px;
		margin-bottom: 10px;
	}
	#sec09 .sec09_list ul li.border::before {
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);		
	}
	#sec09 .sec09_list ul li.border::after {
		right: 50%;
		top: 100%;
		transform: translate(50%, 0);		
	}
}

/*------------------------------------------------------------
	sec010
------------------------------------------------------------*/
#sec010 .sec010_content {
	padding: 100px 0;
	max-width: 970px;
	width: 90%;
	margin: 0 auto;
}
#sec010 .sec010_list .title {
	position: relative;
	cursor: pointer;
	transition: all .5s ease;
	padding: 20px;
	border-bottom: 1px solid #B1B1B1;
}
#sec010 .sec010_list .title .title_inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 20px;
}
#sec010 .sec010_list .title .title_inner::after {
	content: "";
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	transform: rotate(45deg);
	transition: 0.3s;
}
#sec010 .sec010_list .title.close .title_inner::after {
	transform: rotate(225deg);
}
#sec010 .sec010_list .title .title_icon {
	width: 45px;
	height: 45px;
	background-color: #2e2e2e;
	color: #fff;
	border-radius: 50%;
	align-content: center;
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
}
#sec010 .sec010_list .box {
	display: none;
	padding: 20px 20px 50px;
}
#sec010 .sec010_list .box .box_inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	gap: 20px;
}
#sec010 .sec010_list .box .box_icon {
	width: 45px;
	height: 45px;
	background-color: #fff;
	border: 1px solid #2E2E2E;
	color: #2E2E2E;
	border-radius: 50%;
	align-content: center;
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
}

@media screen and (max-width:896px) {
	#sec010 .sec010_content {
		width: 100%;
		padding: 50px 0 100px;
	}
	#sec010 .sec010_list .title {
		padding: 20px 10px;
	}
	#sec010 .sec010_list .box {
    padding: 20px 10px 30px;
	}
}


/*------------------------------------------------------------
	sec011
------------------------------------------------------------*/
#sec011 .sec011_inner {
	position: relative;
}
#sec011 .sec011_img {
	margin: 0 calc(50% - 50vw);
}
#sec011 .sec011_img img {
	min-height: 730px;
	object-fit: cover;
}
#sec011 .sec011_ttl {
	text-align: center;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
}
#sec011 .sec011_ttl img {
	max-width: clamp(150px, 40vw, 220px);
	margin-bottom: 40px;
}
#sec011 .sec011_ttl p {
	margin-bottom: 25px;
	line-height: 2.0;
}
#sec011 .sec011_ttl p:last-child {
	margin-bottom: 0;
}
#sec011 .sec011_ttl h3::before, #sec011 .sec011_ttl h3::after {
	display: inline-block;
	font-size: clamp(1.5rem, 4vw, 1.8rem);
}
#sec011 .sec011_ttl h3::before {
	content: "「";
	transform: translate(0, -10px);
}
#sec011 .sec011_ttl h3::after {
	content: "」";
	transform: translate(0, 10px);
}
#sec011 .sec011_ttl h3 {
	font-size: clamp(1.3rem, 3vw, 1.5rem);
	letter-spacing: 31%;
	margin-bottom: 20px;
}
#sec011 .sec011_ttl h3 span {
	font-size: clamp(3.0rem, 5vw, 4.3rem);
	margin-right: 10px;
	letter-spacing: 0;
	font-weight: bold;
}

@media screen and (max-width:896px) {
	#sec011 .sec011_ttl {
		bottom: clamp(8%, 18vw, 20%);
	}
	#sec011 .sec011_ttl p {
		text-align: left;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footer_content {
	padding-bottom: 100px;
}
#footer .footer_sns {
	margin-bottom: 60px;
}
#footer .footer_sns ul {
	display: flex;
	justify-content: center;
	gap: 50px;
}
#footer .footer_copy {
	text-align: center;
	font-size: 1.2rem;
}