@charset "UTF-8";

/* ---------------------------------------
  index
-----------------------------------------*/
@media screen and (min-width: 768px) {
	main {
		padding-top: 70px;
	}
}


/* mv
--------------------------------*/
#sec_mv {
	padding: 0 0 30px;
}

#sec_mv .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

#sec_mv .mv_slider {
	width: 778px;
	height: 490px;
	overflow: hidden;
	/*	z-index: -1;*/
}

#sec_mv .mv_slider .img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 245px;
	overflow: hidden;
}

#sec_mv .mv_slider .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sec_mv .mv_slider .slick-dots {
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#sec_mv .mv_slider .slick-dots li {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	line-height: 1;
	overflow: hidden;
	margin: 0 6px;
}

#sec_mv .mv_slider .slick-dots button {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
	transition: .3s ease;
}

#sec_mv .mv_slider .slick-dots li button:hover,
#sec_mv .mv_slider .slick-dots li.slick-active button {
	background: #1e2886;
	box-shadow: 5px 5px 10px transparent;
}


#sec_mv .inner {
	width: 430px;
	margin-right: -108px;
	padding-top: 104px;
}

#sec_mv .ttl {
	position: relative;
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 1;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	z-index: 1;
}

#sec_mv .ttl span {
	display: inline-block;
	padding: 1.3rem .74em;
	background-color: #F8F8F8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_mv .ttl span:not(:first-child) {
	margin-top: 15px;
}

#sec_mv .txtwrap .txt {
	width: 317px;
	line-height: 2.125;
	text-align: justify;
}

#sec_mv .txtwrap .btn {
	margin-top: 40px;
}

#sec_mv .txtwrap .btn a {
	min-width: 263px;
}

#sec_mv .maintenance {
	width: 792px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	right: 0;
	bottom: 0;
}

#sec_mv .maintenance .list {
	display: flex;
	align-items: center;
}

#sec_mv .maintenance .list li {
	width: 160px;
}

#sec_mv .maintenance .list li + li {
	margin-left: 18px;
}

#sec_mv .maintenance .results {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 244px;
	height: 244px;
	background-color: #1e2886;
	border-radius: 50%;
	margin-bottom: -6px;
}

#sec_mv .maintenance .results::before {
	content: "";
	width: calc(100% + 42px);
	height: calc(100% + 42px);
	border: 21px solid rgba(142, 147, 194, .5);
	border-radius: 50%;
	position: absolute;
	left: -21px;
	top: -21px;
}

#sec_mv .maintenance .results * {
	color: #fff;
}

#sec_mv .maintenance .results .txt {
	font-size: 1.8rem;
	line-height: 1.44;
	letter-spacing: 0.05em;
}

#sec_mv .maintenance .results .txt2 {
	font-size: 3.155rem;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-indent: .25em;
}

#sec_mv .maintenance .results .txt2 .en {
	font-size: 130%;
	vertical-align: -.05em;
	letter-spacing: 0;
}

#sec_mv .maintenance .results .txt2 small {
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	#sec_mv {
		padding: 0 0 3rem;
	}

	#sec_mv .wrap {
		width: 100%;
		display: block;
	}

	#sec_mv .mv_slider {
		width: 100%;
		height: 59.9rem;
	}

	#sec_mv .mv_slider .img {
		border-radius: 29.9rem 0 0 29.9rem;
	}

	#sec_mv .mv_slider .slick-dots {
		bottom: auto;
		left: auto;
		right: 3rem;
		top: 2rem;
		text-align: right;
	}

	#sec_mv .mv_slider .slick-dots li {
		width: 1.35rem;
		height: 1.35rem;
		margin: 0 .9rem;
	}

	#sec_mv .mv_slider .slick-dots button {
		box-shadow: .75rem .75rem 1.5rem rgba(0, 0, 0, .2);
	}

	#sec_mv .mv_slider .slick-dots li button:hover,
	#sec_mv .mv_slider .slick-dots li.slick-active button {
		box-shadow: .75rem .75rem 1.5rem transparent;
	}

	#sec_mv .inner {
		width: 84%;
		margin: -4rem auto 0;
		padding-top: 0;
		display: flex;
		flex-direction: column;
	}

	#sec_mv .ttl {
		font-size: 5.1rem;
		margin-bottom: 5rem;
		order: 1;
	}

	#sec_mv .ttl span {
		display: inline-block;
		padding: 1.95rem .74em;
		background-color: #fff;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_mv .ttl span:not(:first-child) {
		margin-top: 2.2rem;
	}

	#sec_mv .txtwrap {
		order: 3;
		margin-top: 3rem;
	}

	#sec_mv .txtwrap .txt {
		width: 100%;
	}

	#sec_mv .txtwrap .btn {
		margin-top: 4rem;
		text-align: center;
	}

	#sec_mv .txtwrap .btn a {
		min-width: 39.5rem;
	}

	#sec_mv .maintenance {
		order: 2;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		position: static;
	}

	#sec_mv .maintenance .list {
		display: block;
	}

	#sec_mv .maintenance .list li {
		width: 24rem;
	}

	#sec_mv .maintenance .list li + li {
		margin-left: 0;
		margin-top: 2.2rem;
	}

	#sec_mv .maintenance .results {
		width: 29.6rem;
		height: 29.6rem;
		margin-bottom: 0;
		margin-right: -2.3rem;
	}

	#sec_mv .maintenance .results::before {
		width: calc(100% + 5rem);
		height: calc(100% + 5rem);
		border: 2.5rem solid rgba(142, 147, 194, .5);
		left: -2.5rem;
		top: -2.5rem;
	}

	#sec_mv .maintenance .results .txt {
		font-size: 2.2rem;
	}

	#sec_mv .maintenance .results .txt2 {
		font-size: 3.82rem;
		margin-top: .5rem;
	}

	#sec_mv .maintenance .results .txt2 .en {
		font-size: 130%;
		vertical-align: -.05em;
		letter-spacing: 0;
	}

	#sec_mv .maintenance .results .txt2 small {
		font-size: 1.8rem;
		margin-top: .3rem;
	}
}


/* pickup
--------------------------------*/
#sec_trouble {
	padding: 100px 0 0;
}

#sec_trouble .secttl {
	font-size: 3rem;
	line-height: 1.5625;
	margin-bottom: 1em;
}

#sec_trouble .secttl + .lead {
	font-size: 1.8rem;
	line-height: 1.77;
}

#sec_trouble .secttl::before {
	content: "";
	width: 160px;
	height: 145px;
	background: url(../img/index/trouble_secttl_bg.png) no-repeat center / 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-72%, -56%);
	z-index: -1;
}

#sec_trouble .list .item {
	width: 350px;
	padding: 28px 32px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_trouble .list .item .img {
	width: 100%;
}

#sec_trouble .list .item .ttl {
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	margin-top: 1em;
}

#sec_trouble .list .item ul {
	margin-top: 15px;
}

#sec_trouble .list .item ul li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: 0;
	padding: .25em 0 .25em 1.75em;
	border-bottom: 2px dashed #d6d6d6;
}

#sec_trouble .list .item ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#sec_trouble .list .item ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/index/trouble_list_ico.svg) no-repeat center;
	position: absolute;
	left: 0;
	top: .75em;
}

#sec_trouble .txt_l {
	position: relative;
	color: #1e2886;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.8;
	margin-top: 70px;
}

#sec_trouble .txt_l::before {
	content: "";
	width: 1149px;
	height: 294px;
	background: url(../img/index/trouble_txt_bg_pc.png) no-repeat center / 100% auto;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-51.6%);
	z-index: -1;
}

@media screen and (max-width: 767px) {
	#sec_trouble {
		padding: 10rem 0;
	}

	#sec_trouble .secttl {
		font-size: 4.8rem;
	}

	#sec_trouble .secttl + .lead {
		font-size: 2.7rem;
	}

	#sec_trouble .secttl::before {
		width: 26.4rem;
		height: 24rem;
		transform: translate(-50%, -70%);
	}

	#sec_trouble .list .item {
		width: 100%;
		padding: 4rem 6rem 5.5rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_trouble .list .item + .item {
		margin-top: 6rem;
	}

	#sec_trouble .list .item .img {
		width: 43rem;
		margin: 0 auto;
	}

	#sec_trouble .list .item .ttl {
		font-size: 3.6rem;
		margin-top: 1em;
	}

	#sec_trouble .list .item ul {
		margin-top: 2rem;
	}

	#sec_trouble .list .item ul li {
		font-size: 2.7rem;
		letter-spacing: -0.025em;
		padding: .275em 0 .275em 1.5em;
		border-bottom: .3rem dashed #d6d6d6;
	}

	#sec_trouble .list .item ul li::before {
		width: 3rem;
		height: 3rem;
		background-size: 100% auto;
		top: .6em;
	}

	#sec_trouble .list .item ul li:last-child span {
		display: inline-block;
		margin-left: 3.2rem;
	}

	#sec_trouble .txt_l {
		font-size: 4.8rem;
		line-height: 1.68;
		margin-top: 18.8rem;
	}

	#sec_trouble .txt_l::before {
		width: 56.5rem;
		height: 78rem;
		background: url(../img/index/trouble_txt_bg_sp.png) no-repeat center / 100% auto;
		top: -16rem;
		transform: translateX(-50%);
	}

}

/* features
--------------------------------*/
#sec_features {
	padding: 100px 0 0;
}

#sec_features .secttl {
	margin-bottom: 50px;
}

#sec_features .list .item {
	position: relative;
	width: 340px;
}

#sec_features .list .item .img {
	position: relative;
	width: 100%;
}

#sec_features .list .item .num {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 3.618rem;
	line-height: 1;
	letter-spacing: 0;
	background-color: #1e2886;
	border-radius: 50%;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	position: absolute;
	left: 8px;
	top: 12px;
}

#sec_features .list .item .ttl {
	text-align: center;
	color: #1e2886;
	font-weight: 500;
	font-size: 2.4rem;
	margin-top: 1em;
}

#sec_features .list .item .txt {
	text-align: justify;
	margin-top: 1.5em;
}


@media screen and (max-width: 767px) {
	#sec_features {
		padding: 10rem 0 5rem;
	}

	#sec_features .secttl {
		margin-bottom: 9rem;
	}

	#sec_features .list .item {
		width: 100%;
	}

	#sec_features .list .item + .item {
		margin-top: 9rem;
	}

	#sec_features .list .item .img {
		width: 51rem;
		margin: 0 auto;
	}

	#sec_features .list .item .num {
		width: 11.25rem;
		height: 11.25rem;
		font-size: 5.428rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		left: 1.8rem;
		top: -1.6rem;
	}

	#sec_features .list .item .ttl {
		font-size: 3.6rem;
	}

	#sec_features .list .item .txt {
		letter-spacing: 0.075em;
	}

}


/* services
--------------------------------*/
#sec_services {
	padding: 100px 0;
}

#sec_services .block_l {
	width: 397px;
}

#sec_services .block_l .secttl {
	margin-bottom: 50px;
	padding-top: 50px;
}

#sec_services .block_l .secttl::before {
	content: "";
	width: 225px;
	height: 229px;
	background: url(../img/index/services_secttl_bg.png) no-repeat center / 100% auto;
	position: absolute;
	left: -85px;
	top: -36px;
	z-index: -1;
}

#sec_services .block_l .secttl + .txt {
	text-align: justify;
}

#sec_services .block_l .imgwrap {
	margin-top: 50px;
}

#sec_services .block_l .imgwrap .img {
	border-radius: 15px;
	overflow: hidden;
}

#sec_services .block_l .imgwrap .img + .img {
	margin-top: 16px;
}

#sec_services .block_r {
	width: 643px;
	padding: 36px 33px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_services .block_r .ttl {
	font-weight: 500;
	font-size: 2.4rem;
	padding: .75em 1em;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 27px;
}

#sec_services .block_r dl {
	margin-right: -12px;
}

#sec_services .block_r dl + dl {
	margin-top: 32px;
}

#sec_services .block_r dl dt {
	position: relative;
	width: calc(100% - 14px);
	font-size: 2.4rem;
	line-height: 1.5;
	padding: .25em 1em;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_services .block_r dl dt::before,
#sec_services .block_r dl dt::after {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	top: 18px;
}

#sec_services .block_r dl dt::before {
	left: 17px;
}

#sec_services .block_r dl dt::after {
	right: 17px;
}

#sec_services .block_r dl:nth-of-type(1) dt::before,
#sec_services .block_r dl:nth-of-type(1) dt::after {
	background-color: #14449d;
}

#sec_services .block_r dl:nth-of-type(2) dt::before,
#sec_services .block_r dl:nth-of-type(2) dt::after {
	background-color: #e60012;
}

#sec_services .block_r dl:nth-of-type(3) dt::before,
#sec_services .block_r dl:nth-of-type(3) dt::after {
	background-color: #f7b500;
}

#sec_services .block_r dl:nth-of-type(4) dt::before,
#sec_services .block_r dl:nth-of-type(4) dt::after {
	background-color: #009b73;
}

#sec_services .block_r dl dd {
	display: inline-block;
	line-height: 1.5;
	padding: .4375em 1.2em;
	background-color: #fff;
	border-radius: 19px;
	margin: 12px 14px 0 0;
}

@media screen and (max-width: 767px) {
	#sec_services {
		padding: 10rem 0 9rem;
	}

	#sec_services .wrap {
		flex-direction: column;
	}

	#sec_services .block_l {
		width: 100%;
		display: contents;
	}

	#sec_services .block_l .txtwrap {
		order: 1;
	}

	#sec_services .block_l .secttl {
		text-align: center;
		margin-bottom: 8rem;
		padding-top: 8rem;
	}

	#sec_services .block_l .secttl::before {
		width: 36.24rem;
		height: 36.36rem;
		left: -11rem;
		top: -6rem;
	}

	#sec_services .block_l .imgwrap {
		order: 3;
		display: flex;
		justify-content: space-between;
		margin: 6rem -6rem 0;
	}

	#sec_services .block_l .imgwrap .img {
		width: 36.3rem;
		border-radius: 1.37rem;
	}

	#sec_services .block_l .imgwrap .img + .img {
		margin-top: 0;
	}

	#sec_services .block_r {
		order: 2;
		width: 100%;
		padding: 5rem 3.5rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin-top: 5rem;
	}

	#sec_services .block_r .ttl {
		font-size: 3.6rem;
		padding: .778em 1em;
		border-radius: 1.5rem;
		margin-bottom: 4rem;
	}

	#sec_services .block_r dl {
		margin-right: -2.2rem;
	}

	#sec_services .block_r dl + dl {
		margin-top: 4.5rem;
	}

	#sec_services .block_r dl dt {
		width: calc(100% - 2.2rem);
		font-size: 3.6rem;
		padding: .209em 1em;
		border-radius: 3.45rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_services .block_r dl dt::before,
	#sec_services .block_r dl dt::after {
		width: 1.2rem;
		height: 1.2rem;
		top: 3rem;
	}

	#sec_services .block_r dl dt::before {
		left: 2.7rem;
	}

	#sec_services .block_r dl dt::after {
		right: 2.7rem;
	}

	#sec_services .block_r dl dd {
		line-height: 1.4;
		letter-spacing: 0.05em;
		padding: 1.17rem 1em;
		border-radius: 2.85rem;
		margin: 1.5rem 2.2rem 0 0;
	}

}


/* bigimg
--------------------------------*/
.bigimg img {
	max-width: inherit;
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1800px) {
	.bigimg {
		position: relative;
		height: 310px;
	}

	.bi gimg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* price_area
--------------------------------*/
#sec_price_area {
	padding: 100px 0;
}

#sec_price_area .block {
	width: 538px;
	padding: 39px 36px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_price_area .block .secttl {
	margin-bottom: 20px;
}

#sec_price_area .block .txt {
	text-align: justify;
}


#sec_price_area .block._price .price_list {
	width: 394px;
	margin: 24px auto;
}

#sec_price_area .block._price .price_list li {
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 0.375em 1em;
	background-color: #fff;
	border-radius: 27px;
}

#sec_price_area .block._price .price_list li + li {
	margin-top: 30px;
}

#sec_price_area .block._price .price_list li + li::before {
	content: "+";
	display: block;
	font-size: 2.8rem;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: -31px;
	transform: translateX(-50%);
}

#sec_price_area .block._area .imgwrap {
	position: relative;
}

#sec_price_area .block._area .imgwrap .ttl {
	display: inline-block;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.35;
	padding: 0.385em 1em;
	background-color: #fff;
	border-radius: 10px;
}

#sec_price_area .block._area .imgwrap .txt_s {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	margin-top: 1em;
}

#sec_price_area .block._area .imgwrap .img {
	width: 476px;
	margin-top: -100px;
	margin-left: 2px;
}

@media screen and (max-width: 767px) {
	#sec_price_area {
		padding: 9rem 0 15rem;
	}

	#sec_price_area .block {
		width: 100%;
		padding: 6rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_price_area .block + .block {
		margin-top: 6rem;
	}

	#sec_price_area .block .secttl {
		margin-bottom: 4rem;
	}

	#sec_price_area .block._price .price_list {
		width: 100%;
		margin: 3.5rem auto;
	}

	#sec_price_area .block._price .price_list li {
		font-size: 3.6rem;
		padding: 0.375em 1em;
		border-radius: 4rem;
	}

	#sec_price_area .block._price .price_list li + li {
		margin-top: 4.6rem;
	}

	#sec_price_area .block._price .price_list li + li::before {
		font-size: 4.2rem;
		top: -4.5rem;
	}

	#sec_price_area .block._area .imgwrap .ttl {
		display: block;
		font-size: 4.5rem;
		padding: 0.5em 1em;
		border-radius: 1.5rem;
	}

	#sec_price_area .block._area .imgwrap .txt_s {
		text-align: center;
		font-size: 2.2rem;
		margin-top: .5em;
	}

	#sec_price_area .block._area .imgwrap .img {
		width: 39.6rem;
		margin: 2rem auto 0;
	}

}


/* topics
--------------------------------*/
#sec_topics {
	padding: 70px 0 200px;
	background-color: #f1f1f1;
}

#sec_topics .wrap {}

#sec_topics .ttlwrap {
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
}

#sec_topics .list {
	width: calc(100% - 320px);
}

#sec_topics .list .item {
	border-bottom: 1px solid #d6d6d6;
}

#sec_topics .list .item a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 23px 0;
	transition: .3s ease;
}

#sec_topics .list .item a .inner {}

#sec_topics .list .item .cate {
	/*	margin-right: 20px;*/
}

#sec_topics .list .item .cate span {
	display: inline-block;
	min-width: 164px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 2px .5em;
	border-radius: 13px;
	background-color: #1e2886;
	margin-right: 18px;
	margin-bottom: 5px;
}

#sec_topics .list .item .date {
	flex: 0 0 auto;
	width: 7em;
	color: #1e2886;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-right: 18px;
	margin-top: 7px;
}

#sec_topics .list .item .ttl {
	flex: 1 1 auto;
	letter-spacing: 0.07em;
}

#sec_topics .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media screen and (min-width: 768px) {
	#sec_topics .list .item a:hover {
		transform: translateX(24px);
	}

	#sec_topics .list .item a.is-fade {
		opacity: .3;
	}
}

@media screen and (max-width: 767px) {
	#sec_topics {
		padding: 14rem 0 21rem;
	}

	#sec_topics .wrap {
		flex-direction: column;
	}

	#sec_topics .ttlwrap {
		display: contents;
		margin-top: 0;
	}

	#sec_topics .ttlwrap .secttl {
		order: 1;
	}

	#sec_topics .list {
		order: 2;
		width: 100%;
	}

	#sec_topics .list .item a {
		flex-wrap: wrap;
		padding: 4rem 0 3.8rem;
	}

	#sec_topics .list .item .cate span {
		min-width: 24.6rem;
		font-size: 2.1rem;
		padding: .4rem 1em;
		border-radius: 1.975rem;
		margin-right: 1rem;
		margin-bottom: .5rem;
	}

	#sec_topics .list .item .date {
		margin-right: 2.5rem;
		margin-top: 1.1rem;
	}

	#sec_topics .list .item .ttl {
		width: 100%;
		font-size: 2.7rem;
		margin-top: 1rem;
	}

	#sec_topics .btn {
		order: 3;
		position: static;
		margin: 9rem auto 0;
	}
}


/* flow
--------------------------------*/
#sec_flow {
	padding: 100px 0 0;
	background-color: #f8f8f8;
	border-radius: 100px 100px 0 0;
	margin-top: -100px;
}

#sec_flow .flowttl {
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: -17px;
	z-index: 1;
}

#sec_flow .flowttl span {
	display: inline-block;
	padding: .5em 2.75em;
	background-color: #14449d;
	border-radius: 30px;
}

#sec_flow .list {
	margin-bottom: 60px;
}

#sec_flow .list .item {
	position: relative;
}

#sec_flow .list .item + .item {
	margin-top: 60px;
}

#sec_flow .list .item + .item::before {
	content: "";
	width: 40px;
	height: 21px;
	background: url(../img/index/flow_list_arw.svg) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: 0 auto;
}

#sec_flow .list .item .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 48px 75px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_flow .list .item .imgwrap {
	position: relative;
	width: 388px;
}

#sec_flow .list .item .imgwrap .img {
	border-radius: 15px;
	overflow: hidden;
}

#sec_flow .list .item .imgwrap .num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 76px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.015em;
	background-color: #1e2886;
	border-radius: 50%;
	position: absolute;
	left: -30px;
	top: -20px;
}

#sec_flow .list .item .imgwrap .num span {
	font-size: 220%;
	line-height: 1;
	letter-spacing: 0.015em;
}

#sec_flow .list .item .txtwrap {
	width: 485px;
}

#sec_flow .list .item .txtwrap .ttl {
	color: #1e2886;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 1.25em;
}

#sec_flow .list .item .txtwrap .txt {
	text-align: justify;
}

#sec_flow .list2 {
	margin-top: 60px;
}


#sec_flow .list2 .item {
	width: 324px;
}

#sec_flow .list2 .item + .item {
	width: 356px;
	padding-left: 32px;
	margin-left: 32px;
	border-left: 1px solid #333333;
}

#sec_flow .list2 .item .ttl {
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	padding: 0.5em 1em;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: .75em;
}

#sec_flow .list2 .item .txt {
	text-align: justify;
}

#sec_flow .list2 .item .btn2 {
	margin-top: 18px;
}

@media screen and (max-width: 767px) {
	#sec_flow {
		padding: 15rem 0 0;
		border-radius: 6rem 6rem 0 0;
		margin-top: -6rem;
	}

	#sec_flow .flowttl {
		font-size: 3.6rem;
		line-height: 1.5;
		margin-bottom: -1.4rem;
	}

	#sec_flow .flowttl span {
		border-radius: 4.5rem;
	}

	#sec_flow .list .item + .item {
		margin-top: 9rem;
	}

	#sec_flow .list .item + .item::before {
		width: 6rem;
		height: 3.2rem;
		background: url(../img/index/flow_list_arw.svg) no-repeat center / 100% auto;
		top: -6rem;
	}

	#sec_flow .list .item .inner {
		display: block;
		padding: 6rem 6rem 4.8rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_flow .list .item .imgwrap {
		width: 100%;
	}

	#sec_flow .list .item .imgwrap .img {
		border-radius: 2rem;
	}

	#sec_flow .list .item .imgwrap .num {
		width: 11.4rem;
		height: 11.4rem;
		font-size: 2.1rem;
		left: -3rem;
		top: -3rem;
	}

	#sec_flow .list .item .txtwrap {
		width: 100%;
		margin-top: 5rem;
	}

	#sec_flow .list .item .txtwrap .ttl {
		font-size: 3.6rem;
		margin-bottom: .75em;
	}

	#sec_flow .list2 {
		margin-top: 7.5rem;
	}

	#sec_flow .list2 .item {
		width: 100%;
	}

	#sec_flow .list2 .item + .item {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		padding-top: 4.5rem;
		margin-top: 4.5rem;
		border-left: none;
		border-top: .2rem solid #333333;
	}

	#sec_flow .list2 .item .ttl {
		font-size: 3.6rem;
		padding: 0.5em 1em;
		border-radius: 1.5rem;
		margin-bottom: 1em;
	}

	#sec_flow .list2 .item .txt {
		letter-spacing: 0.075em;
	}

	#sec_flow .list2 .item .btn2 {
		margin-top: 3rem;
	}
}


/* faq
--------------------------------*/
#sec_faq {
	padding: 80px 0 100px;
}

#sec_faq .faq_box {
	background-color: #f8f8f8;
	border-radius: 15px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}

#sec_faq .faq_box + .faq_box {
	margin-top: 15px;
}

#sec_faq .faq_box .q_txt {
	font-size: 1.8rem;
	line-height: 1.65;
	padding: 23px 120px 23px 70px;
}

#sec_faq .faq_box .q_txt::before {
	content: "Q";
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
	background-color: #1e2886;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
}

#sec_faq .faq_box .a_txt {
	line-height: 1.875;
	padding: 0 120px 23px 70px;
	position: relative;
}

#sec_faq .faq_box .a_txt::before {
	content: "A";
	width: 30px;
	height: 30px;
	text-align: center;
	color: #1e2886;
	font-weight: 600;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: inset 2px 2px 6px rgba(30, 43, 134, .2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 24px;
	top: 2px;
}

#sec_faq .btn {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	#sec_faq {
		padding: 15rem 0;
	}

	#sec_faq .faq_box {
		border-radius: 2.25rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
	}

	#sec_faq .faq_box + .faq_box {
		margin-top: 2rem;
	}

	#sec_faq .faq_box .q_txt {
		font-size: 2.7rem;
		padding: 3rem 8rem 3rem 10.8rem;
	}

	#sec_faq .faq_box .q_txt::before {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 2.7rem;
		left: 3.15rem;
	}

	#sec_faq .faq_box .a_txt {
		padding: 0 8rem 4rem 10.8rem;
	}

	#sec_faq .faq_box .a_txt::before {
		width: 4.5rem;
		height: 4.5rem;
		font-size: 2.7rem;
		box-shadow: inset .3rem .3rem .9rem rgba(30, 43, 134, .2);
		left: 3.15rem;
		top: .5rem;
	}

	#sec_faq .btn {
		margin-top: 9rem;
	}
}


/* company
--------------------------------*/
#sec_company {
	padding: 100px 0 0;
	border-radius: 100px 100px 0 0;
	background-color: #f1f1f1;
}

#sec_company .message {
	position: relative;
	padding-bottom: 100px;
}

#sec_company .message .ttl {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 6rem;
	line-height: 1;
	letter-spacing: 0.04em;
	margin-bottom: .6em;
	z-index: 1;
}

#sec_company .message .ttl::before {
	content: "";
	width: 703px;
	height: 235px;
	background: url(../img/index/company_message_ttl_bg_pc.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	margin: 0 auto;
	z-index: -1;
}

#sec_company .message .lead {
	position: relative;
	color: #1e2886;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.15em;
	margin-bottom: 1.75em;
	z-index: 1
}

#sec_company .message .inner {
	align-items: flex-start;
}

#sec_company .message .inner .img {
	width: 585px;
	overflow: hidden;
	border-radius: 20px;
}

#sec_company .message .inner .txtwrap {
	width: 465px;
}

#sec_company .message .inner .txtwrap .txt {
	text-align: justify;
	letter-spacing: 0.075em;
}

#sec_company .message .inner .txtwrap .name span {
	font-size: 1.8rem;
}

#sec_company .outline {
	position: relative;
	background-color: #f8f8f8;
}

#sec_company .outline::before {
	content: "";
	width: 100%;
	height: 70px;
	background-color: #f1f1f1;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_company .outline .tbwrap {
	padding: 30px 76px;
	background-color: #f8f8f8;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
	margin-bottom: 100px;
}

#sec_company .outline .tb {
	width: 100%;
	border-collapse: collapse;
}

#sec_company .outline .tb th,
#sec_company .outline .tb td {
	line-height: 1.75;
	padding: 1.594em 0;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}

#sec_company .outline .tb tr:last-of-type th,
#sec_company .outline .tb tr:last-of-type td {
	border-bottom: none;
}


#sec_company .outline .tb th {
	width: 190px;
	font-weight: 500;
}


@media screen and (max-width: 767px) {
	#sec_company {
		padding: 15rem 0 0;
		border-radius: 6rem 6rem 0 0;
	}

	#sec_company .message {
		padding-bottom: 9rem;
	}

	#sec_company .message .ttl {
		font-size: 8rem;
		margin-bottom: .6em;
	}

	#sec_company .message .ttl::before {
		width: 75.4rem;
		height: 31.6rem;
		background: url(../img/index/company_message_ttl_bg_sp.png) no-repeat center / 100% auto;
		left: -6.2rem;
		top: -9rem;
	}

	#sec_company .message .lead {
		font-size: 3.6rem;
		margin-bottom: 1em;
	}

	#sec_company .message .inner .img {
		width: 100%;
		border-radius: 2.15rem;
		margin-top: 6rem;
	}

	#sec_company .message .inner .txtwrap {
		width: 100%;
	}

	#sec_company .message .inner .txtwrap .name span {
		font-size: 2.7rem;
	}

	#sec_company .outline::before {
		height: 9rem;
	}

	#sec_company .outline .tbwrap {
		padding: 1rem 6rem;
		border-radius: 4.5rem;
		box-shadow: .3rem .45rem .9rem rgba(30, 40, 134, .2), -.9rem -.9rem 1.5rem #fff;
		margin-bottom: 12vw;
	}

	#sec_company .outline .tb {
		width: 100%;
		border-collapse: collapse;
	}

	#sec_company .outline .tb th,
	#sec_company .outline .tb td {
		display: block;
		padding: 3.8rem 0;
		border-bottom: 1px solid #d6d6d6;
		position: relative;
	}

	#sec_company .outline .tb tr:last-of-type th,
	#sec_company .outline .tb tr:last-of-type td {
		border-bottom: none;
	}


	#sec_company .outline .tb th {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 1.2rem;
	}

	#sec_company .outline .tb td {
		padding-top: 0;
		letter-spacing: 0.05em;
	}
}


/* contact
--------------------------------*/
#sec_contact {
	border-top: none;
}


/* 2025 edit
--------------------------------*/
.movie-maintenance {
	padding: 46px 0;
	border-radius: 30px;
	box-shadow: 2px 3px 6px rgba(30, 40, 134, .2), -6px -6px 10px #fff;
}
.movie-maintenance h3 {
	font-size: 2.4rem;
	font-weight: 500;
	color:#1e2886;
	text-align: center;
	letter-spacing: .15em;
	margin-bottom: 27px;
}
.movie-wrap {
	position: relative;
	display: block;
	max-width: 792px;
	margin-left: auto;
	margin-right: auto;
}
.movie-inner {
	padding-top: 56.25%;
	line-height: 0; 
	position: relative; /* 子要素のabsoluteの基準点 */
	overflow: hidden; 
}
.movie-inner iframe {
	border:	none;
	display: block;
	position: absolute; 
    top: -1px !important;
}

.moive-toto-vision h3 {
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 32px;
}
.moive-toto-vision h4 {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;	
	color:#1e2886;
	letter-spacing: .15em;
	margin-bottom: 24px;
}
.moive-toto-vision .btn {
	margin-bottom: 63px;
}
.moive-toto-vision .btn a {
	width: auto;
	min-width: 208px;
    padding: 10px;
	background: none;
	color: #1e2886;
}
.moive-toto-vision .btn .btntxt {
    margin-left: .3em;
}
.moive-toto-vision .btn a .circle > span {
    background-color: #1E2886;
}

.moive-toto-vision .btn a:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	#sec_flow .list {
    	margin-bottom: 13vw;
	}
	.movie-maintenance {
		padding: 6vw 8vw 8vw;
		border-radius: 4.5rem;
	}
	.movie-maintenance h3 {
	    font-size: 4.7vw;
		line-height: 1.5;
		margin-bottom: 5.5vw;
	}
	.movie-wrap {
		border-radius: 4.5rem;
	}
	.moive-toto-vision h3 {
		font-size: 4.8vw;
		line-height: 1.5;
		margin-bottom: 6vw;
	}
	.moive-toto-vision h4 {
		font-size: 4.8vw;
		margin-bottom: 4.5vw;
	}
	.moive-toto-vision .btn {
		margin-bottom: 12vw;
	}
	.moive-toto-vision .btn a {
		min-width: 31rem;
	}
	.moive-toto-vision {
		padding: 0 8vw;
	}
}