/* block */
.block-head {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 45px;
}

.block-head .block-tag {
	margin-right: 20px;
}

.block-head h2 {
	font-size: 42px;
	font-weight: 700;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {
	.block-head {
		flex-direction: column;
		margin: 0 0 35px;
	}

	.block-head .block-tag {
		margin: 0 0 15px;
	}

	.block-head h2 {
		font-size: 32px;
	}
}

/* more-btn */
.more-btn {
	border: 1px solid #363636;
	border-radius: 50px;
	height: 56px;
	margin: 55px auto 0;
	width: 100%;
	max-width: max-content;
}

.more-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	padding: 0 25px;
	width: 100%;
}

.more-btn a::after {
	background: url(../images/icon-arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 14px;
	margin-left: 20px;
	width: 14px;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {}

/* mv */
.mv {
	background: url(../images/mv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	height: 720px;
	width: 100%;
}

.mv-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	margin: 0 auto;
	width: 90%;
}

.mv-inner h1 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.8em;
}

@media screen and (max-width: 968px) {
	.mv {
		height: 445px;
	}

	.mv-inner h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 768px) {
	.mv {
		height: 275px;
	}

	.mv-inner h1 {
		font-size: 32px;
	}
}

/* message */
.message {
	background: url(../images/message-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 65px 0 15vw;
	position: relative;
}

.message-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	position: relative;
}

.message-card__image {
	margin-left: -2%;
	width: 55%;
	z-index: 1;
}

.message-body {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	right: 1%;
	width: 52%;
}

.message-card {
	background: #fff;
	border-radius: 20px;
	filter: drop-shadow(10px 20px 20px rgb(255 255 255));
	padding: 100px 65px 65px;
	position: relative;
	width: 100%;
	width: 100%;
	max-width: 654px;
}

.message-card__body span {
	color: var(--main-theme-color2);
	font-weight: 700;
}

.message-tag {
	position: absolute;
	left: -10px;
	top: 25px;
}

.message-card__head {
	margin: 0 0 20px;
}

.message-card__head h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.8em;
}

.message-card__body p {
	font-size: 20px;
	font-weight: 500;
	line-height: 2.5em;
}

.message-card__logo {
	margin: 25px auto 0;
	width: 100%;
	max-width: 230px;
}

@media screen and (max-width: 1068px) {
	.message-card {
		padding: 100px 25px 35px;
	}
}

@media screen and (max-width: 968px) {
	.message-card__head h2 {
		font-size: 36px;
	}

	.message-card__body p {
		font-size: 18px;
		line-height: 2.2em;
	}
}

@media screen and (max-width: 768px) {
	.message-inner {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.message-card__image {
		margin-left: -2%;
		width: 95%;
	}

	.message-body {
		margin: 0 auto 25px;
		right: 0;
		width: 90%;
	}

	.message-card {
		padding: 65px 20px 30px;
		width: 100%;
		max-width: none;
	}

	.message-card__head h2 {
		font-size: 28px;
	}

	.message-card__body p {
		font-size: 16px;
	}
}

/* block-tag */
.block-tag {
	border-radius: 2px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 1px;
	height: 44px;
	padding: 0 25px;
	width: 100%;
	max-width: max-content;
}

.blue {
	background: var(--main-theme-color1);
}

.orange {
	background: var(--main-theme-color2);
}

@media screen and (max-width: 768px) {
	.block-tag {
		font-size: 18px;
		height: 28px;
	}
}

/* newarrival */
.newarrival {
	background: url(../images/newarrival-bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin: -8vw 0;
	padding: 16vw 0;
	position: relative;
	z-index: 1;
}

.newarrival-inner {
	margin: 0 auto;
	width: 95%;
	max-width: var(--sub-column);
}

.newarrival-item {
	border-bottom: 1px solid #363636;
}

.newarrival-item a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 75px 20px 0;
	position: relative;
}

.newarrival-item a::after {
	background: url(../images/icon-circle-arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 40px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
}

.newarrival-date {
	font-family: var(--ft-poppin);
	font-size: 16px;
	font-weight: 500;
	position: relative;
	top: 2px;
	width: 130px;
}

.newarrival-ttl {
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 130px);
}

.newarrival-btn {
	margin: 35px 0 0 auto;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {
	.newarrival-item a {
		padding: 20px 50px 20px 0;
	}

	.newarrival-item a::after {
		height: 35px;
		width: 35px;
	}

	.newarrival-date {
		font-size: 16px;
		top: 0;
		width: 130px;
	}

	.newarrival-ttl {
		width: 100%;
	}
}

/* about */
.about {
	background: url(../images/about-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 12vw 0 65px;
}

.about-inner {
	background: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	filter: drop-shadow(10px 20px 20px rgb(255 255 255));
	margin: 0 auto;
	padding: 100px 75px 75px;
	position: relative;
	width: 95%;
	max-width: var(--main-column);
}

.about-tag {
	position: absolute;
	left: -10px;
	top: 25px;
}

.about-head {
	width: 365px;
}

.about-head h2 {
	font-size: 42px;
	font-weight: 700;
	margin: 0 0 25px;
}

.about-links ul li {
	border-bottom: 1px solid #363636;
}

.about-links ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 28px;
	font-weight: 700;
	padding: 20px 75px 20px 0;
	position: relative;
}

.about-links ul li a::after {
	background: url(../images/icon-circle-arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 40px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
}

.about-body {
	width: calc(100% - 410px);
}

@media screen and (max-width: 968px) {
	.about-inner {
		padding: 100px 25px 45px;
	}

	.about-head {
		width: 300px;
	}

	.about-head h2 {
		font-size: 32px;
	}

	.about-links ul li a {
		font-size: 21px;
		padding: 20px 75px 20px 0;
	}

	.about-body {
		width: calc(100% - 340px);
	}
}

@media screen and (max-width: 768px) {
	.about {
		padding: 15vw 0 50px;
	}

	.about-inner {
		padding: 65px 20px 30px;
	}

	.about-head {
		margin: 0 0 35px;
		width: 100%;
	}

	.about-body {
		width: 100%;
	}
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	opacity: 1;
	width: 150px;
}

.service-slider .swiper-pagination-bullet-active {
	background: #46BBDF;
}

.member-slider .swiper-pagination-bullet-active {
	background: #F2A64E;
}

/* service */
.service {
	background: url(../images/message-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 85px 0 15vw;
}

.service-inner {
	margin: 0 auto;
	width: 95%;
}

.service-slider {
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
	max-width: var(--main-column);
}

.service-slide {
	width: 380px;
}

.service-slide a {
	display: block;
	position: relative;
}

.service-card__image {
	line-height: 0;
	aspect-ratio: 380/527;
	border-radius: 20px;
	overflow: hidden;
}

.service-card__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.service-card__text {
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
	max-width: max-content;
}

.service-card__text p {
	font-size: 28px;
	font-weight: 700;
}

.service-card__text::after {
	background: url(../images/icon-circle-arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 40px;
	margin-left: 20px;
	width: 40px;
}

.service-slide:nth-child(even) {
	margin-top: 4%;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {}

/* member */
.member {
	background: url(../images/newarrival-bg.png) no-repeat;
	background-position: center;
	background-size: cover;
	margin: -8vw 0;
	padding: 8vw 0;
	position: relative;
	z-index: 1;
}

.member-inner {
	margin: 0 auto;
	width: 95%;
}

.member-slider {
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
	max-width: var(--main-column);
}

.member-slide {
	width: 380px;
}

.member-slide:nth-child(even) {
	margin-top: 4%;
}

.member-card__image {
	border-radius: 20px;
	line-height: 0;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	/* 	aspect-ratio: 1/1; */
	aspect-ratio: 1920 / 720;
}

.member-card__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.member-card__tag {
	background: rgb(238 133 10 / 70%);
	border-radius: 20px 0 0 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	height: 49px;
	padding: 0 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: max-content;
}

.member-card__text p:first-child {
	background: #fff;
	color: var(--main-theme-color2);
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 15px;
	padding: 5px 10px;
	width: 100%;
	max-width: max-content;
}

.member-card__text p:last-child {
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {}

/* work */
.work {
	background: url(../images/about-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 12vw 0 65px;
}

.work-inner {
	margin: 0 auto;
	width: 95%;
	max-width: var(--sub-column);
}

.work-cards {
    display: grid;
    grid-template-columns: repeat(1, 0.5fr);
    gap: 45px;
    justify-content: space-around;
}

.work-card__image {
	line-height: 0;
	margin: 0 0 15px;
	aspect-ratio: 920/664;
	border-radius: 20px;
	overflow: hidden;
}

.work-card__image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.work-card__text {
	text-align: center;
}

.work-card__text p {
	font-size: 28px;
	font-weight: 700;
}

@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {
	.work-cards {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.work-card__text p {
		font-size: 21px;
	}
}

/* contact */
.contact {
	padding: 85px 0;
}

.contact-inner {
	margin: 0 auto;
	width: 95%;
	max-width: 1580px;
}

.contact-head {
	margin: 0 0 65px;
}

.contact-btns {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.contact-btn {
	border-radius: 100px;
	overflow: hidden;
	width: 48.5%;
}

.contact-btn a {
	background: url(../images/icon-circle-arrow-w.svg) no-repeat;
	background-position: right 35px center;
	background-size: 94px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 193px;
	padding-left: 12%;
	width: 100%;
}

.contact-btn.orange a {
	background-image: url(../images/icon-circle-arrow-o.svg);
}

.contact-btn a p {
	color: #fff;
}

.contact-btn a .ttl {
	font-size: 40px;
	font-weight: 700;
}

.contact-btn a .txt {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	max-width: 450px;
}

@media screen and (max-width: 1468px) {
	.contact-btn a {
		background-position: right 25px center;
		background-size: 74px;
		height: 160px;
		padding-left: 12%;
		width: 100%;
	}

	.contact-btn a .ttl {
		font-size: 32px;
	}

	.contact-btn a .txt {
		font-size: 16px;
		max-width: 400px;
	}
}

@media screen and (max-width: 1268px) {
	.contact-btn a {
		background-position: right 25px center;
		background-size: 50px;
		height: 160px;
		padding-left: 8%;
		width: 100%;
	}
}

@media screen and (max-width: 1168px) {
	.contact-btns {
		gap: 25px;
	}

	.contact-btn {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.contact-btn a {
		background-position: right 10px center;
		padding-right: 75px;
	}

	.contact-btn a .ttl {
		font-size: 21px;
	}

	.contact-btn a .txt {
		font-size: 14px;
	}
}

@media screen and (max-width: 568px) {
	.contact-btn a {
		background-size: 40px;
		height: 75px;
	}

	.contact-btn a .ttl {
		font-size: 18px;
	}

	.contact-btn a .txt {
		display: none;
	}
}


.interview-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.interview-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.interview-card__thumb {
	width: 100%;
	aspect-ratio: 1920/720;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.interview-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-card__body {
	padding: 18px 18px 36px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.interview-card__title {
	font-size: 20px;
	font-weight: 700;
}

.interview-card__motivation {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
}

.interview-card__taxonomies {
	margin-bottom: 8px;
}

.interview-card__taxonomy {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	background: #EE850A;
	color: #ffffff;
	border-radius: 16px;
	padding: 5px 20px;
	margin-right: 8px;
	margin-bottom: 4px;
}

.interview-card__taxonomy.years {
	background: #09ABDD;
}

.interview-card__excerpt {
	font-size: 16px;
	color: #000000;
}

/* blockname */
/* .interview-archive__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32px;
} */
@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}

@media screen and (max-width: 768px) {}
