@charset "UTF-8";
input {
	font-family: 'Noto Sans JP'!important;
}

.divall_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.gradetext1 {
	background: linear-gradient(-45deg, #AEB5CC, #3F3D56);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradetext2 {
	background: linear-gradient(-45deg, #9ADCFF, #F891C1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.flex-2cl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-2cl .box {
	width: 48%;
}
@media only screen and (max-width: 600px) {
	.flex-2cl .box {
		width: 90%;
		margin: 0 auto 25px;
	}
}

.flex-3cl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.flex-3cl::after {
	display: block;
	content: "";
	width: 32%;
}
@media only screen and (max-width: 800px) {
	.flex-3cl::after {
		display: none;
	}
}
.flex-3cl .box {
	display: block;
	width: 32%;
	margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
	.flex-3cl .box {
		width: 48%;
	}
}
@media only screen and (max-width: 600px) {
	.flex-3cl .box {
		width: 100%;
	}
}

.flex-4cl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.flex-4cl::before {
	display: block;
	content: "";
	width: 24%;
	order: 1;
}
@media only screen and (max-width: 800px) {
	.flex-4cl::before {
		display: none;
	}
}
.flex-4cl::after {
	display: block;
	content: "";
	width: 24%;
}
@media only screen and (max-width: 800px) {
	.flex-4cl::after {
		display: none;
	}
}
.flex-4cl .box {
	display: block;
	width: 24%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.flex-4cl .box {
		width: 48%;
	}
}

.tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.txt {
	line-height: 2;
}

.cont-btn {
	background-color: #111;
	width: 265px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	background: linear-gradient(90deg, #333 0%, #777 100%);
}
@media only screen and (max-width: 800px) {
	.cont-btn {
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
}
.cont-btn img {
	width: 17px;
	margin-left: 5px;
}

.cont-btn2 {
	width: 172px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border: 1px solid #111;
	font-family: "Roboto", sans-serif;
	color: #111;
}

.graytag {
	background-color: #707070;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: 400;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

b {
	font-weight: bold;
}

.cont-title {
	font-family: "Lato", sans-serif;
	font-size: 50px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.cont-title {
		font-size: 38px;
	}
}
.cont-title span {
	font-size: 14px;
	display: block;
	margin-top: 8px;
	font-weight: 400;
}
@media only screen and (max-width: 800px) {
	.cont-title span {
		font-size: 12px;
	}
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}

.cont-list dl {
	display: flex;
	align-items: center;
	font-size: 12px;
	padding: 22px 10px;
	border-top: 1px solid #ddd;
}
@media only screen and (max-width: 800px) {
	.cont-list dl {
		flex-direction: column;
		align-items: flex-start;
	}
}
.cont-list dl:last-child {
	/*border-bottom: 1px solid #ddd;*/
}
.cont-list dl dt {
	width: 240px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.cont-list dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
}
.cont-list dl dd {
	width: calc(100% - 240px);
	line-height: 1.8;
	color: #4E535A;
}
.cont-list dl dd a {
	color: #4E535A;
}
@media only screen and (max-width: 800px) {
	.cont-list dl dd {
		width: 100%;
	}
}

.header {
	position: fixed;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99;
	transition: .3s;
}
@media only screen and (max-width: 800px) {
	.header {
		top: 66px;
	}
}
@media only screen and (min-width: 801px) {
	.header.-scrolldown {
		transform: translatey(calc(-100% - 60px));
	}
	.header.-scrollup .header-right::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background: #FFF;
		opacity: .7;
		transition: .2s;
		width: calc(100% + 60px);
		height: calc(100% + 30px);
		border-radius: 20px;
	}
}
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.header-logo {
	width: 210px;
	transition: .2s;
}
.header-logo:hover {
	background: rgba(255,255,255,.8);
	border-radius: 8px;
}
@media only screen and (max-width: 600px) {
	.header-logo {
		width: 180px;
		margin-left: -10px;
	}
}
.header-right {
	display: flex;
	align-items: center;
	position: relative;
}
@media only screen and (min-width: 801px) {
	.header-right::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background: #FFF;
		opacity: 0;
		transition: .2s;
		width: calc(100% + 60px);
		height: calc(100% + 30px);
		border-radius: 20px;
	}
	.header-right:hover::before {
		opacity: .7;
	}
}
@media only screen and (max-width: 800px) {
	.header-right {
		position: fixed;
		left: 0;
		top: 0;
		background-color: #EDEFF2;
		width: 100vw;
		height: 100vh;
		flex-direction: column;
		padding: 100px 20px 50px;
		align-items: flex-start;
		display: none;
	}
}
.header-nav ul {
	display: flex;
}
@media only screen and (max-width: 800px) {
	.header-nav ul {
		flex-direction: column;
		align-items: flex-start;
	}
}
.header-nav ul li {
	margin-right: 60px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 16px;
}
@media only screen and (max-width: 1000px) {
	.header-nav ul li {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 800px) {
	.header-nav ul li {
		margin-right: 0;
		margin-bottom: 30px;
		font-size: 24px;
	}
}
.header-nav ul li a:hover {
	opacity: 0.7;
}
.header-contact {
	display: block;
	width: 172px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #111;
	border-radius: 25px;
	text-align: center;
	color: #111 !important;
	font-weight: bold;
	position: relative;
}

.res-menu {
	position: fixed;
	top: 66px;
	right: 0px;
	background-color: #111;
	width: 55px;
	height: 55px;
	z-index: 100;
	display: none;
}
@media only screen and (max-width: 800px) {
	.res-menu {
		display: block;
	}
}
.res-menu span {
	position: absolute;
	display: block;
	content: "";
	background-color: #fff;
	width: 30px;
	height: 1px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.2s;
}
.res-menu span:first-child {
	transform: translateY(-6px);
}
.res-menu span:last-child {
	transform: translateY(6px);
}
.res-menu.active span:first-child {
	transform: rotate(45deg);
}
.res-menu.active span:nth-child(2) {
	opacity: 0;
}
.res-menu.active span:last-child {
	transform: rotate(-45deg);
}

.pull-down {
	position: relative;
	cursor: pointer;
}
.pull-down span {
	position: relative;
}
.pull-down span::before {
	position: absolute;
	content: "+";
	font-family: "Font Awesome 5 Free";
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	display: none;
}
@media only screen and (max-width: 800px) {
	.pull-down span::before {
		display: block;
	}
}

.pull-down-wrap {
	position: absolute;
	top: 1em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
	padding-top: 50px;
	display: none;
}
.pull-down-wrap li.-sponly {
	display: none;
}
@media only screen and (min-width: 801px) {
	.pull-down-wrap li.-sponly {
		display: none;
	}
	.pull-down-wrap .pclink {

	}
	.pull-down-wrap::before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		background: #FFF;
		opacity: .7;
		transition: .2s;
		width: calc(100% + 30px);
		height: calc(100% - 10px);
		border-radius: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.pull-down-wrap {
		position: static;
		top: auto;
		left: auto;
		transform: translateX(0);
		padding-top: 15px;
	}
}
.pull-down-wrap ul {
	flex-direction: column;
	align-items: center;
	width: 220px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.pull-down-wrap ul {
		width: auto;
		align-items: flex-start;
	}
}
.pull-down-wrap ul li {
	margin-right: 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
	.pull-down-wrap ul li {
		font-size: 14px;
	}
}
.pull-down-wrap ul li a, .pull-down a {
	color: #111 !important;
}

.fv {
	padding: 220px 20px 100px;
	/*background-image: url(../img/common/fv-bg.png);*/
	background-color: #D6DCE2;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.fv_canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fvgr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #F5F6F7 0%, #ccc 29%, #eee 66%, #ddd 100%);
	background: -webkit-linear-gradient(45deg, #F5F6F7 0%, #ccc 29%, #eee 66%, #ddd 100%);
	background: linear-gradient(45deg, #F5F6F7 0%, #ccc 29%, #eee 66%, #ddd 100%);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	/*min-height: calc(100vh - 2rem);*/
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	overflow: hidden;
}
.fvgr::before, .fvgr::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	animation: morph 15s linear infinite alternate, spin 20s linear infinite;
	z-index: 1;
	will-change: border-radius, transform;
	transform-origin: 55% 55%;
	pointer-events: none;
}
.fvgr::after {
	width: 70vmin;
	height: 70vmin;
	left: auto;
	right: -10vmin;
	top: auto;
	bottom: 0;
	animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
	transform-origin: 20% 20%; 
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes morph {
	0% {
		border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
	100% {
		border-radius: 40% 60%; } 
}
@keyframes spin {
	to {
		transform: rotate(1turn); 
	} 
}
.st0{display:none;}
.st1{display:inline;}
.st2{opacity:0.29;}
.st3{fill:#FFFFFF;}
.st4{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
.st5{clip-path:url(#SVGID_4_);}
.st6{clip-path:url(#SVGID_6_);}
.st7{clip-path:url(#SVGID_8_);}
.st8{clip-path:url(#SVGID_10_);}
.st9{fill:none;}
.st10{clip-path:url(#SVGID_12_);}
.st11{opacity:0.7;}
.st12{clip-path:url(#SVGID_14_);}
.st13{opacity:0.2;}
.st14{clip-path:url(#SVGID_16_);}
.st15{opacity:0.3;fill:#FFFFFF;enable-background:new    ;}

@media only screen and (max-width: 600px) {
	.fv {
		padding: 120px 10px 60px;
	}
}
.fv-inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.fv-h1 {
	width: 690px;
}
@media only screen and (max-width: 800px) {
	.fv-h1 {
		width: 90%;
	}
}

.p2-fv {
	padding: 220px 0px 60px;
	position: relative;
}
.p2-fv-inner {
	position: relative;
}
.fv_sttxt {
	position: absolute;
	left: 20px;
	top: 250px;
	font-size: 1.7vw;
	line-height: 1.4;
}
.fv_sttxt.-entype .-entype-en {
	font-family: "Lato", sans-serif;
	font-weight: bold;
}
.fv_sttxt.-entype .-entype-ja {
	font-size: .6em;
}
@media only screen and (min-width: 1080px) {
	.fv_sttxt {
		font-size: 28px;
	}
}
@media only screen and (max-width: 800px) {
	.p2-fv {
		padding: 100px 0 100px;
	}
	.fv_sttxt {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 40px;
		font-size: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.p2-fv {
		padding-top: 80px;
	}
}
.p2-fv1::before {
	position: absolute;
	content: "";
	background-image: url(../img/common/p2-fv1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 90%;
	z-index: -1;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 800px) {
	.p2-fv1::before {
		height: 80%;
	}
}
@media only screen and (max-width: 600px) {
	.p2-fv1::before {
		height: 70%;
	}
}
.p2-fv2::before {
	position: absolute;
	content: "";
	background-image: url(../img/common/p2-fv2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 800px) {
	.p2-fv2 {
		padding: 140px 0 60px;
	}
}
@media only screen and (max-width: 600px) {
	.p2-fv2 {
		padding: 140px 0 60px;
	}
}
.p2-fv3 {
	height: 420px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.p2-fv3 {
		height: 250px;
	}
}
@media only screen and (max-width: 800px) {
	.p2-fv3 {
		height: 200px;
	}
}
.p2-fv3 h1 {
	position: absolute;
	background-color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding-left: 12%;
	bottom: 0;
	left: 0;
	padding: 20px 40px 20px 12%;
}
@media only screen and (max-width: 800px) {
	.p2-fv3 h1 {
		font-size: 26px;
		padding: 15px 30px 15px 5%;
	}
}
.p2-fv4 {
	height: 220px;
	background-image: url(../img/hukuri/hukuri-fv.png.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 20px;
	margin-top: 160px;
}
@media only screen and (max-width: 800px) {
	.p2-fv4 {
		margin-top: 70px;
		height: 200px;
	}
}
.p2-fv4 h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
@media only screen and (max-width: 800px) {
	.p2-fv4 h1 {
		font-size: 30px;
	}
}
.p2-fv4 h1 span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.p2-fv-jp {
	padding: 180px 0 10px;
}
@media only screen and (max-width: 800px) {
	.p2-fv-jp {
		padding: 100px 0;
	}
}
@media only screen and (max-width: 600px) {
	.p2-fv-jp {
		padding-top: 80px;
	}
}
.p2-fv-notext {
	padding: 140px 10px 40px;
}
@media only screen and (max-width: 800px) {
	.p2-fv-notext {
		padding: 60px 10px 20px;
	}
}
.p2-fv-notext::before {
	height: 100%;
}
.p2-fv-bottom {
	margin: 0 0 -40px auto;
}
.p2-fv-bottom-img {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.p2-fv-bottom-img {
		width: 70%;
	}
}
.p2-fv-bottom-text {
	width: 50%;
	padding: 100px 80px;
	background-color: rgba(237, 239, 242, 0.8);
	line-height: 1.5;
	min-width: 650px;
}
@media only screen and (max-width: 800px) {
	.p2-fv-bottom-text {
		padding: 40px;
		margin-top: 40px;
		width: 90%;
		min-width: 90%;
	}
}
.p2-fv-bottom2 {
	margin: 0 0 -100px auto;
}
.p2-h1 {
	font-size: 68px;
	/*font-family: "Lato", sans-serif;*/
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.p2-h1 {
		font-size: 40px;
	}
}
.p2-h1 span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin-top: 10px;
}
@media only screen and (max-width: 800px) {
	.p2-h1 span {
		font-size: 14px;
	}
}
.p2-h1 p {
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.4;
}
@media only screen and (max-width: 800px) {
	.p2-h1 p {
		font-size: 16px;
	}
}
.p2-h1-jp {
	font-size: 42px;
}
@media only screen and (max-width: 800px) {
	.p2-h1-jp {
		font-size: 32px;
	}
}
.p2-link-btn {
	width: 210px;
	height: 45px;
	line-height: 45px;
	margin-top: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}
.p2-link-btn img {
	width: 10px;
	margin-left: 10px;
}

.cont-form {
	background-color: #DAE2E8;
	padding: 100px 10px;
}
@media only screen and (max-width: 800px) {
	.cont-form {
		padding: 80px 10px;
	}
}
.cont-form-inner {
	max-width: 840px;
	margin: 0 auto;
}
.cont-form-title {
	text-align: center;
	margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
	.cont-form-title {
		font-size: 30px;
	}
}
.cont-form-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.cont-form-box {
		flex-direction: column;
		align-items: flex-start;
	}
}
.cont-form-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 190px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.cont-form-label {
		justify-content: flex-start;
		margin-bottom: 10px;
	}
}
.cont-form-label span {
	font-size: 10px;
	display: block;
	color: #5F5F5F;
	margin-top: 5px;
	font-weight: solid;
}
.cont-form-label .hissu {
	background-color: #707070;
	color: #fff;
	padding: 4px;
	font-size: 12px;
	font-weight: 500;
}
@media only screen and (max-width: 800px) {
	.cont-form-label .hissu {
		margin-left: 10px;
	}
}
.cont-form-label .nini {
	background-color: #BEBEBE;
	color: #3F3D56;
	padding: 4px;
	font-size: 12px;
	font-weight: 500;
}
@media only screen and (max-width: 800px) {
	.cont-form-label .nini {
		margin-left: 10px;
	}
}
.cont-form-right {
	width: calc(100% - 210px);
}
@media only screen and (max-width: 800px) {
	.cont-form-right {
		width: 100%;
	}
}
.cont-form-right input[type="text"], .cont-form-right input[type="email"], .cont-form-right input[type="tel"], .cont-form-right input[type="date"] {
	width: 100%;
	border: none;
	height: 45px;
}
input[type="submit"]:hover {
	cursor: pointer;
}
.accept_wrap {
	text-align: center;
}
.accept_wrap a {
	text-decoration: underline;
	color: #111;
}
.wpcf7-list-item {
	width: 100%;
	margin-bottom: 20px!important;
}
.cont-form-right textarea {
	width: 100%;
	height: 180px;
}
.cont-form-top {
	align-items: flex-start;
}
.cont-form .checkbox > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.cont-form .checkbox > div input {
	width: 18px;
	height: 18px;
	border: none;
}
.cont-form-low {
	text-align: center;
	font-weight: bold;
}
.cont-form-low a {
	color: #111;
	text-decoration: underline;
}
.cont-form-btn {
	display: block;
	width: 265px;
	height: 60px;
	background-color: #111;
	border-radius: 30px;
	color: #fff;
	border: none;
	margin: 40px auto 0;
	font-size: 18px;
	font-weight: bold;
}
.cont-form-bottom {
	margin-top: 80px;
	background-color: #EDEFF2;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 800px) {
	.cont-form-bottom {
		flex-direction: column;
	}
}
@media only screen and (max-width: 800px) {
	.cont-form-bottom {
		margin-top: 60px;
	}
}
.cont-form-bottom .txt1 {
	font-weight: bold;
	margin-right: 20px;
}
@media only screen and (max-width: 800px) {
	.cont-form-bottom .txt1 {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
.cont-form-bottom .txt2 {
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 38px;
	margin-right: 20px;
	color: #111;
}
@media only screen and (max-width: 800px) {
	.cont-form-bottom .txt2 {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
.cont-form-bottom .txt3 b {
	margin-right: 10px;
}

.footer {
	padding: 80px 20px;
	background-color: #EDEFF2;
}
.footer-inner {
	display: flex;
	align-items: flex-start;
	max-width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}
@media only screen and (max-width: 800px) {
	.footer-inner {
		flex-direction: column-reverse;
		align-items: center;
	}
}
.footer-logo {
	width: 210px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
	.footer-logo {
		margin-bottom: 15px;
	}
}
.footer-contact {
	display: block;
	width: 172px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #111;
	border-radius: 25px;
	text-align: center;
	color: #111 !important;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.footer-contact {
		margin: 0 auto;
	}
}
.footer-sns {
	margin-top: 50px;
	display: flex;
}
@media only screen and (max-width: 800px) {
	.footer-sns {
		justify-content: center;
		margin-top: 30px;
	}
}
.footer-sns a img {
	width: 40px !important;
}
.footer-right {
	display: flex;
}
@media only screen and (max-width: 600px) {
	.footer-right {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.footer-right ul {
	margin-right: 50px;
}
@media only screen and (max-width: 600px) {
	.footer-right ul {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.footer-right li {
	margin-bottom: 20px;
}
.footer-right li .footer-nav-linktop {
	font-size: 18px;
	color: #9D9D9D;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
}
.footer-nav-linktop a {
	font-weight: 600;
}
.footer-right li .footer-nav-link {
	color: #111;
	font-size: 14px;
}
.footer-right li a {
	color: #333;
}
.footer .newtab img {
	width: 21px;
	padding-left: 6px;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

ul {
	list-style: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body {
	font-size: 14px;
	color: #111;
	font-weight: 400;
	display:none;
}
html, body {
	font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 600px) {
	body {
		font-size: 12px;
	}
}

i {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.cont1 {
	position: relative;
	padding-bottom: 100px;
}
.cont1::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.cont1-img {
	width: 88%;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.cont1-img {
		width: 95%;
	}
}
.cont1-inner {
	display: flex;
	margin-top: 40px;
}
.cont1-title {
	margin-right: 200px;
}
@media only screen and (max-width: 800px) {
	.cont1-title {
		margin-right: 40px;
	}
}
.cont1-textbox {
	margin-top: 40px;
}

.cont-line-titleleft {
	text-align: right;
	width: 95%;
	position: relative;
}
.cont-line-titleleft::before {
	top: 50%;
	content: "";
	background-color: #BEBEBE;
	height: 1px;
	left: 0;
	position: absolute;
}

.cont-line-titleright {
	position: relative;
	margin-left: 12%;
}
@media only screen and (max-width: 800px) {
	.cont-line-titleright {
		margin-left: 10px;
	}
}
.cont-line-titleright::before {
	top: 50%;
	content: "";
	background-color: #BEBEBE;
	height: 1px;
	right: 0;
	position: absolute;
}

.cont2 {
	margin-top: 50px;
}
.cont2-title::before {
	width: calc(100% - 280px);
}
@media only screen and (max-width: 800px) {
	.cont2-title::before {
		width: calc(100% - 210px);
	}
}
.cont2-inner {
	margin-top: 60px;
}
.cont2 .graytag {
	margin-bottom: 20px;
}
.cont2-subtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.cont2-subtitle {
		font-size: 18px;
	}
}
.cont2-img {
	width: 80%;
	margin: -200px 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.cont2-img {
		margin-top: 40px;
		width: 100%;
	}
}

.cont3 {
	background-color: #EDEFF2;
	padding: 130px 0;
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	.cont3 {
		padding: 60px 0;
	}
}
.cont3-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 800px) {
	.cont3-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media only screen and (max-width: 800px) {
	.cont3-title {
		margin-bottom: 30px;
	}
}
.cont3-right {
	padding-left: 80px;
	border-left: 1px solid #BEBEBE;
	margin-left: 20px;
}
@media only screen and (max-width: 800px) {
	.cont3-right {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
}
.cont3-rightbox {
	margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
	.cont3-rightbox {
		margin-bottom: 30px;
	}
}
.cont3 .graytag {
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.cont3 .graytag {
		margin-bottom: 5px;
	}
}
.cont3-number {
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: 700;
}
@media only screen and (max-width: 800px) {
	.cont3-number {
		font-display: 40px;
	}
}
.cont3-number span {
	font-size: 32px;
}
@media only screen and (max-width: 800px) {
	.cont3-number span {
		font-size: 24px;
	}
}
.cont3-txt1 {
	font-size: 16px;
	margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
	.cont3-txt1 {
		font-size: 14px;
	}
}
.cont3-txt2 {
	line-height: 1.5;
}
.cont3-txt2 span {
	font-size: 12px;
	display: block;
}

.cont4 {
	background-color: #EDEFF2;
}
.cont4-inner {
	width: 92%;
	background-color: #fff;
	margin: 0 0 0 auto;
	padding: 60px;
}
@media only screen and (max-width: 800px) {
	.cont4-inner {
		padding: 40px 20px;
		width: 98%;
	}
}
@media only screen and (max-width: 800px) {
	.cont4-title {
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		margin-bottom: 30px;
	}
}
.cont4-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 800px) {
	.cont4-flex {
		flex-direction: column;
	}
}
.cont4-news-right {
	width: 90%;
}
@media only screen and (max-width: 800px) {
	.cont4-news-right {
		width: 100%;
	}
}
.cont4-news-leftbox {
	display: flex;
}
.cont4-news ul li:last-child {
	border-bottom: 1px solid #bebebe;
}
.cont4-news ul li a {
	color: #111;
	display: flex;
	padding: 30px 10px;
	border-top: 1px solid #BEBEBE;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.cont4-news ul li a {
		flex-direction: column;
	}
}
.cont4-news ul li a::before {
	position: absolute;
	content: "";
	background-image: url(../img/common/arrow.png);
	width: 8px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
}
.cont4-news ul li a span {
	display: block;
}
.cont4-date {
	margin-right: 35px;
	width: 70px;
}
.cont4-tag {
	margin-right: 45px;
	color: #555;
	width: 100px;
}
.cont4-text {
	color: #333;
	font-size: 16px;
	padding-left: 35px;
	border-left: 1px solid #bebebe;
	padding-right: 30px;
	display: block;
}
@media only screen and (max-width: 800px) {
	.cont4-text {
		padding-left: 0;
		margin-top: 20px;
		border-left: none;
	}
}
.cont4-btn {
	margin: 50px 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.cont4-btn {
		margin: 30px 0 0 auto;
	}
}

.company-cont1 {
	margin-top: 60px;
	position: relative;
}
.company-cont1::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	width: 45%;
	height: 350px;
	top: 70px;
	left: 0;
	z-index: -1;
}
.company-cont1-inner {
	display: flex;
}
.company-cont1-right {
	display: flex;
	margin-top: 60px;
}
@media only screen and (max-width: 800px) {
	.company-cont1-right {
		flex-direction: column;
	}
}
.company-cont1-imgbox {
	margin-right: 160px;
	max-width: 220px;
}
@media only screen and (max-width: 1000px) {
	.company-cont1-imgbox {
		margin-right: 80px;
	}
}
@media only screen and (max-width: 800px) {
	.company-cont1-imgbox {
		margin-bottom: 20px;
	}
}
.presidentname {
	font-size: 1.4em;
}
.company-cont1-imgbox .txt {
	text-align: right;
	line-height: 1.6;
	margin-top: 10px;
	font-size: 12px;
}
.company-cont1-title {
	margin-right: 120px;
}
@media only screen and (max-width: 1000px) {
	.company-cont1-title {
		margin-right: 60px;
	}
}
@media only screen and (max-width: 800px) {
	.company-cont1-title {
		margin-right: 40px;
	}
}
@media only screen and (max-width: 600px) {
	.company-cont1-textbox {
		margin-left: -70px;
	}
}
.company-cont1-subtitle {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.company-link {
	margin-top: 140px;
	display: flex;
	margin-bottom: 10px;
}
.company-link a {
	color: #111;
	font-weight: bold;
	margin-right: 10px;
	display: flex;
	margin-right: 10px;
	font-size: 18px;
}
.company-link a img {
	width: 8px;
	margin-left: 5px;
}
.company-cont2 {
	padding: 120px 0px;
	background-image: url(../img/company/company-cont2-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
	.company-cont2 {
		padding: 40px 0;
	}
}
.company-cont2-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	width: 85%;
}
@media only screen and (max-width: 1000px) {
	.company-cont2-box {
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.company-cont2-box {
		width: 92%;
		flex-direction: column-reverse;
	}
}
.company-cont2-box:nth-child(2) {
	flex-direction: row;
	margin: 50px 0 50px auto;
}
@media only screen and (max-width: 800px) {
	.company-cont2-box:nth-child(2) {
		flex-direction: column-reverse;
	}
}
.company-cont2-box:nth-child(2) .company-cont2-textbox {
	margin-left: 10px;
	margin-right: 60px;
}
@media only screen and (max-width: 800px) {
	.company-cont2-box:nth-child(2) .company-cont2-textbox {
		margin-right: 0;
		margin-left: 0;
	}
}
.company-cont2-img {
	width: 60%;
}
@media only screen and (max-width: 800px) {
	.company-cont2-img {
		width: 100%;
	}
}
.company-cont2-textbox {
	width: 40%;
	margin-left: 60px;
	margin-right: 10px;
}
@media only screen and (max-width: 800px) {
	.company-cont2-textbox {
		width: 100%;
		margin-left: 12%;
		margin-top: -20px;
	}
}
.company-cont2-h3 {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.company-cont2-h3 {
		font-size: 40px;
		margin-bottom: 10px;
	}
}
.company-cont2-h3 span {
	font-size: 16px;
	display: block;
	margin-top: 5px;
	font-weight: 400;
}
@media only screen and (max-width: 800px) {
	.company-cont2-h3 span {
		font-size: 12px;
	}
}
.company-cont2-subtitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 800px) {
	.company-cont2-subtitle {
		font-size: 18px;
	}
}
.company-cont2-btn {
	margin-top: 20px;
}
.company-cont3 {
	background-color: #4E535A;
	padding: 80px 10px;
}
@media only screen and (max-width: 800px) {
	.company-cont3 {
		padding: 60px 10px;
	}
}
.company-cont3-inner {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	padding: 50px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.company-cont3-inner::before {
	position: absolute;
	content: "";
	background-image: url(../img/company/company-cont3.png);
	top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	transform: translateY(-50%);
	z-index: -1;
}
.company-cont3-title {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 600px) {
	.company-cont3-title {
		font-size: 26px;
	}
}
.company-cont3-btn {
	margin: 30px auto 0;
}
.company-cont4 {
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	.company-cont4 {
		margin-top: 80px;
	}
}
.company-cont4 .cont-title {
	margin-bottom: 50px;
}
.company-cont5 {
	margin-top: 100px;
	background-image: url(../img/company/company-cont5-bg.png);
	padding: 100px 10px;
}
@media only screen and (max-width: 800px) {
	.company-cont5 {
		margin-top: 80px;
		padding: 60px 10px;
	}
}
.company-cont5-inner {
	max-width: 1080px;
	margin: 0 auto;
}
.company-cont5-inner .box {
	background-color: #fff;
	text-align: center;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	margin-bottom: 10px;
	position: relative;
}
.company-cont6 {
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	.company-cont6 {
		margin-top: 80px;
	}
}
.company-cont6 .cont-title {
	margin-bottom: 50px;
}
.company-cont6-flex {
	align-items: flex-start;
}
.company-cont6-flex iframe {
	width: 100%;
	height: 300px;
}
@media only screen and (max-width: 800px) {
	.company-cont6-flex iframe {
		height: 200px;
	}
}
.company-cont6-flex .box {
	margin-bottom: 50px;
}
.company-cont6-flex .box .txt {
	line-height: 1.5;
}
.company-cont6-flex .box .border-top {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #E6E6E6;
}
.company-cont6-map {
	margin-top: 10px;
	margin-bottom: 10px;
}
.company-cont7 {
	padding: 100px 10px;
	background-image: url(../img/company/company-cont7-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.company-cont7 .inner .box {
	display: flex;
	background-color: #fff;
	padding: 20px 15px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2%;
	border-radius: 15px;
	color: #111;
}
.company-cont7 .inner .box p {
	font-weight: bold;
}
.company-cont7 .inner .box div {
	width: 45px;
	height: 45px;
	background-color: #111;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.company-cont7 .inner .box div img {
	width: 17px;
}

.story-top {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.story-top {
		font-size: 24px;
		line-height: 1.4;
	}
}
.story-inner {
	max-width: 780px;
	margin: 0 auto;
	padding: 0 10px;
}
.story-h2 {
	font-size: 28px;
	font-weight: bold;
	padding-left: 50px;
	border-left: 15px solid #DAE2E8;
	margin-bottom: 50px;
	margin-top: 100px;
	line-height: 1.4;
}
@media only screen and (max-width: 800px) {
	.story-h2 {
		padding-left: 24px;
		border-left: 10px solid #DAE2E8;
		font-size: 22px;
		margin-bottom: 30px;
		margin-top: 100px;
	}
}
.story-h2-number {
	font-size: 70px;
	font-family: "Lato", sans-serif;
	padding-left: 30px;
	color: #DAE2E8;
	margin-top: 0;
}
@media only screen and (max-width: 800px) {
	.story-h2-number {
		font-size: 50px;
	}
}
.story-cont1-subtitle {
	font-size: 28px;
	font-weight: bold;
	max-width: 860px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 800px) {
	.story-cont1-subtitle {
		font-size: 22px;
	}
}
.story-cont1-imgbox {
	display: flex;
	position: relative;
	margin-top: 20px;
}
.story-cont1-imgbox .box:first-child {
	width: 80%;
}
.story-cont1-imgbox .box:last-child {
	width: 50%;
	position: absolute;
	right: 0;
	bottom: -100px;
}
@media only screen and (max-width: 800px) {
	.story-cont1-imgbox {
		display: block;
	}
	div.story-cont1-imgbox .box {
		width: 100%!important;
	}
	.story-cont1-imgbox .box:first-child {
		margin-bottom: 30px;
	}
	.story-cont1-imgbox .box:last-child {
		width: 75%;
		position: relative;
		bottom: auto;
	}
}
.story-cont2 {
	margin-top: 100px;
	padding: 20px 10px 100px;
	background-color: #EDEFF2;
}
@media only screen and (max-width: 800px) {
	.story-cont2 {
		margin-top: 80px;
		padding: 20px 10px 80px;
	}
}
.story-cont2 h2 {
	border-left: 15px solid #fff;
}
.story-cont2-img {
	width: 85%;
}
@media only screen and (max-width: 800px) {
	.story-cont2-img {
		width: 100%;
	}
}
.story-cont2-img1 {
	margin: 0 0 40px auto;
}
.story-cont2-img2 {
	margin: 0 auto 0 0;
}
.story-cont3 {
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	.story-cont3 {
		margin-top: 80px;
	}
}
.story-cont3 .story-h2-3 {
	font-size: 32px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
	color: #DAE2E8;
	border-left: 15px solid #DAE2E8;
	padding-left: 30px;
	margin-bottom: 50px;
}
.story-cont3 .txt {
	font-weight: bold;
}
.story-cont4 {
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0 10px;
}
@media only screen and (max-width: 800px) {
	.story-cont4 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
.story-cont4-inner {
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	padding: 120px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 800px) {
	.story-cont4-inner {
		padding: 80px 10px;
	}
}
@media only screen and (max-width: 800px) {
	.story-cont4-inner {
		flex-direction: column;
	}
}
.story-cont4-textbox {
	font-weight: bold;
	margin-right: 60px;
}
@media only screen and (max-width: 800px) {
	.story-cont4-textbox {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.story-cont4-textbox h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.story-cont4-textbox h2 {
		font-size: 26px;
	}
}
.story-cont4-textbox p {
	line-height: 1.7;
}

.service-cont2 {
	margin-top: 100px;
	padding: 120px 10px;
	background-image: url(../img/service/service-cont2-bg2.png);
	position: relative;
	transition: 2s;
}
.service-cont2-box {
	max-width: 1080px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 600px) {
	.service-cont2-box {
		flex-direction: column;
	}
}
.service-cont2-boxleft {
	width: 40%;
	margin-right: 60px;
	background-color: #fff;
	height: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	font-size: 20px;
}
@media only screen and (max-width: 600px) {
	.service-cont2-boxleft {
		width: 100%;
		height: 60px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
}
.service-cont2-boxright {
	width: 60%;
	line-height: 1.7;
	z-index: 2;
	transition: 2s;
}
@media only screen and (max-width: 600px) {
	.service-cont2-boxright {
		width: 100%;
	}
}
.service-cont2.active {
	background-image: url(../img/service/service-cont2-bg.png);
}
.service-cont2.active .service-cont2-boxright {
	color: #fff;
}

.mission {
	height: 650px;
	display: flex;
}
@media only screen and (max-width: 800px) {
	.mission {
		height: 400px;
	}
}
.mission-textbox {
	width: 0%;
	height: 100%;
	padding-left: 0;
	display: flex;
	-webkit-animation: fade 1.5s forwards;
	animation: fade 1.5s forwards;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	opacity: 0;
	visibility: hidden;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	background-color: #EDEFF2;
}
@media only screen and (max-width: 800px) {
	.mission-textbox {
		-webkit-animation: fadesp 1.5s forwards;
		animation: fadesp 1.5s forwards;
	}
}
.mission-h1 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.3;
	position: relative;
}
.mission-h1::before {
	position: absolute;
	content: "Mission";
	top: -80px;
	left: 0;
	font-size: 100px;
	font-family: "Lato", sans-serif;
	z-index: -1;
	color: #fff;
	opacity: 1;
}
@media only screen and (max-width: 800px) {
	.mission-h1::before {
		font-size: 40px;
		top: -30px;
	}
}
@media only screen and (max-width: 800px) {
	.mission-h1 {
		font-size: 22px;
	}
	.mission-h1 br {
		display: none;
	}
}
.mission-text {
	line-height: 1.8;
	font-size: 18px;
}
@media only screen and (max-width: 800px) {
	.mission-text {
		font-size: 12px;
	}
}
.mission-img {
	width: 100%;
	height: 100%;
	background-image: url(../img/mission/mission-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation: slide 1.5s forwards;
	animation: slide 1.5s forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
@media only screen and (max-width: 800px) {
	.mission-img {
		-webkit-animation: slidesp 1.5s forwards;
		animation: slidesp 1.5s forwards;
	}
}

@-webkit-keyframes fade {
	0% {
		width: 0;
	}
	100% {
		width: 65%;
		opacity: 1;
		visibility: visible;
		padding-left: 12%;
		padding-right: 40px;
	}
}

@keyframes fade {
	0% {
		width: 0;
	}
	100% {
		width: 65%;
		opacity: 1;
		visibility: visible;
		padding-left: 12%;
		padding-right: 40px;
	}
}
@-webkit-keyframes slide {
	0% {
		width: 100%;
	}
	100% {
		width: 35%;
	}
}
@keyframes slide {
	0% {
		width: 100%;
	}
	100% {
		width: 35%;
	}
}
@-webkit-keyframes fadesp {
	0% {
		width: 0;
	}
	100% {
		width: 75%;
		opacity: 1;
		visibility: visible;
		padding-left: 10px;
		padding-right: 20px;
	}
}
@keyframes fadesp {
	0% {
		width: 0;
	}
	100% {
		width: 75%;
		opacity: 1;
		visibility: visible;
		padding-left: 10px;
		padding-right: 20px;
	}
}
@-webkit-keyframes slidesp {
	0% {
		width: 100%;
	}
	100% {
		width: 25%;
	}
}
@keyframes slidesp {
	0% {
		width: 100%;
	}
	100% {
		width: 25%;
	}
}
.vision-h1::before {
	content: "Vision";
}
.vision-img {
	background-image: url(../img/vision/vision-bg.png);
}

.core {
	background-color: #EDEFF2;
	padding: 140px 10px;
}
@media only screen and (max-width: 800px) {
	.core {
		padding: 80px 10px;
	}
}
.core-flex {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 600px) {
	.core-flex {
		flex-direction: column;
	}
}
.core-box {
	width: 46%;
}
@media only screen and (max-width: 600px) {
	.core-box {
		width: 90%;
		margin: 0 auto 40px;
	}
}
.core-img {
	width: 240px;
	margin: 0 auto 25px;
}
.core-textbox {
	text-align: center;
}
.core-box-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.core-text {
	line-height: 2;
}
.core-title {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin-top: 80px;
	margin-bottom: 80px;
}
.core-title::before {
	position: absolute;
	content: "Value";
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 100px;
	font-family: "Lato", sans-serif;
	z-index: -1;
	color: #fff;
	opacity: 0.8;
}
@media only screen and (max-width: 800px) {
	.core-title::before {
		font-size: 80px;
		top: -30px;
	}
}

.zinzai {
	background-color: #F5F6F7;
}
.zinzai-cont1 {
	padding-top: 140px;
	background-color: #fff;
	padding-bottom: 100px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1 {
		padding-top: 100px;
	}
}
.zinzai-cont1-flex {
	width: 92%;
	display: flex;
	align-items: flex-start;
	margin-top: -60px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1-flex {
		flex-direction: column;
	}
}
.zinzai-cont1-img {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1-img {
		width: 90%;
	}
}
.zinzai-cont1-title {
	margin-left: 12%;
	z-index: 1;
	position: relative;
}
.zinzai-cont1-right {
	width: 50%;
	margin-left: 60px;
	margin-top: 60px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1-right {
		width: 95%;
		margin-left: 40px;
		margin-top: -60px;
	}
}
.zinzai-cont1-rightbox {
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.zinzai-cont1-rightbox::before {
	position: absolute;
	left: -30px;
	top: -30px;
	font-size: 60px;
	font-family: "Roboto", sans-serif;
	color: #DAE2E8;
	z-index: -1;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1-rightbox::before {
		font-size: 40px;
		top: -10px;
	}
}
.zinzai-cont1-rightbox:first-child::before {
	content: "01";
}
.zinzai-cont1-rightbox:nth-child(2)::before {
	content: "02";
}
.zinzai-cont1-rightbox:last-child {
	margin-bottom: 0;
}
.zinzai-cont1-rightbox:last-child::before {
	content: "03";
}
.zinzai-cont1-rightbox .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont1-rightbox .title {
		font-size: 16px;
	}
}
.zinzai-cont1-rightbox .txt {
	line-height: 1.6;
}
.zinzai-cont2 {
	margin-top: 100px;
	overflow-x: hidden;
	padding-bottom: 80px;
	position: relative;
}
.zinzai-cont2::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	width: 70%;
	height: 40%;
	bottom: 0;
	right: 0;
}
.zinzai-cont2-flex {
	margin-left: 12%;
	padding-left: 10px;
	margin-top: 50px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont2-flex {
		margin-left: 5%;
	}
}
.zinzai-cont2-flex .slider-dots {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.zinzai-cont2-flex .slider-dots li {
	display: inline-block;
	width: 25%;
	/* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
}
.zinzai-cont2-flex .slider-dots button {
	position: relative;
	width: 100%;
	height: 4px;
	border: 0;
	background-color: #fff;
	font-size: 0;
}
.zinzai-cont2-flex .slider-dots button:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0%;
	height: 100%;
}
.zinzai-cont2-flex .slider-dots .slick-active button:after {
	background-color: #4E535A;
	-webkit-animation: progress 2.5s linear forwards;
	animation: progress 2.5s linear forwards;
}
@-webkit-keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
@keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.zinzai-cont2-box {
	margin-right: 35px;
	height: 100%;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont2-box {
		margin-right: 25px;
	}
}
.zinzai-cont2 .slick-list {
	padding-right: 140px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont2 .slick-list {
		padding-right: 40px;
	}
}
.zinzai-cont2-text {
	padding: 25px;
	font-weight: bold;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5;
	height: 100%;
}
.zinzai-cont3 {
	margin-top: 60px;
	padding: 100px 10px;
	background-color: #F5F6F7;
	overflow-x: hidden;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont3 {
		padding: 80px 10px;
		margin-top: 20px;
	}
}
.zinzai-cont3-title {
	padding: 140px 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-image: url(../img/zinzai/zinzai-cont3-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	margin-inline: calc(50% - 50vw);
}
@media only screen and (max-width: 800px) {
	.zinzai-cont3-title {
		padding: 100px 0;
	}
}
.zinzai-cont3-flex {
	margin-left: 12%;
	margin-top: -60px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont3-flex {
		margin-left: 5%;
		margin-top: -40px;
	}
}
.zinzai-cont3-flex .box {
	margin-right: 25px;
}
.zinzai-cont3-flex .box div {
	font-size: 12px;
	line-height: 1.8;
}
.zinzai-cont3-flex .box div p {
	margin-bottom: 5px;
	margin-top: 10px;
}
.zinzai-cont3-flex .slick-list {
	padding-right: 80px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont3-flex .slick-list {
		padding-right: 60px;
	}
}
.zinzai-cont3-img {
	margin-bottom: 20px;
}
.zinzai-cont3-table {
	position: relative;
	margin-left: 20px;
}
.zinzai-cont3-table::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	width: 8px;
	height: 70%;
	left: -20px;
	top: 0;
	transform: rotate(180deg);
}
.zinzai-cont3-table tr {
	display: block;
	margin-bottom: 10px;
}
.zinzai-cont3-table tr:last-child {
	height: 45px;
}
.zinzai-cont3-table tr td {
	line-height: 1.2;
	font-size: 12px;
}
.zinzai-cont3-table tr td:first-child {
	font-weight: bold;
	width: 56px;
}
.zinzai-cont4 {
	position: relative;
}
.zinzai-cont4::before {
	position: absolute;
	content: "";
	background-color: #DAE2E8;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.zinzai-cont4-inner {
	background-color: #fff;
	width: 95%;
	margin: 0 0 0 auto;
	padding: 100px;
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 1000px) {
	.zinzai-cont4-inner {
		padding: 100px 40px;
	}
}
@media only screen and (max-width: 800px) {
	.zinzai-cont4-inner {
		flex-direction: column;
		padding: 60px 40px;
	}
}
.zinzai-cont4-title {
	font-weight: bold;
	font-size: 26px;
	width: 300px;
}
@media only screen and (max-width: 1000px) {
	.zinzai-cont4-title {
		width: 260px;
	}
}
@media only screen and (max-width: 800px) {
	.zinzai-cont4-title {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
.zinzai-cont4-right {
	width: calc(100% - 300px);
	border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont4-right {
		width: 100%;
	}
}
.zinzai-cont4-right .box {
	padding: 18px 10px;
	border-top: 1px solid #E6E6E6;
}
.zinzai-cont4-step {
	color: #4E535A;
	font-family: "Lato", sans-serif;
	margin-bottom: 12px;
}
.zinzai-cont4-boxtitle {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
@media only screen and (max-width: 800px) {
	.zinzai-cont4-boxtitle {
		font-size: 16px;
	}
}
.zinzai-cont4-text {
	line-height: 1.3;
}
.zinzai-cont4-text a {
	text-decoration: underline;
	color: #111;
}

.houzin-cont1 {
	margin-top: 120px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1 {
		margin-top: 80px;
	}
}
.houzin-cont1::before {
	position: absolute;
	content: "";
	background-image: url(../img/houzin/houzin-cont1-right.png);
	height: 90%;
	width: 240px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1::before {
		display: none;
	}
}
.houzin-cont1-inner {
	width: 92%;
}
@media only screen and (max-width: 1000px) {
	.houzin-cont1-inner {
		width: 98%;
	}
}
.houzin-cont1-flex {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 600px) {
	.houzin-cont1-flex {
		flex-direction: column;
	}
}
.houzin-cont1-img {
	margin-right: 60px;
	width: 55%;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1-img {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.houzin-cont1-img {
		width: 85%;
	}
}
.houzin-cont1-text {
	width: 45%;
	line-height: 1.3;
}
@media only screen and (max-width: 600px) {
	.houzin-cont1-text {
		width: 100%;
		margin-top: 20px;
		margin-left: 40px;
	}
}
.houzin-cont1-text p {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1-text p {
		margin-bottom: 20px;
		font-size: 22px;
	}
}
.houzin-cont1-bottom {
	max-width: 840px;
	margin: 60px auto 0;
	background-color: #EDEFF2;
	padding: 20px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1-bottom {
		margin-top: 40px;
	}
}
.houzin-cont1-bottom-img {
	margin-bottom: 10px;
}
.houzin-cont1-bottom .txt {
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 800px) {
	.houzin-cont1-bottom .txt {
		width: 100%;
	}
}
.houzin-cont2 {
	margin-top: 140px;
}
.houzin-cont2-title {
	font-size: 32px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont2-title {
		font-size: 25px;
	}
}
.houzin-cont2-title::before {
	width: calc(100% - 280px);
}
@media only screen and (max-width: 800px) {
	.houzin-cont2-title::before {
		width: calc(100% - 210px);
	}
}
.houzin-cont2-inner {
	margin-top: 40px;
	align-items: flex-start;
}
.houzin-cont2-boxtitle {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
.houzin-cont2-text {
	margin-top: 20px;
	line-height: 1.7;
}
.houzin-cont3 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont3 {
		margin-top: 80px;
	}
}
.houzin-cont3-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 92%;
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 800px) {
	.houzin-cont3-inner {
		width: 98%;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 800px) {
	.houzin-cont3-img {
		width: 90%;
		margin: 0 0 0 auto;
	}
}
.houzin-cont3-textbox {
	margin-right: 80px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont3-textbox {
		margin-right: 0px;
		margin-top: 30px;
		width: 90%;
	}
}
@media only screen and (max-width: 800px) {
	.houzin-cont3-textbox .txt br {
		display: none;
	}
}
.houzin-cont3-boxtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont3-boxtitle {
		font-size: 16px;
	}
}
.houzin-cont4 {
	background-image: url(../img/houzin/houzin-cont4.png);
	background-size: cover;
	padding: 60px 10px;
	margin-top: 120px;
}
.houzin-cont4-title {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 22px;
}
.houzin-cont4-flex {
	display: flex;
	max-width: 680px;
	margin: 0 auto;
	color: #fff;
}
@media only screen and (max-width: 800px) {
	.houzin-cont4-flex {
		flex-direction: column;
	}
}
.houzin-cont4-flex .box {
	width: calc(100% / 3);
	padding: 0 15px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont4-flex .box {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
}
.houzin-cont4-flex .box:nth-child(2) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
@media only screen and (max-width: 800px) {
	.houzin-cont4-flex .box:nth-child(2) {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: none;
		border-right: none;
	}
}
.houzin-cont4-flex .box .txt1 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.houzin-cont4-flex .box .txt2 {
	font-size: 90px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont4-flex .box .txt2 {
		font-size: 60px;
	}
}
.houzin-cont4-flex .box .txt2 span {
	font-size: 46px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont4-flex .box .txt2 span {
		font-size: 30px;
	}
}
.houzin-cont4-flex .box .txt3 {
	font-size: 12px;
	line-height: 1.5;
}
.houzin-cont5 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont5 {
		margin-top: 80px;
	}
}
.houzin-cont5-inner {
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	text-align: center;
	padding: 60px 10px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont5-inner {
		padding: 40px 10px;
	}
}
.houzin-cont5-inner .cont-btn {
	margin: 40px auto 0;
}
.houzin-cont5-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.houzin-cont5-text {
	line-height: 1.8;
}
.houzin-cont6 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont6 {
		margin-top: 80px;
	}
}
.houzin-cont6-title {
	margin-bottom: 40px;
}
.houzin-cont6-title::before {
	width: calc(100% - 180px);
}
.houzin-cont6-subtitle {
	font-size: 22px;
	font-weight: bold;
}
.houzin-cont6-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}
.houzin-cont6-left {
	width: 48%;
}
@media only screen and (max-width: 800px) {
	.houzin-cont6-left {
		width: 100%;
	}
}
.houzin-cont6-left .box {
	margin-bottom: 40px;
}
.houzin-cont6-right {
	width: 48%;
}
@media only screen and (max-width: 800px) {
	.houzin-cont6-right {
		width: 100%;
	}
}
.houzin-cont6-textbox {
	margin-top: 20px;
}
.houzin-cont6-textbox .txt {
	margin-top: 15px;
	line-height: 1.5;
}
.houzin-cont7 {
	margin-top: 120px;
	background-color: #DAE2E8;
	padding: 80px 10px;
}
.houzin-cont7-img {
	height: auto;
	width: 35%;
}
@media only screen and (max-width: 800px) {
	.houzin-cont7 {
		margin-top: 80px;
		padding: 60px 10px;
	}
	.houzin-cont7-img {
		height: 50vw;
	}
}
@media only screen and (max-width: 800px) {
	.houzin-cont7-flex {
		width: 90%;
		margin: 0 auto;
	}
}
.houzin-cont7box {
	display: flex !important;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.houzin-cont7box {
		display: block !important;
	}
}
.houzin-cont7-textbox {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 80px 40px !important;
}
@media only screen and (max-width: 800px) {
	.houzin-cont7-textbox {
		padding: 30px 20px !important;
	}
}
.houzin-cont7-textbox .title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.houzin-cont7-textbox .title {
		font-size: 16px;
	}
}
.houzin-cont7-textbox .txt {
	line-height: 1.5;
}
.houzin-cont7 .slider-dots {
	width: 60%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	margin: 0 auto;
}
.houzin-cont7 .slider-dots li {
	margin: 0 4px;
	display: inline-block;
	width: 25%;
	/* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
}
.houzin-cont7 .slider-dots button {
	position: relative;
	width: 100%;
	height: 4px;
	border: 0;
	background-color: #fff;
	font-size: 0;
}
.houzin-cont7 .slider-dots button:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0%;
	height: 100%;
}
.houzin-cont7 .slider-dots .slick-active button:after {
	background-color: #4E535A;
	-webkit-animation: progress 2.5s linear forwards;
	animation: progress 2.5s linear forwards;
}
@keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}
.houzin-cont8 {
	margin-top: 120px;
	margin-bottom: 120px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
.houzin-cont8 .cont-btn {
	margin: 0 auto;
}
.houzin-cont8-title {
	margin-top: 60px;
	position: relative;
}
.houzin-cont8-title::before {
	width: calc(100% - 140px);
}
.houzin-cont8-inner {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8-inner {
		flex-direction: column;
		margin-top: 30px;
		align-items: center;
	}
}
.houzin-cont8-inner .box {
	width: 21%;
	border: 1px solid #707070;
	padding: 40px 20px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8-inner .box {
		width: 90%;
		margin: 10px auto 10px;
		padding: 30px 20px;
	}
}
.houzin-cont8-inner .box .txt1 {
	text-align: center;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8-inner .box .txt1 {
		margin-bottom: 15px;
	}
}
.houzin-cont8-inner .box .txt2 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	font-size: 18px;
	height: 65px;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8-inner .box .txt2 {
		margin-bottom: 10px;
		padding-bottom: 20px;
		height: auto;
	}
}
.houzin-cont8-inner .box .txt3 {
	line-height: 1.4;
}
.houzin-cont8-inner .arrow {
	width: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 800px) {
	.houzin-cont8-inner .arrow {
		transform: rotate(90deg);
	}
}
.houzin-cont8-inner .arrow img {
	width: 20px;
}

.cont-centertitle-line {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.cont-centertitle-line {
		font-size: 22px;
		padding-bottom: 40px;
	}
}
.cont-centertitle-line::before {
	position: absolute;
	content: "";
	background-color: #111;
	width: 1px;
	height: 40px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
@media only screen and (max-width: 800px) {
	.cont-centertitle-line::before {
		height: 20px;
	}
}

.cont-centertitle {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.cont-centertitle {
		font-size: 24px;
	}
}
.cont-centertitle span {
	display: block;
	margin-bottom: 15px;
	font-size: 12px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.cont-centertitle .pink {
	color: #F891C1;
}
.cont-centertitle .blue {
	color: #097FBE;
}

.ccna-cont1 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont1 {
		margin-top: 80px;
	}
}
.ccna-cont1-subtitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont1-subtitle {
		font-size: 18px;
	}
}
.ccna-cont1 .txt {
	text-align: center;
}
.ccna-cont1-flex {
	display: flex;
	justify-content: space-between;
	max-width: 680px;
	margin: 40px auto 0;
}
@media only screen and (max-width: 600px) {
	.ccna-cont1-flex {
		flex-direction: column;
	}
}
.ccna-cont1-flex .box {
	width: 31%;
}
@media only screen and (max-width: 600px) {
	.ccna-cont1-flex .box {
		width: 80%;
		margin: 0 auto 30px;
	}
}
.ccna-cont1-flex .box p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	.ccna-cont1-flex .box p {
		font-size: 16px;
	}
}
.ccna-cont1-img {
	margin: 0 auto 10px;
}
.ccna-cont1-img img {
	width: auto;
	height: 145px;
	display: block;
	margin: 0 auto;
}
.ccna-cont2 {
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	padding: 80px 10px;
	margin-top: 120px;
	position: relative;
}
.ccna-cont2::before {
	position: absolute;
	content: "";
	background-image: url(../img/ccna/ccna-cont2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	.ccna-cont2 {
		margin-top: 80px;
	}
}
.ccna-cont2-flex1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 1;
	position: relative;
	flex-wrap: wrap;
}
.ccna-cont2-flex1 .box {
	width: 31%;
	background-color: #fff;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media only screen and (max-width: 600px) {
	.ccna-cont2-flex1 .box {
		width: 100%;
		margin-bottom: 20px;
		border-radius: 20px;
	}
}
.ccna-cont2-flex1 .box .tag {
	background-color: #707070;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 20px;
}
.ccna-cont2-flex1 .box .txt {
	color: #4E535A;
	line-height: 1.5;
}
.ccna-cont2-flex1 .box1 {
	border-radius: 20px 20px 0 20px;
	margin-top: 40px;
}
@media only screen and (max-width: 600px) {
	.ccna-cont2-flex1 .box1 {
		margin-top: 0;
	}
}
.ccna-cont2-flex1 .box2 {
	border-radius: 20px 20px 0 20px;
}
.ccna-cont2-flex1 .box3 {
	border-radius: 20px 20px 20px 0px;
	margin-top: 40px;
}
@media only screen and (max-width: 600px) {
	.ccna-cont2-flex1 .box3 {
		margin-top: 0;
	}
}
.ccna-cont2-img {
	width: 345px;
	margin: -100px auto 60px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont2-img {
		width: 280px;
		margin-top: -60px;
	}
}
.ccna-cont2-flex2 {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}
.ccna-cont2-flex2 .box {
	background-color: #fff;
	width: 31%;
	border-radius: 30px;
	overflow: hidden;
}
@media only screen and (max-width: 800px) {
	.ccna-cont2-flex2 .box {
		width: 100%;
		margin-bottom: 20px;
	}
}
.ccna-cont2-flex2 .box:nth-child(1) {
	border-radius: 30px 30px 0 30px;
}
.ccna-cont2-flex2 .box:nth-child(2) {
	border-radius: 30px 30px 0 30px;
}
.ccna-cont2-flex2 .box:nth-child(3) {
	border-radius: 30px 30px 30px 0;
}
.ccna-cont2-flex2 .box .textbox {
	background-color: #fff;
	padding: 30px;
}
.ccna-cont2-flex2 .box .textbox .title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
}
.ccna-cont2-flex2 .box .textbox .title::before {
	position: absolute;
	content: "";
	background-color: #707070;
	width: 30px;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}
.ccna-cont2-flex2 .box .textbox .txt {
	color: #4E535A;
}
.ccna-cont3 {
	padding: 80px 10px;
	text-align: center;
	background-image: url(../img/ccna/ccna-cont3-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.ccna-cont3-title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 800px) {
	.ccna-cont3-title {
		font-size: 20px;
	}
}
.ccna-cont3 .txt {
	color: #fff;
}
.ccna-cont3 .cont-btn {
	margin: 40px auto 0;
}
.ccna-cont4 {
	margin-top: 120px;
	padding: 0 10px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont4 {
		margin-top: 80px;
	}
}
.ccna-cont4-checkbox {
	border: 1px solid #BEBEBE;
	max-width: 780px;
	margin: 50px auto 0;
	padding: 40px 10px 20px;
}
.ccna-cont4-checkbox ul {
	max-width: 360px;
	margin: 0 auto;
}
.ccna-cont4-checkbox ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.ccna-cont4-checkbox ul li img {
	width: 24px;
	height: 24px;
}
.ccna-cont4-checkbox ul li span {
	display: block;
	margin-left: 15px;
	font-weight: bold;
}
.ccna-cont4-list {
	margin-top: 20px;
	max-width: 780px;
	margin: 20px auto 0;
}
.ccna-cont4-list dl {
	display: flex;
}
.ccna-cont4-list dl dt {
	background-color: #EDEFF2;
	width: 200px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 20px 10px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont4-list dl dt {
		width: 120px;
	}
}
.ccna-cont4-list dl dd {
	width: calc(100% - 200px);
	border: 1px solid #ddd;
	padding: 20px 10px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont4-list dl dd {
		width: calc(100% - 120px);
	}
}
.ccna-cont4-list p {
	text-align: right;
	color: #fff;
	margin-top: 10px;
}
.ccna .text-center {
	font-weight: bold;
	margin-top: 40px;
}
.ccna-cont5 {
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	padding: 80px 10px;
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.ccna-cont5 {
		padding: 60px 10px;
		margin-top: 80px;
	}
}
.ccna-cont5-flex .box {
	text-align: center;
	border: 1px solid #4E535A;
	height: 80px;
	line-height: 80px;
	position: relative;
}
@media only screen and (max-width: 600px) {
	.ccna-cont5-flex .box {
		margin-bottom: 15px;
	}
}
.ccna-cont5-flex .box.active {
	background-color: #4E535A;
	color: #fff;
}
.ccna-cont5 .cont-btn {
	margin: 60px auto 0;
}

.text-center {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.ai-cont2 {
	margin-top: 80px;
	position: relative;
	padding-bottom: 120px;
	padding: 0 10px 120px;
}
@media only screen and (max-width: 800px) {
	.ai-cont2 {
		padding: 0 10px 80px;
	}
}
.ai-cont2::before {
	position: absolute;
	content: "";
	background-image: url(../img/ccna/ccna-cont2-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 350px;
	z-index: -1;
}
.ai-cont2-inner {
	max-width: 780px;
	margin: 0 auto;
}
.ai-cont2-box {
	margin-bottom: 40px;
}
.ai-cont2-box .txt {
	width: 80%;
	margin: 20px auto 0;
	color: #4E535A;
}
.ai-cont2-title {
	position: relative;
	background-color: #DAE2E8;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.ai-cont2-title::before {
	position: absolute;
	content: "";
	background-color: #4E535A;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.ai-cont2-title span {
	color: #4E535A;
	font-family: "Lato", sans-serif;
	margin-right: 20px;
}
.ai-cont2-list p {
	color: #111;
}
.ai-cont4 {
	margin-top: 0;
}

.column {
	padding: 80px 10px;
}
@media only screen and (max-width: 800px) {
	.column {
		padding: 60px 10px;
	}
}
.comingsoon {
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 30px;
	border: 1px solid #CCC;
	margin: 120px auto;
	width: 100%;
	max-width: 500px;
}

.recruit-fv {
	margin-top: 80px;
}
.recruit-fv-inner {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}
@media only screen and (max-width: 800px) {
	.recruit-fv-inner {
		flex-direction: column;
	}
}
.recruit-fv-h1 {
	width: 50%;
	margin-top: 80px;
}
@media only screen and (max-width: 800px) {
	.recruit-fv-h1 {
		width: 100%;
		margin-top: 0;
	}
}
.recruit-fv-h1 p {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
	.recruit-fv-h1 p {
		font-size: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.recruit-fv-h1 p {
		font-size: 26px;
	}
}
.recruit-fv-h1 div {
	font-size: 62px;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.recruit-fv-h1 div {
		font-size: 48px;
	}
	.recruit-fv-h1 div .sp-none {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.recruit-fv-h1 div {
		font-size: 38px;
	}
}
.recruit-fv-img {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.recruit-fv-img {
		width: 90%;
		margin: 0 0 0 auto;
	}
}
.recruit-cont1 {
	position: relative;
}
.recruit-cont1::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	width: 90%;
	height: 340px;
	border-radius: 0 200px 200px 0;
	top: 20%;
	left: 0;
	z-index: -1;
}
.recruit-cont1-inner {
	width: 92%;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1000px) {
	.recruit-cont1-inner {
		width: 98%;
	}
}
@media only screen and (max-width: 800px) {
	.recruit-cont1-inner {
		flex-direction: column-reverse;
	}
}
.recruit-cont1-img {
	width: 60%;
}
@media only screen and (max-width: 800px) {
	.recruit-cont1-img {
		width: 90%;
	}
}
.recruit-cont1-textbox {
	width: 40%;
	margin-top: 100px;
	margin-right: 40px;
}
@media only screen and (max-width: 800px) {
	.recruit-cont1-textbox {
		margin-top: 40px;
		width: 95%;
		margin-right: 10px;
		margin-left: 10px;
	}
}
.recruit-cont1-textbox .title {
	font-size: 28px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.recruit-cont1-textbox .title {
		font-size: 22px;
	}
}
.recruit-cont1-textbox .txt {
	margin-top: 30px;
	line-height: 2;
}
.recruit-cont1 .cont-btn {
	margin-top: 30px;
}
.recruit-cont2 {
	margin-top: 200px;
	padding: 0 10px;
}
@media only screen and (max-width: 800px) {
	.recruit-cont2 {
		margin-top: 120px;
	}
}
.recruit-cont2-inner {
	border: 1px solid #BEBEBE;
	padding: 40px 0;
	display: flex;
}
@media only screen and (max-width: 800px) {
	.recruit-cont2-inner {
		flex-direction: column;
	}
}
.recruit-cont2-inner .box {
	width: 50%;
	padding: 0 60px;
}
@media only screen and (max-width: 800px) {
	.recruit-cont2-inner .box {
		width: 100%;
		padding: 0 40px;
	}
}
.recruit-cont2-inner .box:first-child {
	border-right: 1px solid #4E535A;
}
@media only screen and (max-width: 800px) {
	.recruit-cont2-inner .box:first-child {
		padding-bottom: 40px;
		border-bottom: 1px solid #bebebe;
		margin-bottom: 40px;
		border-right: none;
	}
}
.recruit-cont2-inner .box h3 {
	margin-bottom: 20px;
}
.recruit-cont2-inner .box h3 span {
	color: #4E535A;
	font-family: "Lato", sans-serif;
	display: block;
	margin-bottom: 5px;
}
.recruit-cont2-inner .box h3 p {
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	display: inline-block;
}
.recruit-cont2 .circle-btn {
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background-color: #111;
	margin: 10px 0 0 auto;
	position: relative;
}
.recruit-cont2 .circle-btn img {
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.recruit-cont3 {
	margin-top: 120px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.recruit-cont3 {
		margin-top: 80px;
	}
}
.recruit-cont3::before {
	position: absolute;
	content: "";
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	width: 75%;
	height: 200px;
	border-radius: 0 200px 200px 0;
	bottom: 40px;
	left: 0;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.recruit-cont3 {
		margin-top: 80px;
	}
}
.recruit-cont3-flex {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.recruit-cont3-flex div {
	width: calc(100% / 6);
}
@media only screen and (max-width: 800px) {
	.recruit-cont3-flex div {
		width: calc(100% / 3);
	}
}
.recruit-cont3 .cont-btn {
	margin: 60px auto 0;
}
.recruit-cont4 {
	margin-top: 120px;
	background-color: #F5F6F7;
	padding: 80px 10px;
	position: relative;
}
.recruit-cont4::before {
	position: absolute;
	content: "";
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	width: 70%;
	height: 80px;
	border-radius: 0 0px 0 100px;
	bottom: -80px;
	right: 0;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.recruit-cont4 {
		margin-top: 80px;
	}
}
.recruit-slide {
	max-width: 780px;
	margin: 30px auto 0;
}
.recruit-cont5 {
	margin-top: 200px;
}
@media only screen and (max-width: 800px) {
	.recruit-cont5 {
		margin-top: 160px;
	}
}
.recruit-cont5 .cont-btn {
	margin: 60px auto 0;
}

.entry {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.entry {
		margin-top: 80px;
	}
}
.entry-title {
	text-align: center;
	position: relative;
	z-index: 2;
}
.entry-title div {
	font-size: 80px;
	font-weight: bold;
	padding-bottom: 20px;
}
.entry-title p {
	color: #4E535A;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 40px;
}
.entry-title p::before {
	position: absolute;
	content: "";
	background-color: #4E535A;
	width: 1px;
	height: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.entry-inner {
	background-color: #4D535A;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
@media only screen and (max-width: 800px) {
	.entry-inner {
		flex-direction: column;
		margin-top: 20px;
	}
}
.entry-box {
	max-width: 400px;
	margin: 0 10px;
	color: #fff;
}
.entry-box-btn {
	display: block;
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
	border: 1px solid #fff;
}
.entry-box p {
	margin-top: 10px;
	line-height: 1.6;
}
@media only screen and (max-width: 800px) {
	.entry-box1 {
		margin-bottom: 40px;
	}
}
.entry-box1 a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.entry-box1 a::before {
	position: absolute;
	content: "JobList";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #6D6F72;
	font-size: 70px;
	font-family: "Lato", sans-serif;
	z-index: -1;
}
.entry-box2 a {
	background-color: #fff;
	color: #097FBE;
	font-weight: bold;
	font-size: 20px;
}
.entry-box2 a.-wantedly {
	font-size: 30px;
}

.office-fv {
	background-image: url(../img/office/office-fv-bg.jpg);
}
.office-cont1 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.office-cont1 {
		margin-top: 80px;
	}
}
.office-cont1 .txt1 {
	font-size: 24px;
	font-weight: bold;
	color: #4E535A;
	margin-bottom: 10px;
	font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 800px) {
	.office-cont1 .txt1 {
		font-size: 20px;
	}
}
.office-cont1 .txt2 {
	font-size: 20px;
	line-height: 1.6;
}
@media only screen and (max-width: 800px) {
	.office-cont1 .txt2 {
		font-size: 16px;
	}
}
.office-cont2 {
	margin-top: 140px;
	padding-bottom: 140px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.office-cont2 {
		margin-top: 100px;
		padding-bottom: 100px;
	}
}
.office-cont2::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	height: 95%;
	right: 0;
	bottom: 0;
	width: 80%;
	border-radius: 300px 0 0 300px;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.office-cont2::before {
		height: 30%;
		top: 100px;
	}
}
.office-cont2-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width: 800px) {
	.office-cont2-inner {
		flex-direction: column;
	}
}
.office-cont2-img {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.office-cont2-img {
		width: 90%;
	}
}
.office-cont2-textbox {
	width: 50%;
	margin-left: 60px;
}
@media only screen and (max-width: 800px) {
	.office-cont2-textbox {
		margin-left: 0px;
		padding-left: 20px;
		width: 100%;
		margin-top: 30px;
	}
}
.office-cont2-textbox .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
	.office-cont2-textbox .title {
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.office-cont2-textbox .txt {
	line-height: 2;
	width: 80%;
}
@media only screen and (max-width: 800px) {
	.office-cont2-textbox .txt {
		width: 90%;
	}
}
.office-cont3 {
	margin-top: 140px;
	padding-bottom: 140px;
	position: relative;
}
.office-cont3::before {
	position: absolute;
	content: "";
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	height: 98%;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
.office-cont3-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 800px) {
	.office-cont3-inner {
		flex-direction: column-reverse;
	}
}
.office-cont3-textbox {
	width: 50%;
}
@media only screen and (max-width: 800px) {
	.office-cont3-textbox {
		margin-top: 30px;
		width: 100%;
	}
}
.office-cont3-textbox .title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 20%;
}
@media only screen and (max-width: 800px) {
	.office-cont3-textbox .title {
		margin-left: 0px;
		padding-left: 20px;
		font-size: 22px;
		margin-bottom: 20px;
	}
}
.office-cont3-textbox .txt {
	line-height: 2;
	margin-right: 60px;
	margin-left: 20%;
}
@media only screen and (max-width: 800px) {
	.office-cont3-textbox .txt {
		width: 90%;
		margin-right: 0;
		margin-left: 0px;
		padding-left: 20px;
	}
}
.office-cont3-textbox .office-pinktag {
	width: 280px;
	text-align: right;
}
@media only screen and (max-width: 800px) {
	.office-cont3-textbox .office-pinktag {
		width: 140px;
	}
}
.office-cont3-img {
	width: 90%;
	margin: 0 0 0 auto;
}
.office-pinktag {
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	color: #4E535A;
	padding: 10px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.office-pinktag {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 5px;
	}
}

.message-title {
	font-size: 120px;
	text-align: center;
	font-weight: bold;
	background: linear-gradient(90deg, #9ADCFF, #F891C1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
	.message-title {
		font-size: 78px;
		margin-bottom: 60px;
	}
}
.message-title span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #111;
	background: linear-gradient(90deg, #111, #111);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.message-cont1 {
	margin-top: 120px;
	text-align: center;
}
@media only screen and (max-width: 800px) {
	.message-cont1 {
		margin-top: 80px;
	}
}
.message-cont1-subtitle {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
	.message-cont1-subtitle {
		font-size: 34px;
		margin-bottom: 40px;
	}
}
.message-cont1-text {
	font-weight: bold;
	line-height: 2.2;
}
.message-cont2 {
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.message-cont2 {
		margin-top: 80px;
	}
}
.message-cont2-title {
	margin-bottom: 40px;
}
.message-cont2-title::before {
	width: calc(100% - 370px);
}
.message-cont2-subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.4;
}
.message-cont2-text {
	font-weight: bold;
	line-height: 1.5;
}
.message-cont2-flex {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px) {
	.message-cont2-flex {
		flex-direction: column;
	}
}
.message-cont2-img {
	width: 40%;
}
@media only screen and (max-width: 800px) {
	.message-cont2-img {
		width: 60%;
		margin: 0 auto 10px;
	}
}
.message-cont2-img img {
	min-width: 400px;
	min-height: 730px;
}
@media only screen and (max-width: 800px) {
	.message-cont2-img img {
		min-width: 100%;
		min-height: 100%;
	}
}
.message-cont2-box {
	width: 60%;
	padding-left: 40px;
}
@media only screen and (max-width: 800px) {
	.message-cont2-box {
		padding-left: 0;
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
}
.message-cont2-box .box {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 800px) {
	.message-cont2-box .box {
		margin-bottom: 40px;
		flex-direction: column;
	}
}
.message-cont2-box .box:last-child {
	margin-bottom: 0;
	position: relative;
	z-index: -1;
}
@media only screen and (max-width: 800px) {
	.message-cont2-box .box:last-child {
		margin-bottom: 40px;
	}
}
.message-cont2-box .box:last-child .step {
	/*border: 1px solid #F891C1;*/
}
.message-cont2-box .box:last-child .step::before {
	background-color: #F891C1;
}
.message-cont2-box .box .step {
	padding: 10px;
	width: 90px;
	/*border: 1px solid #80C8FF;*/
	text-align: center;
	font-weight: bold;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.message-cont2-box .box .step {
		margin-bottom: 10px;
	}
}
.message-cont2-box .box .step::before {
	position: absolute;
	content: "";
	background-color: #097FBE;
	height: 1px;
	width: 220px;
	left: -220px;
	top: 50%;
}
@media only screen and (max-width: 800px) {
	.message-cont2-box .box .step::before {
		display: none;
	}
}
.message-cont2-box .box .textbox {
	width: calc(100% - 100px);
}
@media only screen and (max-width: 800px) {
	.message-cont2-box .box .textbox {
		width: 100%;
	}
}
.message-cont2-box .box .textbox .title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px !important;
}
.message-cont2-box .box .textbox .txt {
	font-size: 14px;
	line-height: 1.5;
}

.benefit-h2 {
	position: relative;
	padding-top: 25px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
	.benefit-h2 {
		font-size: 26px;
	}
}
.benefit-h2::before {
	position: absolute;
	content: "";
	background: #d0efff;
	background: linear-gradient(45deg, #9ADCFF 0%, #F891C1 100%);
	width: 70px;
	height: 15px;
	left: 0px;
	top: 0;
}
@media only screen and (max-width: 800px) {
	.benefit-h2::before {
		width: 50px;
		height: 10px;
	}
}
.benefit-subtitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.benefit-subtitle {
		font-size: 16px;
	}
}
.benefit-cont1 {
	margin-top: 60px;
}
.benefit-cont1-inner {
	position: relative;
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
@media only screen and (max-width: 800px) {
	.benefit-cont1-inner {
		font-size: 14px;
	}
}
.benefit-cont1-inner::before {
	position: absolute;
	content: "";
	background-color: #111;
	width: 70px;
	height: 1px;
	left: 10px;
	top: 0;
}
.benefit-cont2 {
	margin-top: 80px;
}
.benefit-cont3 {
	margin-top: 80px;
}
.benefit-cont3-bottom {
	padding: 40px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*border: 1px solid #111;*/
	border-radius: 200px;
	margin-top: 40px;
	background: linear-gradient(90deg, #D0EFFF 0%, #FAC5F0 100%);
	box-shadow: 3px 3px 6px rgba(0,0,0,.16);
}
@media only screen and (max-width: 800px) {
	.benefit-cont3-bottom {
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
		margin-top: 30px;
		border-radius: 30px;
	}
}
.benefit-cont3-bottom p {
	font-size: 24px;
	font-weight: bold;
	margin-right: 40px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont3-bottom p {
		font-size: 20px;
		margin-bottom: 20px;
	}
}
.benefit-cont3-bottom div {
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 800px) {
	.benefit-cont3-bottom div {
		font-size: 14px;
	}
}
.benefit-cont4 {
	margin-top: 80px;
}
.benefit-cont4-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 800px) {
	.benefit-cont4-flex {
		flex-direction: column;
		align-items: center;
	}
}
.benefit-cont4-left {
	width: 360px;
}
.benefit-cont4-right {
	padding-left: 60px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont4-left {
		margin-bottom: 30px;
	}
}
.benefit-cont4-img {
	width: 220px;
	margin: 0 auto 20px;
}
.benefit-cont4-name {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont4-name {
		font-size: 18px;
	}
}
.benefit-cont4-name span {
	color: #4E535A;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont4-name span {
		font-size: 12px;
	}
}
.benefit-cont4-right .box {
	padding: 20px 0 30px;
	border-top: 1px solid #111;
	display: flex;
	align-items: flex-start;
}
.benefit-cont4-right .box .number {
	font-weight: bold;
	width: 30px;
}
.benefit-cont4-right .box .textbox {
	width: calc(100% - 40px);
}
.benefit-cont4-right .box .textbox .title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont4-right .box .textbox .title {
		font-size: 16px;
	}
}
.benefit-cont4-right .box .textbox .txt {
	line-height: 1.8;
}
.benefit-cont5 {
	margin-top: 80px;
}
.benefit-cont5-title {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	padding-top: 25px;
	margin-bottom: 10px;
	margin-top: 100px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont5-title {
		margin-top: 60px;
	}
}
.benefit-cont5-title::before {
	position: absolute;
	content: "";
	background-color: #111;
	width: 50px;
	height: 1px;
	left: 0px;
	top: 0;
}
.benefit-cont5-flex {
	align-items: stretch;
}
.benefit-cont5-flex .box {
	padding-top: 30px;
	border-top: 1px solid #111;
	margin-top: 50px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont5-flex .box {
		width: 100%;
	}
}
.benefit-cont5-flex .box .title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.benefit-cont6 {
	display: flex;
	margin-top: 120px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont6 {
		flex-direction: column-reverse;
		margin-top: 80px;
	}
}
.benefit-cont6-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #d6dce2;
	background: linear-gradient(45deg, #d6dce2 0%, #edeff2 100%);
	padding-left: 12%;
}
@media only screen and (max-width: 800px) {
	.benefit-cont6-left {
		width: 100%;
		padding: 25px 10px;
	}
}
.benefit-cont6-left p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.benefit-cont6-left p {
		font-size: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.benefit-cont6-right {
		width: 100%;
	}
}

.recruit-pos-flex {
	margin-top: 100px;
	margin-bottom: 80px;
}
@media only screen and (max-width: 800px) {
	.recruit-pos-flex {
		margin-top: 60px;
	}
}
.recruit-pos-flex .box {
	width: 49%;
	display: block;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-bottom: 2%;
	line-height: 1.5;
}
@media only screen and (max-width: 800px) {
	.recruit-pos-flex .box {
		font-size: 16px;
		width: 100%;
	}
}
.recruit-pos-flex .box div {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.member {
	margin-top: 120px;
	margin-bottom: 80px;
	padding: 0 10px;
}
@media only screen and (max-width: 800px) {
	.member {
		margin-top: 80px;
	}
}
.member-inner {
	padding: 80px 40px;
	background-color: #EDEFF2;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
	.member-inner {
		padding: 50px 10px;
	}
}
.member-inner::before, .member-inner::after {
	width: 23%;
}
.member-inner .box {
	width: 32%;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.member-inner .box {
		width: 48%;
	}
}
@media only screen and (max-width: 600px) {
	.member-inner .box {
		width: 90%;
		margin: 0 auto 40px;
	}
}
.member-inner .box .textbox {
	margin-top: 25px;
}
@media only screen and (max-width: 800px) {
	.member-inner .box .textbox {
		margin-top: 10px;
	}
}
.member-inner .box .job {
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	line-height: 1.6;
	margin-bottom: 8px;
	height: 40px;
}
@media only screen and (max-width: 600px) {
	.member-inner .box .job {
		height: auto;
	}
}
.member-inner .box .name {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}
@media only screen and (max-width: 800px) {
	.member-inner .box .name {
		font-size: 14px;
		padding-bottom: 15px;
	}
}
.member-inner .box .name::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #111;
}
.member-btn {
	display: block;
	width: 100%;
	border: 1px solid #111;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #111;
	font-weight: bold;
	border-radius: 20px;
	margin-top: 25px;
}
@media only screen and (max-width: 800px) {
	.member-btn {
		margin-top: 20px;
	}
}
.member-main {
	display: flex;
	max-width: 1080px;
	margin: 0 auto 60px;
	flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
	.member-main {
		width: 90%;
		margin: 0 auto 60px;
	}
}
.member-main-left {
	width: 50%;
}
.member-main-left, .member-main-right, .member-main-left img {
	vertical-align: top;
}
@media only screen and (max-width: 800px) {
	.member-main-left {
		width: 100%;
	}
}
.member-main-left img {
	min-height: 650px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 800px) {
	.member-main-left img {
		min-height: 100%;
	}
}
.member-main-right {
	width: 50%;
	background-color: #7B929F;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px;
	color: #fff;
}
@media only screen and (max-width: 1000px) {
	.member-main-right {
		padding: 80px 30px;
	}
}
@media only screen and (max-width: 800px) {
	.member-main-right {
		width: 100%;
		padding: 40px 20px;
	}
}
.member-main-right .job {
	font-size: 18px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
	.member-main-right .job {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
.member-main-right .name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
	.member-main-right .name {
		font-size: 22px;
		margin-bottom: 30px;
	}
}
.member-main-right .txt1 {
	font-size: 16px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
	.member-main-right .txt1 {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
.member-main-right .txt2 {
	font-size: 14px;
	line-height: 1.6;
}
@media only screen and (max-width: 800px) {
	.member-main-right .txt2 {
		font-size: 12px;
	}
}

.career-fv {
	background-image: url(../img/career/career-fv-bg.png);
}

.itschool-fv {
	background-image: url(../img/if-school/it-school.png);
}

.marketing-fv {
	background-image: url(../img/marketing/marketing.png);
}

.system-fv {
	background-image: url(../img/system/bg.png);
}
.fund-fv {
	background-image: url(../img/system/system.png);
}

.other-fv {
	background-image: url(../img/other/other.png);
}

.detail-btn {
	position: fixed;
	bottom: 0;
	width: 100vw;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	z-index: 99;
	left: 0;
}
.detail-btn .cont-btn {
	margin: 0 auto;
}

.recruit-detail {
	background-color: #F5F6F7;
	padding: 120px 10px;
}
.recruit-detail-inner {
	background-color: #fff;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px;
}
@media only screen and (max-width: 800px) {
	.recruit-detail-inner {
		padding: 40px 20px;
	}
}
.recruit-detail .detail-top {
	padding-bottom: 20px;
	border-bottom: 1px solid #4E535A;
}
.recruit-detail .detail-top-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	.recruit-detail .detail-top-title {
		font-size: 24px;
	}
}
.recruit-detail .detail-top-text {
	font-size: 16px;
	line-height: 1.6;
}
@media only screen and (max-width: 800px) {
	.recruit-detail .detail-top-text {
		font-size: 14px;
	}
}
.recruit-detail .detail-title {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	.recruit-detail .detail-title {
		font-size: 20px;
	}
}
.recruit-detail .detail-list dl {
	border-top: 1px solid #4E535A;
	padding: 60px 0 80px;
	position: relative;
	align-items: flex-start;
}
.recruit-detail .detail-list dl::before {
	position: absolute;
	content: "";
	background-color: #4D535A;
	width: 20px;
	height: 5px;
	left: 0;
	top: -5px;
}
.recruit-detail .detail-list dl dt {
	font-size: 20px;
}
.recruit-detail .detail-list dl dd {
	font-size: 14px;
	font-weight: 500;
}
.recruit-detail .detail-list dl dd .bg-pinkgrade {
	background: #d0efff;
	background: linear-gradient(90deg, #D0EFFF 0%, #FAC5F0 100%);
	padding: 8px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.recruit-detail .detail-list dl dd .pinkgrade-left {
	position: relative;
	padding-left: 15px;
}
.recruit-detail .detail-list dl dd .pinkgrade-left:before {
	position: absolute;
	content: "";
	background: #d0efff;
	background: linear-gradient(180deg, #9ADCFF 0%, #F891C1 100%);
	width: 5px;
	height: 20px;
	left: 0;
	top: 0;
}

.detail-form {
	font-weight: bold;
}
.detail-form .cont-form-box {
	align-items: flex-start;
}
.cont-form-box p, .cont-form-box th, .cont-form-box td, .cont-form-box div, .cont-form-box a, .cont-form-box span, .cont-form-box li, .cont-form-box label, .cont-form-box input {
	font-family: 'Noto Sans JP'!important;
}
/*.cont-form-box.-pageselect {
display: none;
}*/
.detail-form .radio-wrap {
	display: flex;
	flex-wrap: wrap;
}
.detail-form .radio-wrap .radiobox {
	display: flex;
	align-items: center;
	width: 31%;
	margin-bottom: 10px;
}
.detail-form .radio-wrap .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}
.detail-form .radio-wrap .wpcf7-radio .wpcf7-list-item {
	display: flex;
	align-items: center;
	width: 48%;
	margin: 0;
}
@media only screen and (max-width: 600px) {
	.detail-form .radio-wrap .radiobox {
		width: 100%;
	}
	.detail-form .radio-wrap .wpcf7-radio .wpcf7-list-item {
		width: 100%;
	}
}
.detail-form .radio-wrap .radiobox input {
	width: 16px;
	height: 16px;
}
.detail-form .radio-wrap .radiobox span {
	padding-left: 10px;
}
.detail-form .selectbox select {
	width: 100%;
	height: 45px;
	border: none;
}
.detail-form .form-name {
	display: flex;
}
@media only screen and (max-width: 800px) {
	.detail-form .form-name {
		flex-direction: column;
	}
}
.detail-form .form-name .namebox {
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 800px) {
	.detail-form .form-name .namebox {
		margin-bottom: 10px;
	}
}
.detail-form .form-name .namebox label {
	padding-right: 20px;
}
.detail-form .form-name .namebox input {
	width: 240px;
}
.detail-form .form-name .namebox:first-child {
	margin-right: 80px;
}
.detail-form input.year {
	width: 240px;
}
.detail-form .form-flex {
	display: flex;
	justify-content: space-between;
}
.detail-form .form-flex > div {
	width: 48%;
}

.panel {
	display: none;
}

.tab-group {
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
}

.tab {
	cursor: pointer;
	background-color: #EDEFF2;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
}

.tab.is-active {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	color: #111;
	transition: all 0.2s ease-out;
}

.panel.is-show {
	display: block;
}

.news {
	color: #4E535A;
	background-color: #F5F6F7;
	padding: 80px 60px;
}
.news-fv::before {
	height: 100%;
}
@media only screen and (max-width: 800px) {
	.news-fv {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 800px) {
	.news {
		padding: 60px 20px;
	}
}
.news-inner {
	padding: 100px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
	.news-inner {
		padding: 60px 30px;
	}
}
@media only screen and (max-width: 800px) {
	.news-inner {
		flex-direction: column;
	}
}
.news-left {
	width: 140px;
}
@media only screen and (max-width: 800px) {
	.news-left {
		width: 100%;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 800px) {
	.news-left ul {
		display: flex;
		flex-wrap: wrap;
	}
}
.news-left ul li {
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
	color: #BEBEBE;
	cursor: pointer;
}
.news-left li a {
	color: #aaa;
}
.news-left li.active a {
	color: #111;
}
@media only screen and (max-width: 800px) {
	.news-left ul li {
		margin-right: 25px;
	}
}
.news-left ul li.active {
	border-left: 5px solid #4E535A;
	color: #4E535A;
}
.news-right {
	width: calc(100% - 200px);
}
@media only screen and (max-width: 800px) {
	.news-right {
		width: 100%;
	}
}
.news-box {
	color: #111;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #4E535A;
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #4E535A;
}
.news-box-right {
	width: 85%;
}
.news-box-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.news-box-top .date {
	font-size: 14px;
}
.news-box-top .tag {
	background-color: #707070;
	padding: 5px;
	color: #fff;
	margin-left: 6px;
	font-size: 10px;
	color: #fff;
}
.news-arrow img {
	width: 20px;
}
.news-pagenation {
	display: flex;
}
.news-pagenation a {
	display: block;
	color: #BEBEBE;
	font-weight: bold;
	margin-right: 30px;
	font-size: 16px;
}
.news-pagenation a.active {
	color: #4E535A;
}
.news-pagenation a img {
	width: 20px;
}
.pagenation .page-numbers {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.pagenation .page-numbers>li>a, .pagenation .current, .pagenation .dots {
	margin-left: 10px;
	margin-right: 10px;
}
.news-detail-inner {
	background-color: #fff;
	padding: 80px 20px;
}
.news-detail-box {
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #4D535A;
}
.news-detail-box-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #4D535A;
	margin-bottom: 30px;
}
.news-detail .cont-btn {
	margin: 60px auto 0;
}
.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.PDF_Embedder {
	margin: 45px auto;
	max-width: 1080px;
}



