/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
#header {
  position: absolute;
  background: none;
  left: 0;
}

@media screen and (max-width: 767px) {
  #header {
    position: relative;
    background: #fff;
  }
}

/*--------------------------------------
	main
--------------------------------------*/
#mainimage img {
  width: 100%;
}

/* #mainimage h1 {
	display: none;
} */
.home #content {
  font-size: 16px;
  line-height: 32px;
  color: #2D2721;
}

.home .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
  padding: 0;
}

.ttl__home {
  padding-bottom: 20px;
  border-bottom: 1px solid #2D2721;
  color: #2D2721;
  opacity: 0.7;
}

.ttl__home .en {
  display: block;
  margin-top: 10px;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttl__home .jp {
  display: block;
  font-family: 'Shuei KakuGo Kin L';
  letter-spacing: 0.15em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .home #content {
    line-height: 30px;
  }
  .ttl__home {
    width: auto;
    line-height: 1;
    padding-bottom: 0;
  }
  .ttl__home .en {
    line-height: 70px;
    text-align: center;
  }
}

.btn-style1 {
  width: 70vw;
  display: block;
  padding: 0 0 3px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.1em;
  -webkit-transform: .5s ease-out;
          transform: .5s ease-out;
}

@media screen and (max-width: 767px) {
  .btn-style1 {
    margin: 0 auto;
    background: #22201E;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn-style1 {
    width: 344px;
    padding: 1px 0 5px 20px;
    border: 1px solid #22201E;
    color: #22201E;
    position: relative;
  }
  .btn-style1::after {
    content: '';
    width: 53px;
    height: 100%;
    background: url("../img/btn-arrow.png") center no-repeat;
    position: absolute;
    top: 0;
    right: -24px;
    -webkit-transform: .5s ease-out;
            transform: .5s ease-out;
  }
  .btn-style1:hover {
    background: #2D2721;
    color: #fff;
  }
  .btn-style1:hover::after {
    background-image: url("../img/btn-arrow-on.png");
  }
}

/*--------------------------------------
	news
--------------------------------------*/
/*--------------------------------------
	news
--------------------------------------*/
.top-news {
  background-color: #F8F2EA;
  padding: 105px 0 95px;
}

.top-news .post-box__header h2 {
  text-align: center;
}

.top-news .post-box__content {
  max-height: 300px;
  overflow: auto;
}

.news__section {
  background-color: #F8F2EA;
  padding: 105px 0 95px;
}

.news__section .elementor-container {
  max-width: 1146px !important;
}

.news__section .col__left {
  width: 50% !important;
  height: 521px;
}

.news__section .col__left .elementor-widget-wrap {
  -ms-flex-line-pack: inherit;
      align-content: inherit;
}

.news__section .col__left .elementor-widget-container {
  height: 100%;
}

.news__section .col__left iframe {
  width: 100%;
  height: 100%;
}

.news__section .col__right {
  background-color: #fff;
  padding: 43px 57px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48% !important;
  margin-left: 2%;
}

.news__section .post-box__content {
  max-height: 378px;
  overflow: auto;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .news__section {
    padding: 80px 30px 80px;
  }
  .news__section .col__right {
    padding: 35px 30px 35px;
  }
}

@media screen and (max-width: 767px) {
  .news__section {
    padding: 39px 20px 38px;
  }
  .news__section .col__left {
    width: 100% !important;
    height: 302px;
  }
  .news__section .col__right {
    padding: 35px 20px 22px;
    margin-top: 18px;
    width: 100% !important;
    margin-left: 0;
  }
  .news__section .post-box__content {
    max-height: 286px;
  }
}

/*--------------------------------------
	scroll slider top
--------------------------------------*/
.scroll__slider {
  background: url("../img/slider_top.jpg") repeat-x top center;
  background-size: auto 100%;
  height: 188px;
}

@media screen and (max-width: 767px) {
  .scroll__slider {
    height: 110px;
  }
}

/*--------------------------------------
	front-page-content
--------------------------------------*/
.banner_section {
  padding: 100px 0;
}

.banner_section li {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .col__right, .col__left {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner_section {
    padding: 28px 0 30px;
  }
  .banner_section li {
    width: 100%;
  }
  .banner_section li + li {
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------
	section
-----------------------------------------------------------*/
#sec1 {
	width: 100vw;
	margin-left: -30px;
  position: relative;
  z-index: 0;
}

#sec1::before {
  content: '';
  width: 82vw;
height: 100%;
background: url('../img/under_bg.JPG') right top / 105% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sec1 .set {
  padding-top: 195px;
}

#sec1 .set h2.ttl {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 69px;
  letter-spacing: 0.2em;
  text-shadow: 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff;
}

#sec1 .set .txtbox {
  margin-left: 100px;
}

#sec1 .set .txtbox .txt {
  width: 350px;
  margin-top: 57px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.289em;
  text-shadow: 0 -1px 0 #fff, 0.5px 0 0 #fff, 0 0.5px 0 #fff, -0.5px 0 0 #fff;
}

#sec1 .post-box {
  width: 460px;
  min-height: 270px;
  padding: 56px 30px 61px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 17px 0 0 100px;
  background: #fff;
}

#sec1 .post-box .post-box__content {
	overflow: auto;
    height: 170px;
}
/* width */
#sec1 .post-box .post-box__content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#sec1 .post-box .post-box__content::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
#sec1 .post-box .post-box__content::-webkit-scrollbar-thumb {
  background: #DFDFDF;
}

/* Handle on hover */
#sec1 .post-box .post-box__content::-webkit-scrollbar-thumb:hover {
  background: #D8D8D8;
}
#sec1 .post-box .post-box__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background: none;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}

#sec1 .post-box .post-box__content dl + dl {
  margin-top: 16px;
}

#sec1 .post-box .post-box__content dl dt {
  width: 160px;
  margin: 0;
}

#sec1 .post-box .post-box__content dl dd {
  width: calc(100% - 160px);
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

#sec1 .post-box .btn-more {
  text-align: right;
  margin: 2px 64px 0 0;
}

#sec1 .post-box .btn-more .post-box__summary-link {
  position: relative;
}

@media screen and (max-width: 999px) {
  #sec1::before {
    background-size: cover;
    background-position: center;
  }
  #sec1 .set {
    padding-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  #sec1 {
    margin-top: 15vw;
	  padding: 0 20px;
  }
  #sec1::before {
    width: auto;
    height: 120vw;
    display: block;
    position: relative;
  }
  #sec1 .set {
    padding: 20px 0 0 10px;
  }
  #sec1 .set h2.ttl {
    font-size: 32px;
    line-height: 59px;
  }
  #sec1 .set .txtbox {
    margin-left: 0;
  }
  #sec1 .set .txtbox .txt {
    width: auto;
    margin-top: 20px;
    font-size: 19px;
    line-height: 37px;
  }
  #sec1 .post-box {
    width: auto;
    min-height: auto;
    margin: 20px 0 0;
    padding: 0;
  }
  #sec1 .post-box .post-box__content dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sec1 .post-box .post-box__content dl dt {
    width: 90px;
  }
  #sec1 .post-box .post-box__content dl dd {
    width: calc(100% - 90px);
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec1 .post-box .btn-more {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1140px) {
	#sec1 {
		left: calc(-50vw + 548px);
	}
}
#sec2 {
  margin-top: 175px;
}

#sec2 .set {
  width: 120%;
  max-width: 1223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -143px;
}

#sec2 .set .ttl__home {
  width: 364px;
}

#sec2 .set h3.ttl {
  margin-top: 40px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 53px;
  letter-spacing: 0.2em;
}

#sec2 .set .txtbox {
  width: 45%;
  max-width: 480px;
}

#sec2 .set .txtbox .txt {
  margin-top: 18px;
  font-weight: 500;
  line-height: 36px;
}

#sec2 .set .txtbox .btn-link {
  margin-top: 33px;
}

#sec2 .set .img {
  width: 55%;
  max-width: 664px;
  margin-top: 7px;
}

@media screen and (max-width: 1139px) {
  #sec2 .set {
    margin-left: -165px;
  }
  #sec2 .set .img {
    margin-top: 0;
  }
  #sec2 .set h3.ttl {
    margin-top: 50px;
  }
  #sec2 .set .txtbox .txt, #sec2 .set .txtbox .btn-link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 999px) {
  #sec2 {
    margin-top: 20vw;
  }
  #sec2 .set {
    width: auto;
    display: block;
    margin-left: 0;
  }
  #sec2 .set .ttl__home {
    width: auto;
  }
  #sec2 .set h3.ttl {
    margin-top: 40px;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.15em;
  }
  #sec2 .set .txtbox {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
  }
  #sec2 .set .txtbox .txt, #sec2 .set .txtbox .btn-link {
    margin-top: 40px;
  }
  #sec2 .set .img {
    width: auto;
    max-width: 100%;
  }
}

#sec3 {
  margin-top: 191px;
}

#sec3 .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec3 .set .ttl__home {
  width: 296px;
}

#sec3 .set h3.ttl {
  margin-top: 40px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 53px;
  letter-spacing: 0.2em;
}

#sec3 .set .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 460px;
}

#sec3 .set .txtbox .txt {
  margin-top: 35px;
  line-height: 36px;
}

#sec3 .set .txtbox .btn-link {
  margin-top: 33px;
}

#sec3 .set .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 480px;
  margin-top: 157px;
}

@media screen and (max-width: 999px) {
  #sec3 {
    margin-top: 102px;
  }
  #sec3 .set {
    width: auto;
    display: block;
  }
  #sec3 .set .ttl__home {
    width: auto;
  }
  #sec3 .set h3.ttl {
    margin-top: 30px;
    font-size: 24px;
    line-height: 40px;
  }
  #sec3 .set .txtbox {
    width: auto;
    margin-top: 30px;
  }
  #sec3 .set .txtbox .txt {
    margin-top: 30px;
  }
  #sec3 .set .txtbox .btn-link {
    margin-top: 30px;
  }
  #sec3 .set .img {
    width: auto;
    margin-top: 0;
  }
}

#sec4 {
  height: 408px;
  margin-top: 182px;
}

@media screen and (max-width: 767px) {
  #sec4 {
    height: 343px;
    margin: 104px 0 0;
  }
}
@media screen and (min-width: 1140px) {
	#sec4 {
		width: 100vw;
		margin-left: calc(-50vw + 549px)
	}
}

#sec5 {
  margin-top: 160px;
}

#sec5 .container {
  position: relative;
}

#sec5 .set .item {
  margin: 15px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
}

#sec5 .set .item .ttl {
  font-size: 22px;
	font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.1em;
}

#sec5 .set .item .ttl::after {
  content: '';
  width: 53px;
  height: 7px;
  margin-top: 30px;
  float: right;
  background: url("../img/arrow.png") no-repeat;
}

#sec5 .set .item .txt {
  letter-spacing: 0.03em;
}

#sec5 .set .item .img {
  width: 100%;
  height: 150px;
}

#sec5 .set .item .img img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#sec5 .set hr {
  width: 100%;
  display: none;
  border: 0;
}

@media screen and (max-width: 767px) {
  #sec5 {
    margin-top: 20vw;
  }
  #sec5 .set {
    margin-top: 35px;
  }
  #sec5 .set .item {
    margin: 0;
  }
  #sec5 .set .item ~ .item {
    margin-top: 60px;
  }
  #sec5 .set .item .img {
    width: 100%;
    height: 160px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .ttl__home {
    width: 241px;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #sec5 .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
  }
  #sec5 .set .item {
    width: calc(100% / 3 - 30px);
  }
  #sec5 .set hr.first {
    display: block;
  }
}

@media screen and (min-width: 1140px) {
  #sec5 .set {
    width: 1108px;
  }
  #sec5 .set .item {
    width: 247px;
  }
  #sec5 .set hr.first {
    display: none;
  }
  #sec5 .set hr.second {
    display: block;
  }
}

#sec6 {
  margin-top: 100px;
}

#sec6 .ttl__home {
  width: 442px;
}

#sec6 .d-flex {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #sec6 #sec5 {
    padding: 50px 0 80px;
  }
  #sec6 #sec5 .title__home {
    margin-bottom: 50px;
  }
  #sec6 .banner_section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #sec6 {
    margin-top: 20vw;
  }
  #sec6 .ttl__home {
    width: auto;
  }
  #sec6 .ttl__home .en {
    font-size: 40px;
    letter-spacing: 0.04em;
  }
}

#sec7 .txtbox {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	#sec7 .txtbox {
		margin-top: 50px;
		line-height:24px;
		letter-spacing: 0.05px
	}
}