@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
	width: 100%;
	container-type: inline-size;
	overflow: hidden;
	color: #fff;
	text-align: left;
}
#top_ttl picture {
	display: block;
	position: relative;
	z-index: 1;
}
#top_ttl picture img {
	display: block;
	width: 100%;
	height: auto;
}
/* 見出し */
#top_ttl h1 {
	position: absolute;
	z-index: 2;
	top: 6.5%;
	left: 7%;
	margin: 0;
	padding: 0 0 1.2%;
	width: 56%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	font-size: 3.45cqw;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.04em;
	white-space: nowrap;
}
#top_ttl .txt {
	position: absolute;
	z-index: 2;
	left: 7%;
	margin: 0;
	width: 58%;
	color: #fff;
	font-size: 1.18cqw;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
/* 1つ目の説明文 */
#top_ttl .txt:not(.txt02) {
	top: 35%;
}
/* 2つ目の説明文 */
#top_ttl .txt02 {
	top: 46%;
}
#top_about .info {
	width: 438px;
}
#top_about .info .txt {
	font-size: 110%;
}
#top_about .list {
	width: 620px;
}
#top_about .list dl {
	background: #efebe1;
	margin-bottom: 10px;
	border-radius : 8px;
	display: flex;
	align-items: center;
	padding: 16px 0;
}
#top_about .list dl:last-of-type {
	margin-bottom: 0;
}
#top_about .list dl dt {
	position: relative;
	font-size: 24px;
	width: 180px;
	text-align: center;
}
#top_about .list dl dt::before {
	content: "";
	position: absolute;
	right: 0;
	top: -20px;
	width: 2px;
	background: #fff;
	height: calc(100% + 40px);
}
#top_about .list dl dd {
	font-size: 110%;
	width: calc(100% - 180px);
	padding: 20px;
}
#top_worries .bg {
	color: #fff;
	padding-bottom: 90px;
}
#top_worries .bg:before {
	background: #222 url("../img/top/bg-worries.png") no-repeat left top / 100% auto;
}
#top_worries .bg h2.sub {
	border-bottom: none;
	padding-bottom: 0;
}
#top_worries .bg h2.sub .jp {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#top_worries .bg .txt {
	font-size: 110%;
}
#top_worries .bg ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px 19px;
	margin-top: 60px;
	counter-reset: num;
}
#top_worries .bg ul li {
	position: relative;
	background: #fff;
	width: 354px;
	color: #222;
	border-radius : 10px;
	padding: 20px 20px 20px 90px;
	font-size: 22px;
	line-height: 1.5;
}
#top_worries .bg ul li:nth-of-type(2) {
	top: -40px;
}
#top_worries .bg ul li::before {
	content: "";
	background: url("../img/top/fukidashi.png") no-repeat center / 100% auto;
	width: 40px;
	height: 39px;
	position: absolute;
	left: 50px;
	bottom: -30px;
}
#top_worries .bg ul li:nth-of-type(3)::before, #top_worries .bg ul li:nth-of-type(5)::before  {
	left: auto;
	right: 50px;
	transform: rotate(95deg);
}
#top_worries .bg ul li::after {
	counter-increment: num;
	content: counter(num, decimal-leading-zero);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
	color: #fff;
	font-size: 32px;
	line-height: 1;
	font-style: italic;
	padding-right: 5px;
	padding-bottom: 4px;
	box-sizing: border-box;
	position: absolute;
	top: 26px;
	left: 20px;
}
#top_worries .comment {
	position: relative;
	padding: 60px 0 40px;
	color: #fff;
}
#top_worries .comment:before {
	background: var(--color-primary);
}
#top_worries .comment:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	margin-left: -43px;
	border: 43px solid transparent;
	border-top: 40px solid #222;
}
#top_worries .comment .img {
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_worries .comment .txt {
	padding-left: 230px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#top_reason {
	padding-top: 40px;
	padding-bottom: 70px;
}
#top_reason::before {
	background: url("../img/top/cs-txt-org.png") no-repeat center bottom -2px;
}
@media only screen and (max-width: 1250px) { /* 小さいPC */
	#top_reason::before {
		background-size: calc(100% + 10px) auto;
	}
}
#top_reason h2 {
	font-size: 45px;
	line-height: 1;
}
#top_reason h2 .pri {
	font-size: 69px;
	font-style: italic;
	margin-right: 10px;
}
#top_reason .list {
	counter-reset: num-reason;
}
#top_reason .box {
	padding: 65px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#top_reason .box:nth-of-type(even) {
	flex-direction: unset;
}
#top_reason .box:nth-of-type(even)::before {
	background: #efebe1;
}
#top_reason .box .img {
	width: 620px;
}
#top_reason .box .info {
	width: 438px;
}
#top_reason .box .info h3 {
	border-bottom: 1px solid;
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
	line-height: 1.5;
}
#top_reason .box .info h3::before, #top_reason .box .info h3::after {
	content: "Reason";
	color: var(--color-primary);
	font-size: 18px;
	line-height: 1;
	font-style: italic;
	position: absolute;
	top: 2px;
	left: 6px;
	font-weight: bold;
}
#top_reason .box .info h3::after {
	counter-increment: num-reason;
	content: counter(num-reason, decimal-leading-zero);
	font-size: 59px;
	top: 16px;
	left: 0;
}
#top_reason .box .info .txt {
	font-size: 110%;
	line-height: 2;
}
#top_case {
	color: #fff;
}
#top_case::before {
	background: #222 url("../img/top/bg-case.png") no-repeat right top / 810px auto;
}
#top_case .msg {
	align-items: flex-start;
	margin-bottom: 40px;
}
#top_case .msg .info {
	width: 438px;
}
#top_case .msg .info .txt {
	font-size: 110%;
	line-height: 2;
}
#top_case .msg .nums {
	width: 620px;
	gap: 20px 0;
}
#top_case .msg .nums .num {
	width: 300px;
	border-radius: 10px;
	background: #fff;
	color: #222;
	padding: 19px;
}
#top_case .msg .nums .num:nth-of-type(2) {
	padding-top: 38px;
}
#top_case .msg .nums .num .txt01 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 14px;
}
#top_case .msg .nums .num .txt02 {
	font-size: 35px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 15px;
}
#top_case .msg .nums .num .txt02 .pri {
	font-size: 79px;
	font-style: italic;
}
#top_case .msg .nums .num .waku {
	background: #efebe1;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.6;
	padding: 8px 0;
}
#top_case .msg .nums dl {
	border-radius: 10px;
	background: #fff;
	width: 100%;
	padding: 19px;
}
#top_case .msg .nums dl dt {
	background: var(--color-primary);
	text-align: center;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
#top_case .msg .nums dl dd {
	color: #222;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.55;
}
#top_case .list{
	counter-reset: case-num;
}
#top_case .list .box {
	border-radius : 10px;
	background: #fff;
	width: 353px;
	color: #222;
	overflow: hidden;
}
#top_case .list .box .img {
	position: relative;
	color: #fff;
	height: 143px;
	background: url("../img/top/case-bg01.jpg") no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 33px;
	font-weight: bold;
	text-shadow : 0px 0px 3px rgba(0, 0, 0, 0.75), 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#top_case .list .box .img::before {
	content: "導入事例";
	position: absolute;
	font-size: 19px;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 116px;
	background: var(--color-primary);
	color: #fff;
	text-shadow: none;
	padding-left: 14px;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
#top_case .list .box .img::after {
	counter-increment: case-num;
	content: counter(case-num);
	position: absolute;
	right: 15px;
	bottom: -15px;
	line-height: 1;
	font-size: 79px;
	color: #fff;
	text-shadow: none;
	font-style: italic;
	font-family: var(--font-en);
}
#top_case .list .box:nth-of-type(2) .img {
	background-image: url("../img/top/case-bg02.jpg")
}
#top_case .list .box:nth-of-type(3) .img {
	background-image: url("../img/top/case-bg03.jpg")
}
#top_case .list .box .in {
	padding: 18px;
}
#top_case .list .box .in dl:not(.waku) {
	display: flex;
	align-items: center;
	font-weight: 500;
	border-bottom: 1px dashed #222;
	width: calc(100% - 35px);
	margin: 0 auto 20px;
	padding-bottom: 20px;
}
#top_case .list .box .in dl.nm {
	margin-bottom: 0;
	border-bottom: none;
}
#top_case .list .box .in dl:not(.waku) dt {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #fff;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-size: 16px;
}
#top_case .list .box .in dl:not(.waku) dd {
	width: calc(100% - 58px);
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.5;
}
#top_case .list .box .in .waku {
	background: #efebe1;
	padding: 17.5px;
	font-weight: 500;
}
#top_case .list .box .in .waku dt {
	background: var(--color-primary);
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}
#top_case .list .box .in .waku dd {
	font-size: 33px;
	line-height: 1.3;
}
#top_voice::before {
	background: var(--color-primary);
}
#top_voice::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	margin-left: -43px;
	border: 43px solid transparent;
	border-top: 40px solid #222;
}
#top_voice h2 {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 1;
}
#top_voice h2 span {
	position: relative;
	display: inline-block;
}
#top_voice h2 span::before, #top_voice h2 span::after {
	content: "";
	width: 42px;
	height: 2px;
	position: absolute;
	bottom: 22px;
	left: -40px;
	background: #222;
	transform: rotate(60deg);
}
#top_voice h2 span::after {
	left: auto;
	right: -40px;
	transform: rotate(-60deg);
}
#top_voice .box {
	background: #fff;
	border-radius: 10px;
	width: 540px;
	padding: 30px 50px;
}
#top_voice .box .label {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
#top_voice .box .label span {
	color: #fff;
	display: inline-block;
	background: var(--color-primary);
	border-radius : 17px;
	padding: 3px 12px;
}
#top_voice .box dl dt {
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#top_voice .box dl dd {
	font-size: 16px;
}
#top_service {
	padding-bottom: 270px;
}
#top_service::before {
	top: auto;
	bottom: 0;
	height: 367px;
	background: url("../img/top/bg-service.png") no-repeat center top / cover;
}
#top_service h2.sub {
	border-bottom: none;
	padding-bottom: 0;
}
#top_service h2.sub .jp {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #222;
}
#top_service .txt {
	font-size: 16px;
}
#top_service ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 990px;
	gap: 15px;
	margin: 0 auto 30px;
}
#top_service ul li {
	background: var(--color-primary);
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 1px;
	border-radius : 22px;
	padding: 0 23px 1px;
}
#top_difference::before {
	background: #efebe1;
}
#top_difference h2 {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 30px;
}
#top_difference .list {
	margin-bottom: 30px;
}
#top_difference .box {
	width: 540px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
#top_difference .box .img {
	position: relative;
}
#top_difference .box .img span {
	display: inline-block;
	width: 166px;
	background: var(--color-primary);
	position: absolute;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-radius : 0px 0px 4px 4px;
	letter-spacing : 1.4px;
	padding: 3px 0;
}
#top_difference .box .in {
	padding: 24px;
}
#top_difference .box .in h3 {
	font-size: 41px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}
#top_difference .box .in .txt {
	font-size: 22px;
	min-height: 3.6em;
	margin-bottom: 10px;
}
#top_difference .box .in .waku {
	background: #efebe1;
	padding: 15px 25px;
	font-size: 16px;
}
#top_difference .about {
	display: flex;
	align-items: center;
}
#top_difference .about dt {
	font-size: 26px;
	font-weight: 500;
	width: 274px;
	position: relative;
}
#top_difference .about dd {
	width: calc(100% - 274px);
	border-left: 1px solid;
	font-size: 16px;
	padding-left: 25px;
}
#top_area {
	color: #fff;
	position: relative;
}
#top_area::before {
	background: #222;
}
#top_area .info {
	width: 578px;
}
#top_area .info .txt {
	font-size: 15.6px;
	margin-bottom: 30px;
}
#top_area .info .waku {
	border: 1px solid #fff;
	padding: 5px 8px;
	font-size: 14px;
}
#top_area .img {
	position: absolute;
	right: 0;
	top: 110px;
}
#top_scene::before {
	background: url("../img/top/bg-scene.jpg") no-repeat center bottom / cover;
}
#top_scene h2.sub {
	border-bottom: none;
	padding-bottom: 0;
}
#top_scene h2.sub .en, #top_scene h2.sub .jp {
	display: inline-block;
	color: #fff;
}
#top_scene h2.sub .jp {
	margin-left: 20px;
}
#top_scene .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 292px);
	gap: 10px 0;
	width: 892px;
	margin: 0 auto;
}
#top_scene .img {
	position: relative;
}
#top_scene .img span {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 1px;
}
#top_flow_price .box:not(:last-of-type) {
	margin-bottom: 50px;
}
#top_flow_price .box .info {
	width: 335px;
}
#top_flow_price .box .info .txt {
	font-size: 16px;
	line-height: 2;
}
#top_flow_price .box .flow_area {
	width: 724px;
}
#top_flow_price .box .flow_area ul {
	background: #efebe1;
	padding: 44px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#top_flow_price .box .flow_area ul li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius : 6px;
	height: 318px;
	width: 70px;
	position: relative;
	letter-spacing : 1.1px;
}
#top_flow_price .box .flow_area ul li:not(:last-of-type)::before {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	right: -32px;
	border: 16px solid transparent;
	border-left: 16px solid #fff;
}
#top_flow_price .box .flow_area ul li:first-of-type::before {
	border: 16px solid transparent;
	border-left: 16px solid var(--color-primary);
}
#top_flow_price .box .flow_area ul li:first-of-type, #top_flow_price .box .flow_area ul li:last-of-type {
	background: var(--color-primary);
	color: #fff;
}
#top_flow_price .box .price_area {
	width: 724px;
}
#top_flow_price .box .price_area ul {
	background: #efebe1;
	padding: 44px;
}
#top_flow_price .box .price_area ul li {
	border-radius : 6px;
	background: #fff;
	font-size: 18px;
	padding: 10px 0 10px 45px;
	position: relative;
	margin-bottom: 10px;
}
#top_flow_price .box .price_area ul li:last-of-type {
	margin-bottom: 0;
}
#top_flow_price .box .price_area ul li::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--color-primary);
	position: absolute;
	top: 18px;
	left: 18px;
}
#top_faq::before {
	background: #efebe1;
}
#top_faq h2.sub {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 30px;
}
#top_faq .list {
	width: 900px;
	margin: 0 auto;
}
#top_faq dl {
	position: relative;
	background: #fff;
	margin-bottom: 10px;
	border-radius : 12px;
	padding: 0 22px;
}
#top_faq dl::before , #top_faq dl::after {
	content: "";
	width: 20px;
	height: 2px;
	background: var(--color-primary);
	position: absolute;
	top: 45px;
	right: 25px;
	pointer-events: none;
}
#top_faq dl::after {
	width: 2px;
	height: 20px;
	top: 37px;
	right: 34px;
	opacity: 1;
}
#top_faq dl.open::after {
	display: none;
	opacity: 0;
}
#top_faq dl:last-of-type {
	margin-bottom: 0;
}
#top_faq dl dt {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	padding: 25px 0 25px 60px;
	cursor: pointer;
}
#top_faq dl dd {
	position: relative;
	padding: 25px 0 25px 60px;
	border-top: 1px solid #e6e6e6;
	font-size: 18px;
	display: none;
	opacity: 0;
}
#top_faq dl.open dd {
	display: block;
}
#top_faq dl.open dd.fade {
	opacity: 1;
	transition: opacity .2s ease;
}
#top_faq dl dt::before, #top_faq dl dd::before {
	position: absolute;
	top: 25px;
	left: 0;
	content: "Q";
	width: 43px;
	height: 43px;
	background: var(--color-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: var(--font-en);
	border-radius : 3px;
	box-sizing: border-box;
}
#top_faq dl dd::before {
	content: "A";
	border: 2px solid var(--color-primary);
	background: #fff;
	color: var(--color-primary);
	top: 20px;
}
#top_driver {
	color: #fff;
}
#top_driver::before {
	background: url("../img/top/bg-driver.jpg") no-repeat center / cover;
}
#top_driver .info {
	width: 470px;
	margin-left: auto;
}
#top_driver .info .txt {
	font-size: 16px;
	line-height: 2;
}
#top_info h2.sub {
	font-size: 36px;
	font-weight: 500;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 40px;
	letter-spacing : 1.8px;
}
#recommend_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 40px 0;
	width: 900px;
	margin: 0 auto;
	counter-reset: recommend-num;
}
#recommend_list .box .img {
	position: relative;
	margin-bottom: 10px;
}
#recommend_list .box .img::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: recommend-num;
	content: counter(recommend-num);
	font-family: var(--font-en);
	color: #fff;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	font-size: 24px;
	z-index: 1;
}
#recommend_list .box .img img {
	aspect-ratio: 273 / 163;
	object-fit: cover;
}
#recommend_list .box .img .dummy {
	background: #222;
	aspect-ratio: 273 / 163;
	display: flex;
	align-items: center;
	justify-content: center;
}
#recommend_list .box .img .dummy img {
	aspect-ratio: unset;
	width: 90%;
}
#recommend_list .box .date {
	color: var(--color-primary);
	font-size: 16px;
	font-weight: 500;
	letter-spacing : 0.8px;
}
#recommend_list .box .ttl {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	margin-bottom: 10px;
	letter-spacing : 0.8px;
}
#recommend_list .box .more {
	text-align: right;
}
#recommend_list .box .more a {
	color: #222;
	border-bottom: 1px solid;
	padding: 0 15px 5px 5px;
	position: relative;
}
#recommend_list .box .more a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	right: 3px;
	margin-top: -4px;
}
#top_info .news_contents {
	width: 900px;
	margin: 70px auto 0;
}
#top_info .news_contents .list {
	width: 425px;
}
#top_info .news_contents .list h3 {
	color: var(--color-primary);
	font-size: 40px;
	letter-spacing : 4px;
	line-height: 1;
	border-bottom: 1px solid #222;
	padding-bottom: 20px;
}
#top_info .news_contents .list dl {
	padding: 20px;
	border-bottom: 1px dashed #222;
	font-size: 16px;
}
#top_info .news_contents .list dl:last-of-type {
	border-bottom-style: solid;
}
#top_info .news_contents .list dl dt {
	font-weight : bold;
	font-size : 16px;
	letter-spacing : 0.8px;
	color: var(--color-primary);
}
#top_info .news_contents .list dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top_info .news_contents .list dl dd a {
	color: #222;
}
#top_info .news_contents .list .btn01 {
	text-align: right;
	margin-top: 30px;
}
#top_info .news_contents .list .btn01 a {
	text-align: left;
	display: inline-block;
	border: 1px solid #222;
	border-radius: 22px;
	width: 180px;
	padding-left: 20px;
	line-height: 43px;
	padding-bottom: 3px;
	color: #222;
	font-size: 16px;
	background: url("../img/arrow.png") no-repeat center right 15px;
	box-shadow : 0px 0px 9.13px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_about .info {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_about .list {
		margin: 0 auto;
	}
	#top_about .list dl {
		padding: 8px 0;
	}
	#top_worries .bg ul {
		display: block;
	}
	#top_worries .bg ul li {
		margin-right: auto;
		width: calc(100% - 100px);
		margin-bottom: 25px;
	}
	#top_worries .bg ul li:last-of-type {
		margin-bottom: 0;
	}
	#top_worries .bg ul li:nth-of-type(even) {
		margin-left: auto;
		margin-right: 0;
	}
	#top_worries .bg ul li:nth-of-type(2) {
		top: auto;
	}
	#top_worries .bg ul li::before {
		left: 30px;
	}
	#top_worries .bg ul li:nth-of-type(even)::before {
		left: auto;
		right: 30px;
		transform: rotate(95deg);
	}
	#top_worries .bg ul li:nth-of-type(3)::before, #top_worries .bg ul li:nth-of-type(5)::before {
		right: auto;
		left: 50px;
		transform: unset;
	}
	#top_worries .comment .img {
		left: -50px;
	}
	#top_worries .comment .txt {
		padding-left: 180px;
	}
	#top_reason .box {
		display: block;
	}
	#top_reason h2 .tbs_fs {
		font-size: 30px;
	}
	#top_reason .box .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_reason .box .img {
		width: 100%;
		text-align: center;
	}
	#top_case::before {
		background-size: 70% auto;
	}
	#top_case .msg .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_case .msg .nums {
		margin: 0 auto;
	}
	#top_case .list .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_voice .box {
		width: 49%;
		padding: 20px;
	}
	#top_voice .box dl dt {
		font-size: 20px;
	}
	#top_service ul {
		width: 100%;
	}
	#top_service ul li {
		font-size: 22px;
	}
	#top_difference .box {
		width: 49%;
	}
	#top_difference .box .in {
		padding: 15px;
	}
	#top_difference .box .in .txt {
		font-size: 15px;
	}
	#top_difference .box .in .waku {
		padding: 10px 15px;
	}
	#top_difference .about {
		display: block;
	}
	#top_difference .about dt {
		border-bottom: 1px solid;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#top_difference .about dd {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}
	#top_area .info {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_area .info .waku {
		padding: 10px 15px;
	}
	#top_area .img {
		position: relative;
		top: 0;
		text-align: center;
	}
	#top_scene .img img {
		width: 100%;
	}
	#top_scene .list {
		width: 100%;
		grid-template-columns: repeat(2, 49%);
	}
	#top_scene::before {
		background: #666 url("../img/top/bg-scene-sp.png") no-repeat left bottom / 100% auto;
	}
	#top_flow_price .box .info {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_flow_price .box .flow_area {
		width: 100%;
	}
	#top_flow_price .box .flow_area ul {
		padding: 20px;
	}
	#top_flow_price .box .flow_area ul li {
		width: 60px;
	}
	#top_flow_price .box .price_area {
		width: 100%;
	}
	#top_flow_price .box .price_area ul {
		padding: 20px;
	}
	#top_faq .list {
		width: 100%;
	}
	#top_faq dl dt {
		padding: 20px 0 20px 60px;
	}
	#top_faq dl dt::before, #top_faq dl dd::before {
		top: 20px;
	}
	#top_faq dl::before {
		top: 40px;
	}
	#top_faq dl::after {
		top: 32px;
	}
	#recommend_list {
		width: 100%;
		gap: 20px 0;
	}
	#top_info .news_contents {
		width: 100%;
	}
	#top_info .news_contents .list {
		width: 100%;
		margin-bottom: 60px;
	}
	#top_info .news_contents .list:last-of-type {
		margin-bottom: 0;
	}
	#top_info .news_contents .list .btn01 {
		text-align: center;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl{
		container-type: normal;
	}
	#top_ttl h1{
		top: 2.5%;
		left: 8%;
		width: 64%;
		margin: 0;
		padding: 0 0 3.5%;
		font-size: clamp(20px, 6.2vw, 26px);
		font-weight: 500;
		line-height: 1.35;
		letter-spacing: .02em;
		white-space: normal;
	}
	#top_ttl .txt{
		left: 8%;
		width: 64%;
		margin: 0;
		font-size: clamp(11px, 3.35vw, 14px);
		line-height: 1.9;
		letter-spacing: .02em;
		white-space: normal;
	}
	#top_ttl .txt:not(.txt02){
		top: 25%;
	}
	#top_ttl .txt02{
		top: 45%;
	}
	#top_about .list {
		width: 100%;
	}
	#top_about .list dl {
		display: block;
		padding: 10px 15px;
	}
	#top_about .list dl dt {
		width: 100%;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
	}
	#top_about .list dl dt::before {
		display: none;
	}
	#top_about .list dl dd {
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 13px;
	}
	#top_worries .bg {
		padding-bottom: 60px;
	}
	#top_worries .bg h2.sub .jp {
		line-height: 1.5;
	}
	#top_worries .bg ul {
		margin-top: 30px;
	}
	#top_worries .bg ul li {
		width: calc(100% - 50px);
		padding: 15px 15px 15px 80px;
		font-size: 17px;
	}
	#top_worries .bg ul li::before {
		width: 30px;
		height: 30px;
		bottom: -25px;
		left: 20px;
	}
	#top_worries .bg ul li:nth-of-type(3)::before, #top_worries .bg ul li:nth-of-type(5)::before {
		left: 20px;
	}
	#top_worries .bg ul li:nth-of-type(even)::before {
		right: 20px;
	}
	#top_worries .bg ul li::after{
		width: 50px;
		height: 50px;
		font-size: 28px;
		left: 15px;
		top: 17px;
	}
	#top_worries .comment::after {
		bottom: -40px;
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #222;
	}
	#top_worries .comment .img {
		width: 180px;
	}
	#top_worries .comment .txt {
		padding-left: 125px;
		font-size: 16px;
		font-weight: 500;
	}
	#top_reason {
		padding-bottom: 20px;
	}
	#top_reason h2 .tbs_fs {
		font-size: 23px;
	}
	#top_reason .box .info h3 {
		font-size: 20px;
	}
	#top_reason .box .info h3::before {
		font-size: 18px;
		top: -5px;
	}
	#top_reason .box .info h3::after {
		font-size: 50px;
		top: 11px;
		left: 3px;
	}
	#top_case::before {
		background-size: 60% auto;
	}
	#top_case .msg .nums {
		width: 100%;
		gap: 10px 0;
	}
	#top_case .msg .nums .num {
		width: 49%;
	}
	#top_case .msg .nums .num {
		padding: 5px;
	}
	#top_case .msg .nums .num .txt01 {
		font-size: 20px;
	}
	#top_case .msg .nums .num .txt02 {
		font-size: 20px;
	}
	#top_case .msg .nums .num .txt02 .pri {
		font-size: 60px;
	}
	#top_case .msg .nums .num .waku {
		font-size: 16px;
	}
	#top_case .msg .nums .num {
		padding-top: 20px;
	}
	#top_case .msg .nums dl {
		padding: 10px;
	}
	#top_case .msg .nums dl dt {
		font-size: 20px;
		font-weight: 500;
	}
	#top_case .msg .nums dl dd {
		font-size: 18px;
	}
	#top_case .msg .nums dl dd {
		font-size: 16px;
	}
	#top_case .list .box .img::before {
		font-weight: 500;
	}
	#top_case .list .box .in {
		padding: 10px;
	}
	#top_case .list .box .in dl:not(.waku) {
		margin: 0 auto 10px;
		padding-bottom: 10px;
	}
	#top_case .list .box .in .waku {
		padding: 12px;
	}
	#top_case .list .box .in .waku dd {
		font-size: 30px;
	}
	#top_voice::after {
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #222;
	}
	#top_voice h2 {
		font-size: 25px;
	}
	#top_voice .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_voice .box:last-of-type {
		margin-bottom: 0;
	}
	#top_service ul {
		gap: 8px;
	}
	#top_service ul li {
		font-size: 16px;
		padding: 0 10px 1px;
		text-align: center;
	}
	#top_service .txt02 {
		font-size: 13px;
	}
	#top_service::before {
		height: 100%;
		background: url("../img/top/bg-service-sp.png") no-repeat center bottom / 100% auto;
	}
	#top_difference h2 {
		font-size: 25px;
	}
	#top_difference .box {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_difference .box .in .txt {
		min-height: unset;
		font-size: 17px;
	}
	#top_scene {
		padding-bottom: 160px;
	}
	#top_scene h2.sub .jp {
		margin-left: 0;
	}
	#top_scene .img span {
		font-size: 14px;
		padding-right: 20px;
		padding-left: 5px;
	}
	#top_flow_price .box .flow_area ul {
		padding: 20px 0;
		max-width: 480px;
		margin: 0 auto;
	}
	#top_flow_price .box .flow_area ul::before {
		background: #efebe1;
	}
	#top_flow_price .box .flow_area ul li {
		font-size: 16px;
		width: 35px;
		height: 235px;
	}
	#top_flow_price .box .flow_area ul li:not(:last-of-type)::before {
		top: calc(50% - 10px);
		right: -20px;
		border: 10px solid transparent;
		border-left: 10px solid #fff;
	}
	#top_flow_price .box .flow_area ul li:first-of-type::before {
		border: 10px solid transparent;
		border-left: 10px solid var(--color-primary);
	}
	#top_flow_price .box .flow_area .txt02 {
		margin-top: 10px;
	}
	#top_flow_price .box .price_area ul {
		padding: 15px;
	}
	#top_flow_price .box .price_area ul li {
		font-size: 15px;
		padding: 10px 10px 10px 30px;
	}
	#top_flow_price .box .price_area ul li::before {
		width: 12px;
		height: 12px;
		top: 18px;
		left: 12px;
	}
	#top_faq h2.sub .jp {
		font-size: 20px;
	}
	#top_faq dl dt {
		line-height: 1.4;
		font-size: 20px;
		padding: 20px 0 20px 50px;
	}
	#top_faq dl dt::before, #top_faq dl dd::before {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	#top_faq dl dd {
		padding: 20px 0 20px 50px;
		font-size: 16px;
	}
	#top_driver {
		padding-bottom: 75vw;
	}
	#top_driver::before {
		background: #222 url("../img/top/bg-driver-sp.png") no-repeat left bottom / 100% auto;
	}
	#top_driver .info {
		width: 100%;
	}
	#top_info h2.sub {
		font-size: 25px;
	}
	#recommend_list {
		grid-template-columns: repeat(2, 48%);
	}
	#recommend_list .box .img::before {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	#recommend_list .box .ttl {
		-webkit-line-clamp: 3;
	}
	#top_info .news_contents .list dl {
		padding: 15px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_about .list dl dd {
		font-size: 11px;
	}
	#top_worries .bg h2.sub .jp {
		font-size: 22px;
	}
	#top_worries .bg .txt {
		font-size: 14px;
	}
	#top_worries .bg ul li {
		font-size: 14px;
		padding-left: 60px;
	}
	#top_worries .bg ul li::after {
		width: 40px;
		height: 40px;
		font-size: 24px;
		left: 10px;
	}
	#top_worries .comment .img {
		width: 150px;
	}
	#top_worries .comment .txt {
		padding-left: 90px;
		font-size: 14px;
	}
	#top_reason h2 .tbs_fs {
		font-size: 20px;
	}
	#top_reason .box .info h3 {
		font-size: 18px;
		min-height: 92px;
	}
	#top_case .msg .nums .num .waku {
		font-size: 15px;
	}
	#top_case .msg .nums dl dd {
		font-size: 13px;
	}
	#top_case .list .box .in dl:not(.waku) dd {
		font-size: 17px;
	}
	#top_case .list .box .in .waku dd {
		font-size: 25px;
	}
	#top_service {
		padding-bottom: 200px;
	}
	#top_service .txt {
		font-size: 14px;
	}
	#top_service ul li {
		font-size: 15px;
	}
	#top_service .txt02 {
		font-size: 11px;
	}
	#top_difference .box .in .txt {
		font-size: 14px;
	}
	#top_area h2.sub .jp {
		font-size: 22px;
	}
	#top_scene h2.sub .jp {
		font-size: 20px;
	}
	#top_scene .img span {
		font-size: 12px;
	}
	#top_flow_price .box .flow_area ul li {
		font-size: 15px;
		width: 30px;
		height: 225px;
	}
	#top_flow_price .box .price_area ul li {
		font-size: 13px;
	}
	#top_flow_price .box .price_area ul li::before {
		top: 16px;
	}
	#top_faq h2.sub .jp {
		font-size: 17px;
	}
	#top_faq dl {
		padding: 0 15px;
	}
	#top_faq dl dt {
		font-size: 16px;
	}
}