/* -----------------------------------------------------------
    TOP2
-------------------------------------------------------------- */
.top-cmn-ttl {
	position: relative;
}

.top-cmn-ttl .ja {
	transform: translateY(50px);
}

.top-cmn-ttl .ja.cmn-fadeup.cmn-effect-fadeup {
	transform: translateY(0);
}

.style-col.top-cmn-ttl {
	padding: 0 0 38px;
	margin: 0 0 28px;
}

.top-cmn-ttl.style-col {
	text-align: center;
}

.top-cmn-ttl .en {
	color: #abc5e6;
	font: 700 2rem /1 var(--serif);
	letter-spacing: .05em;
}

.style-col.top-cmn-ttl .en {
	padding: 20px 0 0;
}

.top-cmn-ttl .ja {
	color: var(--main);
	font-size: 3.8rem;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: .03em;
}

.top-cmn-ttl .deco {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.style-col.top-cmn-ttl .deco {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.top-cmn-ttl .deco span {
	background: #abc5e6;
	transform: rotate(45deg);
	display: inline-block;
}

.top-cmn-ttl .deco span:first-of-type {
	width: 6px;
	height: 6px;
}

.top-cmn-ttl .deco span:nth-of-type(2) {
	width: 8px;
	height: 8px;
}

.top-cmn-ttl .deco span:nth-of-type(3) {
	width: 6px;
	height: 6px;
}

@media screen and (max-width: 768px) {
	.top-cmn-ttl {
		display: block !important;
		text-align: center;
	}

	.style-col.top-cmn-ttl {
		padding: 0 0 25px;
		margin: 0 0 20px;
	}

	.top-cmn-ttl::before {
		bottom: 0 !important;
		width: 6px;
		height: 6px;
	}

	.top-cmn-ttl .en {
		font-size: 1.6rem;
		letter-spacing: .05em;
	}

	.style-col.top-cmn-ttl .en {
		padding: 13px 0 0;
	}

	.top-cmn-ttl .ja {
		font-size: 2.6rem;
	}

	.top-cmn-ttl .deco {
		gap: 7px;
	}

	.top-cmn-ttl .deco span:first-of-type {
		width: 5px;
		height: 5px;
	}

	.top-cmn-ttl .deco span:nth-of-type(2) {
		width: 7px;
		height: 7px;
	}

	.top-cmn-ttl .deco span:nth-of-type(3) {
		width: 5px;
		height: 5px;
	}
}

/* -----------------------------------------------------------
    .strength-area
-------------------------------------------------------------- */
.strength-area {
	margin: 100px 0 0;
	height: auto!important;
}

.strength-area .strength-catch {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .06em;
}

.strength-area .strength-list {
	display: flex;
	margin: 80px 0 0;
	flex-wrap: wrap;
	gap: 90px 4%;
}

.strength-area .strength-list .strength-item:nth-child(2) .strength-subttl {
	color: #fff;
}

.strength-area .strength-list .strength-item:nth-child(3) .strength-subttl {
	color: #fff;
}

.strength-area .strength-item {
	width: 48%;
}

.strength-area .strength-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 625/365;
}

.strength-area .strength-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.strength-area .strength-img .trg {
	width: 100%;
	height: 100%;
}

.strength-area .strength-img .trg::after {
	background: var(--main);
}

.strength-area .strength-subttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.33;
	position: absolute;
	top: 25px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .07em;
}

.strength-area .strength-txt-wrap {
	display: flex;
	margin: 40px 0 0;
	gap: 17px;
}

.strength-area .strength-num {
	font: 700 2rem/1 var(--serif);
	display: flex;
	flex-direction: column;
	padding: 7px 0 0;
	letter-spacing: 0;
	color: var(--gray4);
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.strength-area .strength-num .num {
	font-size: 5.8rem;
}

.strength-area .strength-txt {
	line-height: 2.18;
	letter-spacing: .04em;
}

.strength-area .strength-btn {
	display: flex;
	margin: 80px 0 0;
	justify-content: center;
	gap: 35px;
}

@media screen and (min-width: 769px) {
	.strength-area .strength-btn .cmn-btn2:first-of-type .cmn-btn2-inner {
		width: 340px;
	}

	.strength-area .strength-btn .cmn-btn2:nth-of-type(2) .cmn-btn2-inner {
		width: 280px;
	}
}

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

	.strength-area .strength-catch {
		font-size: 2.4rem;
		line-height: 1.5;
		letter-spacing: .05em;
	}

	.strength-area .strength-list {
		margin: 48px 0 0;
		gap: 40px;
	}

	.strength-area .strength-list .strength-item:first-child .strength-img {
		aspect-ratio: 335/265;
	}

	.strength-area .strength-item {
		position: relative;
		width: 100%;
	}

	.strength-area .strength-img {
		aspect-ratio: 335/210;
	}

	.strength-area .strength-subttl {
		font-size: 1.9rem;
		line-height: 1.47;
		top: 20px;
	}

	.strength-area .strength-txt-wrap {
		margin: 0;
	}

	.strength-area .strength-num {
		padding: 0;
	}

	.strength-area .strength-num .en {
		display: none;
	}

	.strength-area .strength-num .num {
		font-size: 3.2rem;
		line-height: 1;
		position: absolute;
		top: -15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.strength-area .strength-txt {
		display: none;
	}

	.strength-area .strength-btn {
		flex-direction: column;
		margin: 45px 0 0;
		align-items: center;
		gap: 25px;
	}
}

/* -------------------------------------------------------------
    gps-link
-------------------------------------------------------------- */
.gps-area {
	margin: 110px 0 0;
	padding: 120px 0;
	background: #717f95;
}

.gps-area.lazyloaded {
	background: #717f95 url(../img/top-gps-bg.jpg) center top/100% auto no-repeat;
}

.gps-area .top-cmn-ttl .ja {
	color: #fff;
}

.gps-area .top-cmn-ttl .en {
	color: #fff;
}

.gps-area .top-cmn-ttl .deco span {
	background: #fff;
}

.gps-area .gps-catch {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.828;
	text-align: center;
	letter-spacing: .05em;
	color: #fff;
}

.gps-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 65px 4.615%;
	margin: 68px 0 0;
}

.gps-link [class^="gps-item"] {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.gps-item-col {
	display: block;
	width: calc((100% - 4.615%) / 2);
}

.gps-item-row {
	display: flex;
	width: 100%;
}

.gps-link-head {
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	transition: .5s;
}

.gps-item-col .gps-link-head {
	height: 300px;
}

.gps-item-row .gps-link-head {
	flex-shrink: 0;
	height: 100%;
	width: 350px;
}

.lazyloaded [gps-item="ad"] .gps-link-head {
	background-image: url("../img/top-gps-ad.jpg");
}

.lazyloaded [gps-item="printing"] .gps-link-head {
	background-image: url("../img/top-gps-printing.jpg");
}

.lazyloaded [gps-item="other"] .gps-link-head {
	background-image: url("../img/top-gps-other.jpg");
}

.gps-link-ttl {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 160px;
	height: 160px;
	justify-content: center;
}

.gps-link-ttl::before {
	content: "";
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid var(--cmnblack);
	width: 112px;
	height: 112px;
	position: absolute;
	transition: .5s;
	top: 20px;
	left: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.gps-item-col .gps-link-ttl {
	top: 25px;
	left: 25px;
}

.gps-item-row .gps-link-ttl {
	top: 25px;
	left: 405px;
}

.gps-link-ttl .ttl {
	width: 100%;
	height: 100%;
	position: relative;
}

.gps-link-ttl .ttl1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: bold;
	font-size: 2.1rem;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 17px 4px 0 0;
	z-index: 2;
	justify-content: center;
	line-height: 1.3;
}

.gps-link-ttl .ttl2 {
	font-size: 2.5rem;
}

.gps-item-col .gps-link-body {
	padding: 30px 6.45% 40px;
}

.gps-item-row .gps-link-body {
	flex-grow: 1;
	padding: 50px 4.21%;
}

.gps-link-catch {
	color: var(--cmnblack);
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .02em;
	line-height: 1.43;
}

.gps-item-col .gps-link-catch {
	text-align: center;
}

.gps-item-row .gps-link-catch, .gps-item-row .gps-link-note {
	width: calc(100% - 185px);
	margin-left: auto;
}

.gps-link-note {
	color: var(--cmnblack);
	letter-spacing: .05em;
	line-height: 1.8;
}

.gps-item-col .gps-link-note {
	margin: 22px 0 0;
}

.gps-item-row .gps-link-note {
	margin-top: 20px;
}

.gps-link-point_wrap {
	align-items: center;
	display: flex;
	gap: 4.63%;
	margin: 30px 0 0;
}

.gps-link-point {
	align-items: center;
	display: flex;
	gap: 10px;
}

.gps-item-col .gps-link-point {
	margin: 22px 0 0;
}

.gps-item-row .gps-link-point {
	width: calc(100% - 29.89% - 4.63%);
}

.gps-link-point li {
	border-radius: 3px;
	background: #F4F7F7;
	color: var(--cmnblack);
	font-size: 1.7rem;
	letter-spacing: .03em;
	line-height: 1.7;
	padding: 17px 20px;
	text-align: center;
	width: calc((100% - 10px) / 2);
}

.gps-link-point .cmn-wave {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 3px 0 0;
}

.gps-item-col .cmn-btn2 {
	margin: 28px auto 0;
}

.gps-item-row .cmn-btn2 {
	width: 29.89%;
}

.gps-item-row .cmn-btn2 .cmn-btn2-inner {
	width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.gps-link {
		margin: 70px 0 0;
	}

	.gps-link-catch {
		font-size: 2.6rem;
	}

	.gps-link-point li {
		font-size: 1.6rem;
		padding: 17px 15px;
	}

	.gps-link-point .cmn-wave {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 768px) {
	.gps-area {
		margin: 60px 0 0;
		padding: 70px 0 60px;
		background: #717f95;
	}
	
	.gps-area.lazyloaded {
		background: #717f95 url(../img/top-gps-bg-sp.jpg) center top/100% auto no-repeat;
	}

	.gps-area .gps-catch {
		font-size: 2rem;
		line-height: 1.75;
		letter-spacing: .03em;
	}

	.gps-link {
		gap: 30px;
		margin: 30px 0 0;
	}

	.gps-link [class^="gps-item"] {
		border-radius: 6px;
		width: 100%;
	}

	.gps-item-row {
		flex-direction: column;
	}

	.gps-link-head {
		height: auto !important;
		aspect-ratio: 335/165;
		width: 100% !important;
	}

	.gps-link-ttl {
		width: 100px;
		height: 100px;
		top: 10px !important;
		left: 10px !important;
	}

	.gps-link-ttl::before {
		width: 70px;
		height: 70px;
		top: 15px !important;
		left: 15px !important;
	}

	[gps-item="other"] .gps-link-ttl::before {
		background: rgba(255, 255, 255, 0.9);
	}

	.gps-link-ttl .ttl {
		padding: 0 0 0 5px;
	}

	.gps-link-ttl .ttl1 {
		font-size: 1.4rem;
	}

	.gps-link-ttl .ttl2 {
		font-size: 1.6rem;
	}

	.lazyloaded [gps-item="ad"] .gps-link-head {
		background-image: url("../img/top-gps-ad-sp.jpg");
	}

	.lazyloaded [gps-item="printing"] .gps-link-head {
		background-image: url("../img/top-gps-printing-sp.jpg");
	}

	.lazyloaded [gps-item="other"] .gps-link-head {
		background-image: url("../img/top-gps-other-sp.jpg");
	}

	.gps-link-body {
		padding: 25px 20px 30px !important;
	}

	.gps-link-catch {
		font-size: 1.9rem;
		width: 100% !important;
		margin: 0 !important;
		text-align: center;
	}

	.gps-link-note {
		margin: 18px 0 0 !important;
		line-height: 1.86;
		font-size: 1.5rem;
		width: 100% !important;
	}

	.gps-link-point_wrap {
		display: block;
		margin: 0;
	}

	.gps-link-point {
		flex-direction: column;
		gap: 15px;
		margin: 20px auto 0;
		width: 100% !important;
	}

	.gps-link-point li {
		font-size: 1.5rem;
		letter-spacing: .03em;
		line-height: 1.8;
		padding: 12px 10px 10px;
		width: 100%;
	}

	.gps-link-point .cmn-wave {
		font-size: 1.5rem;
		padding-bottom: 5px;
	}

	.gps-item-row .cmn-btn2 {
		width: 100%;
		margin: 25px auto 0;
	}
}

/* -----------------------------------------------------------
    posting-area
-------------------------------------------------------------- */
.posting-area {
	margin: 120px 0 0;
}

.posting-area .posting-top-wrap {
	display: flex;
	gap: 3%;
	justify-content: space-between;
}

.posting-area .posting-top {
	overflow: hidden;
	width: 48.5%;
	border: #eaeded solid 5px;
	border-radius: 6px;
}

.posting-area .posting-top:hover {
	border-color: var(--sub2);
}

.posting-area .posting-top-txt {
	padding: 25px;
	text-align: center;
}

.posting-area .posting-top-img {
	width: 100%;
	height: 170px;
}

.posting-area .posting-top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.posting-area .posting-top-ttl {
	font-size: 3.5rem;
	font-weight: bold;
	padding: 30px 0 0;
	text-align: center;
	color: var(--cmnblack);
}

.posting-area .posting-top-note {
	font-size: 1.7rem;
	line-height: 1.88;
	padding: 20px 20px 28px;
	text-align: center;
	letter-spacing: .03em;
	color: var(--cmnblack);
}

.posting-area .posting-btm-wrap {
	display: flex;
	margin: 70px 0 0;
	gap: 2.3%;
	justify-content: space-between;
}

.posting-area .posting-btm-wrap .posting-btm:nth-child(3) .posting-btm-img {
	padding-left: 5px;
}

.posting-area .posting-btm {
	overflow: hidden;
	width: 31.8%;
	border: #eaeded solid 5px;
	border-radius: 6px;
}

.posting-area .posting-btm:hover {
	border-color: var(--sub2);
}

.posting-area .posting-btm-txt {
	padding: 10px 20px 30px;
	text-align: center;
}

.posting-area .posting-btm-img {
	width: 314px;
	height: 170px;
	margin: 5px auto 0;
}

.posting-area .posting-btm-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.posting-area .posting-btm-ttl {
	font-size: 3.2rem;
	font-weight: bold;
	color: var(--cmnblack);
}

.posting-area .posting-btm-note {
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 20px 0 0;
	letter-spacing: .03em;
	color: var(--cmnblack);
	flex-grow: 1;
}

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

	.posting-area .posting-top-wrap {
		gap: 22px;
		flex-wrap: wrap;
	}

	.posting-area .posting-top {
		width: 100%;
	}

	.posting-area .posting-top-txt {
		padding: 23px 15px;
	}

	.posting-area .posting-top-img {
		float: left;
		width: 50%;
		height: auto;
		aspect-ratio: 167.5/110;
	}

	.posting-area .posting-top-ttl {
		font-size: 2.1rem;
		line-height: 1.3;
		display: flex;
		float: right;
		width: 50%;
		padding: 0 0 0 20px;
		text-align: left;
		aspect-ratio: 167.5/110;
		align-items: center;
	}

	.posting-area .posting-top-note {
		font-size: 1.5rem;
		line-height: 1.73;
		float: left;
		width: 100%;
		padding: 20px 15px;
	}

	.posting-area .posting-btm-wrap {
		margin: 22px 0 0;
		gap: 22px;
		flex-wrap: wrap;
	}

	.posting-area .posting-btm {
		display: flex;
		width: 100%;
		align-items: center;
	}

	.posting-area .posting-btm-txt {
		padding: 0;
		text-align: left;
	}

	.posting-area .posting-btm-img {
		width: 50%;
		height: auto;
		margin: 0;
		aspect-ratio: 167.5/90;
		flex-shrink: 0;
	}

	.posting-area .posting-btm-ttl {
		font-size: 2.1rem;
		line-height: 1.24;
		padding: 0 0 0 25px;
	}
}

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

.flow-area .top-cmn-ttl {
	display: flex;
	padding: 0 0 35px;
	align-items: center;
	gap: 20px;
}

.flow-area .top-cmn-ttl::before {
	bottom: 0;
	left: 7px;
}

.flow-area .top-cmn-ttl .deco {
	bottom: 0;
}

.flow-area .top-cmn-ttl .en {
	padding: 10px 0 0;
}

.flow-area .flow-catch {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 28px 0 0;
	letter-spacing: .02em;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.flow-area .flow-catch {
		font-size: 2.8rem;
	}
}

.flow-area .flow-img {
	position: relative;
	overflow: hidden;
	width: 41.25%;
	max-height: 1004px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	flex-shrink: 0;
	aspect-ratio: 660/946;
}

.flow-area .flow-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.flow-area .flow-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6%;
}

.flow-area .flow-contents {
	padding: 30px calc((100% - 1300px) / 2) 30px 0;
}

.flow-area .flow-btn {
	margin: 10px 0 0;
}

.flow-accordion {
	margin: 60px 0 0;
	position: relative;
}

.flow-accordion::before {
	content: "";
	left: 17.5px;
	top: 0;
	border-left: 2px dotted var(--main);
	height: calc(100% - 100px);
	width: 1px;
	position: absolute;
}

.flow-accordion .flow-box {
	transition: .5s;
	margin: 20px 0 0;
}

.flow-box-wrap .flow-box:first-of-type {
	margin: 0;
}

.flow-accordion .title {
	color: var(--main);
	line-height: 1;
	letter-spacing: .05em;
	width: 100%;
	transition: .5s;
	font-size: 2.7rem;
	font-weight: bold;
}

.flow-accordion .title:hover {
	color: var(--main);
}

.flow-accordion .quest {
	display: flex;
	gap: 15px;
	position: relative;
	padding: 0 0 0 70px;
	justify-content: space-between;
	width: 100%;
	transition: .5s;
}

@media screen and (min-width: 769px) {
	.flow-accordion .quest {
		pointer-events: none;
	}
}

.flow-accordion .quest .num-wrap {
	position: absolute;
	top: 0;
	left: 0;
}

.flow-accordion .num {
	position: relative;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	padding: 2px 0 0;
}

.flow-accordion .num::before {
	content: "";
	background: #fff;
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	transform: rotate(45deg);
	top: -5px;
	border: 1px solid var(--main);
}

.flow-accordion .num span {
	position: relative;
	font: 700 2.4rem /1 var(--serif);
	color: var(--main);
	display: block;
	z-index: 2;
	padding: 1px 0 0 1px;
}

.flow-accordion .answer {
	padding: 20px 0 40px 70px;
}

.flow-accordion .answer-txt p {
	line-height: 1.625;
	letter-spacing: .07em;
}

.flow-accordion .answer-txt a {
	color: var(--main);
	text-decoration: underline;
}

.flow-accordion .answer-txt a:hover {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	.flow-accordion-icon {
		display: none;
	}
}

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

	.flow-area .top-cmn-ttl {
		margin: 0 0 20px;
		padding: 0 0 25px;
	}

	.flow-area .top-cmn-ttl::before {
		top: auto;
		right: auto;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
	}

	.flow-area .top-cmn-ttl .deco {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.flow-area .flow-catch {
		font-size: 2.3rem;
		line-height: 1.6;
		margin: 15px 0 0;
		text-align: center;
		letter-spacing: .05em;
	}

	.flow-area .flow-img {
		width: 100%;
		min-height: unset;
		max-height: unset;
		border-radius: 0;
		aspect-ratio: 750/355;
	}

	.flow-area .flow-inner {
		display: block;
		height: auto;
	}

	.flow-area .flow-contents {
		width: 100%;
		margin: 0 auto;
		padding: 45px 0 0;
	}

	.flow-area .flow-btn {
		margin: 35px 0 0;
	}

	.flow-area .cmn-btn2 {
		margin: 0 auto;
	}

	.flow-contents .flow-cmn-ttl {
		padding: 12px 15px;
		margin: 0 0 15px;
		font-size: 2.2rem;
	}

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

	.flow-accordion::before {
		display: none;
	}

	.flow-accordion .flow-box {
		border: 1px solid var(--border1);
		border-radius: 4px;
	}

	.flow-accordion .flow-box a {
		position: relative;
	}

	.flow-accordion .flow-box .title {
		color: var(--cmnblack);
		font-size: 1.9rem;
		line-height: 1;
	}

	.flow-accordion .quest .num-wrap {
		position: static;
		margin: 5px 0 0;
	}

	.flow-accordion .num {
		width: 22px;
		height: 22px;
		padding: 0;
	}

	.flow-accordion .num::before {
		width: 22px;
		height: 22px;
		top: -4px;
	}

	.flow-accordion .num span {
		font-size: 1.5rem;
	}

	.flow-accordion .quest {
		align-items: center;
		gap: 10px;
		padding: 15px 15px 13px 15px;
		line-height: 1;
	}

	.flow-accordion .quest::before {
		font-size: 2.3rem;
		top: 21px;
		height: 28px;
		line-height: 28px;
		left: 4px;
		width: 28px;
	}

	.flow-accordion .answer {
		display: none;
		padding: 0 15px 20px 50px;
	}

	.flow-accordion .answer::before {
		font-size: 2.3rem;
		top: 27px;
		height: 28px;
		line-height: 28px;
		left: 6px;
		width: 28px;
	}

	.flow-accordion .answer-txt {
		color: #666;
		width: 100%;
	}

	.flow-accordion .answer-txt p {
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.flow-accordion-icon {
		height: 17px;
		padding: 8px 0 0 0;
		position: relative;
		width: 17px;
	}

	.flow-open .flow-accordion-icon {
		display: none;
	}

	.flow-accordion-icon::before, .flow-accordion-icon::after {
		background-color: var(--cmnblack);
		content: "";
		height: 1px;
		position: absolute;
		width: 100%;
		transition: all .3s;
	}

	.flow-accordion-icon::before {
		transform: rotate(0deg);
	}

	.flow-accordion-icon::after {
		transform: rotate(90deg);
	}

	.quest.flow-accordion-active .flow-accordion-icon::after {
		transform: rotate(180deg);
	}
}

/* -----------------------------------------------------------
   button-area
-------------------------------------------------------------- */
.button-area {
	margin: 130px 0 0;
}

.button-area .button-inner {
	display: flex;
	justify-content: space-between;
	gap: 5.38%;
}

.button-area .button-inner a {
	border-radius: 6px;
	border: 5px solid #EAEDED;
	align-items: center;
	display: flex;
	width: calc((100% - 5.38%) / 2);
	overflow: hidden;
}

.button-area .button-inner a:hover {
	border-color: var(--sub2);
}

.button-area .button-img {
	aspect-ratio: 325/250;
	width: 52.845%;
	overflow: hidden;
	height: 100%;
}

.button-area .button-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .7s;
}

@media screen and (min-width: 769px) {
	.button-area .button-inner a:hover img {
		transform: scale(1.07);
	}
}

.button-area .button-ttl {
	color: var(--cmnblack);
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: .03em;
	position: relative;
}

.button-inner a:first-of-type .button-ttl {
	padding: 20px 20px 20px 0;
}

.button-inner a:nth-of-type(2) .button-ttl {
	padding: 20px 50px 20px 30px;
}

.button-area .button-ttl span {
	display: block;
	font-size: 1.9rem;
}

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

	.button-area .button-inner {
		flex-direction: column;
		gap: 30px;
	}

	.button-area .button-inner a {
		align-items: center;
		border: none;
		border-radius: 0;
		display: flex;
		width: 100%;
	}

	.button-area .button-inner a::before {
		font-size: 1.4rem;
		right: 10px;
	}

	.button-area .button-ttl {
		font-size: 1.8rem;
		padding: 0 0 0 18px !important;
	}

	.button-area .button-ttl span {
		display: block;
		font-size: 1.5rem;
		margin: 0 0 13px;
	}

	.button-area .button-img {
		aspect-ratio: 160/150;
		border-radius: 4px;
		flex-shrink: 0;
		overflow: hidden;
		width: 47.76%;
	}
}

/* -------------------------------------------------------------
    news-area   標準仕様
-------------------------------------------------------------- */
#top .ninews-area {
	margin: 110px 0 0 0;
}

#top .ninews-item .ninews-cate {
	transition: .5s;
}

#top .ninews-item a:hover .ninews-cate {
	border-color: var(--sub2);
	color: var(--sub2);
}

#top .ninews-area .ninews-inner {
	gap: 20px;
}

#top .ninews-area .ninews-head {
	width: 260px;
}

#top .ninews-area .top-cmn-ttl .ja {
	font-size: 2.5rem;
	transform: none !important;
}

#top .ninews-area .ninews-head-link {
	color: var(--cmnblack);
	font-size: 1.6rem;
	padding: 0 16px 0 0;
	position: relative;
	margin: 20px 0 0;
}

#top .ninews-area .ninews-head-link:hover {
	color: var(--sub2);
	text-decoration: underline;
}

#top .ninews-area .ninews-head-link::before {
	content: "\f105";
	font: 900 1.4rem/1 var(--webicon);
	right: 0;
	position: absolute;
}

#top .ninews-area .ninews-list {
	width: 1040px;
}

#top .ninews-area .ninews-list .ninews-item:nth-child(n+2) {
	display: none;
}

#top .ninews-area .ninews-date {
	color: var(--gray2);
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: .07em;
	transition: .5s;
}

#top .ninews-item a:hover .ninews-date {
	color: var(--sub2);
}

#top .ninews-area .ninews-cate-wrap .ninews-cate:nth-child(n+3) {
	display: none;
}

#top .ninews-area .ninews-title {
	color: var(--cmnblack);
	font-size: 1.8rem;
	letter-spacing: .05em;
	line-height: 1.5;
}

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

	#top .ninews-area .ninews-head {
		margin: 0 0 25px;
		width: 100%;
	}

	#top .ninews-area .top-cmn-ttl .ja {
		font-size: 2.1rem;
	}

	#top .ninews-area .ninews-head-link {
		font-size: 1.4rem;
		margin: 0;
		gap: 7px;
		padding: 12px 14px 8px;
	}

	#top .ninews-area .ninews-list {
		width: 100%;
	}
}

/* -------------------------------------------------------------
    news-area   ninews-no-thumb サムネイルなし
-------------------------------------------------------------- */
#top .ninews-no-thumb .ninews-title::before {
	content: "\f105";
	color: var(--cmnblack);
	font: 900 1.4rem/1 var(--webicon);
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#top .ninews-no-thumb .ninews-item a {
	border-bottom: 1px solid var(--border2);
	gap: 35px;
	padding: 7px 0 27px 10px;
}

#top .ninews-no-thumb .ninews-item a::before {
	background: var(--sub2);
	bottom: -1px;
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	transition: .5s;
}

#top .ninews-no-thumb .ninews-item a:hover::before {
	width: 100%;
	transition: .5s;
}

#top .ninews-no-thumb .ninews-title {
	padding: 0 35px 0 0;
	transition: .5s;
}

#top .ninews-no-thumb .ninews-item a:hover .ninews-title {
	color: var(--sub2);
}

#top .ninews-no-thumb .ninews-item a:hover .ninews-title::before {
	color: var(--sub2);
	right: 0;
}

#top .ninews-no-thumb .ninews-elements {
	gap: 25px;
}

@media screen and (max-width: 768px) {
	#top .ninews-no-thumb .ninews-item:not(:last-child) {
		margin-bottom: 18px;
	}

	#top .ninews-no-thumb .ninews-item a {
		padding: 0 0 18px;
	}

	#top .ninews-no-thumb .ninews-elements {
		gap: 15px;
	}

	#top .ninews-no-thumb .ninews-title {
		font-size: 1.7rem;
		padding: 0 18px 0 0;
		margin: 20px 0 0;
	}

	#top .ninews-area .ninews-title::before {
		font-size: 1.3rem;
		top: 53%;
	}
}

/* -------------------------------------------------------------
    news-area   ninews-have-thumb サムネイルあり
-------------------------------------------------------------- */
#top .ninews-have-thumb.ninews-list {
	gap: 20px;
}

#top .ninews-have-thumb .ninews-item {
	width: calc((100% - 20px) / 2);
}

#top .ninews-have-thumb .ninews-item a {
	gap: 20px;
}

#top .ninews-thumb__img {
	width: 240px;
	height: 180px;
}

#top .ninews-thumb__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

#top .ninews-have-thumb a:hover img {
	transform: scale(1.15);
}

#top .ninews-thumb__elements {
	gap: 10px;
	width: calc(100% - 240px - 20px);
}

#top .ninews-have-thumb .ninews-title {
	-webkit-line-clamp: 2;
	max-height: 50px;
}

#top .ninews-have-thumb .ninews-elements {
	gap: 12px;
}

@media screen and (max-width: 768px) {
	#top .ninews-have-thumb .ninews-item {
		width: 100%;
	}

	#top .ninews-have-thumb .ninews-item a {
		gap: 15px;
	}

	#top .ninews-thumb__img {
		width: 45%;
		height: auto;
		aspect-ratio: 3/2;
	}

	#top .ninews-thumb__elements {
		gap: 5px;
		width: calc(45% - 15px);
	}

	#top .ninews-have-thumb .ninews-elements {
		gap: 8px 10px;
	}
}

/* -----------------------------------------------------------
    works-area
-------------------------------------------------------------- */
.works-area {
	background: #f5f9f9;
	margin: 115px 0 0;
	padding: 100px 0 60px;
	position: relative;
}

.lazyloaded.works-area {
	background: #f6f9f9 url(../img/top-works-bg.png)right top/auto 100% no-repeat;
}

.works-area .works-header {
	display: flex;
	align-items: center;
}

.works-area .top-cmn-ttl {
	padding: 0 70px 0 0;
	margin: 0 45px 0 0;
}

.works-area .top-cmn-ttl .en {
	padding: 12px 0 3px;
}

.works-area .top-cmn-ttl .deco {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.works-area .works-catch {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.428;
}

.works-area .works-btn {
	align-items: center;
	display: flex;
	left: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 130px;
	justify-content: flex-end;
}

.works-area .cmn-btn2-inner {
	width: 240px;
	height: 74px;
	padding: 0 3px 0 0;
}

@media screen and (max-width: 768px) {
	.works-area {
		margin: 60px 0 0;
		padding: 60px 0;
	}

	.lazyloaded.works-area {
		background: #f6f9f9 url("../img/top-works-bg-sp.png")top left/100% auto no-repeat;
	}

	.works-area .works-header {
		display: block;
	}

	.works-area .top-cmn-ttl {
		padding: 0 0 25px;
		margin: 0 0 20px;
	}

	.works-area .top-cmn-ttl .en {
		padding: 10px 0 0;
	}

	.works-area .top-cmn-ttl .deco {
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
		bottom: 0;
		left: 50%;
	}

	.works-area .works-catch {
		font-size: 2.3rem;
		line-height: 1.6;
		text-align: center;
	}

	.works-area .works-btn {
		position: static;
		width: 100%;
		margin: 30px auto 0;
		justify-content: center;
	}

	.works-area .cmn-btn2-inner {
		border-color: #E2E7E7;
		height: 70px;
		width: 300px;
	}
}

/* -----------------------------------------------------------
   niwork-top__list
-------------------------------------------------------------- */
.niwork-top__scroll {
	overflow-x: scroll;
	margin: 60px 0 0;
}

.niwork-top__list {
	display: flex;
	padding: 0 0 40px 40px;
}

.niwork-top__item {
	flex-shrink: 0;
	width: 720px;
	position: relative;
}

.niwork-top__link {
	border: #EAEDED solid 5px;
	border-radius: 6px;
	background: #fff;
	display: block;
	padding: 45px 50px;
	position: relative;
	height: 100%;
	width: 680px;
}

.niwork-top__link:hover {
	border-color: var(--sub2);
}

.niwork-top__ttl {
	color: var(--cmnblack);
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: .05em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 13px 0 0;
}

.niwork-top__link .works-cate {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.niwork-top__link .works-cate-main {
	align-items: center;
	background: var(--main);
	color: #fff;
	font-size: 1.7rem;
	display: flex;
	padding: 10px 12px;
	line-height: 1;
}

.niwork-top__link .works-cate-service {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.niwork-top__link .works-cate-service .tag {
	color: var(--main);
	line-height: 1;
	padding: 0 0 0 16px;
	position: relative;
}

.niwork-top__link .works-cate-service .tag::before {
	content: "";
	background: var(--main);
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	top: 3px;
	position: absolute;
	left: 0;
}

.niwork-top__link .works-client {
	display: flex;
	border: 1px solid var(--border2);
	border-width: 1px 0;
	gap: 18px;
	padding: 18px 0;
	margin: 20px 0 0;
}

.niwork-top__link .works-client dt {
	color: var(--border2);
	font: 700 2.4rem /1 var(--serif);
	flex-shrink: 0;
}

.niwork-top__link .works-client dd {
	color: var(--cmnblack);
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .03em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.niwork-top__link .works-table {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	margin: 35px 0 0;
}

.niwork-top__link .works-table dl {
	align-items: flex-start;
	display: flex;
	color: var(--cmnblack);
	gap: 15px;
	flex-grow: 1;
	min-width: calc((100% - 15px) / 2);
	height: 60px;
}

.niwork-top__link .works-table dt {
	align-items: center;
	background: #F2F5F5;
	border-radius: 2px;
	color: var(--gray3);
	display: flex;
	flex-shrink: 0;
	font-size: 1.7rem;
	font-weight: 500;
	justify-content: center;
	height: 100%;
	width: 115px;
}

.niwork-top__link .works-table dd {
	align-items: center;
	display: flex;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: 0;
	width: 135px;
	height: 100%;
}

.niwork-top__link .handout-dd {
	width: 100%;
}

.niwork-top__link .table-txt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 52px;
}

.niwork-top__link .handout-txt {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.niwork-top__link .works-table p {
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.niwork-top__scroll {
		margin: 25px 0 0;
	}

	.niwork-top__list {
		padding: 0 0 15px 20px;
	}

	.niwork-top__item {
		border: none;
		flex-shrink: 0;
		width: 325px;
	}

	.niwork-top__link::before {
		font-size: 1.6rem;
		bottom: 20px;
		right: 20px;
	}

	.niwork-top__link {
		border-color: #E2E7E7;
		border-radius: 4px;
		padding: 25px 20px;
		width: 300px;
	}

	.niwork-top__link .works-cate {
		gap: 14px;
	}

	.niwork-top__link .works-cate-main {
		font-size: 1.5rem;
		padding: 8px 10px;
	}

	.niwork-top__link .works-cate-service {
		font-size: 1.5rem;
		gap: 15px;
	}

	.niwork-top__link .works-cate-service .tag {
		padding: 0 0 0 12px;
	}

	.niwork-top__link .works-cate-service .tag::before {
		width: 7px;
		height: 7px;
		top: 4px;
	}

	.niwork-top__ttl {
		font-size: 2rem;
		letter-spacing: .03em;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		max-height: 60px;
		white-space: wrap;
		margin: 20px 0 0;
	}

	.niwork-top__link .works-client {
		flex-direction: column;
		gap: 8px;
		padding: 14px 0 15px;
	}

	.niwork-top__link .works-client dt {
		font-size: 1.5rem;
	}

	.niwork-top__link .works-client dd {
		font-size: 1.7rem;
		letter-spacing: .03em;
		padding: 1px 0 0;
	}

	.niwork-top__link .works-table {
		margin: 25px 0 0;
	}

	.niwork-top__link .works-table dl {
		height: 40px;
		gap: 12px;
	}

	.niwork-top__link .works-table dt {
		font-size: 1.4rem;
		width: 88px;
	}

	.niwork-top__link .works-table dd {
		font-size: 1.5rem;
		line-height: 1.32;
	}

	.niwork-top__link .works-table dd p {
		line-height: 1.32;
	}
}

/* -----------------------------------------------------------
    BeforeAfter画像
-------------------------------------------------------------- */
.niwork-top__bawrap {
	align-items: center;
	display: flex;
	gap: 5%;
}

.niwork-top__ba {
	flex-shrink: 0;
}

[data-worktop_ba="before"] {
	width: 38%;
	position: relative;
}

.single-image [data-worktop_ba="before"] {
	display: none;
}

[data-worktop_ba="after"] {
	width: 57%;
}

.single-image [data-worktop_ba="after"] {
	margin: 0 auto;
}

[data-worktop_ba="before"]::before {
	border-style: solid;
	border-width: 22px 0 22px 11px;
	border-color: transparent transparent transparent #ddd;
	content: "";
	right: -19px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
}

.niwork-top__ba .baimgwrap {
	position: relative;
}

.niwork-top__ba .baimgwrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}

.niwork-top__ba .baimg {
	aspect-ratio: 3/2;
	width: 100%;
}

.niwork-top__ba img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.niwork-top__ba .bacap {
	color: #fff;
	font-family: var(--serif);
	left: 0;
	top: 0;
	position: absolute;
	padding: 6px 10px 7px;
}

[data-worktop_ba="before"] .bacap {
	background: var(--gray);
	font-size: 1.3rem;
	position: absolute;
}

[data-worktop_ba="after"] .bacap {
	background: var(--main);
	font-size: 1.7rem;
}

.single-image [data-worktop_ba="after"] .bacap {
	display: none;
}

@media screen and (max-width: 768px) {
	.niwork-top__bawrap {
		gap: 30px;
		flex-direction: column;
	}

	[data-worktop_ba="before"] {
		width: 70%;
	}

	[data-worktop_ba="after"] {
		width: 100%;
	}

	[data-worktop_ba="before"]::before {
		border-color: #ddd transparent transparent transparent;
		border-width: 12px 20px 0px 20px;
		bottom: -20px;
		right: 0;
		left: 50%;
		top: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.niwork-top__ba .bacap {
		padding: 4px 8px 5px;
	}

	[data-worktop_ba="before"] .bacap {
		font-size: 1.2rem;
	}

	[data-worktop_ba="after"] .bacap {
		font-size: 1.5rem;
	}
}