@charset "UTF-8";

.l__main {
	width: 100%;
	background: url(../img/bg_01.jpg) center / cover no-repeat;
	padding-bottom: 0;
	padding-top: 20px;
	position: relative;
}
.l__main__ico {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 7px;
}
.l__main__ico img {
	display: block;
	margin-left: auto;
	/*width: 234px;*/
}
.l__main__ttl {
	background-color: #ac0000;
	height: 160px;
	width: 100%;
	position: relative;
	padding: 45px 0 0;
}
.l__main__ttl h1 {
	position: relative;
}
.l__main__ttl span {
	width: 590px;
	position: relative;
	margin: 0 auto;
	display: block;
}
.l__main__ttl h1::before,
.l__main__ttl h1::after {
	content: "";
	width: calc((100% - 590px) / 2);
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	margin: auto;
	display: block;
}
.l__main__ttl h1::before {
	left: 0;
}
.l__main__ttl h1::after {
	right: 0;
}
/* ------ option ------ */
.l__main__lead__wrp {
	background-color: rgba(6, 6, 6, 0.68);
	padding: 30px 0 110px;
	color: #fff;
	letter-spacing: 0.05em;
}
.l__main__lead {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}
.l__main__lead h2 {
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 17px;
	line-height: 1.4347;
}
.l__main__lead h3 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.5625;
}
.l__main__lead p {
	font-size: 18px;
	line-height: 1.444;
}
.l__main__lead__img {
	position: absolute;
	bottom: 0;
	right: calc((100% - 1080px) / 2 - 53px);
	width: 414px;
}
/* ------ option ------ */
.l__main__contact {
	background-color: #fff;
	width: 836px;
	/*margin: 0 auto;*/
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
	border-radius: 10px;
	padding: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	top: -60px;
	margin-left: calc((100% - 1080px) / 2);
}
.l__main__contact dt {
	width: 125px;
	background-color: #ac0000;
	color: #fff;
	height: 96px;
	text-align: center;
	line-height: 1.1;
	border-radius: 10px;
	padding: 16px 0 0;
}
.l__main__contact__num {
	font-size: 44px;
	font-weight: bold;
}
.l__main__contact__txt {
	font-size: 26px;
	font-weight: bold;
}
.l__main__contact dd {
	width: calc(100% - 125px);
	padding-left: 20px;
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
}
.l__main__contact dd span {
	font-size: 16px;
	font-weight: 400;
	display: block;
	line-height: 1;
	margin-top: 12px;
}
/*================ 内部パーツ ================*/
.l__recommend {
	padding-top: 70px;
}
.l__recommend__list {
	width: 100%;
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	z-index: 1;
}
.l__recommend__item {
	width: 330px;
	height: 501px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
	padding: 35px 25px 20px;
}
.l__recommend__ico {
	width: 111px;
	margin: 0 auto 14px;
	display: block;
}
.l__recommend__txt {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.35;
	min-height: 95px;
}
.l__recommend__arw {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 66px 0 66px;
	border-color: #c1c1c1 transparent transparent transparent;
	display: block;
	margin: 0 auto 20px;
}
.l__recommend__cmt {
	background-color: #ac0000;
	color: #fff;
	padding: 12px 25px;
	border-radius: 10px;
	height: 170px;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 500;
}
/* ------ option ------ */
.l__recommend__in {
	background: #f3f3f3;
	position: relative;
	top: -95px;
	padding: 165px 0 120px;
	margin-bottom: -95px;
}
.l__recommend__in::before,
.l__recommend__in::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 104px;
}
.l__recommend__in::before {
	background: linear-gradient(
			to bottom left,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
	left: 0;
}
.l__recommend__in::after {
	right: 0;
	background: linear-gradient(
			to bottom right,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
}
.l__arw {
	width: 248.5px;
	position: absolute;
	bottom: -50px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
/*================ l__cv ================*/
.l__cv {
	background-color: #ac0000;
	color: #fff;
	text-align: center;
	padding: 90px 0 95px;
}
.l__cv__ttl {
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.l__cv__value {
	font-size: 87px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 26px;
}
.l__cv__value > strong {
	font-size: 202px;
	font-weight: bold;
}
.l__cv__value > span {
	font-size: 45px;
	font-weight: 400;
}
.l__cv__sm {
	font-size: 20px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.75;
}
/*================ 内部パーツ ================*/
.l__point {
	padding-top: 115px;
	position: relative;
}
.l__point::after {
	content: "";
	width: 100%;
	height: 587px;
	background: url(../img/bg_02.png) center / cover no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}
.l__point__list {
	position: relative;
	z-index: 2;
}
.l__point__item {
	width: 100%;
	height: auto;
	border-radius: 13px;
	background: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 16%);
	padding: 14px 14px 14px 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.l__point__item:not(:last-child) {
	margin-bottom: 24px;
}
.l__point__num {
	width: 133px;
}
.l__point__txt {
	width: calc(100% - 380px);
	padding-left: 28px;
}
.l__point__txt h3 {
	font-weight: bold;
	border-bottom: none;
	font-size: 26px;
	line-height: 1.730769231;
	letter-spacing: 0;
}
.l__point__txt p {
	font-size: 20px;
	line-height: 1.75;
}
.l__point__img {
	width: 247px;
}
.l__point__item:nth-child(4) .l__point__txt h3 {
	font-size: 24px;
}

/*================ l__content ================*/
.l__content {
	background: #fff url(../img/bg_03.jpg) center / cover no-repeat;
	width: 100%;
	padding: 230px 0 125px;
	position: relative;
	top: -120px;
	z-index: 1;
	margin-bottom: -120px;
}
.l__content__box {
	width: 100%;
	background: rgba(172, 0, 0, 0.9);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 60px 43px 45px;
}
.l__content__box__ttl {
	font-size: 57px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 14px;
}
.l__content__box__sub {
	font-size: 18px;
	margin-bottom: 36px;
}
.l__content__box__lead {
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
}
.l__content__box__in {
	background-color: #fff;
	padding: 48px 22px 70px;
	border-radius: 4px;
	margin: 40px auto 35px;
	color: #454444;
}
.l__content__box__in h4 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 23px;
}
.l__content__box__in ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.l__content__box__in ul li {
	background-color: #f3f3f3;
	width: 465px;
	font-size: 15px;
	padding: 3px 20px;
	margin-bottom: 11px;
	text-align: left;
	font-weight: bold;
}
.l__content__box__in ul li::before {
	content: "\f058";
	display: inline-block;
	position: relative;
	font-family: "Font Awesome 5 Free";
	color: #ac0000;
	margin-right: 5px;
}
.l__content__box__in ul li:nth-child(2n + 1) {
	margin-right: 15px;
}
.l__content__box__cv {
	font-weight: bold;
	text-align: center;
	font-size: 26px;
}
/*================ l__option ================*/
.l__option {
	background: #f3f3f3;
	padding: 115px 0 105px;
}
.l__option .blockttl2 {
	margin-bottom: 40px;
}
.l__option__lead {
	font-size: 25px;
	text-align: center;
	margin-bottom: 70px;
}
.l__option__in {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.l__option__list {
	width: calc(100% - 317px);
	padding-right: 24px;
}
.l__option__item {
	width: 100%;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 16%);
	padding: 17px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.l__option__item:not(:last-child) {
	margin-bottom: 17px;
}
.l__option__num {
	width: 118px;
	background: #454444;
	color: #fff;
	font-size: 20px;
	font-family: "Heebo", sans-serif;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 118px;
	height: auto;
}
.l__option__num > span {
	color: #ac0000;
	font-size: 68px;
	line-height: 1;
}
.l__option__txt h3 {
	font-size: 28px;
	font-weight: bold;
}
.l__option__txt {
	padding-left: 20px;
}
.l__option__img {
	width: 317px;
}
/*================ l__voice ================*/
.l__voice {
	padding: 95px 0;
}
.l__voice__list {
	position: relative;
	z-index: 2;
}
.l__voice__item {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 28px 65px 28px 28px;
}
.l__voice__item:not(:last-child) {
	margin-bottom: 25px;
}
.l__voice__ico {
	width: 130px;
}
.l__voice__txt {
	width: calc(100% - 130px);
	padding-left: 15px;
}
.l__voice__txt h3 {
	font-weight: bold;
	font-size: 30px;
}
/*================ l__about ================*/
.l__about {
	position: relative;
	top: -170px;
	margin-bottom: -170px;
}
.l__about__head {
	background-color: #ac0000;
	text-align: center;
	color: #fff;
	padding: 105px 0 30px;
	position: relative;
}
.l__about__head::before,
.l__about__head::after {
	content: "";
	position: absolute;
	bottom: -102px;
	width: 50%;
	height: 102px;
}
.l__about__head::before {
	background: linear-gradient(
			to top right,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
	left: 0;
}
.l__about__head::after {
	right: 0;
	background: linear-gradient(
			to top left,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
}
.l__about__ttl__en {
	font-size: 134px;
	line-height: 1;
	opacity: 0.11;
}
.l__about__ttl {
	font-size: 47px;
	font-weight: bold;
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	text-align: center;
}
/*================ l__about__in ================*/
.l__about__in {
	padding: 150px 0 0;
}
.l__strength {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 70px;
}
.l__strength__item {
	width: 250px;
}
.l__strength__num {
	font-size: 27px;
	font-weight: bold;
	font-family: "Heebo", sans-serif;
}
.l__strength__num::before {
	top: -10px;
	margin-right: 12px;
	content: "";
	width: 37px;
	height: 1px;
	background-color: #454444;
	display: inline-block;
	position: relative;
}
.l__strength__ttl {
	width: 100%;
	height: 82px;
	background: url(../img/strength/bg_01.png) center / cover no-repeat;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.555;
	margin-bottom: 30px;
}
.l__strength__img {
}
.l__strength__txt {
	font-size: 15px;
	line-height: 1.8666;
	letter-spacing: 0.04em;
	margin-top: 23px;
}
.l__strength__item:not(:first-child) .l__strength__img {
	width: 189px;
	display: block;
	margin: 0 auto;
}
/* ------ option ------ */
.l__about__genre {
	background: url(../img/bg_04.jpg) center / cover no-repeat;
	padding: 82px 0 30px;
}
.l__about__list__ttl {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 27px;
}
.l__about__genre__txt {
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.05em;
}
.l__about__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: 60px auto 80px;
}
.l__about__list > li {
	width: 156px;
	text-align: center;
	margin: 0 17px 17px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}
/*================ 内部パーツ ================*/
.l__faq {
	padding-top: 80px;
}
.l__faq__list {
	position: relative;
	z-index: 1;
}
.l__faq__item:not(:last-child) {
	margin-bottom: 20px;
}
.l__faq__ttl,
.l__faq__txt {
	width: 100%;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 18px;
	font-weight: 500;
	position: relative;
}
.l__faq__ttl p {
	font-size: 29px;
}
.l__faq__qa {
	width: 105px;
	height: 105px;
	background-color: #ac0000;
	color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 52px;
	font-family: "Heebo", sans-serif;
}
.l__faq__txt {
	margin-top: 10px;
	display: none;
}
.l__faq__txt__in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.l__faq__txt p,
.l__faq__ttl p {
	padding-left: 40px;
	width: calc(100% - 105px);
}
.l__faq__txt .l__faq__qa {
	background-color: #454444;
}
.l__faq__txt p {
	padding-right: 153px;
}
.l__faq__ico {
	background-color: #c5c5c5;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	margin: auto;
}
.l__faq__ico::before,
.l__faq__ico::after {
	content: "";
	width: 27px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.l__faq__ico::after {
	transform: rotate(90deg);
}
/*================ l__flow ================*/
.l__flow {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}
.l__flow__bg {
	padding: 160px 0 0;
	background: url(../img/bg_05.jpg) center / cover no-repeat;
}
.l__flow__list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.l__flow__item {
	width: 530px;
	height: 235px;
	background-color: #fff;
	border: 1px solid #d4d0d0;
	box-shadow: 5px 5px 10px #d4d0d0;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	padding: 18px;
	border-radius: 15px;
}
.l__flow__item__num {
	width: 94px;
	height: auto;
	border-radius: 5px;
	background: #454444;
	border: 1px solid #707070;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	font-family: "Heebo", sans-serif;
}
.l__flow__item__num > span {
	color: #ac0000;
	font-size: 54px;
	line-height: 1;
}
.l__flow__item__in {
	width: calc(100% - 94px);
	padding-left: 33px;
	font-weight: bold;
}
.l__flow__item__in > h3 {
	font-size: 25px;
	border-bottom: 1px solid #d4d0d0;
}
.l__flow__item__in p {
	font-size: 18px;
	margin-top: 10px;
}
/*================ 内部パーツ ================*/
.l__flow .l__cv {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	padding: 170px 0 0;
}
.l__flow .l__cv::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 92px 124px 0 124px;
	border-color: #454444 transparent transparent transparent;
	position: absolute;
	bottom: -120px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 3;
}
.l__flow::before,
.l__flow::after {
	content: "";
	position: absolute;
	bottom: 30px;
	width: 50%;
	height: 70px;
	z-index: 2;
}
.l__flow::before {
	background: linear-gradient(
			to top right,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
	left: 0;
}
.l__flow::after {
	right: 0;
	background: linear-gradient(
			to top left,
			rgba(255, 255, 255, 0) 50%,
			#ac0000 50.5%
		)
		no-repeat top left/100% 100%;
}
.l__cv__btn {
	width: 487px;
	height: 77px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 16%);
	color: #ac0000;
	font-size: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 60px auto 0;
	font-weight: 900;
	background-color: #fffb85;
}

/*============================
.l__form
============================*/
.l__form {
	padding: 130px 0 0;
	position: relative;
}
.l__form::before {
	content: "";
	height: 660px;
	width: 100%;
	position: absolute;
	top: -60px;
	left: 0;
	background-color: #f3f3f3;
}
.l__form__in {
	position: relative;
	z-index: 1;
	padding-bottom: 95px;
}
.l__form__in__lead {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.l__form__in form {
	width: 826px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
	padding: 40px 114px 70px;
	margin: 0 auto;
	font-size: 15px;
}
.l__form__in__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
}
.l__form__policy {
	width: 100%;
	height: 132px;
	border: 1px solid #ccc;
	overflow: hidden;
	overflow-y: scroll;
	padding: 15px;
}
.l__form__in input[type="text"],
.l__form__in textarea,
.l__form__in input[type="email"] {
	border: 1px solid #ccc;
}
.l__form__in input[type="text"],
.l__form__in input[type="email"] {
	width: 350px;
	height: 40px;
}
.l__form__in textarea {
	width: 100%;
	height: 207px;
	margin-top: 25px;
}
.l__form__in dt {
	font-size: 15px;
	font-weight: 500;
}
.l__form__in button {
	width: 236px;
	height: 62px;
	border-radius: 31px;
	background: transparent;
	border: 3px solid #ac0000;
	margin: 35px auto 0;
	color: #ac0000;
	font-weight: bold;
	display: block;
}
/* ------ option ------ */
.l__form__in__radio {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 30px auto 20px;
}
.l__form__in__radio li:not(:last-child) {
	margin-right: 10px;
}
/*================ l__company ================*/
.l__company {
	background: url(../img/bg_06.jpg) center / cover no-repeat;
	padding: 130px 0;
}
.l__company__in {
	width: 100%;
	max-width: 952px;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	padding: 65px 80px;
}
.l__company__in th,
.l__company__in td {
	padding-bottom: 30px;
}
.l__company__in th {
	width: 155px;
	font-weight: bold;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	/*================ SP ================*/

	/*================ l__main ================*/
	.l__main {
		padding-top: 15px;
	}
	.l__main__ico {
		margin: 0 auto 15px;
	}
	.l__main__ico img {
		width: 70%;
		margin: 0 auto;
	}
	.l__main__ttl {
		height: 85px;
		padding: 29px 0 0;
	}
	.l__main__ttl h1::before,
	.l__main__ttl h1::after {
		width: calc((100% - 280px) / 2);
	}
	.l__main__ttl span {
		width: 250px;
	}
	/* ------ option ------ */
	.l__main__lead__wrp {
		padding: 30px 0 80px;
	}
	.l__main__lead {
		padding: 0 20px;
	}
	.l__main__lead h2 {
		font-size: 25px;
	}
	.l__main__lead h3 {
		font-size: 20px;
	}
	.l__main__lead p {
		font-size: 16px;
	}
	/* ------ option ------ */
	.l__main__contact {
		width: 90%;
		border-radius: 10px;
		padding: 10px;
		top: -50px;
		margin: 0 auto;
	}
	.l__main__contact dt {
		width: 90px;
		height: auto;
		padding: 10px 0;
	}
	.l__main__contact__num {
		font-size: 30px;
	}
	.l__main__contact__txt {
		font-size: 20px;
	}
	.l__main__contact dd {
		width: calc(100% - 90px);
		padding-left: 10px;
		font-size: 15px;
	}
	.l__main__lead__img {
		display: none;
	}
	/*================ l__recommend ================*/
	.l__recommend__list {
		display: block;
		padding: 0 20px;
	}
	.l__recommend__item {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 20px 10px 15px;
	}
	.l__recommend__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.l__recommend__ico {
		width: 60px;
		margin: 0 auto 10px;
	}
	.l__recommend__txt {
		font-size: 16px;
		min-height: auto;
		margin-bottom: 15px;
	}
	.l__recommend__arw {
		border-width: 24px 46px 0 46px;
		margin: 0 auto 15px;
	}
	.l__recommend__cmt {
		padding: 15px 20px;
		height: auto;
		font-size: 20px;
	}
	/* ------ option ------ */
	.l__recommend__in {
		top: -65px;
		padding: 135px 20px 90px;
		margin-bottom: -65px;
	}
	.l__recommend__in::before,
	.l__recommend__in::after {
		height: 44px;
	}
	.l__arw {
		width: 148.5px;
		bottom: -30px;
	}
	/*================ l__cv ================*/
	.l__cv {
		padding: 65px 20px 45px;
	}
	.l__cv__ttl {
		font-size: 23px;
		margin-bottom: 10px;
		line-height: 1.533;
	}
	.l__cv__value {
		font-size: 50px;
	}
	.l__cv__value > strong {
		font-size: 90px;
	}
	.l__cv__value > span {
		font-size: 18px;
	}
	.l__cv__sm {
		font-size: 12px;
	}
	/*================ l__point ================*/
	.l__point {
		padding-top: 55px;
	}
	.l__point__item {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding: 20px 15px;
		display: block;
	}
	.l__point__num {
		width: 83px;
		margin: 0 auto;
	}
	.l__point__txt h3 {
		font-size: 16px;
		padding: 15px 0 10px;
		text-align: left;
	}
	.l__point__txt {
		width: 100%;
		padding-left: 0;
	}
	.l__point__txt p {
		font-size: 15px;
		line-height: 1.75;
	}
	.l__point__img {
		width: 100%;
	}
	.l__point__item:nth-child(4) .l__point__txt h3 {
		font-size: 16px;
	}
	/*================ l__content ================*/
	.l__content {
		padding: 180px 0 55px;
		top: -90px;
		margin-bottom: -90px;
	}
	.l__content__box {
		width: 100%;
		padding: 40px 20px 57px;
	}
	.l__content__box__ttl {
		font-size: 25px;
	}
	.l__content__box__sub {
		font-size: 11px;
	}
	.l__content__box__lead {
		font-size: 16px;
	}
	/* ------ option ------ */
	.l__content__box__in {
		padding: 28px 10px 50px;
		border-radius: 2px;
		margin: 30px auto 35px;
	}
	.l__content__box__in h4 {
		font-size: 13px;
	}
	.l__content__box__in ul {
		display: block;
	}
	.l__content__box__in ul li {
		width: 100%;
		font-size: 12px;
		padding: 4px 10px;
		margin-bottom: 4px;
	}
	.l__content__box__in ul li:nth-child(2n + 1) {
		margin-right: 0;
	}
	.l__content__box__cv {
		font-size: 16px;
	}
	/*================ l__option ================*/
	.l__option {
		padding: 55px 20px 105px;
	}
	.l__option__lead {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.l__option__in {
		display: block;
	}
	.l__option__list {
		width: 100%;
		padding-right: 0;
	}
	.l__option__num {
		width: 118px;
		font-size: 12px;
		min-height: auto;
		height: auto;
		padding: 10px 0 0;
		margin: 0 auto 15px;
	}
	.l__option__num > span {
		font-size: 45px;
	}
	.l__option__txt {
		padding-left: 0;
	}
	.l__option__txt h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.l__option__img {
		display: none;
	}
	/*================ l__voice ================*/
	.l__voice {
		padding: 55px 20px;
	}
	.l__voice__item {
		display: block;
		padding: 15px;
	}
	.l__voice__ico {
		width: 90px;
		display: block;
		margin: 0 auto 15px;
	}
	.l__voice__txt {
		width: 100%;
		padding-left: 0;
	}
	.l__voice__txt h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	/*================ l__about ================*/
	.l__about__head {
		padding: 145px 0 65px;
		position: relative;
	}
	.l__about__head::before,
	.l__about__head::after {
		bottom: -40px;
		height: 40px;
	}
	.l__about__ttl__en {
		font-size: 42px;
	}
	.l__about__ttl {
		font-size: 22px;
		top: -20px;
		margin-bottom: 15px;
	}
	.l__about__list__ttl {
		font-size: 20px;
	}
	/* ------ option ------ */
	.l__strength {
		display: block;
		margin: 0 auto 70px;
		padding: 0 20px;
	}
	.l__strength__item {
		width: 100%;
		margin-bottom: 25px;
	}
	.l__strength__num {
		text-align: center;
	}
	/* ------ option ------ */
	.l__about__genre__txt {
		text-align: left;
		font-size: 15px;
		padding: 0 20px;
	}
	.l__about__list {
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.l__about__list > li {
		width: 85px;
		margin: 0 10px 17px;
		font-size: 14px;
	}
	/*================ l__faq ================*/
	.l__faq {
		padding: 60px 5px;
	}
	.l__faq__ttl,
	.l__faq__txt {
		width: 100%;
		border-radius: 15px;
		padding: 10px;
	}
	.l__faq__qa {
		width: 55px;
		height: 55px;
		font-size: 32px;
	}
	.l__faq__txt p,
	.l__faq__ttl p {
		padding-left: 15px;
		width: calc(100% - 55px);
	}
	.l__faq__ico {
		width: 30px;
		height: 30px;
		right: 10px;
	}
	.l__faq__ttl p {
		font-size: 15px;
		padding-right: 35px;
	}
	.l__faq__txt p {
		padding-right: 0;
	}
	/*================ l__flow ================*/
	.l__flow {
		top: 0;
		margin-bottom: 0;
	}
	.l__flow__bg {
		padding: 40px 10px 0;
	}
	.l__flow__list {
		display: block;
		z-index: 1;
	}
	.l__flow__item {
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		border-radius: 10px;
	}
	.l__flow__item__num {
		width: 80px;
		margin: 0 auto 10px;
	}
	.l__flow__item__num > span {
		font-size: 34px;
	}
	.l__flow__item__in {
		width: 100%;
		padding-left: 0;
	}
	.l__flow__item__in > h3 {
		font-size: 18px;
		text-align: center;
		padding: 0 0 8px;
	}
	.l__flow__item__in p {
		font-size: 15px;
	}
	/*================ 内部パーツ ================*/
	.l__flow .l__cv {
		top: -60px;
		margin-bottom: -60px;
		padding: 80px 20px 70px;
	}
	.l__cv__btn {
		width: 230px;
		height: 47px;
		border-radius: 10px;
		font-size: 18px;
		margin: 30px auto 0;
		z-index: 6;
		position: relative;
	}
	.l__flow::before,
	.l__flow::after {
		bottom: 70px;
		height: 50px;
	}
	.l__flow .l__cv::after {
		border-width: 32px 74px 0 74px;
		bottom: -9px;
	}
	/*================ 内部パーツ ================*/
	.l__form {
		padding: 50px 20px 0;
	}
	.l__form__in {
		padding-bottom: 55px;
	}
	.l__form__in form {
		width: 100%;
		padding: 40px 15px 40px;
		font-size: 14px;
	}
	.l__form__in__item {
		display: block;
		padding: 15px 0 10px;
	}
	.l__form__in input[type="text"],
	.l__form__in input[type="email"] {
		width: 100%;
	}
	.l__form__in dt {
		font-size: 13px;
		display: block;
		margin-bottom: 10px;
	}
	/*================ l__company ================*/
	.l__company {
		padding: 60px 20px;
	}
	.l__company__in {
		padding: 35px 10px;
	}
	.l__company__in th {
		width: 100px;
	}
	.l__company__in th,
	.l__company__in td {
		padding-bottom: 15px;
	}
}
