@charset "UTF-8";



/*message
---------------------------------------------------------*/
.message__heading {
	position: relative;
	margin-bottom: var(--gap-150);
}
.message__heading hgroup {
	font-size: var(--fs-56);
	letter-spacing: normal;
	line-height: 1.5em;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -1.3em;
}
.message__heading hgroup .u-ft-min {
	color: var(--color-navy);
	line-height: inherit;
	margin-top: 1.8em;
}
.message__heading-img {
	position: relative;
	z-index: 0;
	width: min(70%,918px);
	margin-left: auto;
	margin-right: 0;
}
.message__heading-deco {
	width: min(40%,360px);
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transform: translate(-30%,55%);
}

.message__content {
	position: relative;
	margin-bottom: var(--gap-150);
}
.message__content .u-fs-18 {
	position: relative;
	z-index: 1;
	width: min(70%,880px);
	margin-left: auto;
	margin-right: 0;
	text-shadow: 0px 0px 20px rgba(252, 252, 242, 1),
				0px 0px 20px rgba(252, 252, 242, 1),
				0px 0px 20px rgba(252, 252, 242, 1);
}
.message__content-img {
	width: min(37%,486px);
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	transform: translateY(15%);
}
.message__content-img li:nth-child(1) {
	width: min(58%,278px);
}
.message__content-img li:nth-child(2) {
	width: min(76%,366px);
	margin-left: auto;
	margin-right: 0;
	margin-top: 20px;
}

.message__profile-name {
	font: var(--font-min);
	color: var(--color-navy);
	font-size: var(--fs-24);
	letter-spacing: .18em;
}
.message__profile-name dd {
	font-size: 167%;
}
.message__profile-name dd .u-ft-en {
	display: inline-block;
	font-size: 50%;
	letter-spacing: .08em;
	margin-left: 1.5em;
}
.message__profile-layout {
	margin-top: var(--gap-40);
	border-top: solid 1px var(--color-border);
	padding-top: var(--gap-40);
	display: grid;
	grid-template-columns: repeat(2, min(48%,530px));
    justify-content: space-between;
}
.message__profile-style > dt {
	font: var(--font-min);
	color: var(--color-navy);
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
.message__profile-list {
	line-height: 1.6em;
}
.message__profile-list li {
	margin-top: .6em;
	padding-left: 1.2em;
	position: relative;
}
.message__profile-list li:first-child {
	margin-top: 0;
}
.message__profile-list li::before {
	content: "";
	position: absolute;
	width: .5em;
	aspect-ratio: 1 / 1;
	background: url("../images/deco_pont1.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: .6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.message__heading {
	margin-bottom: var(--gap-100);
}
.message__heading hgroup {
	line-height: 1.5em;
	position: static;
}
.message__heading hgroup .u-ft-min {
	margin-top: .5em;
}
.message__heading-img {
	width: 100%;
	margin-top: var(--gap-60);
}

.message__content {
	margin-bottom: 0;
}
.message__content .u-fs-18 {
	width: 100%;
}
.message__content-img {
	margin-top: var(--gap-60);
	width: 100%;
	position: static;
	transform: none;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.message__content-img li:nth-child(1) {
	width: 40%;
}
.message__content-img li:nth-child(2) {
	width: 57%;
	margin: 20vw 0 0;
}

.message__profile-name {
	font-size: var(--fs-20);
}
.message__profile-layout {
	display: block;
}
.message__profile-style {
	margin-bottom: var(--gap-60);
}
.message__profile-style:last-of-type {
	margin-bottom: 0;
}
.message__profile-style > dt {
	margin-bottom: .5em;
}
.message__profile-list li {
	margin-top: .4em;
	padding-left: 1.0em;
}
}



/*team
---------------------------------------------------------*/
.team__heading,
.team .w1336 {
	position: relative;
	z-index: 1;
}
.team__heading {
	text-align: center;
	color: var(--color-navy);
	margin-bottom: var(--gap-80);
}
.team__heading .u-ft-min {
	font-size: var(--fs-40);
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: .8em;
}
.team__slid-wrap {
	margin-bottom: var(--gap-50);
	position: relative;
	z-index: 0;
}
.team__slid-deco li {
	position: absolute;
	z-index: 10;
}
.team__slid-deco li:nth-child(1) {
	width: min(32vw,480px);
	right: 62%;
	top: 0;
	transform: translateY(-65%);
}
.team__slid-deco li:nth-child(2) {
	width: min(32vw,490px);
	left: 60%;
	bottom: 0;
	transform: translateY(50%);
}
.team__slider .swiper-slide {
	width: min(60vw,783px);
}
.team .u-sp-ta-l {
	line-height: 3.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.team .u-sp-ta-l {
	line-height: 2.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.team__heading .u-ft-min {
	letter-spacing: .05em;
}
.team__slid-deco li:nth-child(1),
.team__slid-deco li:nth-child(2) {
	width: 40vw;
}
.team__slider .swiper-slide {
	width: 80vw;
}
.team .u-sp-ta-l {
	line-height: 2.0em;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}