
/* CSS Document */

/*==================================================

contents
=================================================*/

.profile-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto min(10%, 100px);
}
.profile-inner img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.profile-inner .about {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: min(12%, 120px) auto 0;
}
.profile-inner .about .txt {
	width: 45%;
}
.profile-inner .about .txt p {
	margin-top: 2em;
}
.profile-inner .about .photo {
	width: 50%;
	overflow: hidden;
	border-radius: 40px;
}
.profile-inner .about .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile-inner .profile {
	width: 100%;
	margin: min(12%, 120px) auto 0;
}
.profile-inner .profile h2 {
	text-align: center;
}
.profile-inner .profile .data {
	background-color: #FFF;
	border-radius: 40px;
	margin-top: min(2em, 60px);
	padding: min(4%, 40px) min(10%, 100px) min(4%, 40px);
}

.profile-inner .group-chart {
	width: 100%;
	margin: min(12%, 120px) auto 0;
}
.profile-inner .group-chart h2 {
	text-align: center;
}
.profile-inner .group-chart .chart {
	max-width: 857px;
	position: relative;
	margin: min(2em, 60px) auto 0;
}
.profile-inner .group-chart .chart .pict {
	position: relative;
}
.profile-inner .group-chart .chart .pict::after {
	content: " ";
	display: block;
	position: absolute;
	width: 5%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #FFF;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	right: 0;
	bottom: -11px;
	transform: translate(-210%, 100%);
	z-index: 1;
}
.profile-inner .group-chart .chart p {
	width: 80%;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	margin: 6% 0 0 auto;
	padding: min(4%, 40px);
	z-index: 2;
}


.profile-inner .department {
	width: 100%;
	margin: min(12%, 120px) auto 0;
}
.profile-inner .department h2 {
	text-align: center;
}
.profile-inner .department dl {
	width: 100%;
	max-width: 660px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: min(2em, 60px) auto 0;
}
.profile-inner .department dl dt {
	font-size: clamp(1.8rem, 3.2vw, 3.6rem);
	line-height: 160%;
	font-weight: 500;
	background-color: #00c3ff;
	border-radius: 60px;
	padding: .3em 1.5em;
}
.profile-inner .department dl dd {
	flex: 1;
	position: relative;
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 160%;
	padding-left: 60px;
}
.profile-inner .department dl dd::before {
	content: " ";
	display: block;
	position: absolute;
	width: 26px;
	height: 2px;
	background-color: #005082;
	top: 50%;
	left: 17px;
	transform: translate(0, -50%);
}

.profile-inner .access {
	width: 100%;
	margin: min(12%, 120px) auto 0;
}
.profile-inner .access h2 {
	text-align: center;
}
.profile-inner .access .list {
	background-color: #FFF;
	border-radius: 40px;
	margin-top: min(4%, 60px);
	padding: min(6%, 60px) min(10%, 100px) min(10%, 100px);
}
.profile-inner .access .list dl:nth-of-type(even) {
	margin-top: min(2em, 60px);
}
.profile-inner .access .list dl dt {
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	line-height: 160%;
	letter-spacing: .1em;
	padding: .5em 0;
}
.profile-inner .access .list dl dd {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.profile-inner .access .list dl dd .photo {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.profile-inner .access .list dl dd p {
	flex: 1;
	padding: .5em 0 0 5%;
	display: flex;
	flex-direction: column;
}
.profile-inner .access .list dl dd p .button {
	margin: auto 0 0 auto;
}
.profile-inner .access .list dl dd img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business-inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto min(10%, 100px);
	
}
.business-inner section {
	width: 100%;
	background-color: #fff;
	border-radius: 0 80px 0 0;
	margin: min(12%, 120px) auto 0;
	padding: min(10%, 100px);
	z-index: 2;
}
.business-inner section:nth-of-type(even) {
	flex-direction: row-reverse;
	background-color: #FFF;
	border-radius: 80px 0 0 0;
	margin: min(12%, 120px) auto 0;
}
.business-inner section .icon {
	width: 14%;
	max-width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
.business-inner section:nth-of-type(even) .icon {
	left: initial;
	left: auto;
	right: 0;
}

.business-inner section .prologue {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-top: min(6%, 60px);
}
.business-inner section .prologue dt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(2.4rem, 4.8vw, 4.8rem);
	line-height: 160%;
	white-space: nowrap;
	padding: min(2%, 20px) min(5%, 40px) min(2%, 20px) 0;
}
.business-inner section .prologue dd {
	flex: 1;
	border-left: 2px solid #005082;
	padding: min(2%, 20px) min(5%, 40px);
}
.business-inner section ul.material {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.business-inner section ul.material li {
	width: 30%;
	margin-top: min(4%, 40px);
}
.business-inner section ul.material li .pict {
	max-width: 290px;
	margin: 0 auto;
}
.business-inner section ul.material li h2 {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center; 
	min-height: 3.5em;
	text-align: center;
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 160%;
}
.business-inner section ul.material li p {
	margin-top: 1.5em;
}
.business-inner section .ddd-info {
	margin-top: min(6%, 60px);
}
.business-inner section .ddd-info h2 {
	font-size: clamp(2.4rem, 4.8vw, 4.8rem);
	line-height: 160%;
	text-align: center;
	margin: 0 auto .5em;
}
.business-inner section .ddd-info .message .item {
	width: 20%;
	max-width: 90px;
	margin: 0 auto;
}
.business-inner section .ddd-info .message p {
	color: #FFF;
	border-radius: 40px;
	background-color: #005082;
	padding: min(6%, 60px);
}

.business-inner section .flow {
	margin: min(6%, 60px) auto 0;
}
.business-inner section .flow ul {
	margin: min(4%, 40px) auto 0;
}
.business-inner section .flow ul li {
	width: 70%;
	padding: 1em 0;
}
.business-inner section .flow ul li h2 {
	color: #00c3ff;
}
.business-inner section .flow ul li h2 span {
	display: inline-block;
	font-size: 120%;
	color: #005082;
	vertical-align: baseline;
	margin-right: .5em;
}
.business-inner section .flow ul li p {
	margin-top: 1em;
}
.business-inner .photo {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
	margin: min(12%, 120px) auto 0;
	padding: 0;
	z-index: 2;
}
.business-inner .photo h1 {
	text-align: center;
	margin-bottom: min(4%, 40px) 
}


.business-inner section img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.swiper-main .swiper-slide {
	border-radius: 40px;
	overflow: hidden;
}
.swiper-main img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.swiper-thumb {
	margin-top: min(8%, 60px);
}
.swiper-thumb .swiper-slide {
	opacity: 1;
	cursor: pointer;
	filter: brightness(.5);
}
.swiper-thumb .swiper-slide-thumb-active {
	opacity: 1;
	filter: brightness(1);
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px!important;
    color: #fff;
}
.swiper-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.profile-inner .about {
		width: 100%;
		flex-direction: column;
	}
	.profile-inner .about .txt {
		width: 100%;
	}
	.profile-inner .about .txt h2 {
		text-align: center;
	}
	.profile-inner .about .txt p {
		margin-top: 1em;
	}
	.profile-inner .about .photo {
		width: 80%;
		border-radius: 50%;
		overflow: hidden;
		margin: 2em auto 0;
	}
	.profile-inner .profile h2 {
		text-align: center;
	}
	.profile-inner .profile .data {
		border-radius: 20px;
		padding: min(4%, 40px) min(6%, 100px);
	}
	.profile-inner .group-chart .chart p {
		width: 100%;
		border-radius: 10px;
		z-index: 2;
	}

	.profile-inner .department dl {
		width: 100%;
		max-width: 100%;
		flex-direction: column;
	}
	.profile-inner .department dl dd {
		width: 100%;
		text-align: center;
		padding: 5% 0 0;
	}
	.profile-inner .department dl dd::before {
		content: " ";
		display: none;
	}

	.profile-inner .access .list {
		background-color: #FFF;
		border-radius: 20px;
		padding: min(6%, 60px) min(6%, 100px) min(10%, 100px);
	}
	.profile-inner .access .list dl dt {
		text-align: center;
	}
	.profile-inner .access .list dl dd {
		width: 100%;
		flex-direction: column;
	}
	.profile-inner .access .list dl dd .photo {
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
	}
	.profile-inner .access .list dl dd p {
		display: block;
		width: 100%;
		padding: 5% 0 0 0;
		text-align: center;
	}
	.profile-inner .access .list dl dd p .button {
		margin: 5% auto 0;
	}
	
	.business-inner section {
		border-radius: 0 40px 0 0;
		padding: min(10%, 100px) min(6%, 100px);
	}
	.business-inner section:nth-of-type(even) {
		flex-direction: row-reverse;
		border-radius: 40px 0 0 0;
	}
	.business-inner section .icon {
		width: 20%;
	}

	.business-inner section .prologue {
		width: 100%;
		flex-direction: column;
	}
	.business-inner section .prologue dt {
		width: 100%;
		text-align: center;
		padding: min(2%, 20px) 0;
	}
	.business-inner section .prologue dd {
		width: 100%;
		border-left: none;
		padding: min(2%, 20px) 0;
	}
	.business-inner section ul.material {
		width: 100%;
		flex-direction: column;
	}
	.business-inner section ul.material li {
		width: 100%;
	}
	.business-inner section ul.material li h2 {
		width: 100%;
		display: block;
		min-height: initial;
		min-height: auto;
		text-align: center;
	}
	
	.business-inner section .ddd-info .message .item {
		width: 20%;
		max-width: 90px;
		margin: 0 auto;
	}
	.business-inner section .ddd-info .message p {
		border-radius: 20px;
	}

	.business-inner section .flow {
		margin: min(6%, 60px) auto 0;
	}
	.business-inner section .flow ul {
		margin: min(4%, 40px) auto 0;
	}
	.business-inner section .flow ul li {
		width: 100%;
		padding: 1em 0;
	}
	
	.swiper-main .swiper-slide {
		border-radius: 10px;
	}
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

