@charset "UTF-8";
/* CSS Document */
/* subabout */
.subabout {
	padding-top: 120px;
}

/* about_main */
.subabout .about_main {
	background-image: url("../img/about/about_mainbg.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 2656/1060;
}
.subabout .about_main .descArea {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.subabout .about_main .descArea .desc {
	width: 600px;
}
.subabout .about_main .descArea .desc h2 {
	margin-bottom: 0;
}
.subabout .about_main .descArea .desc h2 img {
	filter: drop-shadow(5px 5px 5px #fff);
}
.subabout .about_main .descArea .desc .main_btn {
	padding-top: 60px;
	display: flex;
	justify-content: center;
}
.subabout .about_main .descArea .desc .main_btn a {
	width: 100%;
	padding: 12px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	background-color: #d90b18;
	border: 1px solid #d90b18;
	text-decoration: none;
	border-radius: 0.6rem;
	font-weight: 700;
	font-size: 40px
}
.subabout .about_main .descAredl a .desc .main_btn a:hover {
	color: #d90b18;
	background-color: #fff;
}

/* aboutArea */
.aboutArea .inner {
	padding: 20px 40px 30px;
}

/* flowArea */
.flowArea .inner {
	padding: 30px 40px 50px;
}
.flowArea .inner h2 {
	padding: 1.2rem 1rem;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	border: 4px solid #000;
	border-radius: 0.3em;
	position: relative;
}
.flowArea .inner h2:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 8px);
	height: 20px;
	background-color: #fff;
}
.flowArea .inner h2 span {
	position: relative;
	z-index: 1;
}
.flowArea .inner ul {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}
.flowArea .inner ul li {
	width: calc(33.3% - 20px);
	border: 2px solid #000;
	border-radius: 1rem;
	padding: 40px 20px;
}
.flowArea .inner ul li dl .item dt {
	padding-left: 80px;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.2;
	position: relative;
}
.flowArea .inner ul li dl {
	margin-bottom: 0;
}
.flowArea .inner ul li dl .item dt span {
	color: #d90b18;
}
.flowArea .inner ul li dl .item dt:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 110px;
	font-weight: 700;
	color: #ddd;
	line-height: .6;
}
.flowArea .inner ul .desc01 dl .item dt:before {
	content: "1";
}
.flowArea .inner ul .desc02 dl .item dt:before {
	content: "2";
}
.flowArea .inner ul .desc03 dl .item dt:before {
	content: "3";
}
.flowArea .inner ul li dl .item dd {
	padding-top: 26px;
	margin-bottom: 0;
}
.flowArea .inner ul li dl .item dd .img {
	max-width: 200px;
	margin: 0 auto;
}
.flowArea .inner ul li dl .item dd .txt {
	padding-top: 26px;
	max-width: 300px;
	margin: 0 auto;
}
.flowArea .inner ul li dl .item dd .txt p {
	margin-bottom: 0;
}

/* voiceArea */
.voiceArea {
	background-color: #efefef;
}
.voiceArea .inner {
	padding: 50px 40px;
}
.voiceArea .inner h2 {
	padding: 1.2rem 1rem;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	border: 4px solid #000;
	border-radius: 0.3em;
	position: relative;
}
.voiceArea .inner h2:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 8px);
	height: 20px;
	background-color: #efefef;
}
.voiceArea .inner h2 span {
	position: relative;
	z-index: 1;
}
.voiceArea .inner .txtArea {
	padding-top: 40px;
	text-align: center;
}
.voiceArea .inner .txtArea .ttl_mark {
	max-width: 400px;
	margin: 0 auto;
}
.voiceArea .inner .txtArea .txt01 {
	font-weight: 900;
	font-size: 60px;
}
.voiceArea .inner .txtArea .txt01 span {
	border-bottom: dotted 8px #e60012;
}
.voiceArea .inner .txtArea .txt02 {
	font-weight: 900;
	font-size: 30px;
	padding-top: 0;
	margin-bottom: 0;
}
.voiceArea .inner ul {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 20px;
}
.voiceArea .inner ul li {
	width: calc(50% - 30px);
	margin-bottom: 60px;
	background-color: #fff;
	padding: 30px 60px 40px;
	border-top-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.voiceArea .inner ul li .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voiceArea .inner ul li .top .left {
	width: calc(60% - 10px);
}
.voiceArea .inner ul li .top .right {
	width: calc(40% - 10px);
}
.voiceArea .inner ul li .top .left h3 {
	padding-left: 80px;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	position: relative;
}
.voiceArea .inner ul li .top .left h3 span {
	font-weight: 700;
	font-size: 20px;
	display: block;
}
.voiceArea .inner ul li .top .left h3:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 110px;
	font-weight: 700;
	color: #ddd;
	line-height: .6;
}
.voiceArea .inner ul .desc01 .top .left h3:before {
	content: "1";
}
.voiceArea .inner ul .desc02 .top .left h3:before {
	content: "2";
}
.voiceArea .inner ul .desc03 .top .left h3:before {
	content: "3";
}
.voiceArea .inner ul .desc04 .top .left h3:before {
	content: "4";
}
.voiceArea .inner ul li .bottom {
	padding-top: 16px;
}
.voiceArea .inner ul li .bottom dl dt {
	font-weight: 900;
	font-size: 30px;
	color: #e60012;
}
.voiceArea .inner ul li .bottom dl dd {
	padding-top: 16px;
	margin-bottom: 0;
	font-weight: 700;
}
.voiceArea .inner ul li .bottom .btn01 {
	width: 100%;
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 10px;
}
.voiceArea .inner ul li .bottom .btn01 a {
	width: 100%;
	padding: 12px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
}
.voiceArea .inner ul li .bottom .btn01 a:hover {
	color: #000;
	background-color: #fff;
}
.voiceArea .inner .btn02 {
	display: flex;
	justify-content: center;
}
.voiceArea .inner .btn02 a {
		width: 700px;
    padding: 12px 0;
    display: block;
    text-align: center;
    transition: all .2s linear;
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    text-decoration: none;
    border-radius: 0.6rem;
    font-weight: 700;
    font-size: 40px;
}
.voiceArea .inner .btn02 a:hover {
	color: #000;
	background-color: #fff;
}

/* faqArea */
.faqArea .inner {
	padding: 50px 40px 60px;
}
.faqArea .inner h2 {
	padding: 1.2rem 1rem;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	border: 4px solid #000;
	border-radius: 0.3em;
	position: relative;
}
.faqArea .inner h2:before {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 8px);
	height: 20px;
	background-color: #fff;
}
.faqArea .inner h2 span {
	position: relative;
	z-index: 1;
}
.faqArea .inner dl {
	padding: 40px 0 0px;
	margin-bottom: 0;
}
.faqArea .inner dl .item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #c0c0c0;
}
.faqArea .inner dl .item:first-of-type {
	border-top: 1px solid #c0c0c0;
	padding-top: 40px;
}
.faqArea .inner dl .item dt {
	font-size: 18px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 40px;
}
.faqArea .inner dl .item dt:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	font-weight: 700;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #000;
	border: 1px solid #000;
}
.faqArea .inner dl .item dd {
	padding-left: 60px;
	position: relative;
	font-size: 16px;
}
.faqArea .inner dl .item dd:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	font-weight: 700;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #e60012;
	border: 1px solid #e60012;
}
.faqArea .inner .btn02 {
	display: flex;
	justify-content: center;
}
.faqArea .inner .btn02 a {
	width: 700px;
	padding: 12px 0;
	display: block;
	text-align: center;
	transition: all .2s linear;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
	text-decoration: none;
	border-radius: 0.6rem;
	font-weight: 700;
	font-size: 40px;
}
.faqArea .inner .btn02 a:hover {
	color: #000;
	background-color: #fff;
}

@media screen and (max-width: 1500px) {
/* voiceArea */
	.voiceArea .inner ul li {
		padding: 30px 20px 40px;
	}
}

@media screen and (max-width: 1300px) {
/* flowArea */
	.flowArea .inner ul li {
		width: calc(33.3% - 10px);
	}
	.flowArea .inner ul li dl .item dt {
    padding-left: 56px;
    font-size: 28px;
	}
	.flowArea .inner ul li dl .item dt:before {
    font-size: 80px;
	}

/* voiceArea */
	.voiceArea .inner ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
		padding: 20px 16px 30px;
	}
	.voiceArea .inner ul li .top .left h3 {
    padding-left: 50px;
    font-size: 26px;
	}
		.voiceArea .inner ul li .top .left h3:before {
			font-size: 80px;
	}
	.voiceArea .inner ul li .bottom dl dt {
		font-size: 22px;
	}
}

@media screen and (max-width: 1000px) {
/* subabout */
	.subabout {
		padding-top: 70px;
	}

/* about_main */
	.subabout .about_main .descArea {
		padding: 0 2vw;
	}
	.subabout .about_main .descArea .desc {
		width: 440px;
	}
	.subabout .about_main .descArea .desc .main_btn a {
		font-size: 20px
	}


/* flowArea */
	.aboutArea .inner {
		padding: 40px 6vw 30px;
	}

/* flowArea */
	.flowArea .inner {
		padding: 10px 6vw 30px;
	}
	.flowArea .inner h2 {
		font-size: 30px;
		max-width: 400px;
		margin: 0 auto;
		border: 3px solid #000;
	}
	.flowArea .inner ul li {
		width: calc(33.3% - 6px);
		padding: 30px 16px;
	}
	.flowArea .inner ul li dl .item dt {
		font-size: 19px;
	}
	.flowArea .inner ul li dl .item dt:before {
		font-size: 60px;
		padding-left: 16px;
	}
	.flowArea .inner ul li dl .item dd {
		padding-top: 20px;
	}
	.flowArea .inner ul li dl .item dd .img {
		max-width: 126px;
	}
	.flowArea .inner ul li dl .item dd .txt {
		padding-top: 20px;
	}

/* voiceArea */
	.voiceArea .inner {
		padding: 40px 6vw;
	}
	.voiceArea .inner h2 {
		font-size: 30px;
		max-width: 400px;
		margin: 0 auto;
		border: 3px solid #000;
	}
	.voiceArea .inner .txtArea .ttl_mark {
		max-width: 280px;
	}
	.voiceArea .inner .txtArea .txt01 {
		font-size: min(9vw,40px);
	}
	.voiceArea .inner .txtArea .txt02 {
		font-size: min(6vw,20px);
	}
	.voiceArea .inner ul {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.voiceArea .inner ul li {
		width: calc(50% - 6px);
		padding: 20px 16px;
	}
	.voiceArea .inner ul li .top .left {
		width: calc(66% - 6px);
	}
	.voiceArea .inner ul li .top .right {
		width: calc(34% - 6px);
	}
	.voiceArea .inner ul li .top .left h3 {
		font-size: min(6vw,20px);
	}
	.voiceArea .inner ul li .top .left h3 span {
		font-size: 16px;
	}
	.voiceArea .inner ul li .bottom {
		padding-top: 10px;
	}
	.voiceArea .inner ul li .bottom dl dt {
		font-size: min(6vw,20px);
	}
	.voiceArea .inner ul li .bottom dl dd {
		padding-top: 10px;
	}
	.voiceArea .inner .btn02 a {
		padding: 14px 0;
		font-size: min(5vw,26px);
	}

/* faqArea */
	.faqArea .inner {
		padding: 40px 6vw 50px;
	}
	.faqArea .inner h2 {
		font-size: 30px;
		max-width: 400px;
		margin: 0 auto;
		border: 3px solid #000;
	}
	.faqArea .inner dl {
		padding: 50px 0 0;
	}
	.faqArea .inner dl .item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.faqArea .inner dl .item:first-of-type {
		padding-top: 30px;
	}
	.faqArea .inner dl .item dt {
		font-size: 15px;
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.faqArea .inner dl .item dt:before {
		font-size: 17px;
		line-height: 28px;
		font-weight: 700;
		width: 30px;
		height: 30px;
	}
	.faqArea .inner dl .item dd {
		padding-left: 40px;
		font-size: 14px;
	}
	.faqArea .inner dl .item dd:before {
		font-size: 17px;
		line-height: 28px;
		font-weight: 700;
		width: 30px;
		height: 30px;
	}
	.faqArea .inner .btn02 a {
		padding: 14px 0;
		font-size: min(5vw,26px);
	}
}

@media screen and (max-width: 767px) {
/* about_main */
	.subabout .about_main .descArea .desc {
		width: 360px;
	}

/* flowArea */
	.aboutArea .inner {
		padding-bottom: 16px;
	}

/* flowArea */
.flowArea .inner {
	padding-bottom: 14px;
	}
	.flowArea .inner ul {
		padding-top: 30px;
		flex-direction: column;
	}
	.flowArea .inner ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 26px;
		padding: 30px 16px;
	}
	.flowArea .inner ul li dl .item dt {
		margin: 0 auto;
		max-width: 210px;
	}
	.flowArea .inner ul li dl .item dd .img {
		max-width: 160px;
	}

/* voiceArea */
	.voiceArea .inner ul {
		padding-top: 30px;
		flex-direction: column;
	}
	.voiceArea .inner ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 26px;
		padding: 30px;
	}
	.voiceArea .inner .txtArea {
		padding-top: 30px;
	}

/* faqArea */
	.faqArea .inner dl {
		padding-top: 30px;
	}
}

@media screen and (max-width: 600px) {
/* about_main */
	.subabout .about_main {
		background-image: url("../img/about/about_mainbg_sp.webp");
		aspect-ratio: 650/750;
	}
	.subabout .about_main .descArea {
		justify-content: center;
		align-items: flex-end;
	}
	.subabout .about_main .descArea .desc {
		width: 100%;
		padding: 20px;
		background-color: rgb(255 255 255/.6);
		border-radius: 0.2rem;
		margin-bottom: 50px;
	}
	.subabout .about_main .descArea .desc .main_btn {
		padding-top: 20px;
	}


/* flowArea */
	.flowArea .inner ul li dl .item dd .img {
		max-width: 116px;
	}

/* voiceArea */
	.voiceArea .inner ul {
		margin-bottom: 0;
		padding-bottom: 0;
	}

/* faqArea */
	.faqArea .inner dl {
		padding-bottom: 0;
	}
}

.voiceArea .inner .txtArea .txt01 .sp_only {
	display: none;
}
@media screen and (max-width: 644px) {
	.voiceArea .inner .txtArea .txt01 .sp_only {
		display: inline;
	}
}
@media screen and (max-width: 504px) {
	.voiceArea .inner .txtArea .txt01 {
		font-size: min(9vw,30px);
	}
}
@media screen and (max-width: 384px) {
	.voiceArea .inner .txtArea .txt01 {
		font-size: min(9vw,26px);
	}
}
@media screen and (max-width: 328px) {
	.voiceArea .inner .txtArea .txt01 {
		font-size: min(9vw,24px);
	}
}

@media screen and (max-width: 400px) {
/* voiceArea */
	.voiceArea .inner ul li {
		padding-left: 16px;
		padding-right: 16px;
	}
}
