@charset "utf-8";
/* CSS Document */
#main-slider {
  position: relative;
  z-index: 1;
  height: 600px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-item01 {
  background: url("../images/top/main-img1.jpg");
}
.slider-item02 {
  background: url("../images/top/main-img2.jpg");
}
.slider-item03 {
  background: url("../images/top/main-img3.jpg");
}
.slider-item04 {
  background: url("../images/top/main-img4.jpg");
}
.slider-item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
.slider-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main-view {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 4.5rem;
  text-shadow: 1px -1px 10px #000;
  line-height: 7.0rem;
  text-transform: uppercase;
  color: #fff;
}
.wrapper {
  position: relative;
}
@media screen and (max-width: 850px) {
  .main-view {
    font-size: 3.2rem;
    line-height: 7.0rem;
  }
}
@media screen and (max-width: 550px) {
  .main-view {
    font-size: 2.2rem;
    line-height: 5.0rem;
    width: 100%;
  }
}
/*************section-lead*************/
.top-lead {
  max-width: 1600px;
  margin: 0 auto;
}
.top-lead h2 {
  margin-top: 120px;
  font-size: 3.2rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 700;
  z-index: 1000;
  position: relative;
}
.top-lead h3, .top-lead-text {
  font-size: 3.2rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin-top: 30px;
  font-weight: 700;
  z-index: 1000;
  position: relative;
}
.top-lead-text {
  line-height: 1.7;
  margin-top: 20px;
}
.top-lead h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 60px 0;
  padding: 0 20px;
  line-height: 3.5rem;
  z-index: 1000;
  position: relative;
}
.lead_img_wrapper {
  position: relative;
  text-align: right;
}
.lead-box {
  position: absolute;
  left: 17%;
  z-index: 1000;
}
.taniku_img1, .taniku_img3 {
  position: absolute;
  object-fit: contain;
}
.taniku_img1 {
  top: -700px;
  right: 0;
  width: 90%;
  z-index: 100;
}
.taniku_img3 {
  top: -330px;
  right: 0;
  z-index: 100;
  width: 60%;
}
.top-lead-img {
  text-align: right;
  margin: 0 0 0 auto;
  position: relative;
}
.circle {
  display: inline-block;
  width: 500px;
  height: 1000px;
  border-radius: 100% 0 0 100% / 50%;
  background-color: rgba(224, 224, 224, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 20px);
  opacity: 0.5;
  margin-top: -300px;
}
.top-lead-wrapper {
  position: relative;
  text-align: left;
  display: flex;
}
.lead_img_wrapper li {
  list-style: none;
}
.decoration {
  position: absolute;
  left: -20%;
  opacity: 0.6;
  width: 50%;
  z-index: 1;
}
.lead-box li {
  list-style: none;
}
/**********lead-anime************/
.box {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**********title-anime************/
.box {
  opacity: 0;
}
.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1050px) {
  .lead-box {
    left: 10%;
    padding: 0 40px;
  }
  .decoration {
    top: -70px;
    opacity: 0.6;
    width: 40%;
    z-index: 1;
  }
  .taniku_img1 {
    top: -450px;
  }
  .taniku_img3 {
    top: -170px;
  }
  .circle {
    width: 400px;
    height: 800px;
  }
}
@media screen and (max-width: 850px) {
  .top-lead h2 {
    font-size: 2.2rem;
    margin: 80px 0 15px;
    font-weight: 700;
  }
  .top-lead h3, .top-lead-text {
    font-size: 2.2rem;
    margin-top: 5px;
  }
  .top-lead-text {
    margin-top: 10px;
  }
  .top-lead h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 100px;
    line-height: 2.5rem;
  }
  .taniku_img1 {
    top: -480px;
    width: 60%;
  }
  .taniku_img3 {
    top: -270px;
    width: 40%;
  }
  .lead-box {
    left: 10%;
    padding: 0 20px;
  }
  .decoration {
    top: -90px;
    width: 40%;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .taniku_img1 {
    top: 0;
    height: 200px;
    right: 0;
    width: 80%;
    object-fit: cover;
    object-position: bottom;
  }
  .circle {
    width: 300px;
    height: 600px;
    margin-top: -200px;
  }
  .taniku_img3 {
    top: 180px;
    z-index: 100;
    width: 60%;
    height: 180px;
    object-fit: cover;
    left: 0;
  }
  .top-lead-wrapper {
    display: block;
  }
  /*****.decoration{
  top:-480px;
  width: 45%;
  position:absolute;
  z-index: 100;
}*****/
  .top-lead h4 {
    margin-left: -10px;
  }
}
@media screen and (max-width: 370px) {
  .top-lead-text, .top-lead h2, .top-lead h3 {
    font-size: 1.8rem;
  }
  .top-lead h4 {
    margin-top: 30px;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
/****************secton_top*****************/
.section_top_wrapper, .section_top_wrapper1, .section_top_wrapper0 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 15px 0 0;
}
.section_top_wrapper, .section_top_wrapper0 {
  flex-direction: row-reverse;
}
.section-top_lead {
  background-image: url("../images/top/top_content_bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  max-height: 620px;
  width: 100%;
  max-width: 500px;
  margin: 0 30px 6px;
}
.section-top h2 {
  color: #619261;
  font-size: 4.4rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin: 45px 0 20px 60px;
  text-align: left;
}
.section-top h3 {
  font-size: 1.8rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin: 0 0 50px 60px;
  text-align: left;
}
.top_text {
  text-align: left;
  padding: 0 60px 30px;
  max-width: 530px;
}
.section-top {
  margin-top: 120px;
  max-width: 1600px;
  margin: 150px auto;
}
.section-top_img {
  object-fit: cover;
  width: 100%;
  max-height: 700px;
  box-shadow: 15px 15px 5px -5px rgba(172, 173, 171, 0.6);
}
/*************secton_top_contact***********/
.contact_info {
  text-align: left;
  margin: 60px 0 30px 60px;
}
.contact_info_last {
  padding-bottom: 0;
}
td {
  padding-left: 30px;
}
th, td {
  padding-bottom: 25px;
}
@media screen and (max-width: 1050px) {
  .section-top_lead {
    margin: 0 10px 6px;
  }
  .top_text {
    padding: 0 30px 30px;
  }
  .section-top h2 {
    margin-left: 30px;
  }
  .section-top h3 {
    margin: 0 0 50px 30px;
  }
}
@media screen and (max-width: 850px) {
  .section_top_wrapper, .section_top_wrapper1, .section_top_wrapper0 {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .section-top_img {
    height: 400px;
  }
  .section-top {
    position: relative;
  }
  .section-top {
    text-align: center;
  }
  .section-top h2 {
    font-size: 2.8rem;
    margin: 30px 0 10px 0;
    text-align: center;
  }
  .section-top h3 {
    font-size: 1.6rem;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .top_text {
    text-align: center;
    padding: 0 60px 30px;
    max-width: 530px;
  }
  .section-top_lead {
    max-height: 620px;
    width: 100%;
    margin: 40px auto 0;
    padding-top: 40px;
  }
  .contact_info {
    margin: 0 auto;
  }
  .contact_info_last {
    padding-bottom: 30px;
  }
  .section_top_wrapper0, .section_top_wrapper, .section_top_wrapper1 {
    position: relative;
  }
  .top_lead_title {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 190px;
  }
}
@media screen and (max-width: 600px) {
  .section_top_wrapper0 {
    margin-top: 500px;
  }
}
@media screen and (max-width: 550px) {
  .top_lead_title {
    margin: 0 100px;
    top: 130px;
  }
  .title2 {
    margin: 0 70px;
  }
  .section-top_img {
    height: 95%;
    max-height: 400px;
    width: 100%;
  }
  .section-top_lead {
    margin-top: 0px;
  }
  .contact_info {
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  .top_lead_title {
    width: 170px;
    margin: 0 auto;
    top: 80px;
  }
  .top_text {
    margin: 0;
    padding: 0 20px 30px;
  }
  .section-top {
    max-width: 1600px;
    margin: 100px auto;
  }
  .contact_info th {
    padding-left: 10px;
  }
}
/************section-top_access************/
#section-top_access h2 {
  color: #619261;
  font-size: 4.4rem;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  margin: 100px 0 20px 0;
}
#section-top_access h3 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
#section-top_access iframe {
  width: 90%;
  height: 450px;
  border: 0;
}
@media screen and (max-width: 850px) {
  #section-top_access h2 {
    font-size: 2.8rem;
    margin: 100px 0 10px 0;
  }
}
@media screen and (max-width: 370px) {
  #section-top_access h3 {
    margin-bottom: 40px;
  }
}