@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .fixBox {
	position: sticky;
	top: 0;
	left: 0;
	height: 100dvh;
	overflow: hidden;
}
#main .fixBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(137deg, #011473 33.59%, rgba(0, 89, 255, 0.95) 51.26%, rgba(0, 132, 255, 0.90) 53.83%, rgba(0, 149, 255, 0.85) 58.68%, rgba(0, 180, 255, 0.00) 73.2%);
	content: '';
	z-index: 5;
}
#main .fixBox .videoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .fixBox .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .fixBox .photoBox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
#main .fixBox .photo {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
#main .fixBox .photo img {
	width: 100%;
	border-radius: 1.5rem;
}
#main .fixBox .photoBox01 {
	top: 10.3vh;
}
#main .fixBox .photoBox01 .photo img {
	width: min(48.8rem,52.5vh);
}
#main .fixBox .photoBox02 {
	top: 32.4vh;
	z-index: 11;
}
#main .fixBox .photoBox02 .photo {
    left: 31.65%;
}
#main .fixBox .photoBox02 .photo img {
	width: min(27.7rem,29.78vh);
}
#main .fixBox .photoBox03 {
	top: 16.9vh;
}
#main .fixBox .photoBox03 .photo {
    left: 41.35%;
}
#main .fixBox .photoBox03 .photo img {
	width: min(31.6rem,33.97vh);
}
#main .fixBox .photoBox04 {
	top: 46vh;
}
#main .fixBox .photoBox04 .photo {
    left: 55.45%;
}
#main .fixBox .photoBox04 .photo img {
	width: min(24.5rem,26.4vh);
}
#main .fixBox .photoBox05 {
	top: 12.6vh;
}
#main .fixBox .photoBox05 .photo {
    left: 65.2%;
}
#main .fixBox .photoBox05 .photo img {
	width: min(52.9rem,56.9vh);
}
#main .fixBox .photoBox06 {
	top: 61.9vh;
}
#main .fixBox .photoBox06 .photo {
    left: 1.2%;
}
#main .fixBox .photoBox06 .photo img {
	width: min(22.1rem,23.76vh);
}
#main .fixBox .photoBox07 {
	top: 72.5vh;
}
#main .fixBox .photoBox07 .photo {
    left: 28.8%;
}
#main .fixBox .photoBox07 .photo img {
	width: min(16.5rem,17.74vh);
}
#main .fixBox .photoBox08 {
	top: 78.6vh;
}
#main .fixBox .photoBox08 .photo {
    left: 67.45%;
}
#main .fixBox .photoBox08 .photo img {
	width: min(22.2rem,23.87vh);
}
#main .mainVisual {
	margin-top: -100dvh;
	padding: 44.2rem 0 2rem;
	position: relative;
	z-index: 5;
}
#main .mainVisual h1 {
	padding: 0 18.5rem 0 2rem;
	margin: 0 auto;
	max-width: 124.7rem;
	box-sizing: content-box;
}
#main .mainVisual address {
	width: 31.1rem;
	height: 2rem;
	position: absolute;
	bottom: 18rem;
	left: 7.1rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 500;
	transform: rotate(90deg);
    transform-origin: left top;
}
#main .mainVisual address::before {
	margin-top: -2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -13.3rem;
	width: 11.4rem;
	height: 1px;
	background: #FFF;
	content: '';
}
#main .mainVisual .scrollBox {
	position: absolute;
	bottom: 3.6rem;
	right: 7.8rem;
	width: 20.3rem;
}
#main .mainVisual .scrollBox a {
	padding: 0 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 5.2rem;
	background: #FFF;
	border-radius: 4rem;
	position: relative;
}
#main .mainVisual .scrollBox a:hover {
	opacity: 0.6;
}
#main .mainVisual .scrollBox a .out {
	padding-right: 3.5rem;
	overflow: hidden;
}
#main .mainVisual .scrollBox a .text {
	display: block;
	color: #FF8400;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}
#main .mainVisual .scrollBox a .text .sub {
	display: block;
	width: 21rem;
}
#main .mainVisual .scrollBox a::before {
	position: absolute;
	top: 1.6rem;
	right: 2.8rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #FF8400;
	content: '';
	opacity: 0;
  	animation: fadeRollDown 2.5s ease-in-out infinite;
}
@keyframes fadeRollDown {
	0% {
	  opacity: 0;
	  transform: translateY(0);
	}
	10% {
	  opacity: 1;
	  transform: translateY(0);
	}
	50% {
	  opacity: 1;
	  transform: translateY(1rem); /* Roll down 10px */
	}
	90% {
	  opacity: 0;
	  transform: translateY(1rem);
	}
	100% {
	  opacity: 0;
	  transform: translateY(0);
	}
}
#main .topBox {
	padding-top: 29.7rem;
	position: relative;
	overflow: hidden;
}
#main .topBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/bg01.webp) no-repeat center top / 100% 100%;
	content: '';
	backdrop-filter: blur(5px);
	z-index: 5;
}
#main .topBox .inner {
	margin: 0 auto;
	max-width: 125.6rem;
	position: relative;
	z-index: 6;
}
#main .topBox .inner .hTitle {
	padding-top: 16rem;
	position: absolute;
	top: -14rem;
	right: 0;
	color: #FFF;
	font-size: 9.2rem;
	font-weight: 700;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.12;
	letter-spacing: -0.03em;
}
#main .topBox .inner .hTitle::before {
	position: absolute;
	top: 0;
	right: 5.3rem;
	width: 1px;
	height: 13.3rem;
	background: #FFF;
	content: '';
}
#main .topBox .inner .hTitle .sub {
	margin-top: 4.8rem;
}
#main .topBox .subInner {
	margin: 0 auto;
	width: 57.5rem;
}
#main .topBox .textBox {
	margin-bottom: 8.4rem;
}
#main .topBox .textBox .text {
	margin-bottom: 6rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.4;
}
#main .topBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .topBox .subInner .comBtn {
	margin: 0;
}
#main .topBox .subInner .comLinkText.style01 {
	margin-left: 0;
	width: 27.5rem;
}
#main .topBox .subInner .comLinkText.style01 .text {
	font-size: 2.2rem;
}
#main .topBox .subInner .comLinkText.style01 .bg {
	width: 10rem;
	height: 6.3rem;
	background: #FF8400;
}
#main .topBox .subInner .comLinkText.style01 .comArrow {
	right: 4rem;
}
#main .topBox .subInner .comLinkText.style01 .comArrow .arrow {
	background-image: url(../img/common/icon02.webp);
}
@media all and (min-width: 897px) {
	#main .topBox .subInner .comHover:hover .comLinkText.style01 .bg {
		background: #0080FF;
	}
}
#main .topBox .videoLink {
	margin: 19.7rem auto 0;
	width: 79.5rem;
	box-sizing: content-box;
}
#main .topBox .videoLink a {
	min-height: 53.1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/index/video_photo01.webp) no-repeat center center / cover;
	border-radius: 1.6rem;
	overflow: hidden;
}
#main .topBox .videoLink a .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .topBox .videoLink a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
#main .topBox .videoLink a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	mix-blend-mode: multiply;
	content: '';
	transition: all 0.3s ease;
	z-index: 5;
}
#main .topBox .videoLink a .arrow {
	position: relative;
	z-index: 5;
	width: 9.7rem;
	height: 9.7rem;
	background: url(../img/common/icon13.webp) no-repeat center left calc(50% + 0.1rem) / 1.2rem;
	z-index: 6;
}
#main .topBox .videoLink a .arrow::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
	content: '';
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
@media all and (min-width: 897px) {
	#main .topBox .videoLink a:hover .photo img {
		transform: scale(1.07);
	}
	#main .topBox .videoLink a:hover::before {
		opacity: 0;
	}
	#main .topBox .videoLink a:hover .arrow::before {
		transform: scale(0.77);
	}
}
#main .topBox .enImg {
	position: absolute;
	bottom: 13.5rem;
	left: 0;
	z-index: 5;
}
#main .topBox .enImg img {
	margin-right: 2rem;
	display: block;
	width: 233.8rem;
	max-width: inherit;
}
#main .comBox {
	margin-top: -18.7rem;
	padding-top: 33.1rem;
}
#main .interview {
	margin-bottom: 16.8rem;
}
#main .interview .hTitle {
	margin-bottom: -14rem;
}
#main .interview .hTitle .en {
	margin-bottom: -0.6rem;
	display: block;
	font-family: "Instrument Sans", sans-serif;
	color: #0620A3;
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.2;
}
#main .interview .hTitle .jp {
	font-size: 2.2rem;
	font-weight: 700;
}
#main .interview .textArea {
	margin: 0 0 5.6rem auto;
	width: fit-content;
}
#main .interview .textArea .text {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.75;
}
#main .minutes {
	padding: 20.4rem 0 0;
	min-height: 111.9rem;
	background: url(../img/index/bg02.webp) no-repeat center center / cover;
	border-radius: 4.8rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#main .minutes .inner .lBox {
	padding-top: 0.9rem;
	width: 45rem;
}
#main .minutes .inner .lBox .en {
	margin-bottom: 10.2rem;
	color: #FFF;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}
#main .minutes .inner .lBox .hTitle {
	margin-bottom: 4.1rem;
	color: #FFF;
	font-size: 6.6rem;
	font-weight: 700;
	line-height: 1.05;
}
#main .minutes .inner .lBox .hTitle .big {
	margin-right: 0.5rem;
	font-size: 12.8rem;
	font-weight: 500;
	font-family: "Roboto Condensed", sans-serif;
	vertical-align: -1.6rem;
}
#main .minutes .inner .lBox > .text {
	margin-bottom: 11.3rem;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.75;
	font-weight: 500;
}
#main .minutes .inner .lBox .comBtn {
	margin: 0;
}
#main .minutes .inner .lBox .comBtn .comLinkText .text {
	color: #FFF;
}
#main .minutes .inner .lBox .comBtn .comLinkText .bg {
	background: #FFF;
}
#main .minutes .inner .lBox .comBtn .comLinkText .comArrow .arrow {
	background-image: url(../img/common/icon14.webp);
}
@media all and (min-width: 897px) {
	#main .minutes .inner .lBox .comBtn .comHover:hover .comLinkText .bg {
		background: #FF8400;
	}
	#main .minutes .inner .lBox .comBtn .comHover:hover .comLinkText .comArrow .arrow {
		background-image: url(../img/common/icon02.webp);
	}
}
#main .minutes .comNumberList {
	width: 104.2rem;
}
#main .minutes .enImg {
	position: absolute;
	bottom: -0.3rem;
	left: 0;
	mix-blend-mode: plus-lighter;
}
#main .minutes .enImg img {
	width: 172.3rem;
	max-width: inherit;
}
#main .culture {
	padding: 17.7rem 0 20rem;
}
#main .culture .topArea {
	margin-bottom: 8rem;
	padding-bottom: 6.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
}
#main .culture .topArea .rBox {
	margin-top: 7.8rem;
	width: calc(100% - 62rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .culture .topArea .rBox .text {
	font-size: 2rem;
	font-weight: 500;
}
#main .culture .topArea .rBox .comLink {
	margin: 0;
	width: 25.2rem;
}
#main .culture .topArea .rBox .comLink a {
	padding: 0 6rem 0 10rem;
	min-height: 6.4rem;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/common/icon07.webp) no-repeat right 3.1rem center / 1.4rem,url(../img/common/icon15.webp) no-repeat left 3.2rem center / 5.3rem;
	background-color: #141516;
}
#main .culture .photoList > ul {
	gap: 5.6rem;
}
#main .culture .photoList li {
	width: calc((100% - 11.2rem) / 3);
}
#main .culture .photoList li a {
	display: block;
}
#main .culture .photoList li .photo {
	margin-bottom: 3.3rem;
	position: relative;
	overflow: hidden;
	border-radius: 0.4rem;
}
#main .culture .photoList li .photo img {
	transition: all 0.3s ease;
}
#main .culture .photoList li .photo::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #D9D9D9;
	content: '';
	box-sizing: border-box;
	z-index: 5;
	border-radius: 0.4rem;
}
#main .culture .photoList li .text {
	margin-bottom: 2.3rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .culture .photoList li .peopleBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .culture .photoList li .peopleBox .picImg {
	width: 4.2rem;
	aspect-ratio: 1 / 1;
}
#main .culture .photoList li .peopleBox .picImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
#main .culture .photoList li .peopleBox .rBox {
	width: calc(100% - 5.8rem);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#main .culture .photoList li .peopleBox .rBox .name {
	margin-right: 2.3rem;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .culture .photoList li .peopleBox .rBox time {
	padding-left: 2.5rem;
	position: relative;
	width: 8rem;
	display: block;
	color: #969696;
	font-size: 1.6rem;
	font-weight: 500;
}
#main .culture .photoList li .peopleBox .rBox time::before {
	position: absolute;
	top: 0.3rem;
	left: 0;
	bottom: 0.3rem;
	width: 1px;
	background: #D9D9D9;
	content: '';
}
@media all and (min-width: 897px) {
	#main .culture .photoList li a:hover .photo img {
		transform: scale(1.09);
	}
}
#main .outLinkArea {
	margin-bottom: 20rem;
}
#main .outLinkArea .linkList {
	margin-bottom: 8rem;
}
#main .outLinkArea .linkList li {
	width: calc((100% - 6.4rem) / 2);
}
#main .outLinkArea .linkList li a {
	padding: 7.4rem 18rem 3rem 7.2rem;
	min-height: 35.6rem;
	display: block;
	position: relative;
	background: url(../img/index/link_bg.webp) no-repeat center center / cover;
	border-radius: 1.6rem;
	z-index: 1;
}
#main .outLinkArea .linkList li .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 50rem;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease;
}
#main .outLinkArea .linkList li .text {
	font-weight: 500;
	line-height: 1.75;
	transition: all 0.3s ease;
}
@media all and (min-width: 897px) {
	#main .outLinkArea .linkList li a:hover {
		background: #0620A3;
	}
	#main .outLinkArea .linkList li a:hover .headLine07 {
		color: #FFF;
	}
	#main .outLinkArea .linkList li a:hover .headLine07 .jp::before {
		background: #FFF;
	}
	#main .outLinkArea .linkList li a:hover .photo {
		opacity: 1;
		visibility: visible;
	}
	#main .outLinkArea .linkList li a:hover .text {
		color: #FFF;
	}
}
#main .environment {
	padding: 20.8rem 0 24.1rem;
	background: url(../img/index/environment_bg.webp) no-repeat center bottom / cover;
}
#main .environment .linkList {
	gap: 14rem;
}
#main .environment .linkList li {
	width: calc((100% - 28rem) / 3);
}
#main .environment .linkList li a {
	padding-bottom: 2rem;
	display: block;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#main .environment .linkList li .title {
	margin-bottom: 0.7rem;
	font-size: 1.9rem;
	font-weight: 700;
	display: block;
}
#main .environment .linkList li .en {
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.052rem;
}
#main .environment .linkList li .comOutArrow {
	right: 0;
	top: 0.4rem;
	border-color: #FFF;
	background: #FFF;
}
#main .environment .linkList li .comOutArrow .comArrow .arrow {
	background-image: url(../img/common/icon06.webp);
}
@media all and (min-width: 897px) {
	#main .environment .linkList li a:hover .comOutArrow {
		background: #141516;
		border-color: #141516;
	}
	#main .environment .linkList li a:hover .comOutArrow .comArrow .arrow {
		background-image: url(../img/common/icon02.webp);
	}
}
.popBox {
	margin: 0 auto;
	max-width: 85.2rem;
	aspect-ratio: 16 / 9;
	position: relative;
}
.popBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mfp-close {
	color: #FFF !important;
    top: -5rem !important;
    font-size: 4rem;
    opacity: 1;
    right: -1rem;
	width: 4.4rem;
	height: 4.4rem;
	line-height: 4.4rem;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0;
	max-height: 100%;
}
.mfp-content {
	padding: 12rem 2rem;
}
@media all and (min-width: 897px) {
	.mfp-close:hover {
		opacity: 0.6;
	}
}
@media all and (min-width: 897px) and (max-width: 1700px) {
	#main .mainVisual h1 {
		max-width: 110rem;
	}
}
@media all and (max-width: 896px) {
	#main .fixBox::before {
		background: linear-gradient(158deg, #011473 11.42%, rgba(0, 89, 255, 0.95) 25.97%, rgba(0, 132, 255, 0.90) 34.34%, rgba(0, 149, 255, 0.85) 39.83%, rgba(0, 180, 255, 0.00) 56.27%);
	}
	#main .fixBox .photo {
		width: 104rem;
	}
	#main .fixBox .photo img {
		border-radius: 0.8rem;
	}
	#main .fixBox .photoBox01 {
		top: 13.6vh;
	}
	#main .fixBox .photoBox01 .photo img {
		width: min(27.2rem,45.25vh);
	}
	#main .fixBox .photoBox02 {
		top: 32.6vh;
	}
	#main .fixBox .photoBox02 .photo {
		left: 34rem;
	}
	#main .fixBox .photoBox02 .photo img {
		width: min(15.4rem,25.6vh);
	}
	#main .fixBox .photoBox03 {
		top: 19.3vh;
	}
	#main .fixBox .photoBox03 .photo {
		left: 44.3rem;
	}
	#main .fixBox .photoBox03 .photo img {
		width: min(17.6rem,29.28vh);
	}
	#main .fixBox .photoBox04 {
		top: 44.5vh;
	}
	#main .fixBox .photoBox04 .photo {
		left: 59.4rem;
	}
	#main .fixBox .photoBox04 .photo img {
		width: min(13.6rem,22.62vh);
	}
	#main .fixBox .photoBox05 {
		top: 15.5vh;
	}
	#main .fixBox .photoBox05 .photo {
		left: 69.8rem;
	}
	#main .fixBox .photoBox05 .photo img {
		width: min(29.5rem,49.08vh);
	}
	#main .fixBox .photoBox06 {
		top: 58vh;
	}
	#main .fixBox .photoBox06 .photo {
		left: 1.3rem;
	}
	#main .fixBox .photoBox06 .photo img {
		width: min(12.3rem,20.46vh);
	}
	#main .fixBox .photoBox07 {
		top: 67.2vh;
	}
	#main .fixBox .photoBox07 .photo {
		left: 30.9rem;
	}
	#main .fixBox .photoBox07 .photo img {
		width: min(9.2rem,15.3vh);
	}
	#main .fixBox .photoBox08 {
		top: 72.6vh;
	}
		#main .fixBox .photoBox08 .photo {
			left: 72.2rem;
		}
	#main .fixBox .photoBox08 .photo img {
		width: min(12.4rem,20.63vh);
	}
	#main .mainVisual {
		margin-bottom: 5.3rem;
		padding: 32.8rem 0 7.4rem;
	}
	#main .mainVisual h1 {
		padding: 0 0rem 0 2rem;
		margin: 0 auto;
		max-width: 25.2rem;
	}
	#main .mainVisual address {
		width: auto;
		height: auto;
		position: absolute;
		bottom: 13.3rem;
        left: 3.4rem;
		color: #FFF;
		font-size: 1rem;
	}
	#main .mainVisual address::before {
		margin-top: 0;
		left: -5.5rem;
		width: 4.8rem;
	}
	#main .mainVisual address .sub {
		vertical-align: -0.1rem;
	}
	#main .mainVisual .scrollBox {
		bottom: 0;
		right: 2.7rem;
		width: 14.8rem;
	}
	#main .mainVisual .scrollBox a {
		padding: 0 3rem;
		min-height: 3.8rem;
	}
	#main .mainVisual .scrollBox a .out {
		padding: 0.2rem 1.5rem 0 0;
	}
	#main .mainVisual .scrollBox a .text {
		font-size: 1.3rem;
	}
	#main .mainVisual .scrollBox a .text .sub {
		width: 15.5rem;
	}
	#main .mainVisual .scrollBox a::before {
		top: 1.2rem;
		right: 2rem;
		width: 0.7rem;
		height: 0.7rem;
	}
	@keyframes fadeRollDown {
		0% {
		opacity: 0;
		transform: translateY(0);
		}
		10% {
		opacity: 1;
		transform: translateY(0);
		}
		50% {
		opacity: 1;
		transform: translateY(0.7rem); /* Roll down 10px */
		}
		90% {
		opacity: 0;
		transform: translateY(0.7rem);
		}
		100% {
		opacity: 0;
		transform: translateY(0);
		}
	}
	#main .topBox {
		padding-top: 0;
	}
	#main .topBox::before {
		background: url(../img/index/bg01_sp.webp) no-repeat center top / 100% 100%;
	}
	#main .topBox .inner {
		margin: 0;
		max-width: inherit;
	}
	#main .topBox .inner .hTitle {
		margin: 0 auto 6.1rem;
		width: fit-content;
		padding-top: 5.9rem;
		position: relative;
		right: auto;
		top: auto;
		font-size: 3.17rem;
		line-height: 1.12;
		letter-spacing: -0.03em;
	}
	#main .topBox .inner .hTitle::before {
		top: 0;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 4.5rem;
	}
	#main .topBox .inner .hTitle .sub {
		margin-top: 1.6rem;
	}
	#main .topBox .subInner {
		margin: 0 auto;
		width: 24.6rem;
	}
	#main .topBox .textBox {
		margin-bottom: 4.8rem;
	}
	#main .topBox .textBox .text {
		margin-bottom: 2.1rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.59;
	}
	#main .topBox .subInner .comBtn {
		margin: 0;
	}
	#main .topBox .subInner .comLinkText.style01 {
		margin-left: 0;
		width: fit-content;
	}
	#main .topBox .subInner .comLinkText.style01 .text {
		margin-right: 0.7rem;
		font-size: 1.3rem;
	}
	#main .topBox .subInner .comLinkText.style01 .bg {
		width: 4.4rem;
		height: 2.8rem;
	}
	#main .topBox .subInner .comLinkText.style01 .comArrow {
		right: 1.7rem;
		width: 1rem;
	}
	#main .topBox .videoLink {
		margin: 11.8rem auto 0;
		width: 28.1rem;
	}
	#main .topBox .videoLink a {
		min-height: 18.6rem;
		background: url(../img/index/video_photo01.webp) no-repeat center center / cover;
		border-radius: 0.6rem;
	}
	#main .topBox .videoLink a .arrow {
		width: 3.4rem;
		height: 3.4rem;
		background-size: 0.6rem;
	}
	#main .topBox .enImg {
		bottom: 16.5rem;
	}
	#main .topBox .enImg img {
		margin-right: 2rem;
		width: 80rem;
	}
	#main .comBox {
		margin-top: -6.5rem;
		padding-top: 13.2rem;
		border-radius: 2.4rem 2.4rem 0 0;
	}
	#main .interview {
		margin-bottom: 11.3rem;
	}
	#main .interview .hTitle {
		margin-bottom: 5.2rem;
		text-align: center;
	}
	#main .interview .hTitle .en {
		margin-bottom: 0.7rem;
		font-size: 3.8rem;
	}
	#main .interview .hTitle .jp {
		font-size: 1.4rem;
	}
	#main .interview .textArea {
		margin: 0;
		width: auto;
	}
	#main .interview .textArea .text {
		font-size: 1.2rem;
		text-align: center;
	}
	#main .interview .comSlideArea .photoBox .photo {
		aspect-ratio: 204 / 276;
	}
	#main .minutes {
		padding: 10.8rem 0 0;
		min-height: 88.6rem;
		background-image: url(../img/index/bg02_sp.webp);
		border-radius: 2.4rem;
	}
	#main .minutes .inner {
		display: block;
	}
	#main .minutes .inner .lBox {
		padding-top: 0.9rem;
		width: auto;
	}
	#main .minutes .inner .lBox .en {
		margin-bottom: 3.7rem;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
		text-align: center;
	}
	#main .minutes .inner .lBox .hTitle {
		margin-bottom: 3.4rem;
		font-size: 2.8rem;
		text-align: center;
		line-height: 1;
	}
	#main .minutes .inner .lBox .hTitle .big {
		margin-right: 0.3rem;
		font-size: 5.4rem;
		vertical-align: -0.7rem;
	}
	#main .minutes .inner .lBox > .text {
		margin-bottom: 5.2rem;
		font-size: 1.2rem;
		text-align: center;
	}
	#main .minutes .comNumberList {
		margin: 0 auto 5.7rem;
		width: auto;
		max-width: 33.5rem;
	}
	#main .minutes .comNumberList li .photoArea02 .num01 {
		top: -0.4rem;
        left: auto;
        right: 3.7rem;
    }
	#main .minutes .comNumberList li .photoArea02 .num02 {
		top: 0.7rem;
        left: 3.2rem;
        letter-spacing: -0.1rem;
    }
	#main .minutes .comBtn .text {
		color: #FFF;
	}
	#main .minutes .comBtn .comLinkText .bg {
		background: #FFF;
	}
	#main .minutes .comBtn .comLinkText .comArrow .arrow {
		background-image: url(../img/common/icon14.webp);
	}
	#main .minutes .enImg {
		bottom: -0.3rem;
	}
	#main .minutes .enImg img {
		width: 65rem;
	}
	#main .culture {
		padding: 10.9rem 0 12rem;
	}
	#main .culture .topArea {
		margin-bottom: 6.4rem;
		padding-bottom: 0;
		display: block;
		border-bottom: none;
	}
	#main .culture .topArea .rBox {
		margin-top: 0;
		width: auto;
		display: block;
	}
	#main .culture .topArea .rBox .text {
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.75;
	}
	#main .culture .comLink {
		margin: 0 auto;
		width: 17.2rem;
	}
	#main .culture .comLink a {
		padding: 0 4rem 0 6.6rem;
		min-height: 4.4rem;
		font-size: 1.02rem;
		font-weight: 500;
		font-family: "Noto Sans JP", sans-serif;
		background: url(../img/common/icon07.webp) no-repeat right 2.2rem center / 1rem,url(../img/common/icon15.webp) no-repeat left 2.2rem center / 3.6rem;
		background-color: #141516;
	}
	#main .culture .photoList {
		margin: 0 -2rem 6.4rem;
		padding: 0 21%;
	}
	#main .culture .photoList > ul {
		gap: inherit;
		flex-wrap: nowrap;
	}
	#main .culture .photoList li {
		margin: 0;
		width: auto;
	}
	#main .culture .photoList li .photo {
		margin-bottom: 1.6rem;
	}
	#main .culture .photoList li .photo img {
		width: 100%;
	}
	#main .culture .photoList li .text {
		margin-bottom: 1.5rem;
		font-size: 1.2rem;
	}
	#main .culture .photoList li .peopleBox .picImg {
		width: 3.4rem;
	}
	#main .culture .photoList li .peopleBox .rBox {
		width: calc(100% - 4.6rem);
	}
	#main .culture .photoList li .peopleBox .rBox .name {
		margin-right: 1.1rem;
		font-size: 1.2rem;
	}
	#main .culture .photoList li .peopleBox .rBox time {
		padding-left: 1.3rem;
		width: 6rem;
		font-size: 1.3rem;
	}
	#main .culture .photoList li .peopleBox .rBox time::before {
		top: 0.2rem;
	}
	#main .outLinkArea {
		margin-bottom: 12rem;
	}
	#main .outLinkArea .linkList {
		margin-bottom: 4rem;
		display: block;
	}
	#main .outLinkArea .linkList li {
		margin-bottom: 0.8rem;
		width: auto;
	}
	#main .outLinkArea .linkList li:last-child {
		margin-bottom: 0;
	}
	#main .outLinkArea .linkList li a {
		padding: 4.5rem 11rem 3rem 4.4rem;
		min-height: 23.4rem;
		background-image: url(../img/index/link_bg_sp.webp);
		border-radius: 1rem;
	}
	#main .outLinkArea .linkList li .photo {
		display: none;
	}
	#main .outLinkArea .linkList li .text {
		font-size: 1.09rem;
	}
	#main .outLinkArea .bannerBox img {
		width: 100%;
	}
	#main .environment {
		padding: 6.6rem 0 11.4rem;
		background-image: url(../img/index/environment_bg_sp.webp);
	}
	#main .environment .linkList {
		display: block;
	}
	#main .environment .linkList li {
		width: auto;
	}
	#main .environment .linkList li a {
		padding: 2rem 2rem 2rem;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#main .environment .linkList li:first-child a {
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	#main .environment .linkList li .title {
		margin-bottom: 0.7rem;
		font-size: 1.47rem;
	}
	#main .environment .linkList li .en {
		font-size: 1rem;
		letter-spacing: 0.04rem;
	}
	#main .environment .linkList li .comOutArrow {
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
		width: 3.4rem;
		height: 2.2rem;
	}
	#main .environment .linkList li .comOutArrow .comArrow {
		right: 1.2rem;
		width: 0.8rem;
	}
	.mfp-close {
		top: -4rem !important;
		font-size: 3rem;
	}
}