@charset "UTF-8";
/**==============
common.css 202507
==================**/
.font_mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font_noto {
  font-family: "Noto Sans", sans-serif;
}
.font_noto_serif {
  font-family: "Noto Serif JP", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex.center {
  justify-content: center;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex .half_box {
    width: 50%;
}

.theadbg {
  background: rgba(0, 0, 0, .5);
}
.theadbg h1 {
  position: absolute;
  top: 15px;
  left: 20px;
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 61px;
  height: 55px;
  z-index: 998;
}
#gNav li.nav_ayumi a {
  padding: 30px 0;
  min-width: 160px;
}
#gNav li.nav_ayumi a:hover {
  background: #3FB29B;
  padding: 30px 0;
}
#gNav li.nav_com a {
  padding: 30px 0;
  min-width: 120px;
}
#gNav li.nav_com a:hover {
  background: #348577;
  padding: 30px 0;
}
#gNav li.nav_news a {
  padding: 30px 0;
  min-width: 120px;
}
#gNav li.nav_news a:hover {
  background: #0b715d;
  padding: 30px 0;
}

section > .wrap {
  padding: 80px 0;
  max-width: 918px;
  width: 90%;
  margin: 0 auto;
}

main#top_page .cts_title {
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 30px;
}
main#top_page .cts_title span {
  display: block;
  color: #469B64;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 15px;
}
main#top_page a .arrow {
  position: relative;
  padding-right: 35px;
}
main#top_page a .arrow:before {
  content: '';
  width: 26px;
  height: 8px;
  background: url(../images/common/n-arrow_s.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: .3s;
}
main#top_page a:hover .arrow:before {
  right: -5px;
}

main#top_page #main_visual video {
  width: 100%;
  height: auto;
  display: block;
}
main#top_page #movie_cts {
  background: #000;
  padding: 90px 0;
  position: relative;
}
main#top_page #movie_cts h2 {
  max-width: 500px;
  width: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

main#top_page #future {
  background: #fff;
  color: #000;
}
main#top_page #future .wrap {
  padding: 100px 0 140px;
  max-width: 740px;
}
main#top_page #future .en_txt {
  text-align: center;
  font-size: 58px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0 0 80px;
}
main#top_page #future .en_txt span {
  font-size: 51px;
}
main#top_page #future h2 {
  text-align: center;
  font-size: 60px;
  line-height: 1.8em;
  font-weight: bold;
  margin: 0 0 60px;
}
main#top_page #future h2 span {
  border-bottom: 4px solid #000;
}
main#top_page #future p {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: 2.2em;
  margin: 60px 0 0 0;
}


main#top_page .btm_cts {
  align-items: center;
  color: #000;
}
main#top_page .btm_cts .over_box {
  margin-right: calc(25% - 25vw);
}
main#top_page .btm_cts.reverse .over_box {
  margin-right: 0;
  margin-left: calc(25% - 25vw);
}
main#top_page .btm_cts .inner {
  padding: 20px;
  justify-content: center;
  align-items: center;
}
main#top_page .btm_cts .inner .cts {
  max-width: 350px;
}
main#top_page .btm_cts .inner .cts p {
  font-size: 18px;
  line-height: 2.2em;
}
main#top_page .btm_cts .inner .cts a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: normal;
  border: 2px solid #000;
  background: #fff;
  margin: 30px 0 0 0;
}
main#top_page .btm_cts .inner .cts a.btn:after {
  content: '';
  width: 26px;
  height: 8px;
  background: url(../images/common/n-arrow_s.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
main#top_page .btm_cts .inner .cts a.btn:hover:after {
  right: 15px;
}

main#top_page #about {
  background: #DCDEDD;
}
main#top_page #about .wrap {
  padding: 68px 0 62px;
  max-width: 980px;
}
main#top_page #about h2 {
  margin: 0 auto 60px;
  color: #333;
  font-size: 52px;
  line-height: 1.4em;
  font-weight: bold;
  width: fit-content;
}
main#top_page #about h2 span {
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin: 5px 0;
}
main#top_page #about .about_cts_box {
  margin: 0 0 76px;
  padding-top: 130px;
}
main#top_page #about .about_cts_box .image_box {
  width: 50%;
  margin-top: -130px;
}
main#top_page #about .about_cts_box .image_box .inner {
  margin-left: calc(50% - 50vw);
  height: calc(100% - 60px);
  transform: translate(150px,0);
}
main#top_page #about .about_cts_box .contents {
  width: 50%;
  background: url(../images/top/n-about_bgi.png) no-repeat center / cover;
  padding: 0 45px 0 210px;
}
main#top_page #about .about_cts_box .contents .inner {
  width: 100%;
  padding: 130px 0 90px;
  position: relative;
}
main#top_page #about .about_cts_box .contents h3 {
  color: #fff;
  font-size: 20px;
  line-height: 2.5em;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
}
main#top_page #about .about_cts_box .contents h3 img {
    width: auto;
    height: 100%;
}
main#top_page #about .about_cts_box .contents p {
  color: #fff;
  font-size: 20px;
  line-height: 2.5em;
}
main#top_page #about .about_cts_box.reverse .contents {
  background: url(../images/top/n-about_bgi_rvs.png) no-repeat center / cover;
  padding: 0 210px 0 45px;
}
main#top_page #about .about_cts_box.reverse .contents h3 {
  right: 0;
}
main#top_page #about .about_cts_box.reverse .image_box .inner {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  height: calc(100% - 60px);
  transform: translate(-150px,0);
}

main#top_page #about .about_cts_box.i01 .image_box .inner {
  background: url(../images/top/n-about01_img.jpg) no-repeat center top / cover;
}
main#top_page #about .about_cts_box.i02 .image_box .inner {
  background: url(../images/top/n-about02_img.jpg) no-repeat center top / cover;
}
main#top_page #about .about_cts_box.i03 .image_box .inner {
  background: url(../images/top/n-about03_img.jpg) no-repeat center top / cover;
}
main#top_page #about .about_cts_box.i04 .image_box .inner {
  background: url(../images/top/n-about04_img.jpg) no-repeat center top / cover;
}


main#top_page #partner,
main#top_page #recruit,
main#top_page #history {
  background: #F5F5F5;
  overflow: hidden;
}

main#top_page #news {
  background: #E7E0D4;
}
main#top_page #news .wrap {
  padding: 88px 0 70px;
  max-width: 920px;
}
main#top_page #news .wrap {
  padding: 88px 0 70px;
}
main#top_page #news .cts_title {
  text-align: center;
  margin: 0 0 60px;
  font-size: 42px;
}
main#top_page #news ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
main#top_page #news ul li {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  justify-content: space-between;
  align-items: center;
  color: #000;
  gap: 20px;
  border-bottom: 1px solid #000;
}
main#top_page #news ul li:first-child {
  border-top: 1px solid #000;
}
main#top_page #news ul li .txt {
  width: calc(100% - 20px - 55px);
  gap: 20px;
}
main#top_page #news ul li .date {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  width: 140px;
}
main#top_page #news ul li h3 {
  font-size: 18px;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  width: calc((100% - 140px - 20px));
}
main#top_page #news ul li h3 a {
    color: #000;
}
main#top_page #news ul li .arrow {
  width: 55px;
  height: 13px;
  background: url(../images/common/n-arrow_l.svg) no-repeat center / contain;
}
main#top_page #news .more {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0 0 0;
}
main#top_page #news .more a {
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
}


@media screen and (max-width:768px){
  #gNav li.nav_ayumi a,
  #gNav li.nav_com a,
  #gNav li.nav_news a {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    color: #006600 !important;
    padding: 25px 0 0;
  }
  #gNav li.nav_news a {
    margin-bottom: 25px;
  }
  main#top_page #movie_cts {
    padding: 25px 0;
  }
  main#top_page #future .wrap {
    padding: 30px 0;
  }
  main#top_page #future .en_txt {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 10px;
  }
  main#top_page #future .en_txt span {
    font-size: 18px;
  }
  main#top_page #future h2 {
    font-size: 37px;
    line-height: 1.4em;
    margin: 0 auto 35px;
    width: fit-content;
    border-bottom: 4px solid #000;
  }
  main#top_page #future h2 span {
    border-bottom: none;
  }
  main#top_page #future p {
    font-size: 15px;
    line-height: 2em;
    margin: 35px 0 0 0;
  }
  main#top_page #about .wrap {
    padding: 37px 0 62px;
  }
  main#top_page #about h2 {
    margin: 0 auto 35px;
    font-size: 23px;
  }

  main#top_page #about .about_cts_box {
    width: 101vw;
    margin: 0 -6% 32px;
    padding-top: 0;
  }
  main#top_page #about .about_cts_box .image_box {
    width: 85%;
    margin-top: 0;
  }
  main#top_page #about .about_cts_box .image_box .inner {
    margin-left: calc(50% - 50vw);
    height: auto;
    transform: translate(0, 0);
  }
  main#top_page #about .about_cts_box .contents {
    width: 65%;
    padding: 0 30px 0 55px;
    margin: -32px 0 0 auto;
  }
  main#top_page #about .about_cts_box .contents .inner {
    width: 100%;
    padding: 65px 0 35px;
  }
  main#top_page #about .about_cts_box .contents p {
    font-size: 15px;
  }


  main#top_page #about .about_cts_box.reverse .contents {
    padding: 0 55px 0 30px;
    margin: -32px auto 0 0;
  }
  main#top_page #about .about_cts_box.reverse .image_box .inner {
    margin-left: 0;
    margin-right: 0;
    height: auto;
    transform: translate(0, 0);
  }


  main#top_page #about .about_cts_box.i01 .contents h3 img {
    height: 86px;
  }
  main#top_page #about .about_cts_box.i01 .contents h3 {
    top: 50%;
    right: unset;
    left: 0;
    transform: translate(-100%,-50%);
  }
  main#top_page #about .about_cts_box.i02 .contents h3 img {
    height: 93px;
  }
  main#top_page #about .about_cts_box.i02 .contents h3 {
    top: 0;
    right: unset;
    left: -5%;
    transform: translate(0, -40%);
  }
  main#top_page #about .about_cts_box.i03 .contents h3 img {
    height: 100px;
  }
  main#top_page #about .about_cts_box.i03 .contents h3 {
    top: 5%;
    right: unset;
    left: 0;
    transform: translate(-100%, 0);
  }
  main#top_page #about .about_cts_box.i04 .contents h3 img {
    height: 94px;
  }
  main#top_page #about .about_cts_box.i04 .contents h3 {
    top: 0;
    right: unset;
    left: -12%;
    transform: translate(0, -40%);
  }

  main#top_page #about .about_cts_box.i01 .image_box .inner,
  main#top_page #about .about_cts_box.i02 .image_box .inner,
  main#top_page #about .about_cts_box.i03 .image_box .inner,
  main#top_page #about .about_cts_box.i04 .image_box .inner {
    background: none;
  }
  main#top_page .cts_title {
    font-size: 27px;
    margin: 0 0 20px;
  }
  main#top_page .cts_title span {
    font-size: 17px;
    margin: 0 0 10px;
  }
  main#top_page #news .cts_title {
    margin: 0 0 20px;
    font-size: 30px;
  }
  main#top_page #news .cts_title span {
    margin: 0 0 5px;
  }

  main#top_page #news .wrap {
    padding: 35px 0;
  }
  main#top_page #news .more {
    margin: 30px 0 0 0;
  }
  main#top_page #news ul li {
    padding: 10px 0;
  }
  main#top_page #news ul li .txt {
    width: calc(100% - 20px - 32px);
    align-items: center;
    gap: 5px;
  }
  main#top_page #news ul li .arrow {
    width: 32px;
    height: 10px;
  }
  main#top_page #news ul li .date {
    width: 100%;
    font-size: 10px;
    font-weight: normal;
  }
  main#top_page #news ul li h3 {
    width: 100%;
    white-space: unset;
    font-size: 15px;
    font-weight: normal;
  }
  main#top_page #economies .wrap {
    padding: 35px 0;
  }
  main#top_page #economies .half_box {
    width: 100%;
  }
  main#top_page #economies .btm_cts {
    flex-direction: column;
  }

  main#top_page .btm_cts {
    flex-direction: column-reverse;
  }
  main#top_page .btm_cts .half_box {
    width: 100%;
  }
  main#top_page .btm_cts .inner {
    padding: 20px 20px 35px;
  }
  main#top_page .btm_cts .inner .cts p {
    font-size: 16px;
    line-height: 2em;
  }



}