/* +++++++++#mainvisual+++++++++ */
#mainvisual {
	position: relative;
	width: 100%;
	height: 100svh;
}
.mv-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #000a1e;
	opacity: .5;
	z-index: 2;
}
#mainvisual .swiper-slide img {
	width: 100%;
	height: 100svh;
	object-fit: cover;
}
#mainvisual .center-contents {
	position: absolute;
	top: 37.3214285714vh;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translate(-50%, 0);
	z-index: 3;
}
#mainvisual .content-title {
	color: #fff;
	font-family: Marcellus, serif;
	font-size: 3.6rem;
	line-height: 1.8;
	letter-spacing: 0;
	white-space: nowrap;
}
#mainvisual h2 {
	color: #fff;
	font-size: 2rem !important;
	font: inherit;
	line-height: normal;
	vertical-align: baseline;
}
#mainvisual .content-button {
	margin-top: 98px;
	width: 330px;
}
#mainvisual .content-button a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 17px;
}
#mainvisual .circle_arrow {
	display: inline-block;
	width: 44px;
	height: 30px;
}
#mainvisual .circle_arrow svg .arr{
	transform: translateX(0);
	transition: transform .25s ease-out;
}
#mainvisual .content-button a:hover .circle_arrow svg .arr{
	transform: translateX(6px);
}



@media only screen and (min-width: 769px) {
	#mainvisual .center-contents {
		top: 31.8292682927vh;
	}
	#mainvisual .content-title {
		font-size: 8.2rem;
		letter-spacing: .04em;
	}
	#mainvisual h2 {
		font-size: 2.8rem !important;
	}
	#mainvisual .content-button {
		margin-top: 133px;
	}
}

/* +++++++++policy+++++++++ */
.policy {
	padding-top: 140px;
}
.policy-inner {
	position: relative;
}
.policy img:nth-child(1) {
	position: relative;
	width: calc(100% - 40px);
	aspect-ratio: 335 / 320;
	object-fit: cover;
	object-position: right center;
	z-index: 1;
}
.policy img:nth-child(2) {
	position: absolute;
	top: 32vw;
	left: 52vw;
	width: 42.6666666667vw;
	aspect-ratio: 160 / 220;
	object-fit: cover;
	object-position: right center;
	z-index: 2;
}
.policy .right-wrap {
	position: relative;
	padding-top: 59px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 0;
}
.policy .accent {
	top: -20px;
	left: -10px;
}
.policy .right-wrap p {
	color: var(--color01);
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: .06em;
}
.policy dl {
	margin-top: 9px;
}
.policy dt {
	font-size: 2.8rem;
	letter-spacing: .08em;
	line-height: 1.5;
}
.policy dt span{
	color: var(--color01);
}
.policy dd {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: .04em;
	margin-top: 7px;
}
.policy .content-button,
.about .content-button {
	margin-top: 30px;
	width: 220px;
}
.policy .content-button a,
.about .content-button a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--color01);
	border-bottom: 1px solid var(--color01);
	padding-bottom: 17px;
}
.policy .circle_arrow,
.about .circle_arrow {
	display: inline-block;
	width: 44px;
	height: 30px;
}
.policy .circle_arrow svg .arr,
.about .circle_arrow svg .arr {
	transform: translateX(0);
	transition: transform .25s ease-out;
}
.policy .content-button a:hover .circle_arrow svg .arr,
.about .content-button a:hover .circle_arrow svg .arr {
	transform: translateX(6px);
}



@media only screen and (min-width: 769px) {
	.policy-inner {
		display: flex;
		align-items: flex-start;
		gap: 160px;
	}
	.policy img:nth-child(1) {
		width: 47.222%;
		aspect-ratio: unset;
	}
	.policy img:nth-child(2) {
		top: 208.33px;
		left: 350px;
		width: 266.67px;
		aspect-ratio: unset;
	}
	.policy .right-wrap {
		flex: 1;
		padding-top: 97px;
		padding-left: unset;
		padding-right: unset;
	}
	.policy .accent {
		top: -20px;
		left: -130px;
	}
	.policy .right-wrap p {
		font-size: 2.6rem;
	}
	.policy dl {
		margin-top: 15px;
	}
	.policy dt {
		font-size: 4.2rem;
	}
	.policy dd {
		font-size: 1.5rem;
		letter-spacing: .08em;
		margin-top: 19px;
	}
	.policy .content-button,
	.about .content-button {
		margin-top: 51px;
	}
}
@media only screen and (min-width: 1201px) {
	.policy img:nth-child(2) {
		top: 17.3611111111vw;
		left: 29.1666666667vw;
		width: 22.2222222222vw;
	}
}
@media only screen and (min-width: 1601px) {
	.policy img:nth-child(2) {
		top: 277.78px;
		width: 355.56px;
		left: 466.67px;
	}
}

/* +++++++++feature+++++++++ */
.feature {
	padding-top: 110px;
}
.feature .feature-title {
	padding: 0 30px;
}
.feature .feature-title h2 {
	position: relative;
	color: var(--color01);
	font-family: Marcellus, serif;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .04em;
	padding-right: 30px;
	margin-right: 30px;
}
.feature .feature-title p {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 15px;
}
.feature .sakaki-wrap img {
	width: 1.5rem;
	padding-left: .7px;
	padding-right: 1.2px;
}
.feature .bg-text {
	display: inline-block;
	font-size: 3.6rem;
	line-height: 1;
	vertical-align: middle;
	padding-left: 10px;
	margin-top: -10px;
}
.feature ul {
	margin-top: 35px;
}
.feature li {
	counter-increment: topFeatureNumber;
	display: flex;
	flex-direction: column;
	margin-top: 63px;
}
.feature li:first-child {
	margin-top: 0;
}
.feature .top-feature-pic {
	flex: 1;
	width: calc(100% - 20px);
}
.feature .top-feature-pic img {
	width: 100%;
	aspect-ratio: 355 / 240;
	object-fit: cover;
	object-position: right center;
}
.feature .top-feature-cont {
	position: relative;
	padding-top: 17px;
	padding-left: 30px;
	padding-right: 30px;
}
.feature .top-feature-cont::before {
	content: counter(topFeatureNumber, decimal-leading-zero);
	position: absolute;
	top: -65px;
	left: unset;
	right: -30px;
	display: inline-block;
	color: var(--color07);
	font-family: Cardo, serif;
	font-size: 18rem;
	line-height: 1;
	letter-spacing: .04em;
	z-index: -1;
}
.feature .top-feature-cont p {
	color: var(--color01);
	font-size: 12.8rem;
	line-height: 1;
}
.feature .top-feature-cont dl {
	margin-top: 25px;
}
.feature .top-feature-cont dt {
	font-size: 2.4rem;
	letter-spacing: .08em;
	line-height: 1.5;
}
.feature .top-feature-cont dd {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: .04em;
	margin-top: 11px;
}



@media only screen and (min-width: 769px) {
	.feature {
		padding-top: 150px;
	}
	.feature .feature-title {
		display: flex;
		align-items: center;
		padding: 0 60px;
	}
	.feature .feature-title h2::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: inline-block;
		width: 2px;
		height: 50px;
		background-color: var(--color01);
		transform: translateY(-50%);
	}
	.feature .feature-title p {
		font-size: 2.2rem;
		margin-top: unset;
	}
	.feature .sakaki-wrap img {
		width: 2.3rem;
	}
	.feature .bg-text {
		padding-left: 20px;
		font-size: 5.2rem;
	}
	.feature ul {
		margin-top: 44px;
	}
	.feature li {
		flex-direction: row-reverse;
		margin-top: 100px;
	}
	.feature li:nth-of-type(even) {
		flex-direction: row;
	}
	.feature .top-feature-pic {
		width: 100%;
	}
	.feature .top-feature-pic img {
		aspect-ratio: unset;
	}
	.feature .top-feature-cont {
		width: 580px;
		padding-top: 84px;
		padding-left: 90px;
		padding-right: unset;
	}
	.feature .top-feature-cont::before {
		top: -40px;
		left: 0;
		right: unset;
		font-size: 28.6rem;
	}
	.feature .top-feature-cont p {
		font-size: 14.8rem;
	}
	.feature .top-feature-cont dl {
		margin-top: 39px;
	}
	.feature .top-feature-cont dt {
		font-size: 2.8rem;
	}
	.feature .top-feature-cont dd {
		font-size: 1.5rem;
		letter-spacing: .08em;
	}
}



@media only screen and (max-width: 768px) {
	.feature ul li:nth-child(even) .top-feature-pic {
		margin-left: auto;
	}
	.feature .top-feature-cont::before {
		right: 0;
	}
}

/* +++++++++trouble+++++++++ */
.trouble {
	position: relative;
	padding-top: 60px;
	padding-bottom: 75px;
	margin-top: 120px;
}
.trouble .trouble-title {
	position: absolute;
	top: 0;
	right: 0;
}
.trouble .trouble-title h2 {
	color: var(--color01);
	font-family: Marcellus, serif;
	font-size: 6.2rem;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
}
.trouble .trouble-title h2.inview {
	opacity: 0;
	transform: translateY(calc(-50% + 30px));
	transition: opacity .5s ease, transform .5s ease;
}
.trouble .trouble-title h2.inview.view {
	opacity: 1;
	transform: translateY(-50%);
}
.trouble .trouble-cont dt {
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: .08em;
	text-align: center;
}
.trouble .trouble-cont dd {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .04em;
	text-align: center;
	margin-top: 10px;
}
.trouble .trouble-inviews {
	display: flex;
	flex-wrap: wrap;
	column-gap: 55px;
	row-gap: 20px;
	width: calc(100% - 32px);
	margin: 26px auto 0;
}
.trouble .trouble-inviews li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc((100% - 55px) / 2);
}
.trouble .trouble-inviews li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.trouble .trouble-inviews li p {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .08em;
	white-space: nowrap;
	text-align: center;
	margin-top: 10px;
}
.trouble .content-button-square {
	padding-left: 0;
	padding-right: 0;
}



@media only screen and (min-width: 769px) {
	.trouble {
		margin-top: 140px;
		padding-top: 108px;
		padding-bottom: 160px;
	}
	.trouble .trouble-title h2 {
		font-size: 12.6rem;
	}
	.trouble .trouble-cont dt {
		font-size: 4.8rem;
		line-height: 2.2
	}
	.trouble .trouble-cont dd {
		font-size: 1.8rem;
		line-height: 2.2;
		letter-spacing: .08em;
		margin-top: unset;
	}
	.trouble .trouble-inviews {
		column-gap: 130px;
		row-gap: 56px;
		max-width: 1100px;
		width: 100%;
		margin: 38px auto 0;
	}
	.trouble .trouble-inviews li {
		width: calc((100% - 260px) / 3);
	}
	.trouble .trouble-inviews li img {
		width: 280px;
	}
	.trouble .trouble-inviews li p {
		font-size: 2.6rem;
		line-height: 2.2;
	}
}



@media only screen and (max-width: 768px) {
	.trouble .trouble-inviews li:nth-child(n+3) {
		padding-top: 20px;
	}
	.trouble .trouble-inviews li:nth-of-type(odd):not(:first-child)::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: calc(200% + 55px);
		height: 1px;
		background-color: var(--color08);
	}
}

/* +++++++++service+++++++++ */
.service {
	padding-top: 117px;
	padding-bottom: 80px;
}
.service .section-title {
	padding-bottom: 33px;
}
.service .accent {
	left: 0;
	top: -130px;
}
.service ol {
	display: flex;
	flex-wrap: wrap;
}
.service li {
	counter-increment: topServiceNum;
	width: 50%;
	aspect-ratio: 188 / 140;
}
.service li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--color03);
	transition: .25s ease-out;
}
.service ol li:nth-child(odd) a {
	background-color: var(--color01);
}
.service li a::before {
	content: "Service";
	position: absolute;
	top: 14px;
	left: 10px;
	display: inline-block;
	color: #fff;
	font-family: Cardo, serif;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: .04em;
}
.service li a::after {
	content: counter(topServiceNum, decimal-leading-zero);
	font-family: Cardo, serif;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 12px;
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .06em;
}
.service li a:hover {
	background-color: var(--color02) !important;
	opacity: 1;
}
.service li a img {
	width: 120px;
	height: auto;
}
.service li p {
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .08em;
}



@media only screen and (min-width: 769px) {
	.service {
		padding-top: 137px;
		padding-bottom: 140px;
	}
	.service .section-title {
		padding-bottom: 40px;
	}
	.service .accent {
		top: unset;
		bottom: -30px;
	}
	.service li {
		width: 25%;
		aspect-ratio: 300 / 250;
	}
	.service li a::before {
		top: 27px;
		left: 20px;
		font-size: 1.8rem;
	}
	.service li a::after {
		top: 45px;
		left: 25px;
		font-size: 4.8rem;
		letter-spacing: .04em;
	}
	.service li a img {
		max-width: 100%;
		margin-top: 20px;
	}
	.service li p {
		font-size: 3.2rem;
	}
}



@media only screen and (max-width: 768px) {
	.service ol li:nth-child(even) a {
		background-color: var(--color01);
	}
	.service ol li:nth-child(4n+2) a,
	.service ol li:nth-child(4n+3) a {
		background-color: var(--color03);
	}
	.service li a img {
		height: 16vw;
		margin-top: 1.3333333333vw;
	}
}

/* +++++++++access+++++++++ */
.access .access-contents-wrap {
	background-color: var(--color01);
	padding: 40px 30px 60px;
	max-width: 480px;
	width: 100%;
}
.access .access-wrap ul {
	margin-top: 25px;
	border-bottom: 1px solid var(--color04);
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.access .access-wrap li {
	border-top: 1px solid var(--color04);
}
.access .access-wrap dl {
	display: flex;
	align-items: baseline;
	padding: 18px 0;
}
.access .access-wrap dt {
	width: 114px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
.access .access-wrap dd {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access .access-wrap dd p {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
.access .access-wrap dd a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px solid #fff;
	transition: .25s ease-out;
}
.access .access-wrap dd a::after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-block;
	width: 6px;
	height: 11px;
	background-image: url(../images/arrow01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	background-size: contain;
	transform: translateY(-50%);
}
.access .access-wrap dd a:hover {
	color: var(--color01);
	background-color: #fff;
	opacity: 1;
}
.access .access-wrap dd a:hover::after {
	background-image: url(../images/arrow02.svg);
}
.access .access-map {
	width: 100%;
}
.access .access-slider {
	overflow: hidden;
	width: 100%;
}
.access .access-slider-track {
	display: flex;
	width: max-content;
	animation: access-slide 50s linear infinite;
}
.access .access-slider ul{
	display: flex;
	flex-shrink: 0;
}
.access .access-slider li {
	width: 100px;
	aspect-ratio: 1 / 1;
}
.access .access-slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes access-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}



@media only screen and (min-width: 769px) {
	.access .access-wrap {
		display: flex;
		flex-direction: row-reverse;
		min-height: 680px;
	}
	.access .access-contents-wrap {
		width: 41.666%;
		min-width: 600px;
		min-height: inherit;
		padding: 52px 60px 20px;
	}
	.access .access-wrap dt {
		width: 124px;
		font-size: 1.6rem;
	}
	.access .access-slider li {
		width: 240px;
	}
}



@media only screen and (max-width: 768px) {
	.access .access-contents-wrap {
		max-width: none;
	}
	.access .column {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}
	.access .access-map {
		height: 450px;
	}
}

/* +++++++++about+++++++++ */
.about {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-wrap {
	display: flex;
	flex-direction: column;
}
.about .about-pic {
	position: relative;
	flex: 1;
	width: calc(100% - 20px);
	z-index: 1;
}
.about .about-pic img {
	display: block;
	width: 100%;
}
.about .about-content {
	position: relative;
	padding-top: 42px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 0;
}
.about .accent {
	top: -15px;
	left: 0;
}
.about .about-title {
	color: var(--color01);
	font-size: 3.2rem;
	line-height: 2.2;
	letter-spacing: .08em;
}
.about .about-text {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: .04em;
	margin-top: 9px;
}



@media only screen and (min-width: 769px) {
	.about {
		padding-top: 140px;
		padding-bottom: 140px;
	}
	.about-wrap {
		flex-direction: row-reverse;
	}
	.about .about-pic {
		width: 100%;
	}
	.about .about-content {
		width: 760px;
		padding-top: 180px;
		padding-left: 100px;
		padding-right: unset;
	}
	.about .accent {
		top: 0;
	}
	.about .about-title {
		font-size: 4.8rem;
		line-height: 1.8;
		letter-spacing: .06em;
	}
	.about .about-text {
		font-size: 1.5rem;
		letter-spacing: .08em;
		margin-top: 17px;
	}
}

/* +++++++++news+++++++++ */
.news {
	padding: 80px 30px;
	padding-bottom: 80px;
}
.news .news-wrap {
	max-width: 960px;
	margin: 0 auto;
}
.news ul {
	margin-top: 30px;
}
.news li {
	border-top: 1px solid var(--color08);
	padding: 21px 0;
}
.news li:last-child {
	border-bottom: 1px solid var(--color08);
}
.news li a {
	display: flex;
	align-items: center;
	column-gap: 25px;
}
.news li a:hover {
	opacity: .5;
}
.news .date {
	flex: none;
	color: var(--color01);
	font-size: 1.2rem;
	letter-spacing: .08em;
	line-height: 1;
}
.news .date span {
	display: block;
	font-size: 4.2rem;
	letter-spacing: .08em;
}
.news .comment {
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .content-button-square {
	padding-left: 0;
	padding-right: 0;
}



@media only screen and (min-width: 769px) {
	.news {
		padding: 140px 40px;
		padding-bottom: 140px;
	}
	.news li {
		padding: 25px 0;
	}
	.news li a {
		column-gap: 30px;
	}
	.news .comment {
		font-size: 1.8rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
