@charset "utf-8";

/* -----------------------------------------------------------
金型でお困りの企業様（寿命・精度・納期）
-------------------------------------------------------------- */
header {
	position: absolute !important;
}

.img-wrap {
	margin: 0 0 70px;
}

.img-wrap img {
	width: 100%;
}

.cmn-ttl-up-wrap.multi-active .cmn-ttl-up {
	animation: titleSlideUp .5s cubic-bezier(.22, 1, .36, 1) forwards .3s;
}

.cmn-ttl-up-wrap {
	overflow: hidden;
}

.cmn-ttl-up {
	opacity: 0;
	transform: translateY(100%);
}

@media screen and (min-width: 769px) {
	.scroll-hint-icon {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.under-h1 {
		top: -25px;
	}

	.img-wrap {
		margin: 0 0 30px;
	}

	.img-wrap img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
}

/* -----------------------------------------------------------
menu-box
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
	#menu-box .menu-nav__list li.is-active a {
		background: var(--main);
		color: #fff !important;
	}
}

@media screen and (max-width: 768px) {
	.menu-more__ttl [class^="solution_menu"] {
		display: none;
	}

	.menu-more__ttl [class^="solution_menu"].is-active {
		display: block;
	}

	#solution #menu-box .menu-more__ttl {
		font-size: 1.6rem;
		height: 54px;
		padding: 18px 0 18px 15px;
	}
}

/* -----------------------------------------------------------
top-header
-------------------------------------------------------------- */
.top-header-wrap {
	aspect-ratio: 1600/500;
	width: 100%;
	overflow: hidden;
	margin: 0 0 80px;
}

.top-header {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	opacity: 0;
}

.top-header-wrap.multi-active .top-header {
	transform: scale(1);
	transition: opacity 2s ease, transform 1s ease;
	opacity: 1;
}

.top-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.top-header-wrap {
		aspect-ratio: 3/1.5;
		margin: 0 0 30px;
	}
}

/* -----------------------------------------------------------
solution-header
-------------------------------------------------------------- */
.solution-header {
	display: flex;
}

.solution-header-inner {
	flex-shrink: 0;
	width: calc((100% - 600px) / 2);
}

.solution-header .top-swiper {
	height: 100%;
}

.solution-header .swiper-slide {
	opacity: 0 !important;
	overflow: hidden;
}

.solution-header .swiper-slide-active {
	opacity: 1 !important;
}

.solution-header .swiper-slide img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

@keyframes zoomUp {
	0% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

.solution-header .swiper1 .swiper-slide-active .img, .solution-header .swiper1 .swiper-slide-duplicate-active .img, .solution-header .swiper1 .swiper-slide-prev .img, .solution-header .swiper2 .swiper-slide-active .img, .solution-header .swiper2 .swiper-slide-duplicate-active .img, .solution-header .swiper2 .swiper-slide-prev .img {
	animation: zoomUp 7s linear 0s normal both;
	height: 100%;
}

.solution-header__center {
	padding: 20px 40px;
	width: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solution-header__center .cate {
	width: fit-content;
	border: 1px solid var(--cmnblack);
	font-weight: 500;
	padding: 13px 15px;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}

.solution-header__center .ja {
	padding: 0;
	color: var(--cmnblack);
	font-size: 4.9rem;
	text-align: center;
	font-weight: 800;
	margin: 15px auto 0;
}

.solution-header__center .catch {
	font-size: 1.8rem;
	text-align: center;
	margin: 30px 0 0;
	line-height: 2.2;
}

@media screen and (max-width: 768px) {
	.solution-header {
		flex-wrap: wrap;
		margin: 30px 0 0;
	}

	.solution-header-inner {
		width: 50%;
		height: 37.86vw;
	}

	.solution-header .swiper1 {
		order: 1;
	}

	.solution-header .swiper2 {
		order: 2;
	}

	.solution-header__center {
		padding: 30px 20px 0;
		width: 100%;
		order: 3;
	}

	.solution-header__center .ja {
		padding: 0;
		font-size: 2.8rem;
	}

	.solution-header__center .cate {
		padding: 8px 10px;
		font-size: 2rem;
	}

	.solution-header__center .catch {
		font-size: 1.6rem;
		text-align: left;
		margin: 20px 0 0;
	}
}

/* -----------------------------------------------------------
solution-header__list
-------------------------------------------------------------- */
.solution-header__list {
	padding: 30px 0 0 0;
	display: flex;
	gap: 10px;
}

.solution-header__list li {
	background: #fff;
	border: 1px solid var(--cmnblack);
	font-size: 2.2rem;
	width: calc((100% - 20px) / 3);
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
}

.solution-header__list a {
	color: var(--cmnblack);
	display: block;
	padding: 15px 15px 20px;
}

.solution-header__list li .mold {
	display: block;
	font-size: 2.4rem;
	margin: 0 0 5px;
}

.solution-header__list li .blue {
	color: var(--main);
	text-decoration: underline;
	font-size: 2.2rem;
	padding: 0 2px 0 0;
}

.solution-header__list .icon {
	animation: floating-y .8s ease-in-out infinite alternate-reverse;
	display: block;
}

.solution-header__list .icon img {
	aspect-ratio: 10/22;
	width: 10px;
}

@keyframes floating-y {
	0% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(15%);
	}
}

@media screen and (max-width: 768px) {
	.solution-header__list {
		padding: 20px 0 0;
		gap: 10px;
		flex-direction: column;
	}

	.solution-header__list li {
		font-size: 1.6rem;
		position: relative;
		height: auto;
		width: 100%;
		text-align: left;
	}

	.solution-header__list li .mold {
		display: inline;
		font-size: 1.7rem;
	}

	.solution-header__list li .blue {
		font-size: 1.9rem;
	}

	.solution-header__list li .icon {
		position: absolute;
		top: 20%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 15px;
	}

	.solution-header__list a {
		letter-spacing: .03em;
	}

	.solution-header__list .icon img {
		width: 8px;
	}
}

/* -----------------------------------------------------------
section-ttl
-------------------------------------------------------------- */
.section-ttl {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 0 0 0 55px;
}

.section-ttl::before {
	aspect-ratio: 1 / 1;
	content: "";
	background: url(../img/cmn_logo_f.svg) center / contain no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
	width: 45px;
}

.section-ttl .ja {
	font-size: 4.8rem;
	font-weight: 800;
	position: relative;
	letter-spacing: 0.02em;
}

.section-ttl .ja-strong {
	color: var(--main);
}

@media screen and (max-width: 768px) {
	.section-ttl {
		padding: 0 0 0 40px;
	}

	.section-ttl::before {
		width: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-ttl .ja {
		font-size: 2.4rem;
		line-height: 1.5;
		margin: 0;
	}
}

/* -----------------------------------------------------------
intro-area
-------------------------------------------------------------- */
#solution_target1 {
	padding: 100px 0 0;
}

.intro-area {
	margin: 120px 0 0;
}

.intro-area.t {
	margin: 220px 0 0;
}

.intro-catch {
	font-size: 2.5rem;
	margin: 58px 0 0;
	font-weight: bold;
}

.intro-catch span {
	border: solid 1px var(--cmnblack);
	margin: 0 10px 0 0;
	font-size: 2.2rem;
	padding: 5px 10px 8px;
}

.intro-area ul {
	display: flex;
	justify-content: space-between;
	margin: 65px 0 0;
}

.intro-area ul li {
	width: calc((100% / 3) - 30px);
	background: #f5f8fa;
	padding: 40px 30px 20px 30px;
	box-shadow: -10px -10px 0px 0px var(--sub);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.intro-area ul li::before {
	content: '';
	position: absolute;
	width: 25px;
	height: auto;
	top: 12px;
	left: 14px;
	background: url("../img/quotation.png") no-repeat top center / contain;
	aspect-ratio: 25/21;
}

.intro-subcacth {
	line-height: 1.6;
	font-weight: 600;
	font-size: 1.8rem;
}

.intro-text {
	text-align: right;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--sub);
	padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
	#solution_target1 {
		padding: 50px 0 0;
	}

	.intro-area {
		margin: 60px 0 0;
	}

	.intro-area.t {
		margin: 120px 0 0;
	}

	.intro-catch {
		font-size: 2rem;
		margin: 20px 0 0;
		line-height: 1.48;
	}

	.intro-catch span {
		font-size: 1.5rem;
		display: table;
		margin: 0 0 10px;
	}

	.intro-area ul {
		display: block;
		margin: 30px 0 0;
	}

	.intro-area ul li {
		width: 100%;
		padding: 30px 20px 20px 20px;
		box-shadow: -6px -6px 0px 0px var(--sub);
	}

	.intro-area ul li:nth-child(n + 2) {
		margin: 20px 0 0;
	}

	.intro-area ul li::before {
		width: 16px;
	}

	.intro-subcacth {
		font-size: 1.7rem;
	}

	.intro-text {
		font-size: 1.5rem;
		padding: 5px 0 0;
	}
}

/* -----------------------------------------------------------
case-area
-------------------------------------------------------------- */
.case-area {
	margin: 100px 0 0;
}

#solution_target3 .case-area {
	margin: 80px 0 0;
}

.case-subcatch {
	border: solid 1px var(--cmnblack);
	font-size: 2.4rem;
	padding: 1px 15px 5px 90px;
	display: inline-block;
	letter-spacing: 0;
	position: relative;
	font-weight: 600;
}

.case-subcatch::before {
	content: '';
	position: absolute;
	width: 75px;
	height: 78px;
	bottom: 5px;
	left: 4px;
	background: url("../img/solution-person.svg") no-repeat top center / contain;
}

.case-catch {
	font-size: 3.8rem;
	font-weight: 800;
	margin: 30px 0 0;
	padding: 0 0 1px;
}

.case-text {
	margin: 36px 0 0;
}

.case-box-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 40px 0 0;
}

.case-box {
	background: var(--sub);
	padding: 30px;
	position: relative;
}

.case-box .case-box-body {
	background: #fff;
	padding: 60px 60px 55px;
}

.case-box .case-box-catch {
	align-items: center;
	display: flex;
	border-bottom: solid 1px #ccd5db;
	padding: 0 0 20px;
	letter-spacing: 0;
}

.case-box .case-box-catch .ttl {
	font-size: 3.3rem;
	font-weight: 750;
}

.case-box .case-box-catch .en {
	background: var(--main);
	color: #fff;
	font-family: var(--en);
	font-style: italic;
	font-weight: bold;
	padding: 15px 15px;
	margin: 0 15px 0 0;
	font-size: 2rem;
	line-height: 1.1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.case-box .case-box-catch .num {
	font-size: 3rem;
}

.case-box-top {
	display: flex;
	margin: 25px 0 0;
	gap: 30px;
}

.case-box-top > div {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.case-box-subttl {
	color: var(--main);
	white-space: nowrap;
	padding: 0 0 0 22px;
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 10px;
	line-height: 1.5;
}

.case-box-subttl.fujita-icon {
	padding: 0 0 0 32px;
}

.case-box-subttl.voice-icon {
	padding: 0 0 0 46px;
}

.case-box-subttl::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	left: 0;
	background: var(--main);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.case-box-subttl.fujita-icon::before {
	background: url("../img/cmn_logo_f.svg") no-repeat center / cover;
	aspect-ratio: 1/1;
	width: 26px;
	height: auto;
}

.case-box-subttl.voice-icon::before {
	background: url("../img/solution-voice-icon.svg") no-repeat center / cover;
	aspect-ratio: 207/150;
	width: 40px;
	height: auto;
}

.case-box-subttl::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	background: var(--main);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 10px;
}

.case-box-subttl.fujita-icon::after, .case-box-subttl.voice-icon::after {
	display: none;
}

.case-box-top > div:first-of-type .case-box-text {
	white-space: nowrap;
	font-size: 1.9rem;
	line-height: 1.6;
}

.case-box-solution .case-box-text {
	line-height: 2.3;
	letter-spacing: .07em;
}

.case-box-solution {
	background: #f3f8fb;
	padding: 40px 35px;
	margin: 30px 0 0;
	display: flex;
	gap: 30px;
}

.case-box-solution > div:first-of-type {
	flex: 1;
}

.case-box-solution .table {
	width: 550px;
}

.case-box-solution .table table {
	width: 100%;
}

.case-box-solution table, .case-box-solution td, .case-box-solution th {
	border: 1px solid #ccd5db;
	border-collapse: collapse;
	font-size: 1.5rem;
	background: #fff;
}

.case-box-solution td, .case-box-solution th {
	padding: 17px 13px;
	line-height: 1.4;
}

.case-box-solution th {
	background: #e9eff4;
	text-align: left;
}

.case-box-solution .table th:first-of-type {
	width: 147px;
}

.case-box-solution .table th:nth-child(2) {
	width: 190px;
	text-align: center;
}

.case-box-solution .table th.fujita {
	background: var(--main);
	color: #fff;
	text-align: center;
}

.case-box-solution .table td.fujita {
	background: #e1eff9;
	font-weight: 600;
}

.case-box-solution .table td ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
}

.case-box-solution .table td ul li:last-of-type {
	margin: 0;
}

.case-box-solution .table td ul li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	top: 8px;
	left: 0;
	background: var(--sub);
	border-radius: 10px;
}

.case-box-voice {
	border: 1px solid var(--main);
	padding: 26px 34px 25px;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.case-area {
		margin: 40px 0 0;
	}

	#solution_target3 .case-area {
		margin: 30px 0 0;
	}

	.case-subcatch {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 10px 15px 12px 90px;
		width: calc(100% - 40px);
		margin: 0 auto;
		display: block;
	}

	.case-catch {
		font-size: 2.3rem;
		margin: 20px 0 0;
		line-height: 1.48;
		padding: 0 20px;
	}

	.case-text {
		margin: 20px 0 0;
		padding: 0 20px;
	}

	.case-box-wrap {
		gap: 0;
		margin: 30px 0 0;
	}

	.case-box {
		padding: 20px;
	}

	.case-box .case-box-body {
		padding: 20px;
		margin: 0;
	}

	.case-box .case-box-body:nth-child(n + 2) {
		margin: 20px 0 0;
	}

	.case-box .case-box-catch {
		line-height: 1.4;
		padding: 20px 0 15px 0;
		flex-direction: column;
	}

	.case-box .case-box-catch .ttl {
		font-size: 2rem;
	}

	.case-box .case-box-catch .en {
		font-size: 1.6rem;
		line-height: 1.8;
		flex-direction: row;
		padding: 5px 15px;
		margin: 0;
		gap: 3px;
	}

	.case-box .case-box-catch .num {
		font-size: 1.9rem;
	}

	.case-box-top {
		display: block;
		margin: 0 0 0;
	}

	.case-box-top > div {
		flex-direction: column;
		gap: 0;
		padding: 20px 0 0;
	}

	.case-box-subttl {
		margin: 0 0 5px;
	}

	.case-box-subttl.voice-icon::before {
		width: 35px;
	}

	.case-box-subttl.voice-icon {
		padding: 0 0 0 40px;
	}

	.case-box-text {
		line-height: 1.8;
	}

	.case-box-top > div:first-of-type .case-box-text {
		white-space: pre-wrap;
		font-size: 1.7rem;
	}

	.case-box-solution {
		display: block;
		margin: 25px 0 0;
		padding: 25px 15px;
	}

	.case-box-solution a {
		padding: 15px 15px 20px;
	}

	.case-box-solution .case-box-subttl {
		margin: 0 0 10px;
	}

	.case-box-solution .case-box-text {
		line-height: 2.2;
		letter-spacing: .05em;
	}

	.case-box-solution .table {
		width: 100%;
		margin: 20px 0 0;
	}

	.case-box-solution table, .case-box-solution td, .case-box-solution th {
		font-size: 1.3rem;
		padding: 12px 5px;
	}

	.case-box-solution .table th:first-of-type {
		width: auto;
		white-space: nowrap;
	}

	.case-box-solution .table th:nth-child(2) {
		width: auto;
	}

	.case-box-solution .table th.fujita {
		width: auto;
	}

	.case-box-solution .table td ul li {
		padding: 0 0 0 10px;
	}

	.case-box-solution .table td ul li::before {
		top: 6px;
	}

	.case-box-voice {
		padding: 15px 20px 20px;
	}

	.case-box-voice .case-box-subttl {
		margin: 0 0 10px;
	}

	.case-box-voice .case-box-text {
		padding: 0 0 0;
	}
}

/* -----------------------------------------------------------
reason-area
-------------------------------------------------------------- */
.reason-area {
	margin: 90px 0 0;
}

.reason-catch {
	font-size: 3.3rem;
	margin: 30px 0 0;
	font-weight: bold;
}

.reason-list {
	align-items: center;
	display: flex;
	margin: 50px 0 0;
	gap: 15px;
}

.reason-list-catch {
	font-size: 1.9rem;
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
	width: 250px;
	flex-shrink: 0;
	text-align: center;
	line-height: 1.8;
}

.reason-list ul {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.reason-list ul li {
	align-items: center;
	border: solid 1px var(--sub);
	background: #fff;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 600;
	gap: 15px;
	padding: 15px 15px 20px;
	position: relative;
	letter-spacing: 0.05em;
	line-height: 1.47;
	width: calc((100% - 30px) /3);
}

.reason-list ul li:nth-child(2) {
	transition-delay: 100ms;
}

.reason-list ul li:nth-child(3) {
	transition-delay: 300ms;
}

.reason-list li .num {
	color: var(--sub);
	position: absolute;
	font: italic 500 3.5rem /1 var(--en);
	left: 15px;
	top: -22px;
	z-index: 2;
}

.reason-list .txt {
	text-align: center;
	line-height: 1.5;
}

.reason-list .img {
	aspect-ratio: 3/2;
	width: 100%
}

.reason-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reason-list-text {
	font-size: 1.9rem;
	font-weight: 600;
	margin: 40px 0 0;
}

.reason-box-header {
	margin: 0 0 30px;
	padding: 0 0 0 100px;
	position: relative;
}

.reason-box-header p {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .07em;
}

.reason-box-header::before {
	aspect-ratio: 144/150;
	content: '';
	width: 85px;
	left: 0;
	background: url("../img/solution-person.svg") no-repeat top center / contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reason-box-wrap {
	margin: 60px 0 0;
	padding: 35px 50px 50px;
	background: #e5f1f9;
}

#solution_target3 .reason-box-wrap {
	margin: 40px 0 0;
}

.reason-box {
	background: #fff;
	padding: 20px 40px 40px;
}

.reason-box-wrap .reason-box + .reason-box {
	margin-top: 30px;
}

.reason-box-body {
	display: flex;
	align-items: center;
	gap: 40px;
	margin: 25px 0 0;
}

.reason-box-img {
	flex-shrink: 0;
	width: 50%;
	aspect-ratio: 3/2.5;
}

[data-reasonbox="qa1"] .reason-box-img {
	background: #b7c7d2;
}

[data-reasonbox="deadline1"] .reason-box-img {
	background: #1c2c38;
}

[data-reasonbox="deadline2"] .reason-box-img {
	background: #f6f7fb;
}

.reason-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reason-box-note-ttl {
	color: var(--main);
	border-bottom: solid 1px var(--main);
	font-size: 2rem;
	position: relative;
	letter-spacing: 0;
	font-weight: 600;
}

.reason-box-note-ttl::before {
	content: "";
	background: var(--main);
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 5px;
	height: 5px;
}

.reason-box-note-ttl span {
	font-family: var(--en);
	font-size: 2.8rem;
	letter-spacing: -0.02em;
	font-style: italic;
	margin: 0 0 0 5px;
	font-weight: bold;
}

.reason-box-note-catch {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.55;
	margin: 10px 0 0;
}

.reason-box-note-text {
	margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.reason-area {
		margin: 50px 0 0;
	}

	.reason-area .cmn-section-ttl-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.reason-catch {
		font-size: 2rem;
		line-height: 1.6;
		padding: 0 20px;
		margin: 20px 0 0;
	}

	.reason-list {
		flex-direction: column;
		padding: 0 20px;
		gap: 0;
		margin: 20px 0 0;
	}

	.reason-list-catch {
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 1.6;
		text-align: left;
		width: 100%;
	}

	.reason-list ul {
		flex-direction: column;
		margin: 30px 0 0;
		gap: 20px;
	}

	.reason-list ul li {
		flex-direction: row;
		font-size: 1.7rem;
		width: 100%;
		line-height: 1.4;
		padding: 10px;
	}

	.reason-list li .num {
		font-size: 2.7rem;
		top: -17px;
	}

	.reason-list .img {
		width: 50%;
		flex-shrink: 0;
	}

	.reason-list .txt {
		text-align: left;
	}

	.reason-box-wrap {
		margin: 50px 0 0;
		padding: 25px 0;
	}

	#solution_target3 .reason-box-wrap {
		margin: 20px 0 0;
	}

	.reason-box-header {
		padding: 75px 20px 0;
		margin: 0 0 25px;
	}

	.reason-box-header::before {
		width: 65px;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
	}

	.reason-box-header p {
		font-size: 1.6rem;
		line-height: 1.9;
	}

	.reason-box {
		margin: 0 auto;
		width: calc(100% - 40px);
		padding: 25px 20px;
	}

	.reason-box-body {
		display: block;
		margin: 20px 0 0;
	}

	.reason-box-wrap .reason-box + .reason-box {
		margin-top: 20px;
	}

	.reason-box-note-ttl {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 0 10px;
	}

	.reason-box-note-ttl span {
		font-size: 2.4rem;
	}

	.reason-box-note-catch {
		font-size: 2.2rem;
		margin: 15px 0 0;
		line-height: 1.48;
	}

	.reason-box-img {
		width: 100%;
	}
	
	/*アンカーリンクずれ対策*/
	[data-reasonbox="lifespan1"] .reason-box-img {
		aspect-ratio: 600/447;
	}
	
	[data-reasonbox="lifespan2"] .reason-box-img {
		aspect-ratio: 600/509;
	}

	[data-reasonbox="qa1"] .reason-box-img {
		aspect-ratio: 700/490;
	}

	[data-reasonbox="qa2"] .reason-box-img {
		aspect-ratio: 700/600;
	}
	
	[data-reasonbox="deadline1"] .reason-box-img {
		aspect-ratio: 600/447;
	}

	[data-reasonbox="deadline2"] .reason-box-img {
		aspect-ratio: 780/740;
	}
	
	.reason-box-note .reason-box-note-text + .reason-box-note-text {
		margin: 15px 0 0;
	}
}

/* -----------------------------------------------------------
    faq-area
-------------------------------------------------------------- */
.faq-area {
	margin: 90px 0 0;
}

.faq-accordion {
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.faq-area {
		margin: 50px 0 0;
	}

	.faq-accordion {
		margin: 10px 0 0;
	}
}