@charset "utf-8";
/*  style　[  top ]
=================================================================== */
/*----------------------------------------------
   first-view
---------------------------------------------*/
.first-view {
	position: relative;
	width: 100%;
	height: 100vh;
}

.first-view .background-wrap {
	width: 80%;
	height: 65vh;
	position: absolute;
	left: 0;
	top: 130px;
}
/* background marker */
.first-view .u-fade-type-bg {
    background: linear-gradient(to right, transparent 50%,  #F2F1EA 50%);
    background: linear-gradient(to right, transparent 50%, #F2F1EA 50%);
    background-repeat: repeat-x;
    background-size: 200% 100%;
}

.first-view .u-fade-type-bg.is-active{
    transition: all 1.2s ease;
    background-position: -100% 100%;
}


.first-view .main-image {
	width: 80%;
	height: calc(100vh - 200px);
	position: absolute;
	right: 0;
	top: 200px;
	background-image: url(../images/top-main.webp);
	background-size: cover;
}
/* キャッチコピー */
.first-view .catch-copy {
	position: absolute;
	left: 50px;
	top: 295px;
}
.first-view .catch-copy h2 {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.first-view .catch-copy p {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.first-view .background-wrap {
	height: 45vh;
	top: 70px;
}
.first-view .main-image {
	height: calc(100vh - 310px);
	top: 310px;
}

/* キャッチコピー */
.first-view .catch-copy {
	left: 20px;
	top: 115px;
}
.first-view .catch-copy h2 {
	font-size: 1.7rem;
}
.first-view .catch-copy p {
	font-size: 1.1rem;
	line-height: 1.5;
}

}


/*----------------------------------------------
   topic link
---------------------------------------------*/
.topic-list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	list-style: none;
	margin-top: -70px;
}
.topic-list li {
	width: 45%;
	font-size: 1.2em;
}
.topic-list li .mincho {
	font-size: 1.3em;
	padding-right: 20px;
	letter-spacing: 2px;
}
.topic-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
	height: 140px;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    box-shadow: 2px 2px 23px 0px rgba(242, 241, 234, 0.5);
    background-color: #fff;
    color: #333;
    font-size: 1em;
    transition: transform .3s, box-shadow .3s;
}

.topic-link::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #A58852;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.topic-link:hover::after {
    transform: translateY(-50%) scaleX(1.4);
	box-shadow: 0 7px 10px rgb(0 0 0 / 15%);
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.topic-list li {
	width: 90%;
	font-size: 1rem;
	margin-bottom: 30px;
}
.topic-list li .mincho {
	font-size: 1.2rem;
	padding-right: 10px;
}
.topic-link {
	height: 80px;
}
.topic-link::after {
    width: 2.5em;
    height: 1em;
}
}

/*----------------------------------------------
   image-link
---------------------------------------------*/
#image-link {
	margin-top: 120px;
}
.bg-image-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 300px;
  background-color: #F2F1EA;
  z-index: 0;
}

.bg-image-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.bg-image-box .image-item {
	width: 45%;
}

.top-h2 {
	font-size: 1.5rem;
	padding: 50px 0;
}
.top-h2 .mincho {
	font-size: 2rem;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.bg-image-box .image-item a {
	display: block;
	width: 96%;
	margin: 0 auto;
}
.btn_more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: .7em 3em .7em 2em;
    background-color: #A58852;
    color: #fff;
    font-size: 1.1em;
	margin-top: -30px;
}

.btn_more::after {
    position: absolute;
    right: 1em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.bg-image-box .image-item a:hover .btn_more::after {
    transform: translateY(-50%) scaleX(1.4);
	text-decoration: none;
}
.bg-image-box .image-item a:hover {
	text-decoration: none;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.bg-image-link::after {
  height: 880px;
}
	.bg-image-box .image-item {
	width: 96%;
	margin: 0 auto 80px auto;
}
.top-h2 {
	font-size: 1.2rem;
	padding: 50px 0 30px 0;
}
.bg-image-box .image-item .link-img {
	width: 96%;
	height: 380px;
}
.bg-image-box .image-item .link-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.btn_more {
    width: 250px;
    padding: .5em 3em .7em 2em;
    font-size: 2em;
	margin-top: -25px;
}
.btn_more::after {
    transform: translateY(-50%);
    width: 2em;
    height: .7em;
	top: 30px;
}
}


/*----------------------------------------------
   about
---------------------------------------------*/

#slide-image {
	width: 96%;
	margin: 150px auto;
}

.about-image {
	width: 70%;
	height: 400px;
	overflow: hidden;
}
.about-image img {
	object-fit: cover;
	object-position: 20% 20%;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (min-width: 768px) {
.about-link {
	display: table;
	position: absolute;
	left: 60%;
	top: 100px;
	background-color:#fff;
	box-shadow: 2px 2px 23px 0px rgba(242, 241, 234, 0.5);
	width: 35%;
}
}
.about-box {
	padding: 20px 30px;
}
.arrow {
	position: absolute;
    right: 1em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 3em;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}


/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	#slide-image {
	width: 96%;
	margin: 0 auto 100px auto;
}
.about-image {
	width: 100%;
	height: 380px;
}
.about-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.about-link {
	display: table;
	position: relative;
	background-color:#fff;
	box-shadow: 0 7px 10px rgba(242, 241, 234, 0.5);
	width: 80%;
	margin: -80px auto 0 auto;
}



.about-box .top-h2 {
	font-size: 1rem;
	padding: 20px 0 100px 0;
}
.about-box .top-h2 .mincho {
	font-size: 1.5rem;
}

.arrow {
    right: 4em;
	bottom: 2em;
    width: 5em;
    height: 1.2em;
}


}

@media screen and (max-width: 480px) {
}