@charset "UTF-8";

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

	headline

-----------------------------------*/
#headline {
	background: url(../img/about/headline_bg.jpg) no-repeat center/cover;
}
#headline h1::before {
	content: "ABOUT";
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	padding: 100px 0 100px;
}
#intro_block .contents_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#intro_block .text {
	width: 50%;
}
#intro_block .text h2 {
	font-size: 28px;
	font-weight: 600;
	color: #10436D;
	margin-bottom: 40px;
}
#intro_block .text p {
	letter-spacing: 0;
	font-weight: 500;
}
#intro_block .image {
	width: calc(40.909% + (50vw - 50%));
	margin-right: calc(50% - 50vw);
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
#intro_block .image img {
	width: 100%;
	height: 365px;
	object-fit: cover;
}
@media screen and (max-width: 1500px) {
	#intro_block .image {
		width: calc(45% + (50vw - 50%));
		margin-right: calc(50% - 50vw);
	}
}
@media screen and (max-width: 1100px) {
	#intro_block .text h2 {
		font-size: 27px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 840px) {
	#intro_block .contents_inner {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	#intro_block .text {
		width: 100%;
	}
	#intro_block .text h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#intro_block .image {
		width: calc(100% + (50vw - 50%));
		margin-right: calc(50% - 50vw);
	}
	#intro_block .image img {
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	#intro_block {
		padding: 50px 0 40px;
	}
	#intro_block .contents_inner {
		row-gap: 30px;
	}
	#intro_block .text h2 {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
}
/*-----------------------------------

	greeting_block

-----------------------------------*/
#greeting_block {
	padding-bottom: 100px;
}
#greeting_block .contents_inner {
	display: flex;
    align-items: center;
    justify-content: center;
}
#greeting_block .text {
	width: calc(85.727% + (50vw - 50%));
	padding: 90px 120px;
	background: #10436D;
	color: #FFF;
	border-radius: 5px;
}
#greeting_block .text h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 60px;
}
#greeting_block .text h2::before {
	content: "GREETING";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
#greeting_block .text p {
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 230%;
    font-family: "Zen Old Mincho", serif;
	/*font-family: "Klee One", cursive;*/
	/*font-family: Hina Mincho, serif;*/
}
#greeting_block .text .name {
	width: fit-content;
	margin: 0 0 0 auto;
	font-weight: 600;
	line-height: 1;
	font-family: "Zen Old Mincho", serif;
	/*font-family: Hina Mincho, serif;*/
	/*font-family: "Klee One", cursive;*/
		display: flex;
	align-items: center;
}
#greeting_block .text .name span {
	font-size: 20px;
	margin-left: 1em;
}
#greeting_block .text .name img {
width: 200px;
}
#greeting_block .image {
	width: 28.636%;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	#greeting_block .image {
		width: 34%;
	}
}
@media screen and (max-width: 840px) {
	#greeting_block .contents_inner {
		flex-wrap: wrap;
		margin: auto;
	}
	#greeting_block .text {
		width: calc(95% + (50vw - 50%));
		padding: 60px 80px;
	}
	#greeting_block .text h2 {
		font-size: 16px;
		column-gap: 15px;
		margin-bottom: 40px;
	}
	#greeting_block .text h2::before {
		font-size: 46px;
	}
	#greeting_block .image {
		width: 240px;
		margin: -250px -2.5% 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#greeting_block {
		padding-bottom: 40px;
	}
	#greeting_block .contents_inner {
		margin: auto;
	}
	#greeting_block .text {
		padding: 40px 30px;
	}
	#greeting_block .text h2 {
		font-size: 14px;
		column-gap: 10px;
		margin-bottom: 30px;
	}
	#greeting_block .text h2::before {
		font-size: 26px;
	}
	#greeting_block .text p {
		margin-bottom: 20px;
	}
#greeting_block .text .name img {
width: 150px;
}
	#greeting_block .text .name span {
		font-size: 18px;
	}
	#greeting_block .image {
		width: 180px;
		margin: -80px -2.5% 0 auto;
	}
}
/*-----------------------------------

	business_block

-----------------------------------*/
#business_block {
	padding: 100px 0 80px;
	background: url(../img/about/business_bg.jpg) no-repeat center/cover;
}
#business_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 60px;
}
#business_block h2::before {
	content: "BUSINESS";
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #10436D;
}
#business_block .business_inner {
	display: flex;
	justify-content: space-between;
}
#business_block .business_inner .business_box {
	width: 46%;
}
#business_block .business_inner .business_box .image {
	width: 83%;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto;
}
#business_block .business_inner .business_box .text {
	width: 100%;
	background: #FFF;
	padding: 165px 40px 40px;
	border-radius: 5px;
	margin-top: -140px;
}
#business_block .business_inner .business_box .text h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}
#business_block .business_inner .business_box .text a {
	width: 175px;
	text-align: center;
	border: 1px solid #10436D;
	font-size: 14px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	color: #10436D;
	padding: 15px 0;
	position: relative;
	margin: 30px auto 0;
}
#business_block .business_inner .business_box .text a::after {
	content: "";
	width: 45px;
	height: 8px;
	background: url(../img/about/link_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 4px);
	right: -25px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
	#business_block .business_inner .business_box {
		width: 48%;
	}
}
@media screen and (max-width: 840px) {
	#business_block h2 {
		font-size: 16px;
		column-gap: 15px;
		margin-bottom: 40px;
	}
	#business_block h2::before {
		font-size: 46px;
	}
	#business_block .business_inner {
		flex-wrap: wrap;
		gap: 50px 0;
	}
	#business_block .business_inner .business_box {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#business_block {
		padding: 50px 0 40px;
	}
	#business_block h2 {
		font-size: 14px;
		column-gap: 10px;
		margin-bottom: 30px;
	}
	#business_block h2::before {
		font-size: 26px;
	}
	#business_block .business_inner {
		gap: 30px 0;
	}
	#business_block .business_inner .business_box .text {
		padding: 125px 30px 30px;
		margin-top: -100px;
	}
	#business_block .business_inner .business_box .text h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#business_block .business_inner .business_box .text a {
		width: 155px;
		font-size: 13px;
		padding: 12px 0;
		margin: 20px auto 0;
	}
}
/*-----------------------------------

	vows_block

-----------------------------------*/
#vows_block {
	padding: 100px 0 130px;
}
#vows_block .contents_inner {
	max-width: 1170px;
	width: 95%;
}
#vows_block h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}
#vows_block h2::before {
	content: "5VOWS";
	display: block;
	font-size: 55px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	color: #10436D;
	margin-bottom: 15px;
}
#vows_block .contents_inner > p {
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}
#vows_block .vows_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 2%;
}
#vows_block .vows_inner .vows_box {
	width: 32%;
	display: flex;
	flex-direction: column;
}
#vows_block .vows_inner .vows_box .image {
	width: 81%;
	margin: 0 auto -100px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#vows_block .vows_inner .vows_box .text {
	background: url(../img/about/vows_box_bg.jpg) no-repeat center/cover;
	border-radius: 5px;
	padding: 130px 30px 30px;
	flex-grow:1;
	position: relative;
}
#vows_block .vows_inner .vows_box .text h3 {
	font-size: 24px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	text-align: center;
	color: #10436D;
	position: absolute;
	top: 88px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 2;
}
#vows_block .vows_inner .vows_box .text p {
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#vows_block h2 {
		font-size: 16px;
		margin-bottom: 40px;
	}
	#vows_block h2::before {
		font-size: 46px;
	}
	#vows_block .contents_inner > p {
		margin-bottom: 40px;
	}
	#vows_block .vows_inner {
		gap: 40px 4%;
	}
	#vows_block .vows_inner .vows_box {
		width: 48%;
	}
}
@media screen and (max-width: 640px) {
	#vows_block {
		padding: 50px 0 60px;
	}
	#vows_block .contents_inner {
		width: 90%;
	}
	#vows_block h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#vows_block h2::before {
		font-size: 26px;
		margin-bottom: 10px;
	}
	#vows_block .contents_inner > p {
		margin-bottom: 30px;
	}
	#vows_block .vows_inner {
		gap: 30px 0;
	}
	#vows_block .vows_inner .vows_box {
		width: 100%;
	}
	#vows_block .vows_inner .vows_box .text h3 {
		font-size: 20px;
		top: 90px;
	}
}
