@charset "UTF-8";

body {
   position: relative;
}
body.fixed {
   width: 100%;
}

img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.pc-only {
	display: none;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.brpc {
	display: none;
}
.split {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

/* ////////////////////////////////////////////////////////////////////  header */

header {
	width:100%;
	height: 50px;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 1001;
}
header .logo {
  width: 180px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 28px;
}
header .logo img {
  width: 80px;
	display: inline-block;
}
header .logo p {
	font-size: 12px;
	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 10px;
	position: relative;
}
footer ul li:nth-child(-n + 2):after {
	height: 14px;
	width: 1px;
	background: #FFF;
	right: -10px;
	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: 120px;
}
.main-slide-wrap:after {
	width: 95%;
	height: calc(100% - 100px);
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(-90deg, #de004f 0%, #ffe553 100%);
}
.top-slide {
	width: 95%;
	height: auto;
	left: 0;
	top: 50px;
	position: relative;
}
.top-slide img {
	object-fit: cover;
	min-height: 300px;
}

.slide-mc {
	position: absolute;
	z-index: 3;
	width: 120%;
	top: 55%;
	right: -10%;
	max-width: 500px;
}
nav {
	display: none;
}

main {
	margin: 0 0;
	position: relative;
	overflow: hidden;
}
.section-block {
	padding: 50px 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: 450px;
	margin: 0 auto;
}

.main-ttl {
	color: #C40247;
	font-family: "brother-1816";
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	line-height: 1.1em;
}
.sub-ttl {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.message {
	width: 90%;
	margin: 0 auto;
	max-width: 610px;
	padding: 30px 0;
}
.message p {
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 2em;
}

.feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 320px;
	margin: 50px auto 0;
}
.feature-list li {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	padding: 20px 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: 100px;
	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: 15px 0 5px
}
.feature-list li p:nth-of-type(1) span {
	font-size: 13px;
	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: 24px;
	line-height: 1.3em;
	font-weight: 600;
	z-index: 2;
}



.point-content {
	width: calc(90%);
	margin: 30px auto 0;
	max-width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0 0;
	min-height: 650px;
}
.point-txt {
	width: 100%;
}
.point-image {
	width: 100%;
	left: 0;
}
.point-txt ul li {
	margin-bottom: 60px;
}
.point-txt .c-ttl {
	font-family: "brother-1816";
	font-weight: 500;
	font-size: 20px;
	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: 16px;
	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: 13px;
	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: 13px;
	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;
	width: 100%;
	max-width: 450px;
}
.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: 100%;
	padding: 20px 5% 50px;
	box-sizing: border-box;
	order: 2;
}
.interview-content ul li .image {
	width: 100%;
	left: 0;
	height: 100%;
	position: relative;
	order: 1;
}
.interview-content ul li .txt .c-ttl {
	font-weight: 600;
	font-size: 22px;
	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: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}
.interview-content ul li .txt .b-ttl + p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
}


.environment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto 0;
}
.environment-list li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 25px 0 10px;
	margin-bottom: 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: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.environment-list li:before {
	width: 120px;
	height: 120px;
	background: #f6f5fa;
	border-radius: 50%;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.environment-list li .txt {
	min-height: 20px;
	margin: 20px 0 0;
	position: relative;
	z-index: 2;
}
.environment-list li p {
	position: relative;
	text-align: center;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 600;
	top: 50%;
	transform: translateY(-50%);
}
.remodal-content {
	position: relative;
}
.remodal-content .content-wrap {
	height: 100%;
	max-height: 70vh;
	position: relative;
	overflow-y: scroll;
	text-align: left;
	padding-bottom: 30px;
}
.remodal-content .cc {
	background: #000;
	position: relative;
	left: 5%;
	top: -20px;
	max-width: 85%;
	box-sizing: border-box;
	padding: 15px;
}
.remodal-content .cc p {
	color: #FFF;
}
.remodal-content .cc p:nth-of-type(1) {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 10px;
}
.remodal-content .cc p:nth-of-type(2) {
	font-size: 12px;
	font-weight: 400;
}
.content-wrap .article {
	width: 90%;
	margin: 0 auto 30px;
	padding-bottom: 20px;
	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: 20px;
	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: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.content-wrap .article .b-ttl + p {
	font-size: 13px;
	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(100%);
}

#section06 {
	background: linear-gradient(90deg, #de004f 0%, #ffe553 100%);
}
#section06 .content {
	max-width: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section06 .content .ttl-box {
	width: 100%;
	padding: 0% 0 20px;
}
#section06 .content .ttl-box p {
	color: #FFF;
}
#section06 .content .link-list {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}
#section06 .content .link-list ul li {
	margin-bottom: 10px;
}