@charset "utf-8";

/*reset*/
#mv_Wrap {
	padding-bottom: 0;
}

#mv_Wrap h2 {
	margin: 0;
	width: auto;
	max-width: auto;

}

#mv_Wrap h3 {
	width: auto;
	max-width: inherit;
	margin: inherit;
}

#mv_Wrap h4 {
	width: auto;
	max-width: inherit;
	margin: inherit;
	position: static;
}

/*共通*/

#mv_Wrap:before {
	display: none;
}

.inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

#mv_Wrap h3.big_b_ttl {
	text-align: center;
	color: #154778;
	font-size: min(10vw, 60px);
	letter-spacing: 0.1em;
	font-weight: 600;
}

/* person01 */

#mv_Wrap h2.big_b_ttl {
	display: inline-block;
	color: #154778;
	font-size: min(10vw, 54px);
	letter-spacing: 0.05em;
	font-weight: 600;
	margin: 50px auto;
	border-bottom: 2px solid #154778;
	padding-bottom: 20px;
}

.person01 {
	text-align: center;
	padding-bottom: 100px;
}

.per-list {
	justify-content: space-between;
	gap: 40px;
}

.per-list li {
	width: calc((100% - 80px) / 3);
}

.per-desc {
	margin-top: 100px;
	text-align: left;
}

.per-desc li {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #036eb8;
}

.per-desc li p {
	font-size: 20px;
	color: #036eb8;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.per-desc li:not(:first-child) {
	margin-top: 35px;
}

.check-icon img{
	display: block;
	width: 40px;
	height: 40px;
	margin-right: 30px;
}

/* person02 */

.person02 {
	background: url(../img/per08.png);
	background-size: cover;
	width: 100%;
	padding: 100px 0;
}

.inner-voice {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

#mv_Wrap h3.blue_Ttl {
	width: 60%;
	max-width: 700px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
	background: #0f6fb8;
	border-radius: 100px;
	padding: 15px 0 15px 0;
	margin: 0 auto 80px;
	position: relative;
}

h3.blue_Ttl::before {
	content: "";
	width: 90px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
}

h3.blue_Ttl .en {
	display: block;
	margin: 0 auto 10px;
	width: 200px;
}

/* 吹き出し */

.item-left,
.item-right {
	align-items: center;
	opacity: 0;
	margin-bottom: 100px;
	justify-content: center;
}

.item-left:last-of-type {
	margin-bottom: 0;
}

.employees img {
	width: 140px;
}

.employees01 img {
	width: 125px;
}

.item-left .balloon-text,
.item-right .balloon-text {
	width: 60%;
	background: #e4f1f9;
	border-radius: 40px;
	padding: 40px;
	position: relative;
}

.item-left .balloon-text {
	margin-left: 80px;
}

.item-left .balloon-text::before {
	content: "";
	position: absolute;
	top: 42%;
	left: 0;
	margin-left: -40px;
	border: 20px solid transparent;
	border-right: 20px solid #e4f1f9;
}

.item-right .balloon-text {
	margin-right: 80px;
}

.item-right .balloon-text::before {
	content: "";
	position: absolute;
	top: 42%;
	right: 0;
	margin-right: -40px;
	border: 20px solid transparent;
	border-left: 20px solid #e4f1f9;
}

.item-heading {
	align-items: center;
	gap: 10px;
}

.item-heading figure {
	width: 40px;
	margin-right: 10px;
}

.item-heading figure.wide {
	width: 48px;
}

.item-ttl {
	font-size: 20px;
	color: #044eb7;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.item-txt {
	margin-top: 20px;
	font-size: 16px;
	color: #274771;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}

.balloon {
	animation: balloon 0.5s ease-out 0s 1 forwards;
}

@keyframes balloon {
	0% {
		transform: scale(0.1);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* person03 */

.person03 {
	position: relative;
	width: 100%;
	background: #ecf5fb;
	padding-top: 100px;
	padding-bottom: 200px;
	overflow: hidden;
}

.person03:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background: #cfe0f0;
	z-index: 0;
}

#mv_Wrap h2.per03-ttl {
	text-align: center;
	margin-top: 80px;
	font-size: 50px;
	color: #274771;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

#mv_Wrap h3.per03-pic {
	width: 600px;
	max-width: 90%;
	margin: 50px auto;
	position: relative;
}

#mv_Wrap h3 .hamon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	text-align: center;
}


#mv_Wrap [class*="circle"] {
	mix-blend-mode: multiply;
}

.circle01 {
	position: absolute;
	left: 13%;
	top: 20%;
	width: 180px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_01 {
	position: absolute;
	left: 13%;
	top: 20%;
	width: 180px;
	height: 180px;
	max-width: 80%;
	background: #fff;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	z-index: 1;
}

.circle02 {
	position: absolute;
	right: 12%;
	top: 20%;
	width: 200px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_02 {
	position: absolute;
	right: 12%;
	top: 20%;
	width: 200px;
	height: 200px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.circle03 {
	position: absolute;
	left: 5%;
	top: 38%;
	width: 300px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_03 {
	position: absolute;
	left: 5%;
	top: 42%;
	width: 300px;
	height: 300px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.circle04 {
	position: absolute;
	right: 3%;
	top: 40%;
	width: 350px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_04 {
	position: absolute;
	right: 5%;
	top: 40%;
	width: 300px;
	height: 300px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.circle05 {
	position: absolute;
	left: 4%;
	top: 75%;
	width: 250px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_05 {
	position: absolute;
	left: 8%;
	top: 76%;
	width: 200px;
	height: 200px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.circle06 {
	position: absolute;
	right: 3%;
	top: 73%;
	width: 280px;
	max-width: 80%;
	margin: 0 auto;
	z-index: 2;
}

.bg_06 {
	position: absolute;
	right: 5%;
	top: 75%;
	width: 230px;
	height: 230px;
	max-width: 80%;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.fuwa01 {
	position: absolute;
	left: 8%;
	top: 10%;
	width: 20%;
	z-index: 1;
}

.fuwa02 {
	position: absolute;
	left: 8%;
	top: 10%;
	width: 20%;
	z-index: 1;
}

.fuwa03 {
	position: absolute;
	right: 8%;
	top: 10%;
	width: 20%;
	z-index: 1;
}

.fuwa04 {
	position: absolute;
	right: 8%;
	top: 10%;
	width: 20%;
	z-index: 1;
}


.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
	animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate
}

.u-bg-red.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate;
	animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate
}

.u-bg-purple.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate;
	animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate
}



@-webkit-keyframes circleVerticalAniMation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes circleVerticalAniMation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes circleVerticalAniMation-red {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@keyframes circleVerticalAniMation-red {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@-webkit-keyframes circleVerticalAniMation-purple {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(14px);
		transform: translateY(14px)
	}
}

@keyframes circleVerticalAniMation-purple {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(14px);
		transform: translateY(14px)
	}
}

@-webkit-keyframes circleVerticalAniMation-image {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes circleVerticalAniMation-image {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}


.btnripple {
	/*波紋の基点とするためrelativeを指定*/
	position: relative;
	/*波紋の形状*/
	display: inline-block;
	background: rgba(255, 241, 0, 0.3);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #ccc;
	outline: none;
	/*アニメーションの設定*/
	transition: all .3s;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

.btnripple span {
	background: #fff100;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 30px;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

/*hoverした際の背景色の設定*/
.btnripple:hover {
	background: rgba(255, 241, 0, 0.3);
}

/*波形を2つ設定*/
.btnripple::after,
.btnripple::before {
	content: '';
	/*絶対配置で波形の位置を決める*/
	position: absolute;
	left: -40%;
	top: -40%;
	/*波形の形状*/
	border: 1px solid #fff100;
	width: 180%;
	height: 180%;
	border-radius: 50%;
	/*はじめは不透明*/
	opacity: 0.5;
	/*ループするアニメーションの設定*/
	animation: 1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple::before {
	animation-delay: .5s;
}

/*波形のアニメーション*/
@keyframes circleanime {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(0.9);
		opacity: 0;
	}
}

@media only screen and (max-width: 900px) {

	/*reset*/
	#mv_Wrap {
		padding: 60px 0 0;
	}

	/*共通*/
	#mv_Wrap h2.big_b_ttl {
		font-size: 32px;
		margin: 40px auto 20px;
	}

	#mv_Wrap h3.big_b_ttl {
		font-size: 32px;
	}

	/* person01 */

	.person01 {
    padding-bottom: 80px;
}

	#mv_Wrap h2.big_b_ttl {
		font-size: 30px;
		margin: 50px auto 30px;
		padding-bottom: 12px;
	}

	.per-list {
		flex-wrap: wrap;
		gap: 20px;
	}

	.per-list li {
		width: calc((100% - 20px) / 2);
	}

	.per-list li:last-child {
		width: 100%;
		background: #fff;
		border-radius: 15px;
		padding: 20px 20px 0;
	}

	.per-desc {
    margin-top: 60px;
}

.check-icon img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.per-desc li p {
	font-size: 18px;
}

.per-desc li:not(:first-child) {
	margin-top: 20px;
}

	/* person02 */
	.person02 {
		background: url(../img/per08-sp.png);
    padding: 60px 0;
		background-size: cover;
}

	.item-left,
	.item-right {
		margin-bottom: 50px;
	}

	.item-left {
		flex-direction: column-reverse;
		align-items: center;
	}

	.item-right {
		flex-direction: column;
		align-items: center;
	}

	.item-left .balloon-text,
	.item-right .balloon-text {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 30px;
	}

	.item-left .balloon-text::before,
	.item-right .balloon-text::before {
		top: 100%;
		border: 15px solid transparent;
		border-top: 15px solid #e4f1f9;
	}

	.item-left .balloon-text::before {
		margin-left: calc(50% - 15px);
	}

	.item-right .balloon-text::before {
		margin-right: calc(50% - 15px);
	}

	.item-txt {
    line-height: 1.5;
		margin-top: 15px;
}


	/* person03 */

	.circle01 {
		width: 80px;
		max-width: 25%;
		left: 5%;
		top: 1%;
	}

	.bg_01 {
		left: 3%;
		width: 60px;
		height: 60px;
		max-width: 25%;
		aspect-ratio: 1 / 1;
		top: 1%;
	}

	.circle02 {
		right: 3%;
		width: 90px;
		max-width: 25%;
		top: 6%;
	}

	.bg_02 {
		right: 3%;
		width: 80px;
		height: 80px;
		max-width: 25%;
		aspect-ratio: 1 / 1;
		top: 6%;
	}

	.circle03 {
		width: 100px;
		max-width: 25%;
		left: 5%;
		display: none;
	}

	.bg_03 {
		left: 5%;
		width: 100px;
		height: 100px;
		max-width: 25%;
		aspect-ratio: 1 / 1;
		display: none;
	}

	.circle04 {
		right: 5%;
		width: 100px;
		max-width: 25%;
		display: none;
	}

	.bg_04 {
		right: 5%;
		width: 100px;
		height: 100px;
		max-width: 25%;
		aspect-ratio: 1 / 1;
		display: none;
	}

	.circle05 {
		width: 90px;
		max-width: 28%;
		left: -2%;
		top: 44%;
	}

	.bg_05 {
		left: 3%;
		width: 70px;
		height: 70px;
		max-width: 28%;
		aspect-ratio: 1 / 1;
		top: 45%;
	}

	.circle06 {
		right: 1%;
		width: 100px;
		max-width: 25%;
		top: 53%;
		z-index: 20;
	}

	.bg_06 {
		right: 2%;
		width: 80px;
		height: 80px;
		max-width: 25%;
		aspect-ratio: 1 / 1;
		top: 53%;
	}

	#mv_Wrap h3 {
		margin-top: 10px;
	}

	#mv_Wrap:before {
		height: 50%;
	}


}

/* sp専用 */
@media only screen and (max-width: 767px) {

	.person03 {
    padding: 60px 0;
}

	#mv_Wrap h2.per03-ttl {
    margin-top: 70px;
    font-size: 30px;
}

	#mv_Wrap h3.blue_Ttl {
		width: 100%;
		font-size: 18px;
		margin: 0 auto 50px;
	}

	h3.blue_Ttl .en {
		margin: 0 auto 8px;
	}

	#mv_Wrap h3.blue_Ttl .en img {
		height: 15px;
	}

	#mv_Wrap h3.blue_Ttl::before {
		width: 40px;
		right: -2px;
	}

	#mv_Wrap h3.per03-pic {
    margin: 30px auto 0px;
}

}