@charset "UTF-8";

/*全体共通*/
:root, html{ font-size: 10px; } 
body {
  --c-base: #333333;
  --c-main: #383abc;
  --c-sub: #419BB6;
  --c-accent: #000;
	--c-grad: linear-gradient(to right, #40A3C0, #D4D4D4);
  --ff-main: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--ff-mincho: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --ff-en: "Work Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--ff-eb: "EB Garamond", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

  position: relative;
  width: 100%;
  overflow-x: hidden;
	font-family: var(--ff-main);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--c-base);
}
body.-fixed{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
	body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}
body.userAgent-pc a[href^="tel:"]{
	pointer-events: none;
}
img, svg{
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1920px) {
	:root, html{ font-size: .5208vw; } 
}

/* 共通パーツ */
.c-section{
  padding-left: 20px;
  padding-right: 20px;
}
.c-inner{
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}


.c-video {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 108rem;
}
.c-video .icon {
  position: absolute;
  top: calc(50% - 15rem);
  left: calc(50% - 15rem);
  width: 30rem;
  height: 30rem;
  border: 3px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.c-video .icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 28px solid #ffffff;
  border-right: 0;
}
.c-video .text {
  position: absolute;
  top: 79.64%;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 0 .76em;
  width: 100%;
  color: #fff;
  font-family: var(--ff-en);
  font-weight: 300;
  font-size: 10rem;
  text-align: center;
  letter-spacing: .14em;
}
.c-video .text span {
  display: inline-block;
}
.c-video .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* SP */
@media screen and (max-width: 768px) {
  .c-video .icon::before {
    top: calc(50% - 2vw);
    left: calc(50% - 1vw);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.5vw solid #ffffff;
  }
}

.c-title{
  text-align: center;
}
.c-title .ja{
	font-size: 30px;
/*   font-size: 40px; */
  font-weight: 700;
  font-family: var(--ff-en);
  position: relative;
  padding-left: 23px;
  display: inline-block;
  margin-bottom: 2px;
}
.c-title.js-inview .ja {
	-webkit-clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
	clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
	transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.c-title.js-inview.-inview .ja {
	-webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
	clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
}
.c-title .ja.-s {
	font-size: 16px;
}
.c-title .ja::before{
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  width: 13px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--c-sub);
}
.c-title .en{
  font-size: 40px;
  font-weight: 600;
  font-family: var(--ff-en);
  display: block;
}
.c-title.js-inview .en {
	-webkit-clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
	clip-path: polygon(0% 105%, 100% 105%, 100% 105%, 0% 105%);
	transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.c-title.js-inview.-inview .en {
	-webkit-clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
	clip-path: polygon(0% -5%, 100% -5%, 100% 105%, 0% 105%);
}
.c-title .en.-l {
	font-size: 150px;
	line-height: 1;
}
/* TAB */
@media screen and (max-width: 1024px) {
	.c-title .ja {
		font-size: 24px;
/* 		font-size: 30px; */
	}
	.c-title .en {
		font-size: 30px;
		line-height: 1.2;
	}
	.c-title .en.-l {
		font-size: 10vw;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.c-title .ja {
		font-size: 16px;
/* 		font-size: 12vw; */
	}
	.c-title .en.-l {
		font-size: 12vw;
	}
}

.c-list-images .list-row{
	display: grid;
	gap: 7rem;
	max-width: 1280px;
	margin: 0 auto;
}
.c-list-images .list-row:not(:nth-of-type(1)){
	margin-top: 7rem;
}
.c-list-images .list-row.columns-2{
	grid-template-columns: repeat(2, 1fr);
}
.c-list-images .list-row.columns-3{
	grid-template-columns: repeat(3, 1fr);
}
.c-list-images .list-row.columns-2 .image{
	aspect-ratio: 667/377;
}
.c-list-images .list-row.columns-3 .image{
	aspect-ratio: 430/360;
}
.c-list-images .list-item{
	width: 100%;
}
.c-list-images .image{
	margin-bottom: 8px;
}
.c-list-images .title{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
	padding-left: 21px;
	position: relative;
}
.c-list-images .title::before{
	content: "";
	position: absolute;
	width: 10px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: var(--c-sub);
	left: 0;
	top: .5em;
}
/* TAB */
@media screen and (max-width: 1024px) {
		.c-list-images .list-row{
		gap: 32px 20px;
	}
	.c-list-images .list-row:not(:nth-of-type(1)){
		margin-top: 32px;
	}
	.c-list-images .title{
		font-size: 16px;
		padding-left: 15px;
	}
	.c-list-images .title::before{
		width: 7px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.c-list-images .list-row{
		gap: 32px 16px;
	}
	.c-list-images .list-row.columns-2{
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
	.c-list-images .list-row.columns-3{
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}
	.c-list-images .list-row.columns-3 .image {
		aspect-ratio: 667/377;
	}
}

/* button */
.c-btn {
	position: relative;
	display: inline-block;
	height: 120px;
	padding-right: 143px;
	font-weight: bold;
}
.c-btn .txt {
	display: flex;
	align-items: center;
	height: 100%;
}
.c-btn:hover .txt {
  background: var(--c-grad);
	-webkit-background-clip: text;
	color: transparent;
}
.c-btn .arw {
	position: absolute;
	top: calc(50% - 60px);
	right: 0;
	height: 100%;
	aspect-ratio: 1/1;
	border: 1px solid #393939;
	border-radius: 50%;
	overflow: hidden;
}
.c-btn:hover .arw {
	border-color: transparent;
}
.c-btn .arw::before,
.c-btn .arw::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-btn .arw::before {
	background: var(--c-grad);
	opacity: 0;
	transition: opacity .3s;
}
.c-btn:hover .arw::before {
	opacity: 1;
}
.c-btn .arw::after {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2234%22%20height%3D%2216%22%20viewBox%3D%220%200%2034%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.44606e-07%207.62695L31.0063%207.62695%22%20stroke%3D%22%23393939%22%2F%3E%3Cpath%20d%3D%22M17.7734%200.442579L32.1422%208.00508L17.7734%2015.1895%22%20stroke%3D%22%23393939%22%2F%3E%3C%2Fsvg%3E') center/33px no-repeat;
	z-index: 2;
}
.c-btn:hover .arw::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2234%22%20height%3D%2216%22%20viewBox%3D%220%200%2034%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.44606e-07%207.62695L31.0063%207.62695%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M17.7734%200.442579L32.1422%208.00508L17.7734%2015.1895%22%20stroke%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
}
/* TAB */
@media screen and (max-width: 1024px) {
	.c-btn {
		height: 60px;
		padding-right: 80px;
	}
	.c-btn .arw {
		top: calc(50% - 30px);
	}
	.c-btn .arw::after {
		background-size: 30px;
	}
}

/* news */
.c-cat {
  display: inline-block;
  padding: 6px 12px;
  background: #ECECEC;
  border-radius: 100px;
  font-size: 11px;
}
.c-cat.-news_worldwing {
  background: #EBDDB8;
}
.c-cat.-news_lifestyle_footwear {
  background: #419BB6;
  color: #fff;
}
.c-cat.-news_eco_energy {
  background: #95A0B6;
  color: #fff;
}
/* SP */
@media screen and (max-width: 768px) {
	.c-cat {
		padding: 3px 8px;
	}
}

/* 投稿 */
.c-post > *:first-child {
  margin-top: 0 !important;
}
.c-post > *:last-child {
  margin-bottom: 0 !important;
}
.c-post h1, .c-post h2, .c-post h3, .c-post h4, .c-post h5, .c-post h6 {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
.c-post h1, .c-post h2 {
  font-size: 26px;
}
.c-post h3 {
  font-size: 24px;
}
.c-post h4 {
  font-size: 22px;
}
.c-post h5 {
  font-size: 20px;
}
.c-post h6 {
  font-size: 18px;
}
.c-post p {
  min-height: 1em;
  margin-bottom: 1em;
}
.c-post ul {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: disc;
}
.c-post ul ul {
  margin: 0.5em;
  list-style: circle;
}
.c-post ol {
  margin: 1em 0;
  padding-left: 1.5em;
  list-style: decimal;
}
.c-post > .wp-block-image {
  margin-bottom: 3rem;
}
/* SP */
@media screen and (max-width: 768px) {
	.c-post h1, .c-post h2 {
	  font-size: 20px;
	}
	.c-post h3 {
	  font-size: 19px;
	}
	.c-post h4 {
	  font-size: 18px;
	}
	.c-post h5 {
	  font-size: 17px;
	}
	.c-post h6 {
	  font-size: 16px;
	}
}

/* アニメーション */
.c-100years-flow {
  overflow: hidden;
  font-family: var(--ff-en);
  font-size: 260px;
  font-size: clamp(260px, 13vw, 13vw);
  font-weight: 600;
  white-space: nowrap;
}
.c-100years-flow .slick-track {
  display: flex;
}
.c-100years-flow span {
	margin: 0 .1em;
  background: linear-gradient(to bottom, #E2F4FF, #F8FBFF 100%);
  -webkit-background-clip: text;
  color: transparent;
	line-height: 1;
}
/* TAB */
@media screen and (max-width: 1024px) {
	.c-100years-flow {
		font-size: 160px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	.c-100years-flow {
		font-size: 20vw;
	}
}

/* ローディング */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}

#main {
	position: relative;
	z-index: 5;
}

/* ヘッダー */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 3.8rem 2rem 1.8rem;
	z-index: 100;
	transition: background .3s, color .3s;
	color: #fff;
	white-space: nowrap;
}
#header.-scrolled,
#header.-bg {
	background: #fffffff0;
	border-bottom: 1px solid #D0D1D1;
	color: var(--c-base);
} 
#header.-anv {
  color: var(--c-base);
}
#header .sec-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	width: 100%;
	max-width: 1752px;
	margin: 0 auto;
}
#header .sec-logo {
	display: block;
	/* width: 27.5rem; */
	height: 6.3rem;
	/* min-width: 150px; */
	/* flex-shrink: 0; */
}
#header .sec-logo * {
	height: 100%;
}
#header .sec-logo img + img {
	height: 95.5%;
	margin-left: 1.8rem;
}
#header .sec-box {
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-end;
	gap: 5rem;
	/* gap: 1rem; */
	width: 100%;
	max-width: 1070px;
}
#header .sec-list {
	display: flex;
	align-items: center;
	gap: 0 3rem;
	font-size: 16px;
	font-size: clamp(14px, 1.36vw, 16px);
}
#header .sec-list .item.-active {
	color: var(--c-sub);
}
#header .sec-contact {
	position: relative;
	display: block;
	width: 22rem;
	min-width: 150px;
	padding: 6px 0;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 15px;
	font-size: clamp(14px, 1.36vw, 15px);
	text-align: center;
	z-index: 2;
	overflow: hidden;
	transition: border .3s;
}
#header.-scrolled .sec-contact,
#header.-bg .sec-contact,
#header.-anv .sec-contact {
	border-color: var(--c-base);
}
#header .sec-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #40A3C0, #D4D4D4);
	opacity: 0;
	transition: opacity .3s;
	z-index: -1;
}
#header .sec-contact:hover {
	border-color: transparent;
	color: #fff;
}
#header .sec-contact:hover::before {
	opacity: 1;
}
#header .sec-contact .txt {
	position: relative;
}
#header .sec-contact .txt::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% + .8rem);
	width: 18px;
	height: 100%;
}
#header.-scrolled .sec-contact .txt::after,
#header.-bg .sec-contact .txt::after,
#header.-anv .sec-contact .txt::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204.30933L16.7459%204.30933%22%20stroke%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M9.58594%200.44248L17.3462%204.52684L9.58594%208.40698%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
}
#header .sec-contact .txt::after,
#header .sec-contact:hover .txt::after {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204.30933L16.7459%204.30933%22%20stroke%3D%22white%22%2F%3E%3Cpath%20d%3D%22M9.58594%200.44248L17.3462%204.52684L9.58594%208.40698%22%20stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E') left/contain no-repeat;
}
#header .sec-lang {
	display: flex;
	align-items: center;
	margin-left: 1.4rem;
	font-size: 13px;
}
#header.-anv.-bg .sec-lang,
#header.-anv.-scrolled .sec-lang {
	color: #989898;
}
#header .sec-lang .item + .item {
	position: relative;
	margin-left: 3.2rem;
}
#header .sec-lang .item + .item::before {
	content: "";
	position: absolute;
	left: -1.6rem;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #fff;
	transform: translateY(-50%);
}
#header.-scrolled .sec-lang .item::before,
#header.-bg .sec-lang .item::before {
	background: var(--c-base);
}
#header.-anv .sec-lang .item::before {
	background: #C9C9C9;
}
#header .sec-lang .item[data-stt-active] {
	color: #C9C9C9;
	pointer-events: none;
}
#header.-anv .sec-lang .item[data-stt-active] {
	color: #419BB6;
}
/* TAB */
@media screen and (max-width: 1024px) {
	#header {
		padding: 0 10px;
	}
	#header .sec-logo {
		/* width: 120px; */
		height: 25px;
		min-width: 0;
		flex-shrink: 0;
	}
	#header .sec-box {
		justify-content: flex-end;
	}
	#header .sec-lang .item + .item {
		margin-left: 20px;
	}
	#header .sec-lang .item + .item::before {
		left: -10px;
	}

	#navbtn {
		position: relative;
		width: 50px;
		height: 50px;
		margin-left: 15px;
		cursor: pointer;
	}
	#navbtn span {
		position: absolute;
		left: calc(50% - 15px);
		width: 30px;
		height: 2px;
		background: var(--c-base);
		transition: .3s;
	}
	#navbtn span:nth-child(1) {
		top: calc(50% - 6px);
	}
	#navbtn span:nth-child(2) {
		top: 50%;
	}
	#navbtn span:nth-child(3) {
		top: calc(50% + 6px);
	}
	#navbtn.-active span:nth-child(1) {
		top: 50%;
		transform: rotate(30deg);
	}
	#navbtn.-active span:nth-child(2) {
		opacity: 0;
	}
	#navbtn.-active span:nth-child(3) {
		top: 50%;
		transform: rotate(-30deg);
	}

	#nav {
		position: fixed;
		top: 50px;
		left: 0;
		display: none;
		width: 100%;
		height: 100lvh;
		background: #fff;
		z-index: 99;
		padding: 50px 10rem 100px;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		font-size: 20px;
	}
	#nav::-webkit-scrollbar{
		display: none;
	}
	#nav .sec-list .item {
		position: relative;
		display: block;
		padding-left: 20px;
		font-weight: 500;
	}
	#nav .sec-list .item + .item {
		margin-top: 20px;
	}
	#nav .sec-list .item::before {
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		left: 0;
		width: 9px;
		height: 9px;
		background: var(--c-sub);
		border-radius: 50%;
	}
	#nav .sec-contact {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 50px;
		padding: 6px 20px 6px 0;
		border: 1px solid var(--c-base);
		border-radius: 100px;
		text-align: center;
		z-index: 2;
		overflow: hidden;
		transition: border .3s;
	}
	#nav .sec-contact::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, #40A3C0, #D4D4D4);
		opacity: 0;
		transition: opacity .3s;
		z-index: -1;
	}
	#nav .sec-contact:hover {
		border-color: transparent;
		color: #fff;
	}
	#nav .sec-contact:hover::before {
		opacity: 1;
	}
	#nav .sec-contact .txt {
		position: relative;
	}
	#nav .sec-contact .txt::after {
		content: "";
		position: absolute;
		top: 0;
		left: calc(100% + 15px);
		width: 18px;
		height: 100%;
		background: url(../img/common/arrow-black.svg) left/contain no-repeat;
	}
	#nav .sec-contact:hover .txt::after {
		background-image: url(../img/common/arrow-white.svg);
	}
}
/* SP */
@media screen and (max-width: 768px) {
	#header .sec-inner{
		height: 50px;
	}
	#header .sec-logo {
		width: 100%;
		height: auto;
		max-width: 130px;
		flex-shrink: 1;
	}
	#header .sec-logo h1 {
		width: 100%;
		display: grid;
		grid-template-columns:303fr 94fr;
		align-items: center;
	}
	#header .sec-logo img {
		width: 100%;
		height: 100%;
	}
	#header .sec-lang{
		margin-left: 16px;
	}
	#header .sec-lang .item + .item {
		margin-left: 12px;
	}
	#header .sec-lang .item + .item::before {
		left: -6px;
	}
	#navbtn {
		width: 45px;
		height: 45px;
		margin-left: 0;
	}
}

#footer {
	position: relative;
	padding-top: 170px;
	padding-bottom: 75px;
	background: #F1F1EE;
	z-index: 2;
	overflow: hidden;
}
/* #footer.-anv {
	background: #024890;
	color: #fff;
} */
#footer::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 26px);
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22598%22%20height%3D%22532%22%20viewBox%3D%220%200%20598%20532%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M598%20536L-1%200V536H598Z%22%20fill%3D%22url(%23paint0_linear_2051_9)%22%20fill-opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Ascreen%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2051_9%22%20x1%3D%22405.802%22%20y1%3D%22381.672%22%20x2%3D%22179.729%22%20y2%3D%22448.434%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') left bottom/contain no-repeat;
	pointer-events: none;
}
/* #footer.-anv::before {
	opacity: .4;
} */
#footer::after {
	content: "";
	position: absolute;
	top: -370px;
	right: -28.8rem;
	width: 97.7rem;
	height: 977px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22978%22%20height%3D%22978%22%20viewBox%3D%220%200%20978%20978%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%22468.541%22%20width%3D%22661.225%22%20height%3D%22721%22%20transform%3D%22rotate(-45.1207%200%20468.541)%22%20fill%3D%22url(%23paint0_linear_2054_313)%22%20fill-opacity%3D%220.4%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2054_313%22%20x1%3D%22280.857%22%20y1%3D%22468.542%22%20x2%3D%22169.343%22%20y2%3D%22990.008%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%220.9375%22%20stop-color%3D%22white%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') center/contain no-repeat;
	z-index: -1;
	pointer-events: none;
}
/* #footer.-anv::after {
	opacity: .2;
} */
#footer .sec-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	z-index: 2;
}
#footer .sec-left .logo {
	width: 250px;
	margin-bottom: 15px;
}
#footer .sec-left .text {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
}
#footer .sec-right {
	display: flex;
	flex-wrap: wrap;
	width: 450px;
}
#footer.-anv .sec-right {
	width: 260px;
}
#footer .sec-right .list {
	width: 50%;
}
#footer.-anv .sec-right .list {
	width: 100%;
}
#footer .sec-right .item {
	position: relative;
	display: block;
	padding-left: 15px;
	font-weight: 500;
}
#footer .sec-right .item + .item {
	margin-top: 30px;
}
#footer.-anv .sec-right .item + .item {
	margin-top: 25px;
}
#footer .sec-right .item::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 9px;
	height: 9px;
	background: var(--c-sub);
	border-radius: 50%;
}
#footer .sec-right .btn {
	width: 100%;
	margin-top: 50px;
}
#footer .sec-contact {
	position: relative;
	display: block;
	width: 220px;
	margin-left: auto;
	padding: 6px 15px 6px 0;
	border: 1px solid var(--c-base);
	border-radius: 100px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	z-index: 2;
	overflow: hidden;
	transition: border .3s;
}
#footer .sec-contact::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #40A3C0, #D4D4D4);
	opacity: 0;
	transition: opacity .3s;
	z-index: -1;
}
#footer .sec-contact:hover {
	border-color: transparent;
	color: #fff;
}
#footer .sec-contact:hover::before {
	opacity: 1;
}
#footer .sec-contact .txt {
	position: relative;
	display: inline-block;
}
#footer .sec-contact .txt::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% + 15px);
	width: 18px;
	height: 100%;
	background: url(../img/common/arrow-black.svg) left/contain no-repeat;
}
#footer .sec-contact:hover .txt::after {
	background-image: url(../img/common/arrow-white.svg);
}

#footer .sec-copyright {
	display: block;
	margin-top: 70px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
/* TAB */
@media screen and (max-width: 1024px) {
	#footer {
		padding-top: 80px;
		padding-bottom: 20px;
	}
	#footer .sec-inner {
		justify-content: center;
		text-align: center;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	#footer {
		padding-top: 50px;
	}
	#footer::before {
		height: 50%;
	}
	#footer .sec-copyright {
		margin-top: 40px;
		font-size: 12px;
	}
}

#heading{
  margin-top: 12rem;
  padding: 0 20px;
	overflow: hidden;
}
#heading .sec-inner{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 105px;
  position: relative;
}
#heading .sec-inner::after{
  content: "";
  position: absolute;
  width: 100vw;
  max-height: 410px;
  height: 41rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #F2F2F2 0%, #F9F9F9 100%);
  z-index: -1;
}
#heading.-noimage .sec-inner::after{
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(242, 242, 242, 1) 100%);
}
#heading .sec-inner .bg {
	position: absolute;
	top: 12rem;
	right: 0;
	width: 850px;
	aspect-ratio: 850/330;
	z-index: -1;
}
#heading .sec-inner .bg img {
	transform-origin: top;
}
#heading .sec-title{
  margin-bottom: 16rem;
}
#heading .sec-title .en{
	margin-bottom: 20px;
  font-size: 100px;
  font-weight: 600;
  font-family: var(--ff-en);
  line-height: 1.1;
}
#heading .sec-title .title{
  font-size: 22px;
  font-weight: 700;
  padding-left: 30px;
  margin-left: 20px;
  position: relative;
}
#heading .sec-title .title::before{
  content: "";
  position: absolute;
  width: 19px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--c-sub);
  left: 0;
  top: .5em;
}
#heading .sec-image{
  aspect-ratio: 1600/598;
}
/* TAB */
@media screen and (max-width: 1024px) {
	#heading{
		margin-top: 50px;
	}
	#heading .sec-inner{
		padding-top: 110px;
		padding-bottom: 75px;
	}
	#heading .sec-inner .bg {
		top: 30px;
		right: -20px;
		width: 70vw;
	}
	#heading .sec-title{
		margin-bottom: 110px;
	}
	#heading .sec-title .en{
		font-size: 87px;
	}
	#heading .sec-title .title{
		font-size: 19px;
	}
}
/* SP */
@media screen and (max-width: 768px) {
	#heading .sec-inner{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	#heading .sec-title{
		margin-bottom: 80px;
	}
	#heading .sec-title .en{
		font-size: 15vw;
	}
	#heading .sec-title .title{
		font-size: 17px;
		padding-left: 22px;
		margin-left: 15px;
	}
	#heading .sec-title .title::before{
		width: 14px;
	}
}

/* パンくずリスト */
#breadcrumb{
	margin-top: 15px;
	padding: 0 20px;
}
#breadcrumb .sec-inner{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
#breadcrumb .list{
	display: flex;
	font-size: 14px;
}
#breadcrumb .item{
	position: relative;
}
#breadcrumb .item:not(:nth-last-of-type(1)){
	white-space: nowrap;
}
#breadcrumb .item:nth-last-of-type(1){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
#breadcrumb .item:not(:nth-of-type(1))::before{
	content: "\00a0\00a0\00a0>\00a0\00a0\00a0";
	color: #C6C6C6;
}

/* links */
#links {
  margin-bottom: -37px;
  overflow: hidden;
}
#links .sec-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#links .sec-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 590px;
  color: #fff;
  font-size: 18px;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
}
#links .sec-item:first-child {
  padding-bottom: 37px;
  padding-left: 14.4rem;
}
#links .sec-item:last-child {
  padding-top: 37px;
  padding-left: 16.5rem;
}
#links .sec-item .bg {
  position: absolute;
  top: 0;
  width: calc(100% + 16.5rem);
  height: 100%;
  z-index: -1;
}
#links .sec-item:first-child .bg {
  left: 0;
  clip-path: polygon(0 0, calc(100% - 33rem) 0, calc(100% - 2rem) calc(100% - 37px), 0 calc(100% - 37px));
}
#links .sec-item:last-child .bg {
  right: 0;
  clip-path: polygon(2rem 37px, 100% 37px, 100% 100%, 33rem 100%);
}
#links .sec-item .bg::before,
#links .sec-item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}
#links .sec-item:first-child .bg::before,
#links .sec-item:first-child .bg::after {
  background: #3675C9;
}
#links .sec-item:last-child .bg::before,
#links .sec-item:last-child .bg::after {
  background: #419BB6;
}
#links .sec-item .bg::before {
  mix-blend-mode: multiply;
}
#links .sec-item:hover .bg::after {
  opacity: 0;
}
#links .sec-item .title {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 40px;
  font-family: var(--ff-en);
  font-size: 40px;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .07em;
}
#links .sec-item .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 2px;
  background: #fff;
}
#links .sec-item .arw {
  position: absolute;
  top: calc(50% - 7rem);
  left: 68.3rem;
  width: 14rem;
  height: 14rem;
  border: .2rem solid #fff;
  border-radius: 50%;
  transition: background .3s;
}
#links .sec-item:first-child .arw {
  transform: translateY(-18px);
}
#links .sec-item:last-child .arw {
  transform: translateY(18px);
}
#links .sec-item:hover .arw {
  background: #fff;
}
#links .sec-item .arw::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.8rem);
  width: 3.8rem;
  height: 100%;
  background: url(../img/common/arrow-white.svg) center/contain no-repeat;
}
#links .sec-item:hover .arw::before {
  background-image: url(../img/common/arrow-blue.svg);
}
/* TAB */
@media screen and (max-width: 1024px) {
  #links {
    margin-bottom: 0;
  }
  #links .sec-inner {
    display: block;
  }
  #links .sec-item {
    height: auto;
    /* min-height: 300px; */
    padding: 80px 20px !important;
  }
  #links .sec-item .bg {
    clip-path: none !important;
  }
  #links .sec-item .bg::after {
    opacity: .2;
  }
  #links .sec-item .arw {
    top: calc(50% - 30px);
    left: auto;
    right: 20px;
    width: 60px;
    height: 60px;
    transform: none !important;
  }
  #links .sec-item .arw::before {
    left: 35%;
    width: 30%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #links .sec-item {
    padding: 50px 20px !important;
  }
  #links .sec-item .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  #links .sec-item .arw {
    top: calc(50% - 75px);
  }
}



/* news */
#news .sec-inner {
  max-width: 1126px;
  margin: 0 auto;
}
#news .sec-title {
  margin-bottom: 60px;
}
#news .sec-box {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 0 6rem;
  margin-bottom: 40px;
}
#news .sec-cats .item {
  position: relative;
  display: block;
  padding: 8px;
  background: var(--c-grad);
  border-radius: 100px;
  overflow: hidden;
  z-index: 2;
  color: #858585;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  transition: color .3s;
}
#news .sec-cats .item:hover,
#news .sec-cats .item.-active {
  color: #fff;
}
#news .sec-cats .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECECEC;
  z-index: -1;
  transition: opacity .3s;
}
#news .sec-cats .item:hover::before {
  opacity: 0;
}
#news .sec-cats .item.-active::before {
	opacity: 0;
}
#news .sec-cats .item + .item {
  margin-top: 22px;
}
#news .sec-list .item {
  position: relative;
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 20px 12px;
  padding: 54px 40px 54px 0;
  border-bottom: 2px solid #DCDCDC;
  font-weight: 500;
}
#news .sec-list .item:first-child {
  border-top: 2px solid #DCDCDC;
}
#news .sec-list .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 15px;
  transition: opacity .3s;
}
#news .sec-list .date {
  font-family: var(--ff-en);
  font-size: 17px;
  line-height: 1;
}
#news .sec-list .title {
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  max-width: 420px;
  line-height: 2;
  transition: opacity .3s;
}
#news .sec-list .item:hover .info,
#news .sec-list .item:hover .title {
  opacity: .7;
}
#news .sec-list .arw {
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
  width: 37px;
  height: 37px;
  background: var(--c-grad);
  border-radius: 50%;
  overflow: hidden;
}
#news .sec-list .arw::before,
#news .sec-list .arw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .sec-list .arw::before {
  background: linear-gradient(to right, #484848, #9F9F9F);
  opacity: 1;
  transition: opacity .3s;
}
#news .sec-list .item:hover .arw::before {
  opacity: 0;
}
#news .sec-list .arw::after {
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.707031%200.707031L5.20703%205.20703L0.707031%209.70703%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') 57% center/20% no-repeat;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #news .sec-title {
    margin-bottom: 30px;
  }
  #news .sec-box {
    display: block;
  }
  #news .sec-cats {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto 40px;
    white-space: nowrap;
  }
  #news .sec-cats .item {
    margin: 0 !important;
  }
  #news .sec-list .item {
    grid-template-columns: 1fr;
    padding: 30px 60px 30px 0;
  }
  #news .sec-list .info {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #news .sec-list .date {
    font-size: 14px;
  }
  #news .sec-list .title {
    max-width: 100%;
    line-height: 1.5;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #news .sec-cats {
    gap: 8px;
  }
  #news .sec-cats .item {
    min-width: calc(50% - 4px);
    padding: 5px 8px;
  }
  #news .sec-list .item {
    padding: 15px 40px 15px 0;
    gap: 15px;
  }
  #news .sec-list .info {
    gap: 5px 10px;
  }
  #news .sec-list .title {
    font-size: 14px;
  }
  #news .sec-list .arw {
    width: 28px;
    height: 28px;
  }
}

#page {
	padding-top: 100px;
	padding-bottom: 100px;
}
#page .sec-title {
	margin-bottom: 50px;
}