@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html {
	overflow-x: scroll;
}

html,
button,
input,
select,
textarea {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	color: #1A1A1A;
	font-size: 12px;
	line-height: 1.4;
	margin: 0px;
}

body {
	background-color: #FFFFFF;
	min-width: 1200px
}

p {
	margin: 0px;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}

.oh {
	overflow: hidden;
}

.L {
	float: left;
}

.R {
	float: right;
}

.sp {
	display: none;
}

.pr {
	position: relative;
}

#menu {
	display: none;
}

.flex {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}

.flex-sb {
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

/** staff **/
.common-wrap {
	padding: 80px 0 120px;
	width: 1100px;
	margin: 0 auto;
	max-width: 96%;
}

.staffSingleHead .common-wrap.w-in1100.pr {
	overflow: hidden;
}

ul.staffListBox li {
	width: 240px;
	margin-left: 30px;
	margin-bottom: 30px;
	transition: 0.3s;
	background: #fff;
	overflow: hidden;
	border-bottom: 2px solid #dddce5;
}

ul.staffListBox li:nth-child(4n + 1) {
	margin-left: 0;
}

ul.staffListBox li:before {
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	border: 34px solid transparent;
	border-bottom: 34px solid var(--main-color);
	right: -34px;
	bottom: -34px;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	clear: both;
}

ul.staffListBox li:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	right: 10px;
}

ul.staffListBox li a.pa {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

ul.staffListBox li.arrow_none::before,
ul.staffListBox li.arrow_none::after {
	display: none;
}

ul.staffListBox li .img {
	position: relative;
	line-height: 0;
	transition: 0.3s;
	overflow: hidden;
	width: 100%;
	height: 275px;
}

ul.staffListBox li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.staffListBox li.kondo_img .img img {
	height: 125%;
}

ul.staffListBox li .text {
	padding: 20px;
}

ul.staffListBox li p.eng {
	font-size: 11px;
	font-weight: 200;
	line-height: 1.5;
}

ul.staffListBox li p.name {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 3px;
	margin-bottom: 0.5em;
}

ul.staffListBox li p.comment {
	z-index: 10;
	background: var(--main-color);
	background-position: center;
	background-size: cover;
	font-family: din-2025, "游ゴシック", "Yu Gothic", YuGothic,
		"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		sans-serif;
	line-height: 2;
	letter-spacing: 2px;
	position: absolute;
	display: block;
	top: -100%;
	right: 0;
	left: 0;
	height: 100%;
	margin: auto;
	transition: 0.3s;
	padding: 80px 30px 30px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height: 1.72;
	margin-bottom: 35px;
	text-align: center;
}

ul.staffListBox li:hover p.comment {
	top: 0;
}

span.btn {
	display: block;
	border: 3px solid #fff;
	margin: 30px auto 0;
	width: 170px;
	height: auto;
}

/** staff single **/
#staff {
	background: rgb(83 175 43 / 0.05);
	margin-top: 50px;
}

.staffSingleHead .common-wrap.flex-sb {
	align-items: center;
	padding-bottom: 0;
}

.staffSingleHead .img {
	width: 50%;
	position: absolute;
	height: 580px;
}

.staffSingleHead .img img.kondo_img {
	height: 105%;
	object-fit: contain;
}

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

.staffSingleHead .prof {
	width: 60%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	position: relative;
	float: right;
	right: 0;
	background: #fff;
	margin: 8% 0 0 0;
	padding: 4%;
}

.staffSingleHead p.eng {
	font-size: 1.375em;
	font-weight: 200;
	line-height: 1.5;
}

.staffSingleHead p.name {
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}

.staffSingleHead p.name span.eng {
	font-size: 14px;
	color: var(--main-color);
	margin-left: 1rem;
}

.staffSingleHead p.comment {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: underline var(--main-color);
}

.staffSingleHead ul {
	margin: 6px 0 0 0;
	font-size: 13px;
	line-height: 1.4;
}

.staffSingleCenter {
	margin-bottom: 100px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
}

.staffSingleCenter:before {
	content: "";
	display: inline-block;
	width: 500px;
	height: 500px;
	background: url(/penguin/resources/image/axio/common/footer_logo.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: -80px;
	right: -20px;
	opacity: 0.5;
}

.staffSingleComment:not(:first-child) {
	margin-top: 1rem;
}

.staffSingleCenter .staffSingleComment p {
	font-size: 14px;
}

.staffSingleComment p.ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.staffSingleComment p.ttl:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	margin-right: 10px;
	background: #000;
	vertical-align: middle;
}

.staffSingleCenter .common-wrap.w-in1100.pr {
	overflow: hidden;
}

.staffSingleCenter .comment {
	width: 60%;
	position: relative;
	left: 0;
	float: left;
	background: #fff;
	margin: 5% 0 0 0;
	padding: 4% 4% 4% 3%;
	border-left: 10px solid var(--main-color);
}

.staffSingleCenter .img {
	width: 50%;
	height: 420px;
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
}

.staffSingleCenter .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


@media (max-width: 750px) {
	html {
		overflow-x: hidden;
	}

	body {
		min-width: 320px;
	}

	.wrap {
		width: 96%
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	/*spmenu~*/
	.sp_hd {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10000;

	}

	.sp_pr {
		position: relative;
	}

	.slicknav_menu .slicknav_menutxt {
		display: none !important;
	}

	.slicknav_menu .slicknav_icon {
		width: 100%;
		margin: 0;
	}

	.slicknav_menu .slicknav_icon-bar {
		width: 100% !important;
		height: 3px !important;
		position: absolute;
		left: 0;
	}

	.slicknav_menu .slicknav_icon-bar+.slicknav_icon-bar {
		margin-top: 0 !important;
	}

	.slicknav_menu .slicknav_icon-bar:nth-child(1) {
		top: 0;
	}

	.slicknav_menu .slicknav_icon-bar:nth-child(2) {
		top: 10px;
	}

	.slicknav_menu .slicknav_icon-bar:nth-child(3) {
		top: 20px;
	}

	/*SPMENU kurukuru*/
	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
		top: 50%;
		left: 50%;
		translate: -50% -50%;
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}

	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
		top: 50%;
		left: 50%;
		translate: -50% -50%;
		-moz-transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}

	a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
		opacity: 0;
	}

	span.slicknav_icon-bar {
		transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		-ms-transition: all 0.5s ease-out;
	}

	.slicknav_menu .slicknav_icon {
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
		position: relative;
	}

	/*kokomade*/
	.slicknav_menu .slicknav_menutxt {
		display: none;
	}

	.slicknav_menu {
		background-color: #fff;
		height: 55px;
	}

	a.slicknav_btn {
		margin: 0;
		padding: 0;
		background: transparent;
		border-radius: 0px;
		height: 23px;
		width: 30px;
		position: absolute;
		top: 50%;
		right: 11px;
		translate: 0 -50%;
	}

	.slicknav_menu .slicknav_icon {
		height: 16px !important;
		display: block;
	}

	.slicknav_menu .slicknav_icon:after {
		display: block;
		font-size: 70%;
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
		margin: 0 auto;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #0e335d;
		/* バッテンの色 */
	}

	.slicknav_nav a:hover {
		background: #ccc;
		/* hover 背景の色 */
		color: #222;
		/* hover 文字の色 */
	}

	.slicknav_nav a.typeBlank {
		background: #254c70;
		color: #fff !important;
		width: 100%;
		text-align: center;
	}

	.slicknav_nav a.typeCorpo:hover {
		background-color: #eeeeee;
		color: #254c70 !important;
	}

	p.closeBtnHat {
		display: none;
	}


	/* ------------------ ( menu ) ------------------ */

	/*logo*/
	.sp_hd_logo {
		position: absolute;
		width: 230px;
		top: 10px;
		left: 10px;
		right: 0;
		overflow: hidden;
	}

	.sp_hd_logo a {
		display: block;
		text-decoration: none;
		color: #333;
		font-weight: 600;
	}

	.sp_hd_logo p {
		font-size: 14px;
		padding-top: 5px;
		line-height: 1;
		margin-bottom: 0px;
	}

	.sp_hd_logo p span {
		display: block;
		font-size: 9px;
		margin-top: 3px;
	}

	.sp_hd_logo img {
		width: auto;
		height: 35px;
		float: left;
		margin-right: 5px;
	}

	.sp_hd_tel {
		position: absolute;
		width: 30px;
		top: 10.5px;
		right: 85px;
	}

	.sp_hd_tel i {
		font-size: 30px;
		color: var(--main-color);
	}

	.sp_hd_mail {
		position: absolute;
		width: 30px;
		top: 12.5px;
		right: 50px;
	}

	.sp_hd_mail i {
		font-size: 30px;
		color: var(--main-color);
		;
	}

	/** (SP)staff **/
	.common-wrap {
		padding: 5vw 0;
	}

	ul.staffListBox {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	ul.staffListBox li .text {
		padding: 15px 20px 20px;
	}

	ul.staffListBox li {
		width: 100%;
		margin: 0;
	}

	ul.staffListBox li p.name {
		font-size: 17px;
		font-weight: 500;
		line-height: 1.8;
		letter-spacing: 3px;
		margin-bottom: 0;
	}

	ul.staffListBox li p.comment {
		margin-bottom: 20px;
		font-size: 16px;
		padding-top: 40vw;
		display: none;
	}

	/** (SP)staff single **/
	#staff {
		padding: 5vw 0;
	}

	.staffSingleHead .img {
		width: 100%;
		position: static;
		line-height: 0;
	}

	.staffSingleHead .prof {
		width: 100%;
		margin-top: 0;
		padding: 5% 5% 10%;
	}

	.staffSingleCenter .comment {
		width: 100%;
		border-top: 8px solid var(--main-color);
		border-left: 0;
		margin-top: 0;
		padding: 10% 5%;
	}

	.staffSingleHead p.name span.eng {
		font-size: 13px;
	}

	.staffSingleHead p.name {
		font-size: 20px;
	}

	.staffSingleHead p.comment {
		font-size: 20px;
		line-height: 36px;
	}

	.staffSingleHead ul {
		font-size: 14px;
	}

	.staffSingleCenter {
		margin-top: 0;
		font-size: 13px;
	}

	.staffSingleCenter:before {
		width: 300px;
		height: 300px;
		bottom: -30px;
		right: -50px;
	}

	.staffSingleHead .common-wrap.flex-sb {
		padding-bottom: 50px;
	}

	.staffSingleComment:not(:first-child) {
		margin-top: 1rem;
	}

	.staffSingleCenter .staffSingleComment p {
		font-size: 13px;
	}

	.staffSingleComment p.ttl {
		font-size: 17px;
	}

	.staffSingleComment p.ttl:before {
		width: 15px;
		margin-right: 10px;
	}

	ul.staffListBox li .img {
		height: 45vw;
		width: 100%;
		background: #F7F7F7;
	}

	ul.staffListBox li .img img {
		object-position: top;
	}

	ul.staffListBox li.kondo_img .img img {
		height: 125%;
	}

}