/*STAFF LIST*/
.staff-archive {
	padding: 170px 20px 200px;
	background: #f2f4f8;
}
.staff-archive__inr {
	margin: 0 auto;
	width: 100%;
	max-width: 1064px;
}
.staff-archive__list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
}
.staff-archive__list__item {
	position: relative;
	margin: 0 53px 100px 0;
	width: calc((100% - 106px) / 3);
}
.staff-archive__list__item:nth-of-type(3n) {
	margin-right: 0;
}
.staff-archive__list__item__ph {
	position: relative;
}
.staff-archive__list__item figure {
	position: relative;
	margin: 0;
	padding: 124% 0 0;
	width: 100%;
}
.staff-archive__list__item figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staff-archive__list__item__profile {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.staff-archive__list__item__profile__position {
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #fff;
}
.staff-archive__list__item__profile__name {
	margin: 0 0 10px;
	font-size: 2.4rem;
	color: #fff;
}
.staff-archive__list__item__profile__ruby {
	font-size: 1.2rem;
	color: #fff;
}
.staff-archive__list__item__about__more {
	width: 100%;
	text-align: right;
}
.staff-archive__list__item__about__more span {
	display: inline-block;
	position: relative;
	padding: 0 100px 0 0;
	font-size: 1.2rem;
}
.staff-archive__list__item__about__more span::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 90px;
	height: 1px;
	background: #282828;
}
@media screen and (max-width: 1024px) {
.staff-archive {
	padding: 17% 2% 20%;
}
.staff-archive__list__item {
	position: relative;
	margin: 0 1.5% 3% 0;
	width: calc((100% - 3%) / 3);
}
.staff-archive__list__item:nth-of-type(3n) {
	margin-right: 0;
}
.staff-archive__list__item__profile {
	bottom: 3%;
	left: 3%;
}
.staff-archive__list__item__profile__position {
	margin: 0 0 1%;
}
.staff-archive__list__item__profile__name {
	margin: 0 0 1%;
}
}
@media screen and (max-width: 640px) {
.staff-archive {
	padding: 21% 3% 50%;
}
.staff-archive__list__item {
	position: relative;
	margin: 0 4% 6% 0;
	width: 48%;
}
.staff-archive__list__item:nth-of-type(3n) {
	margin-right: auto;
}
.staff-archive__list__item:nth-of-type(2n) {
	margin-right: 0;
}
.staff-archive__list__item__profile {
	bottom: 6%;
	left: 6%;
}
.staff-archive__list__item__profile__position {
	margin: 0 0 2%;
	font-size: 1.4rem;
}
.staff-archive__list__item__profile__name {
	margin: 0 0 2%;
	font-size: 1.8rem;
}
.staff-archive__list__item__profile__ruby {
	font-size: 1.2rem;
}

.staff-archive__list__item__about__more {
	width: 100%;
}
.staff-archive__list__item__about__more span {
	padding: 0 50px 0 0;
}
.staff-archive__list__item__about__more span::before {
	width: 40px;
}
}

/*STAFF POST*/
.staff-single {
	background: #f2f4f8;
}
.staff-single__inr {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}
.staff-single__info__img {
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 870px;
}
.staff-single__info__img img {
	width: 100%;
	min-height: 650px;
	object-fit: cover;
}
.staff-single__info {
	padding: 170px 0 120px;
}
.staff-single__info__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 80px;
	padding: 15px 60px;
	width: 100%;
	max-width: 670px;
	min-height: 230px;
	background: #fff;
}
.staff-single__info__ttl__txt {
	font-size: 2.4rem;
}
.staff-single__info__profile {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 60px;
}
.staff-single__info__profile__position {
	margin: 0 0 10px;
	font-size: 1.6rem;
}
.staff-single__info__profile__name {
	margin: 0 0 10px;
	font-size: 2.4rem;
}
.staff-single__info__profile__ruby {
	font-size: 1.2rem;
}
.staff-single__profile {
	padding: 0 0 240px;
}
.staff-single__profile__body {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
.staff-single__profile__body p {
	font-size: 1.8rem;
	line-height: 2;
}
.staff-single__contents {
	padding: 0 0 120px;
}
.staff-single__contents__body {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
.staff-single__contents__body__ttl {
	margin: 0 0 40px;
	font-size: 2.4rem;
	line-height: 2;
}
.staff-single__contents__body__txt {
	margin: 0 0 120px;
	font-size: 1.8rem;
	line-height: 2;
}
.staff-single__contents__body img {
 	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.staff-single__info {
	padding: 30% 2% 12%;
}
.staff-single__info__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -115px;
	padding: 2% 6%;
	width: 100%;
	max-width: 670px;
	min-height: 230px;
}
.staff-single__info__profile {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 0;
	margin-top: 5%;
}
.staff-single__info__profile__position {
	margin: 0 0 1%;
}
.staff-single__info__profile__name {
	margin: 0 0 1%;
}
.staff-single__profile {
	padding: 0 2% 24%;
}
.staff-single__contents {
	padding: 0 2% 12%;
}
.staff-single__contents__body__ttl {
	margin: 0 0 4%;
}
.staff-single__contents__body__txt {
	margin: 0 2% 12%;
}
}
@media screen and (max-width: 640px) {
.staff-single__info__img img {
	min-height: 80vw;
}
.staff-single__info {
	padding: 30% 3%;
}
.staff-single__info__ttl {
	top: -60px;
	padding: 6%;
	max-width: calc(100% - 20px);
	min-height: 115px;
}
.staff-single__info__ttl__txt {
	font-size: 1.8rem;
}
.staff-single__info__profile {
	padding: 0 6%;
}
.staff-single__info__profile__position {
	margin: 0 0 2%;
	font-size: 1.4rem;
}
.staff-single__info__profile__name {
	margin: 0 0 2%;
	font-size: 1.8rem;
}
.staff-single__info__profile__ruby {
	font-size: 1.2rem;
}
.staff-single__profile {
	padding: 0 3% 30%;
}
.staff-single__profile__body p {
	font-size: 1.6rem;
}
.staff-single__contents {
	padding: 0 3% 30%;
}
.staff-single__contents__body__ttl {
	margin: 0 0 6%;
	font-size: 1.8rem;
	line-height: 2;
}
.staff-single__contents__body__txt {
	margin: 0 0 30%;
	font-size: 1.6rem;
}
}

/*COMPANY*/
.company-page {
	padding: 170px 20px 200px;
	background: #f2f4f8;
}
.company-page__inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.company-page__ttl {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.8rem;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border: 1px solid #000;
	border-width: 0 0 0 1px;
}
.company-page__cnt {
	margin: 0 0 0 auto;
	width: calc(100% - 60px);
	max-width: 1064px;
}
.company-page__more {
	width: 100%;
	text-align: right;
}
.company-page__more span {
	display: inline-block;
	position: relative;
	padding: 0 100px 0 0;
	font-size: 1.2rem;
}
.company-page__more span::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 90px;
	height: 1px;
	background: #282828;
}
.company-page__mission {
	position: relative;
	margin: 0 0 120px;
	padding: 0 0 120px;
	border-bottom: 1px solid #B3B3B3;
}
.company-page__mission__ttl {
	margin-bottom: 70px;
	font-size: 3.6rem;
}
.company-page__mission__txt {
	font-size: 1.8rem;
	line-height: 2;
}
.company-page__greeting {
	position: relative;
	margin: 0 0 120px;
	padding: 0 0 120px;
	border-bottom: 1px solid #B3B3B3;
}
.company-page__greeting__inr {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.company-page__greeting__info {
	width: calc(100% - 340px);
	max-width: 680px;
}
.company-page__greeting__info__ttl {
	margin-bottom: 110px;
	font-size: 3rem;
}
.company-page__greeting__info__txt {
	font-size: 1.8rem;
	line-height: 2;
}
.company-page__staff {
	position: relative;
	margin: 0 0 120px;
	padding: 0 0 120px;
	border-bottom: 1px solid #B3B3B3;
}
.company-page__staff .staff-archive__list__item {
	margin-bottom: 64px;
}
.company-page__about {
	position: relative;
	margin: 0 0 120px;
	padding: 0 0 120px;
	border-bottom: 1px solid #B3B3B3;
}
.company-page__about__list {}
.company-page__about__list__item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 45px 0;
	border-bottom: 1px solid #fff;
}
.company-page__about__list__item:first-of-type {
	padding-top: 0;
}
.company-page__about__list__item__ttl {
	width: 220px;
	font-size: 1.8rem;
}
.company-page__about__list__item__overview {
	width: calc(100% - 250px);
	font-size: 1.8rem;
}
.company-page__history {
	position: relative;
	margin: 0 0 120px;
	padding: 0 0 120px;
	border-bottom: 1px solid #B3B3B3;
}
.company-page__history__list {}
.company-page__history__list__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 45px 0;
}
.company-page__history__list__item:first-of-type {
	padding-top: 0;
}
.company-page__history__list__item__ttl {
	position: relative;
	width: 220px;
	font-size: 3.6rem;
	color: #B3B3B3;
	line-height: 1;
}
.company-page__history__list__item__ttl::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 80px;
	height: 8px;
	background: url(../images/icon_history.png) no-repeat center center / contain;
}
.company-page__history__list__item__overview {
	width: calc(100% - 250px);
	font-size: 1.8rem;
}
.company-page__access {
	position: relative;
	margin: 0;
	padding: 0;
}
.company-page__access__add {
	margin: 0 0 45px;
	font-size: 1.8rem;
}
.company-page__access__map {
	width: 100%;
	height: 340px;
}
.company-page__access__map iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1024px) {
.company-page {
	padding: 17% 2% 20%;
}
.company-page__mission {
	margin: 0 0 12%;
	padding: 0 0 12%;
}
.company-page__mission__ttl {
	margin-bottom: 7%;
	font-size: 3.6rem;
}
.company-page__mission__txt {
	font-size: 1.8rem;
}
.company-page__greeting {
	margin: 0 0 12%;
	padding: 0 0 12%;
}
.company-page__greeting__info {
	width: calc(100% - 35%);
}
.company-page__greeting__info__ttl {
	margin-bottom: 11%;
	font-size: 3rem;
}
.company-page__greeting__info__txt {
	font-size: 1.8rem;
}
.company-page__staff {
	margin: 0 0 12%;
	padding: 0 0 12%;
}
.company-page__staff .staff-archive__list__item {
	margin-bottom: 7%;
}
.company-page__about {
	margin: 0 0 12%;
	padding: 0 0 12%;
}
.company-page__about__list {}
.company-page__about__list__item {
	padding: 5% 0;
}
.company-page__history {
	margin: 0 0 12%;
	padding: 0 0 12%;
}
.company-page__history__list {}
.company-page__history__list__item {
	padding: 5% 0;
}
.company-page__access {
	margin: 0;
	padding: 0;
}
.company-page__access__add {
	margin: 0 0 5%;
	font-size: 1.8rem;
}
}
@media screen and (max-width: 640px) {
.company-page {
	padding: 21% 3% 50%;
}
.company-page__ttl {
	font-size: 1.6rem;
}
.company-page__cnt {
	width: calc(100% - 40px);
}
.company-page__more span {
	padding: 0 50px 0 0;
}
.company-page__more span::before {
	width: 40px;
}
.company-page__mission {
	margin: 0 0 20%;
	padding: 0 0 20%;
}
.company-page__mission__ttl {
	margin-bottom: 10%;
	font-size: 2.1rem;
}
.company-page__mission__txt {
	font-size: 1.6rem;
}
.company-page__greeting {
	margin: 0 0 20%;
	padding: 0 0 20%;
}
	.company-page__greeting__inr {
	display: block;
}
.company-page__greeting__info {
	width: 100%;
	max-width: 680px;
}
.company-page__greeting__info__ttl {
	margin-bottom: 10%;
	font-size: 1.8rem;
}
.company-page__greeting__info__txt {
	font-size: 1.4rem;
}
.company-page__staff {
	margin: 0 0 20%;
	padding: 0 0 20%;
}
.company-page__staff .staff-archive__list__item {
	margin-bottom: 4%;
}
.company-page__about {
	margin: 0 0 20%;
	padding: 0 0 20%;
}
.company-page__about__list {}
.company-page__about__list__item {
	display: block;
	padding: 4% 0;
}
.company-page__about__list__item:first-of-type {
	padding-top: 0;
}
.company-page__about__list__item__ttl {
	width: 220px;
	font-size: 1.6rem;
}
.company-page__about__list__item__overview {
	width: 100%;
	font-size: 1.6rem;
}
.company-page__history {
	margin: 0 0 20%;
	padding: 0 0 20%;
}
.company-page__history__list {}
.company-page__history__list__item {
	display: block;
	padding: 4% 0;
}
.company-page__history__list__item:first-of-type {
	padding-top: 0;
}
.company-page__history__list__item__ttl {
	margin: 0;
	width: 220px;
	font-size: 2.4rem;
}
.company-page__history__list__item__ttl::after {
	content: "";
	display: block;
	position: relative;
	top: 0;
	right: 0;
	margin: 2% 0;
}
.company-page__history__list__item__overview {
	width: 100%;
	font-size: 1.6rem;
}
.company-page__access__add {
	margin: 0 0 5%;
	font-size: 1.6rem;
}
.company-page__access__map {
	width: 100%;
	height: 65vw;
}
}



.greeting_wrap .name img{
    max-width: 90%;
    height: auto;
    object-fit: contain;
	margin-bottom: 32px;
	display: block;
}