@charset "UTF-8";
/* CSS Document */

#contents {
	position: relative;
	padding-bottom: 100px;
}
.mimgblk {
	background-image: url(../img/about_mimg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1033px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.message_base {
	position: absolute;
	top: 0;
	left: 0;
	width: 607px;
	height: 838px;
	z-index: 1;
	background-color: #8b8b8b;
	mix-blend-mode: multiply;
}
.message {
	position: absolute;
	top: 0;
	left: 0;
	width: 607px;
	height: 921px;
	color: #FFF;
	z-index: 2;
	pointer-events: none;
}
.message > div {
	position: relative;
	padding: 80px 50px 50px;
}
.message strong {
	display: block;
	padding: 0 0 50px;
	font-size: 50px;
	line-height: 1.37;
}
.message p {
	font-size: 20px;
	line-height: 1.75;
	padding-bottom: 30px;
	text-align: justify;
}
.message .btns {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.message .btns a {
	display: block;
	width: 500px;
	background-color: rgba(0,165,227,0.34);
	color: #333;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
}

.pan_list {
	padding-top: 872px;
	padding-bottom: 25px;
	color: #FFF;
	text-shadow: 
		1px 1px 2px rgba(0, 0, 0, 0.75),
		-1px -1px 2px rgba(0, 0, 0, 0.75),
		1px -1px 2px rgba(0, 0, 0, 0.75),
		-1px 1px 2px rgba(0, 0, 0, 0.75),
		0 0 4px rgba(0, 0, 0, 0.7);
}
.pan_list a {
	color: #FFF;
	text-shadow: 
		1px 1px 2px rgba(0, 0, 0, 0.75),
		-1px -1px 2px rgba(0, 0, 0, 0.75),
		1px -1px 2px rgba(0, 0, 0, 0.75),
		-1px 1px 2px rgba(0, 0, 0, 0.75),
		0 0 4px rgba(0, 0, 0, 0.7);
}
.pan_list img {
	filter: brightness(0);
}
.pan_list .home img {
	filter: 
		brightness(0) invert(1)
		drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.75))
		drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.75))
		drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}

.wblk {
	background-color: #FFF;
	border-radius: 10px;
	padding: 70px 60px;
}
.bblk {
	background-color: #e0dedc;
	border-radius: 10px;
	padding: 55px 60px;
}

#a1 h2 {
	font-size: 50px;
	line-height: 1;
	color: #070526;
	text-align: center;
	padding-bottom: 68px;
}
#a1 .fblk {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#a1 .fblk > div.img {
	width: 49%;
}
#a1 .fblk > div.img img {
	width: 100%;
	height: auto;
}
#a1 .fblk > div.mes {
	width: 47%;
	color: #070526;
}
#a1 .fblk h3 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 35px;
}
#a1 .fblk .name {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 1em;
}
#a1 .fblk .name p:first-child {
	font-size: 17px;
	line-height: 1;
}
#a1 .fblk .name p:last-child {
	font-size: 27px;
	line-height: 1;
}
#a1 .fblk .mes > p {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	padding-top: 35px;
}

#a2 {
	margin: 64px 0;
}
#a2 > div {
	height: 433px;
	background-image: url(../img/about_i2.jpg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
#a2 h2 {
	font-size: 50px;
	line-height: 1;
	color: #070526;
	text-align: center;
	padding: 67px 0 45px;
}
#a2 p {
	font-size: 17px;
	line-height: 2;
	text-align: center;
	color: #070526;
}
#a2 .btn {
	text-align: center;
}
#a2 .btn a {
	display: block;
	width: 539px;
	background-color: rgba(0,165,227,0.54);
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	margin: 50px auto 0;
}

#a3 {
	padding-bottom: 0;
}
#a3 h2 {
	font-size: 50px;
	line-height: 1;
	color: #070526;
	text-align: center;
	padding-bottom: 65px;
}
#a3 > strong {
	display: block;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	padding-bottom: 30px;
}
#a3 p {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	padding-bottom: 40px;
}
#a3 p a {
	color: #75cef0;
	text-decoration: none;
	font-weight: bold;
}
#a3 p strong {
	font-weight: 500;
}
#a3 p span.bm {
	color: #75cef0;
}
#a3 .gblk {
	background-color: #eee;
	padding: 45px 55px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#a3 .gblk > div.img {
	width: 422px;
	font-size: 0;
}
#a3 .gblk > div.img img {
	width: 100%;
	height: auto;
}
#a3 .gblk > div.info {
	width: calc(100% - 462px);
}
#a3 .gblk > div.info h3 {
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
	padding-bottom: 25px;
}
#a3 .gblk > div.info p {
	font-size: 18px;
	line-height: 1.94;
	text-align: justify;
	padding: 0;
}
#a3 .btn {
	text-align: center;
}
#a3 .btn a {
	display: block;
	width: 539px;
	background-color: rgba(0,165,227,0.54);
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	margin: 0 auto 60px;
}

#a4 {
	padding: 100px 0 130px;
	color: #070526;
}
#a4 h2 {
	font-size: 50px;
	line-height: 1;
	color: #070526;
	text-align: center;
	padding-bottom: 65px;
}
#a4 .fblk {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
#a4 .fblk > div.img {
	width: 389px;
}
#a4 .fblk > div.img img {
	width: 333px;
	height: auto;
}
#a4 .fblk > div.mes {
	width: calc(100% - 389px);
}
#a4 .mes p {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
}

.slide {
	padding-bottom: 25px;
}
.slider-for{
	max-width: 100%;
	margin: 0 auto;
}
.slider-for img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.slider-nav {
	max-width: 100%;
	margin: 4px auto 0;
	overflow: hidden;
}
.slider-nav .slick-track{
	display: flex !important;
	gap: 4px;
	padding: 0;
}
.slider-nav .slick-slide{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.slider-nav .slick-list{
	margin: 0 -4px;
}
.slider-nav .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: none;
	transition: border .3s;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media screen and (min-width: 791px) {
	.slider-for .slick-dots {
		display: none !important;
	}
	.mobile-controls {
		display: none;
	}
}
@media screen and (max-width: 790px) {
	.slider-nav {
		display: none;
	}
	.mobile-controls {
		display:flex;
		justify-content:center;
		align-items:center;
		gap:5px;
		margin-top:20px;
	}
	.mobile-prev,.mobile-next {
		background:none;
		border:none;
		padding:0;
		width:14px;
		height:20px;
		cursor:pointer;
	}
	.mobile-prev img,.mobile-next img {
		width:100%;
		height:100%;
		display:block;
	}
	.mobile-dots ul {
		display:flex;
		gap:3px;
	}
	.mobile-dots li {
		width:10px;
		height:10px;
	}
	.slick-dots li button {
		width:100%;
		height:100%;
		border-radius:50%;
		background:#dcdcdc;
		padding:0;
	}
	.slick-dots li button:before {
		display: none;
	}
	.mobile-dots .slick-active button {
		background:#717171;
	}
	.slick-dots {
		position: relative;
		bottom: auto;
	}
	#contents {
		padding-bottom: 40px;
	}
	.pan_list {
		padding-bottom: 35px;
		padding-top: 12px;
	}
	.message_base {
		display: none;
	}
	.mimgblk {
		background-image: url(../img/about_mimg_sp.jpg);
		height: 527px;
	}
	.mimgblk + .container {
		height: 527px;
	}
	.message {
		position: relative;
		width: auto;
		min-height: auto;
		height: auto;
		padding: 0;
		top: auto;
		bottom: auto;
	}
	.message > div {
		padding: 24px 0 0;
	}
	.message strong {
		padding: 0 0 20px;
		font-size: 19px;
		line-height: 1.42;
	}
	.message strong br {
		display: none;
	}
	.message p {
		font-size: 12px;
		line-height: 1.65;
		padding-bottom: 0;
	}
	.message .btns {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.message .btns a {
		width: 100%;
		font-size: 14px;
		line-height: 39px;
	}
	.wblk {
		border-radius: 0;
		margin: 0 -20px;
		padding: 20px 25px 30px;
	}
	.bblk {
		padding: 25px 14px;
	}
	
	#a1 h2 {
		font-size: 20px;
		padding-bottom: 30px;
	}
	#a1 .fblk {
		flex-direction: column;
	}
	#a1 .fblk > div.img {
		display: none;
	}
	#a1 .fblk > div.mes {
		width: 100%;
	}
	#a1 .fblk h3 {
		font-size: 20px;
		line-height: 1.23;
		font-weight: bold;
		margin-bottom: 25px;
		text-align: center;
		font-feature-settings: 'palt';
	}
	#a1 .fblk .name {
		flex-direction: column-reverse;
		align-items: center;
		gap: 10px;
		margin-top: 15px;
	}
	#a1 .fblk .name p:first-child {
		font-size: 12px;
		line-height: 1;
	}
	#a1 .fblk .name p:last-child {
		font-size: 17px;
		line-height: 1;
	}
	#a1 .fblk .mes img {
		width: 100%;
		height: auto;
	}
	#a1 .fblk .mes > p {
		font-size: 12px;
		line-height: 1.75;
		text-align: justify;
		padding-top: 18px;
	}
	
	#a2 {
		margin: 0 -20px 25px;
	}
	#a2 > div {
		height: 503px;
		background-image: url(../img/about_i2_sp.jpg);
		background-size: auto 100%;
		background-position: center;
		background-repeat: no-repeat;
		padding: 0 20px;
	}
	#a2 h2 {
		font-size: 20px;
		padding: 30px 0 20px;
	}
	#a2 p {
		font-size: 12px;
		line-height: 1.75;
	}
	#a2 .btn a {
		width: 100%;
		font-size: 14px;
		line-height: 39px;
		margin-top: 30px;
	}
	
	#a3 h2 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	#a3 strong {
		font-size: 16px;
		padding-bottom: 15px;
		text-align: center;
	}
	#a3 p {
		font-size: 12px;
		line-height: 1.75;
		padding-bottom: 30px;
	}
	#a3 .gblk {
		padding: 25px;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	#a3 .gblk div.img {
		width: 100%;
	}
	#a3 .gblk div.img img {
		width: 100%;
		height: auto;
	}
	#a3 .gblk div.info {
		width: 100%;
	}
	#a3 .gblk > div.info h3 {
		font-size: 16px;
		padding-bottom: 16px;
		text-align: center;
	}
	#a3 .gblk > div.info p {
		font-size: 12px;
		line-height: 1.75;
		padding: 20px 0 0;
	}
	#a3 .btn a {
		width: 100%;
		font-size: 14px;
		line-height: 39px;
		margin: 0 auto 35px;
	}
	
	#a4 {
		margin: 0 -20px;
		padding: 35px 0 80px;
		background-color: #eee;
	}
	#a4 h2 {
		font-size: 20px;
		padding: 0 20px 34px;
	}
	#a4 .fblk {
		flex-direction: column;
		padding: 0 20px;
	}
	#a4 .fblk > div.img {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	#a4 .fblk > div.img img {
		width: 195px;
		height: auto;
	}
	#a4 .fblk > div.mes {
		width: 100%;
	}
	#a4 .mes p {
		font-size: 12px;
		line-height: 1.75;
	}
}

@media screen and (min-width: 1341px) {
	#a2 > div {
		width: 100%;
		height: auto;
		aspect-ratio: 1300 / 433;
		background-size: 100% auto;
	}
}