@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	代表メッセージ

//////////////////////////////////////////////////////////////////////////////*/


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

	header

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

header .site_column figure .catch {
	position: absolute;
	top: 10em;
	right: 14%;
	padding: .75em .5em 0;
	background-color: #FFF;
	height: 17em;
	writing-mode: vertical-rl;
    font-feature-settings: normal;
	font-weight: bold;
	line-height: 1.4;
	font-size: 2.125em;
}

header .site_column figure .catch span {
	display: block;
}

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

header .site_column figure .catch {
	top: 8em;
	right: 10%;
}

}

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

header .site_column figure .catch {
	top: 6em;
	right: 5%;
}

}

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

header .site_column figure .catch {
	top: 5.5em;
	right: 3%;
}

}

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

header .site_column figure .catch {
	top: 4vw;
	right: 4vw;
	font-size: 3.5vw;
}

}


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

	introduction

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

#content main .introduction {
	position: relative;
	margin: 60px 0 80px;
	padding-right: 28%;
}

#content main .introduction .group {
	margin-bottom: 2em;
	line-height: 1;
	font-weight: bold;
	color: rgba(var(--blue-color),1);
}

#content main .introduction .group .role {
	padding-right: 1em;
	font-size: 1.25em;
}

#content main .introduction .group .name {
	font-size: 1.875em;
}

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

#content main .introduction {
	margin-top: 40px;
	margin-bottom: 60px;
}

}

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

#content main .introduction {
	margin-top: 9vw;
	margin-bottom: 10vw;
	padding-right: 0;
}

#content main .introduction .group span {
	display: block;
}

#content main .introduction .group .role {
	margin-bottom: .75em;
	padding-right: 0;
	font-size: 3vw;
}

#content main .introduction .group .name {
	font-size: 4.5vw;
}

}


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

	main

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

#content main section h2 {
	padding-left: 2em;
}

#content main section h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -.85em;
	left: -.4em;
	width: 2em;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#content main section:nth-of-type(1) h2::before { background-image: url(../img/topic_01.svg);}
#content main section:nth-of-type(2) h2::before { background-image: url(../img/topic_02.svg);}
#content main section:nth-of-type(3) h2::before { background-image: url(../img/topic_03.svg);}

#content main .photo figure {
	width: 42.7%;
}

#content main .signature {
	text-align: right;
	font-weight: bold;
}

#content main .signature .role {
	padding-right: 1em;
	font-size: .75em;
}

#content main .signature .name {
	font-size: 1.25em;
}

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

#content main .photo figure {
	width: 100%;
}

}


/* box
------------------------------------------------------------------------------*/

#content main .box {
	position: relative;
	margin: 5em 0 0;
	padding: 2.75em;
	border: 1px solid rgba(var(--gray-color),1);
}

#content main .box dt {
	position: absolute;
	top: -.5em;
	left: 2em;
	padding: 0 .5em 0 .75em;
	letter-spacing: .25em;
	background-color: #FFF;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	text-align: center;
	font-size: 2.5em;
	color: rgba(var(--gray-color),1);
}

#content main .box .photo {
	margin: 0;
}

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

#content main .box {
	padding: 8vw 5vw 5vw;
}

#content main .box dt {
	top: -.5em;
	left: 50%;
	translate: -50% 0;
	font-size: 7vw;
}

}


