@charset "utf-8";
/* CSS Document 後続共通css*/
/*基本レイアウト*/
/*本文マージン*/
.margin0 {
	margin-bottom: 0px !important;
}
.margin10 {
	margin-bottom: 10px !important;
}
.margin20 {
	margin-bottom: 20px !important;
}
.margin30 {
	margin-bottom: 30px !important;
}
.margin40 {
	margin-bottom: 40px !important;
}
.margin50 {
	margin-bottom: 50px !important;
}
.margin60 {
	margin-bottom: 60px !important;
}
.margin70 {
	margin-bottom: 70px !important;
}
.margin80 {
	margin-bottom: 80px !important;
}
.margin90 {
	margin-bottom: 90px !important;
}
.margin1em {
	margin-bottom: 1em !important;
}
.margin2em {
	margin-bottom: 2em !important;
}
.margin3em {
	margin-bottom: 3em !important;
}
.margin4em {
	margin-bottom: 4em !important;
}
.margin5em {
	margin-bottom: 5em !important;
}
.margin6em {
	margin-bottom: 6em !important;
}
.margin7em {
	margin-bottom: 7em !important;
}
.margin8em {
	margin-bottom: 8em !important;
}
.margin9em {
	margin-bottom: 9em !important;
}
/* ==========================================
 共通パーツ
========================================== */
/*段落*/
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
.last {
	margin-bottom: 0 !important;
}
.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
/*枠*/
section {}
section > .inside {
	max-width: 1280px;
	margin: 0 auto;
}
.flex {
	display: flex;
}
.flex.between {
	justify-content: space-between;
}
.flex.wrap {
	flex-wrap: wrap;
}
.flex.row-reverse {
	flex-direction: row-reverse;
}
.flex .txt_area {
	flex: 1;
	margin-right: 50px;
}
ul.flex li {
	margin-right: 30px;
}
.photo {
	line-height: 0;
}
/*見出し*/
h2 {
	font-size: 38px;
	text-align: center;
	color: #92277c;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	text-align: center;
	color: #92277c;
	font-weight: 600;
}
h4 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
h5 {
	font-size: 26px;
	font-weight: 600;
}
h6 {
	font-size: 24px;
	font-weight: 600;
}
/*リスト*/
ul {
	margin-left: 1.5em;
}
ul > li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 0;
}
ol {
	margin-bottom: 1em;
	margin-left: 1.5em;
}
ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 0;
}
/*ボタン*/
.btn {
	width: 180px;
	height: 50px;
	border-radius: 5px;
	background: #a85296;
	color: #fff;
	text-decoration: none;
}
.btn:hover {
	opacity: 0.7;
}
.btn.btn02 {
	background: #a5a5a5;
}
/*リンク*/
.link {
	position: relative;
	padding-right: 1em;
}
.link::after {
	position: absolute;
	content: "＞";
	top: -15%;
	right: 0;
	color: inherit;
}
.pdf {
	margin-left: 4px;
	padding: 0 4px;
	border: solid 1px #212121;
	border-radius: 2px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 400;
	word-break: keep-all;
}
/*テーブル**********************************************/
table {
	width: 100%;
	margin: 0 auto 40px auto;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table th {
	width: 30%;
	padding: 15px 15px;
	word-wrap: normal;
	border: none;
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
}
table td {
	width: 70%;
	padding: 15px 15px;
	border: none;
}
/*アニメ*/
.anime {
	opacity: 0;
}
.anime.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1.0;
		transform: translateY(0);
	}
}
/* ==========================================
 個別コンテンツ
========================================== */
/*lead_area***********************/
section#lead_area {
	padding: 90px 0 82px 0;
	background-image: url("../images/bg01.jpg");
	background-position: center top;
	text-align: center;
}
#mainvisual_area {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
#mainvisual_area .slide_area {
	width: 800px;
	margin-bottom: 90px;
}
#mainvisual_area .slide_area .slide {
	width: 800px;
	height: 480px;
}
#mainvisual_area .slide_area .slide img {
	width: 100%;
	height: auto;
}
#mainvisual_area .copy {
	position: absolute;
	right: 0;
	top: 40px;
}
#mainvisual_area .copy02 {
	position: absolute;
	right: 57px;
	top: 253px;
}
@media screen and (max-width: 1249px) {
	#mainvisual_area .copy, #mainvisual_area .copy02 {
		filter: drop-shadow(2px 2px 3px #FFF);
	}
}
section#lead_area .bar {
	margin: 50px auto 60px auto;
	line-height: 0;
}
section#lead_area p {
	font-size: 2.8rem;
	text-align: center;
}
section#lead_area .balloon_area {
	display: flex;
	justify-content: space-between;
}
section#lead_area .balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 240px;
	background-image: url("../images/waku_01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 2.6rem;
}
/*trouble_area***********************/
section#trouble_area {
	padding: 0 0 86px 0;
	text-align: center;
}
section#trouble_area .trouble {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
section#trouble_area .trouble:last-child {
	justify-content: space-between;
}
@media screen and (max-width: 1199px) {
	section#trouble_area .trouble:last-child {
		justify-content: center;
	}
}
/*refer_area***********************/
section#refer_area {
	padding: 0 0 86px 0;
	text-align: center;
}
section#refer_area .inside {
	text-align: center;
}
section#refer_area .inside .photo {
	margin-bottom: 60px;
	text-align: center;
}
section#refer_area .inside .photo:last-child {
	margin-bottom: 0;
}
/*possible_area***********************/
section#possible_area {
	padding: 75px 0 82px 0;
	padding: 75px 0 0 0;
	background-image: url("../images/bg01.jpg");
	background-position: center top;
}
section#possible_area .inside {}
section#possible_area .box_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section#possible_area .box_area .box {
	width: 600px;
	margin-bottom: 60px;
	padding: 40px 0;
	background-color: #fff;
}
section#possible_area .box_area .box:last-child {
	width: 1240px;
	margin-bottom: 0;
}
section#possible_area .box_area .box h6 {
	position: relative;
	display: inline-block;
	width: auto;
	height: 60px;
	margin-bottom: 40px;
	padding-left: 60px;
	padding-right: 110px;
	background: #debed8;
	background-image: url("../images/jirei_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 60px;
}
section#possible_area .box_area .box h6 span {
	position: absolute;
	left: -20px;
	top: 0;
	width: 60px;
	height: 60px;
	background-color: #92277C;
	color: #fff;
	text-align: center;
}
section#possible_area .box .inside {
	margin: 0 50px;
}
section#possible_area .flex {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}
section#possible_area .photo {
	margin-bottom: 40px;
}
section#possible_area .flex .photo {
	margin-right: 40px;
	margin-bottom: 0;
}
section#possible_area .step_area {
	/*margin-bottom: 50px;*/
}
section#possible_area .step_area .step {
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
}
section#possible_area .step_area .step:last-child {
	margin-bottom: 0;
}
section#possible_area .step_area .step .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
	min-height: 136px;
	width: 25%;
	background: #debed8;
	color: #000;
}
section#possible_area .step_area .step .tit:last-child {
	width: 100%;
}
section#possible_area .step_area .step .txt {
	width: 75%;
	padding: 30px 40px 30px 40px;
	background: #F4E9F2;
}
@media screen and (max-width: 1279px) {
	section#possible_area .box_area .box:last-child {
		width: calc(100% - 80px);
		margin-bottom: 0;
	}
	section#possible_area .box_area .box h6 {
		position: relative;
		display: inline-block;
		width: auto;
		height: 60px;
		margin-bottom: 40px;
		padding-left: 60px;
		padding-right: 110px;
		background: #debed8;
		background-image: url("../images/jirei_bg.png");
		background-position: right bottom;
		background-repeat: no-repeat;
		text-align: left;
		line-height: 60px;
	}
	section#possible_area .box_area .box h6 span {
		position: absolute;
		left: -20px;
		top: 0;
		width: 60px;
		height: 60px;
		background-color: #92277C;
		color: #fff;
		text-align: center;
	}
}
/*interview_area***********************/
section#interview_area {
	padding: 0 0 82px 0;
	background-image: url("../images/bg01.jpg");
	background-position: center top;
}
section#interview_area h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #92277c;
}
section#interview_area .inside {
	max-width: 1240px;
	padding: 0 50px;
	background-color: #fff;
}
section#interview_area .box_area {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
section#interview_area .box_area .box {
	width: 550px;
	margin-bottom: 40px;
	background-color: #fff;
}
section#interview_area .box_area .box h3 {
	position: relative;
	/*display: inline-block;*/
	width: auto;
	height: 60px;
	/*margin-bottom: 40px;*/
	padding-left: 10px;
	/*padding-right: 110px;*/
	background-color: #debed8;
	background-color: #92277c;
	/*background-image: url("../images/jirei_bg.png");*/
	background-position: right bottom;
	background-repeat: no-repeat;
	border-left: solid 20px #debed8;
	text-align: left;
	line-height: 60px;
	font-size: 2.4rem;
	color: #333;
	color: #fff;
}
/*section#interview_area .box_area .box h3 span {
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 60px;
	background-color: #92277C;
	background: #debed8;
}*/
section#interview_area .box_area .box h4 {
	margin-bottom: 10px;
	font-size: 2.4rem;
	text-align: left;
	color: #92277c;
}
section#interview_area .box .inside {
	padding: 0 20px;
}
section#interview_area .box .lead {
	margin-bottom: 50px;
	padding: 20px;
	background-color: #F1EFE7;
}

/*solution_area***********************/
section#solution_area {
	padding: 75px 0 82px 0;
	background-color: #fff;
	text-align: center;
}
section#solution_area h2 {
	margin-bottom: 40px;
}
section#solution_area .balloon_area {
	display: flex;
	justify-content: space-between;
}
section#solution_area .balloon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 406px;
	height: 426px;
	background-image: url("../images/waku_02_02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
section#solution_area .balloon:first-child {
	background-image: url("../images/waku_02_01.svg");
}
section#solution_area .balloon:last-child {
	background-image: url("../images/waku_02_03.svg");
}
section#solution_area .banner_area {
	display: flex;
	align-items: stretch;
	width: 1000px;
	height: 300px;
	margin: 85px auto 0 auto;
	background: #f4e9f2;
}
section#solution_area a {
	text-decoration: none!important;
}
section#solution_area a:hover {
	opacity: 0.65;
}
section#solution_area a:hover .banner_area img {
	opacity: 1.0;
}
section#solution_area .banner_area .photo {
	width: 50%;
}
section#solution_area .banner_area h3 {
	display: flex;
	justify-content: left;
	align-self: center;
	width: 50%;
	padding-left: 5%;
	text-align: left;
}
@media screen and (max-width: 999px) {
	section#solution_area .banner_area {
		width: 100%;
		height: auto;
	}
	section#solution_area .banner_area .photo {
		width: 50%;
	}
}
/*voice_area***********************/
section#voice_area {
	padding: 75px 0 82px 0;
	background-image: url("../images/bg02.jpg");
	background-position: center top;
}
section#voice_area h2 {
	margin-bottom: 40px;
}
section#voice_area .box_area {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
}
section#voice_area .box_area .box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 40px;
	background-color: #F1EFE7;
}
section#voice_area .box_area .box .photo {
	width: 100%;
	text-align: center;
}
section#voice_area .box_area .box .tit {
	width: 100%;
	margin: 20px 0;
	padding-bottom: 10px;
	line-height: 1.8;
	border-bottom: 2px dotted #fff;
	text-align: center;
}
section#voice_area .box_area .box p {
	font-size: 1.5rem;
}
/*member_area***********************/
section#member_area {
	padding: 0 0 160px 0;
	background-image: url("../images/bg02.jpg");
	background-position: center top;
}
section#member_area h2 {
	margin-bottom: 40px;
}
section#member_area .box_area {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 70px;
}
section#member_area .box_area .box {
	position: relative;
	padding: 40px;
	background-color: #F4E9F2;
	border-radius: 21.6px;
}
section#member_area .box_area .box .arr {
	position: absolute;
	right: 50%;
	bottom: -35px;
}
section#member_area .box_area .box .photo {
	position: absolute;
	right: 30px;
	bottom: -80px;
}
section#member_area .box_area .box .tit {
	width: 100%;
	margin: 20px 0;
	padding-bottom: 10px;
	line-height: 1.8;
	border-bottom: 2px dotted #fff;
	text-align: center;
}
/*what_area***********************/
section#what_area {
	padding: 75px 0 82px 0;
	background-image: url("../images/bg03.jpg");
	background-position: center top;
	background-size: cover;
	text-align: center;
	font-size: 2.4rem;
}
section#what_area p span {
	color: #92277C;
	font-weight: 600;
}
section#what_area .photo {
	margin: 60px 0;
}
/*contact_area***********************/
section#contact_area {
	padding: 75px 0 82px 0;
	background-color: #fff;
}
section#contact_area .form_area {
	padding: 60px 90px;
	background-color: #F2F0E8;
}
/*入力欄*/
.mfp_element_all {
     max-width: 100%; 
}
.form_area span.need {
	margin-left: 1em;
	padding: 0 2px;
	background-color: #92277C;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
}
.form_area span.form_caution {
	font-size: 1.3rem;
}
#main .form_area table th {
	width: auto;
	padding: 15px;
}
#main .form_area table th#th_mfp_element_7 {
	white-space: normal;
}
#main .form_area table td {
	width: auto;
	padding: 15px;
}
.form_area label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
}
.form_area input {
	height: 50px;
	padding: 10px 10px;
	border: solid 1px #e1e1e1;
	border-radius: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
	accent-color: #92277C;
}
.form_area input.size_m {
	width: 50% !important;
}
.form_area input.size_s {
	width: 30% !important;
}
.form_area input.size_ss {
	width: 20% !important;
}
.form_area input[type="text"] {
	width: 100%;
}
.form_area input[type="email"] {
	width: 100%;
}
.form_area input[type="tel"] {
	width: 100%;
}
.form_area input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.form_area textarea {
	width: 100%;
	height: 300px;
	padding: 10px 10px;
	border: solid 1px #e1e1e1;
	border-radius: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
}
.form_area input[type="button"] {
	width: 180px;
	height: 50px;
	margin: 0 40px;
	border-radius: 5px;
	background: #a85296;
	color: #fff;
	text-decoration: none;
}
.form_area input[type="submit"] {
	width: 180px;
	height: 50px;
	margin: 0 40px;
	border-radius: 5px;
	background: #a85296;
	color: #fff;
	text-decoration: none;
}
.form_area input[type="reset"] {
	width: 180px;
	height: 50px;
	margin: 0 40px;
	border-radius: 5px;
	background: #a5a5a5;
	color: #fff;
	text-decoration: none;
}
.form_area input[type="button"]:hover, .form_area input[type="submit"]:hover, .form_area input[type="reset"]:hover, .form_area button:hover {
	opacity: 0.65;
}
.form_area button {
	width: 180px;
	height: 50px;
	margin: 0 40px;
	border-radius: 5px;
	background: #a85296;
	color: #fff;
	font-size: 2.0rem;
	text-decoration: none;
	outline: none;
	border: none;
}
.form_area .btn_area {
	display: flex;
	justify-content: center;
}