@charset "UTF-8";
.hero {
  padding: 0;
  height: 410px;
}
.sec-title {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
  font-weight: bold;
  font-weight: 500;
}
.lead {
  line-height: 1.8;
  margin: 0 0 50px;
  text-align: center;
}
.btn-more {
  border-bottom: 1px solid #16100F;
  border-left: 1px solid #16100F;
  margin: 0 auto;
  width: 106px;
}
.btn-more a {
  color: #16100F;
  display: block;
  font-family: 'Lora', serif;
  font-size: .8125rem;
  letter-spacing: .1em;
  padding: 0 0 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.btn-more a::before {
  border-color: transparent transparent transparent #16100F;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 0;
}
.btn-more a::after {
  border-top: 1px solid #16100F;
  bottom: -4px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  width: 104px;
}
.btn-more:hover {
  border-bottom: 1px solid #D7A060;
  border-left: 1px solid #D7A060;
}
.btn-more:hover a {
  color: #D7A060;
}
.btn-more:hover a::before {
  border-color: transparent transparent transparent #D7A060;
}
.btn-more:hover a::after {
  border-top: 1px solid #D7A060;
}

main>section {
  padding: 80px 0 65px;
}
.service, .news, .gallery {
  background: #FBF5ED;
}
.works .items {
  display: flex;
  margin: 0 0 40px;
}
.works .items .item {
  align-items: center;
  background: #eee;
  display: flex;
  justify-content: center;
  position: relative;
  width: 33.333%;
}
.works .items .item a {
  display: block;
  width: 100%;
}
.works .items .item .img {
  width: 100%;
}
.works .items .item .img img {
  width: 100%;
  height: auto;
}
.works .items .item .hover {
  align-items: center;
  background: #D7A060;
  border-radius: 100%;
  bottom: 0;
  color: #16100F;
  display: flex;
  font-size: .875em;
  font-weight: bold;
  height: 170px;
  justify-content: center;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transform: rotateY(90deg);
  top: 0;
  width: 170px;
}
.works .items .item:hover .hover {
  opacity: 1;
  transform: rotateY(0);
}
.news .items {
  display: flex;
  justify-content: center;
}
.news .items .item {
  margin: 0 20px 35px;
  position: relative;
  width: 300px;
}
.news .items .item a {
  color: #16100F;
  text-decoration: none;
}
.news .items .item .img {
  display: block;
}
.news .items .item .discription {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}
.news .items .item .discription .date {
  border-right: 2px solid #16100F;
  font-family: 'Lora', serif;
  width: 24%;
  font-weight: bold;
}
.news .items .item .discription .date span {
  display: block;
  text-align: center;
}
.news .items .item .discription .date .year {
  font-size: .8125rem;
}
.news .items .item .discription .date .day {
  font-size: 2.25rem;
  line-height: 1.0;
  font-weight: normal;
}
.news .items .item .discription .date .month {
  font-size: .937rem;
}
.news .items .item .discription .title {
  font-size: .875rem;
  line-height: 1.8;
  padding: 0 0 0 15px;
  width: 76%;
}
.news .items .item:hover .discription {
  background: #FFDF70;
}
.news .items .new::before {
  background: url(../img/icn_new.svg) no-repeat 0 0;
  content: '';
  display: block;
  height: 64px;
  left: -12px;
  position: absolute;
  top: -12px;
  width: 64px;
}
.team {
  position: relative;
}
.team .items {
  display: flex;
  margin: 0 0 40px;
}
.team .items .item {
  border: 1px solid #fff;
  display: flex;
  width: 25%;
  height: 230px;
}
.team .items .item a {
  background: #D7A060;
  color: #16100F;
  display: flex;
  font-family: 'Lora', serif;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: .1em;
  padding: 15px 0 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.team .items .item .img {
  transition: .2s ease-in-out;
}
.team .items .item .name {
  width: 100%;
}
.team .items .item .name::after {
  background: #16100F;
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto;
  width: 14px;
}
.team .items .item .job {
  font-size: .75rem;
  line-height: 1.2;
}
.team .items .item:hover .img {
  transform: scale(1.3) rotateY(360deg);
}
.team .balloon {
  margin: 0 auto;
  position: absolute;
  right: calc(20% - 72px);
  top: -60px;
}
.team .balloon:hover {
  top: -40px;
}

.gallery .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}
.gallery .items .item {
  margin: 0 0 20px;
}
.gallery .items .item a{
  height: 180px;
  overflow: hidden;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gallery .items .item p{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFDF70;
  width: 180px;
  height: 180px;
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: .1em;
  padding: 30px 10px 25px;
  text-decoration: none;
  color: #16100F;
  display: flex;
  opacity: 0;
}
.gallery .items .item p .name{
  display: block;
  position: relative;
  width: 100%;
}
.gallery .items .item p .name::after {
  background: #16100F;
  content: "";
  display: block;
  height: 2px;
  margin: 40px auto 0;
  width: 14px;
}
.gallery .items .item p .job{
  display: block;
}
.gallery .items .item a:hover p{
  opacity: 1;
}


[class^="swiper-button-"] {
  transition: all .3s ease;
}
.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 410px;
  padding: 0 0 30px;
  float: left;
  transition: opacity .6s ease, transform .3s ease;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 0;
  right: -400px;
  width: 480px;
  height: 100%;
  color: #16100F;
  padding: 0 0 0 75px;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: normal;
  background: rgba(200, 138, 69, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: .9s ease-out;
  font-weight: 500;
}
.swiper-slide .content .title {
  width: 100%;
  font-size: 1.8125em;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity .3s ease, transform .7s ease;
}
.swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide-active .content {
  right: 0;
  opacity: 1;
}
[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev {
  transform: translateX(50px);
}
.swiper-button-next {
  transform: translateX(-50px);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  background: #B4B3B2;
}
.swiper-pagination-bullet-active {
  background: #16100F;
}
