@charset "UTF-8";


body {
   position: relative;
}
img {
	width: 100%;
	height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.sp-only {
    display: none!important;
}
.brtab, .brsp, .sp {
 	display: none;
 }
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}



/* ////////////////////////////////////////////////////////////////////  header */

header {
	width:100%;
	height: 70px;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 1001;
}
header .logo {
  width: 240px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 37px;
}
header .logo img {
  width: 100px;
	display: inline-block;
}
header .logo p {
	font-size: 13px;
	font-family: var(--en-font);
	font-weight: 500;
	letter-spacing: 0.08em;
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	line-height: 1em;
	bottom: 0;
	padding: 0 0 0 10px;
}
/* ////////////////////////////////////////////////////////////////////  footer */
footer {
  background: #2F2F2F;
	z-index: 2;
	position: relative;
}
footer ul {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin: 30px auto 0px;
}
footer ul li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
footer ul li:nth-child(-n + 2):after {
	height: 14px;
	width: 1px;
	background: #FFF;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
footer ul li a {
	color: #FFF;
	text-decoration: none;
}
footer .copyright {
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding-bottom: 20px;
}

.main-slide-wrap {
	position: relative;
	padding-bottom: 200px;
}
.main-slide-wrap:after {
	width: 78%;
	height: calc(100% - 200px);
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(-90deg, #de004f 0%, #ffe553 100%);
}
.top-slide {
	width: 78%;
	height: auto;
	left: 0;
	top: 70px;
	position: relative;
}

.slide-mc {
	position: absolute;
	z-index: 3;
	width: 70%;
	top: 40%;
	left: 35%;
}
nav {
	padding: 0 20px;
}
nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
nav ul li {
	position: relative;
	height: 70px;
	margin: 0 10px;
}
nav ul li p {
	text-align: center;
	font-weight: 500;
	line-height: 1.3em;
	font-size: 13px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
nav ul li p span {
	color: #C40247;
	font-family: "brother-1816";
	font-weight: 500;
	display: block;
	font-size: 16px;
}
@media only screen and (max-width: 1100px) {
	nav ul li {
		position: relative;
		height: 70px;
		margin: 0 8px;
	}
	nav ul li p {
		text-align: center;
		font-weight: 500;
		line-height: 1.3em;
		font-size: 11px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	nav ul li p span {
		color: #C40247;
		font-family: "brother-1816";
		font-weight: 500;
		display: block;
		font-size: 13px;
	}
}
@media only screen and (max-width: 900px) {
	nav {
		display: none;
	}
}
main {
	margin: 0 0;
	position: relative;
	overflow: hidden;
}
.section-block {
	padding: 120px 0;
}
#section01 {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(249, 248, 252, 0.65) 22.17%, rgba(247, 246, 250, 0.93) 56.65%, #f6f5fa 100%);
}
.content {
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}

.main-ttl {
	color: #C40247;
	font-family: "brother-1816";
	font-weight: 500;
	font-size: 80px;
	text-align: center;
	line-height: 1.1em;
}
.sub-ttl {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}
.message {
	width: 80%;
	margin: 0 auto;
	max-width: 610px;
	padding: 60px 0;
}
.message p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 3em;
}

.feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto 0;
}
.feature-list li {
	width: 31.83%;
	box-sizing: border-box;
	position: relative;
	padding: 30px 0;
	border-radius: 4px;
	background: #f6f5fa;
	border: 1px solid #c40247;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.17);
}
.feature-list li .icon {
	width: 50%;
	max-width: 160px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.feature-list li:before {
	width: 200px;
	height: 200px;
	background: rgba(255,255,255,0.50);
	border-radius: 50%;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.feature-list li p:nth-of-type(1) {
	position: relative;
	text-align: center;
	margin: 20px 0 10px
}
.feature-list li p:nth-of-type(1) span {
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: #c40247;
	position: relative;
	padding: 3px 8px;
	z-index: 2;
}
.feature-list li p:nth-of-type(2) {
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 600;
	z-index: 2;
}



.point-content {
	width: calc(90%);
	margin: 50px auto 0;
	max-width: 1020px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0 0;
	min-height: 650px;
}
.point-txt {
	width: 48%;
}
.point-image {
	width: 48vw;
	left: 53%;
	position: absolute;
	max-width: 650px;
}
.point-txt ul li {
	margin-bottom: 60px;
}
.point-txt .c-ttl {
	font-family: "brother-1816";
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 0.03em;
	line-height: 1em;
	text-align: left;
	color: #c40247;
}
.point-txt .c-ttl span {
	display: inline-block;
	border-bottom: solid 4px #c40247;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.point-txt .b-ttl {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 5px;
}
.point-txt .b-ttl + p {
	font-weight: 500;
	margin-bottom: 30px;
}
.btn01,
.btn02  {
	position: relative;
	background-size: 200% auto;
	background-image: linear-gradient(90deg, #de004f 0%, #ef7951 50%, #de004f 100%);
	background-position: center left;
	transition: all .5s;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.08));
}
.btn01:hover,
.btn02:hover {
	background-position: center right;
}
.btn01 {
	max-width: 260px;
	box-sizing: border-box;
	padding: 10px 0 5px 20px;
}
.btn01 p {
	display: inline-block;
	white-space: nowrap;
	color: #FFF;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 600;
	position: relative;
}
.btn01:after {
	width: 16px;
	height: 18px;
	background-image: url("../img/arrow-down.png");
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.btn02 p {
	display: inline-block;
	white-space: nowrap;
	color: #FFF;
	font-size: 17px;
	font-weight: 600;
	position: relative;
}
.btn02:after {
	width: 18px;
	height: 16px;
	background-image: url("../img/arrow-right.png");
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.btn02 {
	max-width: 260px;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
}

li {
	position: relative;
}



.interview-content ul {
	margin: 50px auto 0;
}
.interview-content ul li {
	width: 100%;
	margin: 0 auto 0;
	max-width: 1020px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0 0;
	min-height: 450px;
}
.interview-content ul li .txt {
	width: 50%;
	box-sizing: border-box;
	padding: 80px 80px 80px 0;
}
.interview-content ul li .image {
	width: 50vw;
	left: 50%;
	height: 100%;
	position: absolute;
	max-width: 610px;
}
.interview-content ul li .image img {
	object-fit: cover;
	object-position: center center;
	min-height: 100%;
}
.interview-content ul li:nth-child(2) .txt {
	width: 50%;
	left: 50%;
	position: relative;
	padding: 80px 0 80px 80px;
}
.interview-content ul li:nth-child(2) .image {
	width: 50vw;
	left: 50%;
	transform: translateX(-100%);
	position: absolute;
	max-width: 610px;
}
.interview-content ul li .txt .c-ttl {
	font-weight: 600;
	font-size: 29px;
	letter-spacing: 0.03em;
	line-height: 1em;
	text-align: left;
	color: #c40247;
}
.interview-content ul li .txt .c-ttl span {
	display: inline-block;
	border-bottom: solid 4px #c40247;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.interview-content ul li .txt .b-ttl {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
	line-height: 1.6em;
}
.interview-content ul li .txt .b-ttl + p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
	.interview-content ul li .txt {
		width: 50%;
		box-sizing: border-box;
		padding: 50px 40px 50px 5%;
	}
	.interview-content ul li:nth-child(2) .txt {
		width: 50%;
		left: 50%;
		position: relative;
		padding: 50px 5% 50px 40px;
	}
}


.environment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto 0;
}
.environment-list li {
	width: 31.83%;
	box-sizing: border-box;
	position: relative;
	padding: 45px 0 10px;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #c40247;
	transition: all .5s;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.17);
}
.environment-list li:hover {
	background: #FFF5F9;
}
.environment-list li:after {
	width: 18px;
	height: 16px;
	background-image: url("../img/arrow-right-red.png");
	right: 15px;
	top: 50%;
	transition: all .5s;
	transform: translateY(-50%);
}
.environment-list li:hover:after {
	right: 10px;
}
.environment-list li .icon {
	width: 50%;
	max-width: 160px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.environment-list li:before {
	width: 200px;
	height: 200px;
	background: #f6f5fa;
	border-radius: 50%;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.environment-list li .txt {
	min-height: 30px;
	margin: 30px 0 0;
	position: relative;
	z-index: 2;
}
.environment-list li p {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	top: 50%;
	transform: translateY(-50%);
}
.remodal-content {
	position: relative;
}
.remodal-content .content-wrap {
	height: 100%;
	max-height: 80vh;
	position: relative;
	overflow-y: scroll;
	text-align: left;
	padding-bottom: 50px;
}
.remodal-content .cc {
	background: #000;
	position: relative;
	left: 5%;
	top: -50px;
	max-width: 500px;
	box-sizing: border-box;
	padding: 20px;
}
.remodal-content .cc p {
	color: #FFF;
}
.remodal-content .cc p:nth-of-type(1) {
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 10px;
}
.remodal-content .cc p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 400;
}
.content-wrap .article {
	width: 90%;
	margin: 0 auto 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #CCCCCC;
}
.content-wrap .article.last {
	padding-bottom: 0;
	border-bottom: none;
}
.content-wrap .article .c-ttl {
	font-weight: 600;
	font-size: 29px;
	letter-spacing: 0.03em;
	line-height: 1em;
	text-align: left;
	color: #c40247;
}
.content-wrap .article .c-ttl span {
	display: inline-block;
	border-bottom: solid 4px #c40247;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.content-wrap .article .b-ttl {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.6em;
}
.content-wrap .article .b-ttl + p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 30px;
}
.content-wrap .insert {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content-wrap .insert > div {
	width: calc(50% - 1px);
}

#section06 {
	background: linear-gradient(90deg, #de004f 0%, #ffe553 100%);
}
#section06 .content {
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section06 .content .ttl-box {
	width: 60%;
	padding: 14% 0 0;
}
#section06 .content .ttl-box p {
	color: #FFF;
	text-align: left;
}
#section06 .content .link-list {
	width: 40%;
}
#section06 .content .link-list ul li {
	margin-bottom: 20px;
	width: 236px;
}