@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
.l-header {
	position: relative;
}

body .wrap, body aside {
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-feature-settings:normal;
}
body section img, body aside img {
	margin: 0;
}

/* floating */
.floating {
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	width: 100%;
	z-index: 100;
}
.floating a {
	box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
	width: 90%;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 50px;
}
@media screen and (min-width: 768px) {
    
	.floating {
		width: 100%;
		justify-content: space-evenly;
	}
	.floating a {
		width: 49%;
		font-size: 16px;
		padding: 20px 0;
	}
}

.links {
}
.links > li {
	display: flex;
	align-items: center;
	height: 2.8em;
}
.links > li + li {
	margin: 1.8em 0 0;
}
.links em {
	font-size: 1.4em;
}
.links em :last-child {
	font-weight: bold;
	font-size: 12px;
}
.links small {
	font-size: 0.9em;
}
.links a {
	aspect-ratio: 170/28;
	height: 100%;
	margin: 0 0 0 auto;
	font-size: 1.2em;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    font-family: "adobe-garamond-pro", serif;
}
@media screen and (max-width: 768px) {
	.links {
		width: 100%;
	}
	.links li {
		height: 2em;
	}
	.links em {
		font-size: 1.2em;
	}
	.links small {
		font-size: 1em;
	}
	.links a {
		aspect-ratio: 8/2;
		font-size: 1em;
	}
}

aside ul {
	width: 100em;
	margin: auto;
}
aside li {
	padding: 10em;
	position: relative;
}
aside li + li::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #d2d2d0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
aside li h5 {
	margin: 0 0 2em;
	font-size: 2em;
	text-align: center;
}
aside li img {
	width: 80em;
	margin: 0 auto 4em;
	display: block;
	width: 100%;
}
aside li p {
	font-size: 1.6em;
	margin: -0.625em 0 1.25em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	aside li p {
		font-size: 1.4em;
	}
}
aside li div {
	margin: 0 0 2em;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	aside li div {
		justify-content: flex-start;
	}
}
aside li div strong {
	font-size: 2.6em;
}
@media screen and (max-width: 768px) {
	aside li div strong {
		font-size: 2.4em;
	}
}
aside li div em {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-size: 1.6em;
	border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
	aside li div em {
		font-size: 1.4em;
	}
}
aside li div em span {
	font-size: 1.5em;
}
aside li a {
	width: 40em;
	aspect-ratio: 560/55;
	font-size: 1.4em;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #808080;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	aside {
		width: 92%;
		margin: auto;
	}
	aside ul {
		width: 100%;
	}
	aside li {
		padding: 8em 0 5em;
	}
	aside li ::before {
		width: 100%;
	}
	aside li h5 {
		margin: 0 0 1.3888em;
		font-size: 1.8em;
		text-align: left;
	}
	aside li img {
		margin: 0 0 2.5em;
	}
	aside li a {
		width: 14.2857em;
		aspect-ratio: 200/40;
	}
}

.other {
	width: 57.5em;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.other {
		width: 96%;
		margin:0 0 0 auto;
	}
}
.other h4 {
	margin: 0 0 1em;
	font-size: 2.2em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.other h4 {
		font-size: 2em;
		text-align: left;
	}
}
.other p {
	font-size: 1.6em;
	line-height: 1.7em;
	margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
	.other p {
		font-size: 1.4em;
	}
}
.other .slider {
	width: 57.5em;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.other .slider {
		width: 100%;
		padding: 0 4% 2em 0;
		display: flex;
		overflow-x: scroll;
		gap: 2em;
	}
	.other .slider > li {
		min-width: 24em;
	}
}
.other .slider .slick-prev, .other .slider .slick-next {
	border-top: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	color: rgba(0, 0, 0, 0);
}
.other .slider img {
	margin: 0 0 1.6em;
}
.other .slider a span {
	padding: 0 0 0.4em;
	display: inline-flex;
	align-items: center;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
}
.other .slider a span em {
	font-size: 1.4em;
}
.other .slider a span small {
	font-size: 1em;
}
.other .slider a span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.other + .other {
	margin: var(--mgn) auto 0;
}

main, aside {
	font-size: 10px;
}
@media screen and (max-width: 1240px) {
	main, aside {
		font-size: 0.92vw;
	}
}
@media screen and (max-width: 768px) {
    body .wrap{font-feature-settings:"palt";}
	main, aside {
		font-size: 2.66666vw;
	}
}
main *, aside * {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1em;
}
@media screen and (max-width: 1240px) {
	main *, aside * {
		font-size: 0.92vw;
	}
}
@media screen and (max-width: 768px) {
	main *, aside * {
		font-size: 2.66666vw;
	}
}

:root {
	--cont: 120em;
	--mgn: 100px;
}
@media screen and (max-width: 1240px) {
	:root {
		--cont: 100em;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--cont: 92%;
		--mgn: 21.3333vw;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.wrap{
    background-color:#E2DCD2;
    padding-bottom:9rem;
}

.wrap img {
	width: 100%;
}

.wrap h3 {
	font-size: 2.2em;
	text-align: left;
    font-weight:500;
}
.wrap p{
	font-size: 1.8rem;
	line-height: 1.9em;
    letter-spacing:0.1em;
	text-align: left;
    font-feature-settings:"normal";
}

.wrap .maintext{
    max-width:1200px;
    margin:10rem auto;
}

.wrap .maintext p{
    margin-top:4.5rem;
    }

.wrap .about{
    max-width:800px;
    margin:0 auto 10rem;
}

.wrap .about p{
    margin:3rem 0 7rem;
    }


.wrap .mainitem{
    max-width:1000px;
    margin:0 auto 10rem;
}

.wrap .mainitem p{
    margin:5rem 0 4.5rem;
    }

.wrap .mainitem ul{
    max-width:580px;
    margin: 0 auto;
}


.wrap h4{
    font-size:2.2rem;
    margin-bottom:7.5rem;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing:0.1em;
}

.other h5{
    font-size:1.4rem;
    margin-bottom:3.5rem;
    text-align: center;
    font-family: "adobe-garamond-pro", serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing:0.1em;
}


@media screen and (max-width: 768px) {
    .wrap h3 {
        font-size: 2em;
	text-align: left;
    font-weight:500;
        line-height:1.8;
}
    .wrap .maintext{
		width: var(--cont);
}
    .wrap .mainitem{
		width: var(--cont);
}
    .wrap p{
	font-size: 2rem;
}
    
	.wrap .about {
		font-size: 1.8em;
		text-align: left;
		margin: auto;
		width: var(--cont);
	}
	.wrap .about br {
		display: none;
	}
    .wrap h4{
		text-align: center;
        
    }
        .other h5{
		text-align: left;
            
        }
}

.wrap .contents > li {
	width: var(--cont);
	margin: auto;
	padding: var(--mgn) 0;
}
@media screen and (max-width: 768px) {
	.wrap .contents > li {
		width: 100%;
	}
}
.wrap .contents > li + li {
	border-top: 1px solid #ccc;
}
.wrap .contents > li:last-child {
	border-bottom: 1px solid #ccc;
}
.wrap .contents .item {
	margin: 0 0 8em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item {
		flex-direction: column;
		gap: 2em;
	}
}
.wrap .contents .item .image {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .image {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .image img:first-child {
		order: 10;
		margin: 0 0 2em;
	}
}
.wrap .contents .item .image h4 {
	font-size: 2em;
	margin: 1.4em 0;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .image h4 {
		width: var(--cont);
		margin: 0 auto 0.8em;
		font-size: 1.8em;
		order: 30;
	}
	.wrap .contents .item .image h4 + img {
		order: 20;
		margin: 0 0 4em;
	}
}
.wrap .contents .item .image p {
	font-size: 1.6em;
	line-height: 1.7em;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .image p {
		order: 40;
		font-size: 1.4em;
		width: var(--cont);
		margin: auto;
	}
}
.wrap .contents .item .info {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info {
		width: 100%;
	}
}
.wrap .contents .item .info .small {
	width: 37.5em;
	margin: 0 0 5em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info .small {
		width: 100%;
		margin: 0 0 4em;
	}
}
.wrap .contents .item .info .large {
	margin: 0 0 3em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info .large {
		display: none;
	}
}
.wrap .contents .item .info h4 {
	font-size: 2em;
	line-height: 1.7em;
	margin: 0 0 0.8em;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info h4 {
		font-size: 1.8em;
		width: var(--cont);
		margin: 0 auto 0.8em;
	}
}
.wrap .contents .item .info p {
	font-size: 1.6em;
	margin: 0 0 6em;
	line-height: 1.7em;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info p {
		font-size: 1.4em;
		width: var(--cont);
		margin: 0 auto 2em;
	}
}
@media screen and (max-width: 768px) {
	.wrap .contents .item .info .links {
		width: var(--cont);
		margin: auto;
	}
}
.wrap .contents .other {
	width: var(--cont);
	margin: auto;
}/*# sourceMappingURL=styles.css.map */