/*
  File Name   : top.css
  Description : Write top content styles
*/
.top {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .top {
    font-size: 18px;
  }
}
.top .top-section {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1024px) {
  .top .top-section {
    padding: 80px 0 80px;
  }
}
.top .top-sectionInner > *:first-child {
  margin-top: 0;
}
.top .top-sectionInner > *:last-child {
  margin-bottom: 0;
}
.top .top-section-hl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: var(--color_main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: var(--letterSpacing_base);
  text-indent: var(--letterSpacing_base);
  text-align: center;
  padding: 0 0 0.5em;
  margin: 0 0 1.15em;
}
@media only screen and (max-width: 1024px) {
  .top .top-section-hl {
    font-size: 30px;
    margin-bottom: 1.5em;
  }
}
.top .top-section-hl::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  right: 50%;
  bottom: 0;
  background-color: var(--color_accent);
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  border-radius: 3px;
}
.top .top-section-hl__02 {
  color: var(--color_main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: var(--letterSpacing_base);
  text-indent: 0em;
  margin: 0 0 1em;
}
@media only screen and (max-width: 1024px) {
  .top .top-section-hl__02 {
    font-size: 30px;
    margin-bottom: 0.75em;
  }
}
.top .top-withBackGroundColorBlock {
  background-color: var(--color_sub);
}
.top .top-description {
  line-height: 2em;
  margin: 1.5em 0;
  letter-spacing: var(--letterSpacing_base);
  text-indent: var(--letterSpacing_base);
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .top .top-description {
    line-height: 1.8em;
  }
}
.top .top-description.txtCenter {
  text-align: center;
  text-indent: 0.1em;
}
.top .top-description > em {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
  margin: 0 0 1em;
}
.top .top-moreBtn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-decoration: none;
  padding: 0 1em 0.25em 0;
  border-bottom: 1px solid var(--color_main);
  margin: 1.9em 0 0 auto;
}
.top .top-moreBtn::after {
  position: absolute;
  content: "";
  display: block;
  border: 0.25em solid transparent;
  border-left: 0.3em solid var(--color_main);
  border-right: none;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: right 0.2s ease-in;
  transition: right 0.2s ease-in;
}
.top .top-moreBtn:hover {
  opacity: 1 !important;
}
.top .top-moreBtn:hover::after {
  right: -0.25em;
}
.top .top-contentsContainer {
  margin: 50px 0 0;
}
.top .top-contentsContainer.typeC {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .top .top-contentsContainer.typeC {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .top .top-contentsContainer.typeC > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top .top-contentsContainer.typeC > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top .top-contentsContainer.typeC:nth-child(even) > *:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top .top-contentsContainer.typeC:nth-child(even) > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top .top-contentsContainer.typeC .contentTxt {
  display: block;
}
.top .top-contentsContainer.typeC .contentTxt > *:first-child {
  margin-top: 0;
}
.top .top-contentsContainer.typeC .contentTxt > *:last-child {
  margin-bottom: 0;
}

.top-kv {
  position: relative;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.top-kv::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 70, 51, 0.15);
  pointer-events: none;
}
.top-kv .top-kv-slide {
  display: block;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.top-kv .top-kv-slide .top-kv-slide-item {
  display: block;
  width: 100%;
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - var(--height-header));
  height: calc(100dvh - var(--height-header));
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img {
    height: calc(100vh - var(--height-header_mbl));
    height: calc(100dvh - var(--height-header_mbl));
  }
}
.top-kv .top-kv-slide .top-kv-slide-item .top-kv-slide-item-img > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-kv .top-kv-catch {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 65px;
  top: 0;
  left: 0;
  padding: 1em;
  z-index: 1;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kv .top-kv-catch {
    font-size: min(6.7vw, 65px);
  }
}
@media only screen and (max-width: 599px) {
  .top-kv .top-kv-catch {
    font-size: clamp(33px, 10.6vw, 40px);
    padding: 1em 0.5em;
  }
}
.top-kv .top-kv-catch > span {
  display: block;
  color: #fff;
  font-size: inherit;
  font-weight: 800;
  line-height: 1.5em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.86);
}

.top-news {
  padding: 4rem 0;
}
.top-news .top-moreBtn {
  margin-top: 3em;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-moreBtn {
    margin: 2.25em auto 0;
  }
}
.top-news .com-noneText {
  text-align: center;
  text-indent: var(--letterSpacing_base);
}

.top-map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.top-map > iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}