@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	/* clipからhiddenに変更 */
	width: 100%;
	height: 100vh;
	/* 横幅を明示 */
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.02em;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	scroll-behavior: smooth;
	background-size: cover;
	background-repeat: repeat-y;
	background-color: rgba(255, 255, 255, 0.5);
	background-blend-mode: lighten;
	overflow-x: hidden;

	/* clipからhiddenに変更 */
}

a {
	text-decoration: none;
	color: #346596;
}

/* すべての要素で余白を含めてサイズ計算するように変更 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/*リセット*/
figure {
	margin: 0;
}

dd {
	margin: 0;
}

nav {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	vertical-align: middle;
}


a {
	color: #346596;
	transition: 0.3s;
}

.txt-b {
	font-size: 120% !important;
}

.txt-s {
	font-size: 80% !important;
	line-height: 1.4 !important;
	;
}

.txt-12 {
	font-size: 12px !important;
	line-height: 1.4 !important;
	;
}

.mgt20 {
	margin-top: 20px
}

.tar {
	text-align: right !important;

}

.tal {
	text-align: left !important;

}

.tac {
	text-align: center !important;

}

.forsp {
	display: none !important;
}

.forpc {
	display: block;
}

.note {
	font-size: 11px;
	color: #bb5f7e;
	top: -8px;
}

/*フッター*/


footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 20px;
	background-color: rgba(52, 101, 150, 0.1);
}

.footer-in {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.footer-l {
	padding: 0 100px 0 0px;
}

.footer-r {
	display: flex;
	flex-direction: row;
	padding: 0 0px 0 140px;
	justify-content: flex-end;
}

@media screen and (max-width: 1130px) {
	.footer-l {
		padding: 0 0px 0 0px;
	}

	.footer-r {
		padding: 0 0px 0 0px;
	}
}

.footer-inl {
	width: 130px;
	display: flex;
	flex-direction: column;
	padding: 0 12px;
	line-height: 1.6;
	font-weight: 700;
	font-size: 90%;
}

.footer-inl-s {
	padding: 12px 0 0 8px;
	font-weight: 500;
	font-size: 80%;
}

.logo-f {
	display: flex;
	align-items: center;
}

.logo-f img {
	width: 120px;
	height: auto;
}

.comname-f {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 20px;
	color: #505050;
}

.comname-f-in1 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.comname-f-in2 {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.4;
}

.footer-100-link {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

.footer-100 {
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

.mgt12 {
	margin-top: 12px
}

.mgt40 {
	margin-top: 40px
}


/*リンク　ボタン　*/


.this-box {
	/*線の基点とするためrelativeを指定*/
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.this-box a {
	width: 60%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 20px 30px;
	border-radius: 40px;

	&:hover {
		background-color: #fff;
		color: #346596 !important;
	}

	&:hover span {
		transform: translateX(5px);
	}
}

.this-box a span {
	display: inline-flex;
	font-size: 26px;
	padding: 0 0 0 8px;
	transition: all 0.3s ease-in-out;
}


.this-box-s {
	display: flex;
	justify-content: center;
	padding: 0px;
	margin: 20px auto;
}

.this-box-s a {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 12px 40px;
	border-radius: 40px;

	&:hover {
		background-color: #fff;
		color: #346596 !important;
	}
}



.this-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2vh;
	padding: 0 3%;
}

.this-box2-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 25% 40px 25%;
}

article {
	overflow: hidden;
}

/*ヘッダー*/
.c-header {
	align-items: center;
	position: fixed !important;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.7);
	background-blend-mode: lighten;
	backdrop-filter: blur(20px);
	z-index: 50;
}

.c-header .logo img {
	height: 46px;
}

.c-header .logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0 0 0 20px;
}

.c-header .logo .comname {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.c-header .logo .comname .comname-in1 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #505050;
	font-weight: 700;
}

.c-header .logo .comname .comname-in2 {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #505050;
	font-weight: 700;
}

.c-header__list {
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0 16px;
}

.c-header__list-item a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	transition: .3s ease-in-out;
	color: #346596;

	&:hover {
		color: #000;
	}
}

.c-header__list-item a {
	padding: 0px 8px;
	text-decoration: none;
}

li {
	list-style: none;

}

.c-header__list-link {
	color: #000;
	display: block;
	margin-right: 20px;
	text-decoration: none;
	padding: 10px 0px;
}

.c-header__list-link:hover {
	filter: opacity(0.6);
}

.c-hamburger-menu {
	position: relative;
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #fff;
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	text-align: center;
}

#hamburger:checked~.c-hamburger-menu__bg {
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}



.c-hamburger-menu__button-mark {
	background-color: #fff;
	display: block;
	height: 3px;
	transition: 0.3s;
	width: 25px;
}

@media screen and (max-width:1199px) {
	.c-header__list-item a {
		font-size: 16px;
	}

	.c-header .logo img {
		height: 40px;
	}

	.footer-inl {
		width: 120px;
	}
}

@media screen and (max-width:899px) {
	.c-header {
		justify-content: space-between;
	}

	.c-hamburger-menu__list {
		align-items: center;
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 20px 20px;
		font-size: 32px;
		position: absolute;
		transform: translateX(-120%);
		transition: 0.3s;
		top: 100%;
		width: 100%;
	}

	#hamburger:checked~.c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
		width: 100%;
	}


	.c-header__list-item {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 12px 20px
	}

	.c-header__list-item a {
		font-size: 32px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	ul .header-btn1 a,
	ul .header-btn2 a {
		height: auto;
		width: 100%;
		padding: 12px 20px;
		border-radius: 8px;
		display: flex;
		justify-content: center;
	}

	.c-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 60px;
		height: 60px;
		background: #346596;
		border-radius: 50%;
		padding: 0;
		margin: 0 12px 0 0;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(4px, 0px) rotate(45deg);
		transform-origin: 0%;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(4px, 2px) rotate(-45deg);
		transform-origin: 0%;
	}

	ul .header-btn {
		width: 270px;
		height: auto;
		padding: 12px 0;
	}

	ul .header-btn img {
		width: 100%;
	}
}

.main {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.each-section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 60px 80px 20px;
}

.mov-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.mov-in {
	width: 33.3%;
	padding: 12px;
	display: flex;
	flex-direction: column;
	margin: 0 0 12px 0;
}

.mov-in img {
	width: 100%;
	height: auto;
}

.mov-in-1 {
	width: 100%;
	padding: 8px 0;
}

.mov-in-l {
	width: 100%;
	padding: 12px;
	display: flex;
	flex-direction: column;
	margin: 0 0 12px 0;
}

h2.fortop {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 80px 0px 40px 0px;
	font-size: 16px;
	line-height: 2;
	color: #346596;
	text-align: center;
}


h2.fortop span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: 8px;
	left: 0;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 100;
	font-size: 64px;
	line-height: 1.4;
	color: #346596;
	text-align: center;
}

h2.fortop-s {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 60px 0px 20px 0px;
	font-size: 14px;
	line-height: 2;
	color: #346596;
	text-align: center;
}

h2.fortop-s::before {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background: #bb5f7e;
	animation: r-dot 3s ease-in-out infinite;
}

h2.fortop-s span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: 12px;
	left: 0;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 100;
	font-size: 40px;
	line-height: 1.4;
	color: #346596;
	text-align: center;
}

h3 {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 40px 20px 40px 20px;
	margin: 0px 0 20px 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
}





.outer-forh2 {
	width: 100%;
	padding: 80px 0 4px 0;
	background-color: rgba(66, 114, 255, 0);
}


.content-outer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.content-outer-top-t {
	align-items: flex-start !important;
}

.content-inner {
	width: 50%;
	margin: 0;
	padding: 20px 20px;
	z-index: 3;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
}

.content-inner-100 {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
	text-align: center;
}

.content-inner-img {
	width: 50%;
	padding: 20px 20px;
}

.content-inner-img img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
}

.biz-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	position: relative;
	z-index: 1;
}

.biz-inner {
	width: 31%;
	margin: 20px 0 20px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #eee;

}

.biz-inner1 {
	width: 100%;
	height: 220px;

	overflow: hidden;
}

.biz-inner1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.biz-inner2 {
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.biz-inner2-1 {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	font-size: 20px;
	line-height: 1.6;
	color: #346596;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0;
}

.biz-inner2-2 {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
}

.dp {
	width: 100%;
	border: 1px solid #cacaca;
	max-width: 900px;
	border-radius: 12px;
	margin: 0 auto 40px auto;
	padding: 40px;

}

.biz-c {
	width: 100%;
	text-align: center;
	padding: 20px;
}

.biz-c img {
	width: 80%;
	max-width: 800px;
}

.posi {
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 20px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.posi1 {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 0;
}

.posi2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.posi2-1 {
	width: 43%;
}

.posi2-1 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
	height: auto;
	margin: 20px 0 0 0;
}

.posi2-2 {
	width: 43%;
}

.posi2-2 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
}

.posi-note {
	padding: 20px;
	font-size: 80%;
}

.c-tit-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-tit {
	position: relative;
	display: inline-block;
	margin: 0 auto 12px;
	padding: 8px 16px;
	border: 1px solid #346596;
	border-radius: 8px;
	background-color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #505050;
	animation: fuki 2.7s 0s infinite forwards;
}

@keyframes fuki {

	0%,
	100% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(4px);
	}

}

.c-tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #346596 transparent transparent;
	translate: -50% 100%;
}

.c-tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 10.4px 8.7px 0 8.7px;
	border-color: #ffffff transparent transparent;
	translate: -50% 100%;
}

.c-path {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.c-path ul {
	padding: 0;
	margin: 8px 0 0 0;
}

.c-path li {
	list-style-type: none;
}

.c-path dd {
	margin-left: 0;
	padding: 0 0 0 68px;
}

.c-path-e {
	position: relative;
}

.c-path-e::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.c-path-e>li {
	position: relative;
}

.c-path-e>li:not(:last-child) {
	margin-bottom: 40px;
}

.c-path-e>li .icon03 {
	font-size: 10px;
	font-weight: 500;
	width: 60px;
	height: 60px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #346596;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}

.c-path-e>li .icon03-in {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px 0 0 0;
}

.c-path-e>li .icon03 span {
	font-size: 22px;
	font-weight: 300;
}

.c-path-e>li dl {
	padding-left: 60px;
	position: relative;
}

.c-path-e>li dl::before,
.c-path-e>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.c-path-e>li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 12px;
	background: #346596;
	border-radius: 50%;
	left: -4px;
}

.c-path-e>li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 30px;
}

.c-path-e>li dl dt {
	font-size: 18px;
	font-weight: 500;
	color: #346596;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.dp-tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}

.dp-cont {
	width: 100%;
	display: flex;
}

.dp-cont-in {
	width: 70%;
}

.dp-cont-im {
	width: 30%;
	text-align: center;
}

.dp-cont-im img {
	width: 60%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
}

.ent {
	width: 100%;
	border: 1px solid #cacaca;
	text-align: center;
	max-width: 900px;
	border-radius: 12px;
	margin: 0 auto;
	padding: 40px;
}

.ent-tit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 12px 0;
}


.ent-tit-s {

	position: relative;
	display: inline-block;
	padding: 0 140px;
	font-size: 20px;
	font-weight: 500;
	margin: 40px 12px 20px 12px;
}

.ent-tit-s :before,
.ent-tit-s :after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: #cacaca;
}

.ent-tit-s :before {
	left: 0;
}

.ent-tit-s :after {
	right: 0;
}

.ent-cont {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.ent-cont-bt {
	width: 300px;
}

.ent-cont-bt img {
	height: 100%;
	width: auto;
}

.tel-cont {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.tel-in1 {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	padding: 12px 12px 0 0;
}

.tel-in2 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	padding: 0 0 0 4px;
}

.tel-in2 a {
	color: #505050 !important;
}


.keyw {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.keyw-one {
	border: 1px solid #346596;
	border-radius: 30px;
	font-size: 18px;
	margin: 8px;
	padding: 12px 20px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.8);
}

.biz {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.biz-one {
	width: 48%;
	border: 1px solid #346596;
	border-radius: 12px;
	font-size: 18px;
	margin: 8px;
	padding: 12px 12px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.8);
}

.biz-one span {
	border-right: 1px solid #346596;
	color: #346596;
	font-size: 14px;
	line-height: 1;
	margin: 0 8px 0 0;
	padding: 4px 8px;
}


/* 人物 */

.ppl-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.ppl-inner {
	width: 42%;
	margin: 20px 0 20px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-inner-top {
	width: 48% !important;
	margin: 0 !important;
}

.ppl-inner:hover .ppl-pic img {
	transform: scale(1.07);
}

.ppl-pic {
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.ppl-pic-top {
	height: 160px;
}

.ppl-pic img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;
	/* ゆっくり変化させる */
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.ppl-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 20px 10px;
	border-radius: 40px;
	margin: 20px 0 0 0;

	&:hover {
		background-color: #fff;
		color: #346596 !important;
	}


}

.ppl-btn-top {
	padding: 16px 10px !important;
	font-size: 17px !important;
}

.ppl-inner:hover .ppl-btn span {
	transform: translateX(5px);
}

.ppl-btn span {
	display: inline-flex;
	font-size: 26px;
	padding: 0 0 0 8px;
	transition: all 0.3s ease-in-out;
}

.ppl-inner1 {
	width: 100%;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.ppl-inner1-top {
	padding: 20px 20px !important;
}

.ppl-inner1in {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.ppl-inner1-1 {
	color: #346596;
	font-size: 14px;
	margin: 0 12px 0 0;
	border: 1px solid #346596;
	padding: 4px 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

.ppl-inner1-2 {
	color: #505050;
	font-size: 28px;
	font-weight: 300;
}

.ppl-inner1-2 span {
	font-size: 12px;
	font-weight: 500;
}

.ppl-eachpage {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-mainpic {
	width: 100%;
	height: 600px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	position: relative;
}

.ppl-mainpic img {
	width: 100%;
	transition: transform .3s ease;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.ppl-mainpic-txt {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	padding: 40px;
	color: #fff;
	z-index: 2;
	font-size: 28px;
	font-weight: 300;
	background-color: rgba(52, 101, 150, 0.8);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-mainpic-txt-l {
	left: 0px !important;
	border-radius: 0 30px 30px 0 !important;
}

.ppl-mainpic-txt-r {
	right: 0px !important;
	border-radius: 30px 0 0 30px !important;
	text-align: left;
}

.ppl-mainpic-txt-s {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 8px 0 0 0;
}

.ppl-mainpic-txt-s-1 {
	color: #fff;
	font-size: 14px;
	margin: 0 12px 0 0;
	border: 1px solid #fff;
	padding: 8px 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1;
}

.ppl-mainpic-txt-s-2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
}

.ppl-mainpic-txt-s-2 span {
	font-size: 12px;
	font-weight: 500;
}

.ppl-each-outer {
	display: flex;
	flex-direction: row;
	padding: 60px 60px 0px 60px;
	justify-content: space-between;
}

.ppl-q {
	position: relative;
	color: #346596;
	font-size: 120%;
	font-weight: 400;
	padding: 0 0 0 0px
}

.ppl-q:before {
	position: absolute;
	content: "";
	left: -40px;
	top: 17px;
	width: 35px;
	height: 1px;
	background-color: #346596;
}

.ppl-a {
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 20px 0 40px 0;
}


.ppl-each-in1 {
	width: 53%;
}

.ppl-each-in2 {
	width: 42%;
}

.ppl-each-in2 img {
	width: 100%;
}

.ppl-btmlink-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.ppl-btmlink {
	width: 100%;
	height: 200px;
	margin: 20px 0 40px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-btmlink-pic {
	width: 240px;
	height: 200px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 30px 0 0 30px;
}

.ppl-btmlink-pic img {
	width: 240px;
	height: 200px;
	object-fit: cover;
	transition: transform .3s ease;
	/* ゆっくり変化させる */

	border-radius: 30px 0 0 30px;
}

.ppl-btmlink:hover .ppl-btmlink-pic img {
	transform: scale(1.07);
}

.ppl-btmlink:hover .ppl-btn span {
	transform: translateX(5px);
}

.ppl-btmlink-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 40px;
}

.work-ppl-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0px;

}

/*表*/
.data-tbl-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.data-tbl {
	width: 90%;
	margin: 0 auto 40px auto;
	line-height: 1.8;
}

.data-tbl-s {
	width: auto;
}

.data-tbl .tbl-one {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 12px 0;
	border-bottom: 1px solid #c2d7f4;
	font-size: 16px;

}

.data-tbl .tbl-one:first-child {
	border-top: 1px solid #c2d7f4;
}

.data-tbl dt {
	clear: both;
	float: left;
	width: 200px;
	padding: 4px 0 0 0;
	margin: 0;
	text-align: center;
	color: #346596;
	font-weight: 700;
	line-height: 1.4;
}

.data-tbl-s dt {
	width: 240px;
	padding: 4px 0 0 0;
}



.data-tbl dd {
	box-sizing: border-box;
	width: calc(100% - 200px);
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #505050;
	line-height: 1.8;
}

.data-tbl-s dd {
	width: calc(100% - 240px);
}

.edu-cha {
	width: 100%;
	padding: 20px;
}

.edu-cha img {
	width: 100%;
}

/*よくある質問*/

/*FAQ*/
.switchbox {
	padding: 12px 20px 12px 20px;
	margin: 20px 0 20px 0;
	background-color: #f8faf3;
	width: 100%;
	position: relative;
	border-radius: 12px;
}

/*ラベル*/
.switchbox label {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	display: block;
	cursor: pointer;


}

.switchbox input {
	display: none;
}

.switchbox-show {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;
	opacity: 0;
}

.switchbox input:checked+label+div {
	height: auto;
	opacity: 1;
}

.switchbox label::before {
	position: absolute;
	top: 12px;
	right: 12px;
	content: "\e5cc";
	font-family: "Material Icons";
	font-size: 26px;
	transform: rotate(90deg);
	color: #346596;
}

.switchbox input:checked+label::before {
	transform: rotate(-90deg);
}


dl.qa {
	border-top: 1px solid #eee;
	overflow: hidden;
	_zoom: 1;
}

dl.qa dd,
dl.qa dt {
	text-indent: -37px;
	padding: 0 15px 0px 45px;
}

dl.qa dt {
	margin: 15px 15px 0 0;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
	font-size: 1.6em;
	font-weight: 700;
	margin-right: 10px;
	padding: 5px 0;
	line-height: 1.2em;
}

dl.qa dd {
	margin: 20px 0 -1px 0;
	padding-bottom: 15px;
	font-weight: 400;
	line-height: 1.6;
}

dl.qa dt:first-letter {
	color: #000;
}

dl.qa dd:first-letter {
	color: #346596;
}



dl.qa dd li {
	text-indent: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}

@media screen and (max-width:899px) {
	#mainimg {
		padding-bottom: 0px;
	}

	.count-content-inner-s {
		width: 49%;

	}

	#mainimg #top-text {
		width: 100%;
		flex-direction: column;
	}

	.footer-r {
		min-width: none !important;
	}

	.fortop-ppl {
		flex-direction: column !important;
	}

	.fortop-ppl100 {
		width: 100% !important;
	}

	.top-text-in1 {
		width: 100%;
	}

	.top-text-in2 {
		width: 100%;
	}

	.ppl-pic {
		height: 200px;
	}

	.ppl-inner1 {
		padding: 20px 20px;
	}
}

@media screen and (max-width:699px) {
	.forsp {
		display: block !important;
	}

	.forpc {
		display: none !important;
	}

	footer {
		padding: 40px 20px 100px 20px;
	}

	.main-txtmov {
		top: 47%;
	}

	.main-txtmov svg {
		width: 100%;

	}

	.main-line {
		padding: 60px 20px;
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0;
	}

	/*ボトむエントリーボタン*/
	.entry-bottom-outer {
		display: flex !important;
	}

	.top-txt {
		top: calc(50% - 190px);
		font-size: 60px;
		padding: 0 0 0 20px;
	}

	.top-sub-cat {
		text-align: center;
	}

	.top-txt-in {
		font-size: 22px;
		line-height: 1.8;
	}

	.c-header .logo {
		padding: 0 0 0 20px;
	}

	.c-header .logo .comname {
		padding: 0 0 0 12px;
	}

	.c-header .logo .comname .comname-in1 {
		font-size: 15px;
	}

	.outer-forh2 {
		padding: 100px 0 0 0;
	}

	h2.fortop span {
		top: -12px;
		left: 0;
		font-size: 44px;
	}


	h2.fortop {
		padding: 40px 20px 40px 20px;
		width: 100%;
		/* 余白を含めて100%になるのでこれでOK */
		margin: 0;
	}

	h3 {
		padding: 0px 0px 20px 0px;
		margin: 0px 0 60px 0;
		font-size: 22px;
		line-height: 1.4;
	}

	h3::after {
		top: 10px;
		left: calc(50% - 86px);
		width: 160px;
		height: 100px;
	}

	.this-box a {
		width: 100%;
	}

	.biz-c {

		padding: 20px 0;
	}

	.biz-c img {
		width: 100%;
	}

	.dp {
		width: 100%;
		padding: 40px 20px;
	}

	.dp-cont {
		flex-direction: column;
	}

	.dp-cont-in {
		width: 100%;
	}

	.dp-cont-im {
		width: 100%;
	}

	.ent {
		width: 100%;
		padding: 40px 20px;
	}

	.edu-cha {
		padding: 0px;
	}

	.ent-tit-s {

		position: relative;
		display: inline-block;
		padding: 0 50px;
		font-size: 18px;
		margin: 40px 0px 20px 0px;
	}

	.ent-tit-s :before,
	.ent-tit-s :after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 40px;
		height: 1px;
		background-color: #cacaca;
	}

	.ent-cont {
		flex-direction: column;
	}

	.ent-cont-bt {
		width: 100%;
		padding: 12px 0;
	}

	.ent-cont-bt img {
		width: 100%;
	}

	.content-inner-100 {
		padding: 20px 0px;
	}

	.tel-cont {
		flex-direction: column;
	}

	.tel-in1 {
		padding: 0 0 12px 00;
	}

	.scrolldown-outer {
		bottom: 80px;
		padding: 0px 20px 0px 0;
	}

	.scrolldown1::before {
		top: -22px;
		left: -40px;
		height: 60px;
		width: 60px;
	}

	.scrolldown1 span {
		left: -22px;
		top: -18px;
		font-size: 0.6rem;
	}

	.scrolldown1::after {
		left: -10px;
		height: 20px;
	}

	/*高さ・位置・透過が変化して線が上から下に動く*/
	@keyframes pathmove {
		0% {
			height: 0;
			top: 0;
			opacity: 0;
		}

		30% {
			height: 20px;
			opacity: 1;
		}

		100% {
			height: 0;
			top: 30px;
			opacity: 0;
		}
	}

	.content-outer {
		flex-direction: column;
		margin-bottom: 0px;
		padding: 0 0px;
	}

	.fortopto1 {
		order: 1 !important;
	}

	.fortopto {
		order: 3 !important;
	}

	.content-inner {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0px 40px 0px;
		font-size: 16px;
		order: 2;
	}

	.each-section {
		padding: 40px 20px 60px 20px;
	}

	.content-inner-img {
		width: 100%;
		padding: 0px 0px;
	}

	.c-path-e>li dl::after {
		width: 26px;
	}

	.c-path-e>li dl {
		padding-left: 30px;
	}

	.c-path dd {
		padding: 8px 0 0 0;
	}

	.h-int1 {
		font-size: 18px;
	}

	.h-int2 {
		font-size: 28px;
	}

	.work-ppl-box {
		flex-wrap: wrap;
		flex-direction: column;
		padding: 0 0px 0px 0px;

	}

	.ppl-outer {
		padding: 0 0px;
	}

	.ppl-inner {
		width: 100% !important;
		margin: 20px 0 !important;
	}

	.ppl-mainpic {
		height: 200px;
		margin: 0 0 200px 0;
		overflow: visible;
	}

	.ppl-mainpic img {
		height: auto;
		width: 100%;
	}

	.ppl-mainpic-txt-l,
	.ppl-mainpic-txt-r {

		border-radius: 0 0 0px 0px !important;
	}

	.ppl-mainpic-txt {
		transform: none;
		top: 199px;
		width: 100%;
		padding: 20px;
		font-size: 20px;
		background-color: rgba(52, 101, 150, 1);
	}

	.ppl-each-outer {
		flex-direction: column;
		padding: 60px 20px 0px 20px;
	}

	.ppl-each-in1 {
		width: 100%;
	}

	.ppl-each-in2 {
		width: 100%;
		order: 2;
	}

	.ppl-q:before {
		left: -18px;
		width: 15px;
	}

	div .this-box2-outer {
		padding: 0 20px 20px 20px;
	}

	.count-content-outer {
		margin: 20px 0 20px 0;
		padding: 0 0 0px 0;
		flex-direction: column;
	}

	.count-content-inner {
		width: 100%;
		margin: 20px 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: #ccc 1px solid;
	}

	.count-content-inner:last-child {
		border-bottom: none;
	}

	.count-content-inner-s {
		width: 100%;

	}

	.data-tbl {
		width: 100%;
	}

	.data-tbl dt {
		width: 94px;
		font-size: 14px;
	}

	.data-tbl dd {
		width: calc(100% - 94px);
	}

	dl.qa dd,
	dl.qa dt {
		text-indent: -37px;
		padding: 0 0px 0px 42px;
		margin: 15px 0 0 0;
	}

	dl.qa dd {
		padding-right: 0;
	}

	.skk {
		width: 140px !important;
	}

	.skk2 {
		width: calc(100% - 140px) !important;
	}

	.biz-outer {
		padding: 20px 0 0 0px;
	}

	.biz-inner {
		width: 49%;
	}

	.footer-in {
		flex-direction: column;
	}

	.footer-l {
		margin: 0px auto;
		min-width: 287px !important;
		display: flex;
		justify-content: center;
	}

	.footer-r {
		flex-direction: column;
		margin: 40px auto;
		min-width: 120px !important;

		padding: 0 !important;
	}

	.footer-inl {
		width: auto;
		padding: 8px 0;
		text-align: center;
	}
}

@media screen and (max-width:499px) {
	.biz-inner {
		width: 100%;
	}

	.data-tbl-s dt {
		width: 70px;
		font-size: 13px;
	}

	.data-tbl-s dd {
		width: calc(100% - 70px);
		letter-spacing: 0.05em;
	}

	.ppl-mainpic-txt-s {
		flex-direction: column;
		align-items: flex-start;
		margin: 20px 0 0 0;
	}
}