header {
  background: none;
  text-align: center;
  width: 100%;
  top: -95px;
}
header.fix_clear {
  top: -95px;
  transition: top 3s ease;
}
header.header_bg {
  background: url(../img/top/bgtop.png) center top no-repeat, linear-gradient(38deg, rgb(138, 186, 41) 55%, rgb(39, 159, 61) 100%);
}
header._bg {
  transition: background ease 0s;
}

footer {
  position: relative;
  margin: 0;
  display: none;
  transform: translateY(-50px);
  padding: 4em 0 2em 0 0 0;
}
@media (max-width: 480px) {
  footer {
    display: block;
    transform: translateY(none);
    margin: 0 0 0 0;
    padding: 2em 0 0 0 0 0;
  }
}

#top_sec01 .box_title {
  height: 372px;
}

#top_sec01 .top_contents {
  display: flex;
}

#top_sec01 .top_contents > div {
  width: 50%;
  height: 473px;
  position: relative;
  background: url("/img/top/top_02_2024.avif") no-repeat center/cover, url("/img/top/top_02_2024.webp") no-repeat center/cover;
  overflow: hidden;
}

#top_sec01 .top_contents > ul {
  height: 473px;
  width: 50%;
}

#top_sec01 .top_contents > ul li {
  display: block;
  height: 50%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#top_sec01 .top_contents > div > div,
#top_sec01 .top_contents > ul > li > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#top_sec01 .top_contents > div > div p,
#top_sec01 .top_contents > div > div a,
#top_sec01 .top_contents > ul li p,
#top_sec01 .top_contents > ul li a {
  color: #fff;
}

#top_sec01 .top_contents > div > div p,
#top_sec01 .top_contents > ul li p {
  font-size: 24px;
}

#top_sec01 .top_contents > ul li:first-child {
  background: url("/img/top/top_01_2024.avif") no-repeat center/cover, url("/img/top/top_01_2024.webp") no-repeat center/cover;
}

#top_sec01 .top_contents > ul li:last-child {
  background: url("/img/top/top_03.avif") no-repeat center/cover, url("/img/top/top_03.webp") no-repeat center/cover;
}

#top_sec01 .top_contents > div::after,
#top_sec01 .top_contents > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  transition: all linear 0s;
}

#top_sec02 {
  background-color: #fff;
  padding: 80px 0;
}

#top_sec02 .top_contents {
  width: 580px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#top_sec02 .top_contents h2 {
  font-size: 2rem;
  text-align: left;
  width: 125px;
  font-weight: 400;
}

#top_sec02 .top_contents ul {
  width: calc(100% - 125px);
}

#top_sec02 .top_contents ul li {
  display: flex;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px #b5b5b6 solid;
  padding-bottom: 1em;
  margin-bottom: 0.6em;
  padding-top: 0.4em;
}

#top_sec02 .top_contents ul li:last-child {
  margin-bottom: 0;
}

#top_sec02 .top_contents ul li time {
  width: 120px;
}

#top_sec02 .top_contents ul li p {
  width: calc(100% - 120px);
}

#top_sec02 .top_contents ul li a {
  border: none;
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  transition: all ease 0.4s;
}

#top_sec02 .top_contents ul li a:hover {
  text-decoration: underline;
}

#top_sec02 .top_contents > a {
  float: right;
  margin: 20px 0;
}

#top_sec03 .top_contents ul {
  display: flex;
  flex-wrap: wrap;
}

#top_sec03 .top_contents ul li {
  position: relative;
  width: 50%;
  height: 440px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  overflow: hidden;
}

#top_sec03 .top_contents ul li > div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#top_sec03 .top_contents ul li:first-child p {
  font-size: 2.4rem;
  max-width: 385px;
  margin: 0 auto;
  width: 100%;
}

#top_sec03 .top_contents ul li:first-child p span {
  font-size: 1.4rem;
  display: block;
  padding: 6px 0 0 0;
}

#top_sec03 .top_contents ul li:first-child {
  width: 100%;
  background: url("/img/top/top_15.avif") no-repeat center/cover, url("/img/top/top_15.webp") no-repeat center/cover;
}

#top_sec03 .top_contents ul li:nth-child(2) {
  background: url("/img/top/top_06.avif") no-repeat center/cover, url("/img/top/top_06.webp") no-repeat center/cover;
}

#top_sec03 .top_contents ul li:nth-child(3) {
  background: url("/img/top/top_05.avif") no-repeat center/cover, url("/img/top/top_05.webp") no-repeat center/cover;
}

#top_sec03 .top_contents ul li img {
  display: block;
  height: 100px;
  margin: 14px auto;
}

#top_sec03 .top_contents ul .creative-web {
  width: 100%;
  height: auto;
  padding: 10px;
}
#top_sec03 .top_contents ul .creative-web img {
  width: 100%;
  height: auto;
  margin: 0;
}

#top_sec03 .top_contents > ul a {
  color: #fff;
}

#top_sec04 .top_contents {
  background: url("/img/top/top_07.avif") no-repeat right/contain, url("/img/top/top_07.webp") no-repeat right/contain;
  height: 390px;
  position: relative;
  background-size: contain;
  background-color: #85837F;
  overflow: hidden;
}

#top_sec04 .top_contents dl {
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translateX(-20%);
}

#top_sec04 .top_contents dl dt span {
  display: block;
  font-size: 3rem;
  margin: 0 0 20px -10px;
  text-align: center;
  color: #fff;
}

#top_sec04 .top_contents dl dt {
  text-align: left;
  font-size: 2.3rem;
}

#top_sec04 .top_contents dl dd ul {
  display: flex;
  flex: auto;
  justify-content: center;
}

#top_sec04 .top_contents dl dd ul li .cross {
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: 0;
}

#top_sec04 .top_contents dl dd ul li:nth-child(2) {
  width: 70px;
}

#top_sec04 .top_contents dl dd ul li .cross::before {
  content: "";
  border-left: 1px #fff solid;
  transform: rotate(45deg);
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

#top_sec04 .top_contents dl dd ul li .cross::after {
  content: "";
  border-left: 1px #fff solid;
  transform: rotate(-45deg);
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

#top_sec04 .top_contents dl dd ul li span {
  display: block;
  font-size: 1.2rem;
  line-height: normal;
}

#top_sec04 .top_contents dl dd ul li {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  position: relative;
}

#top_sec04 .top_contents dl dd a {
  margin: 40px auto 0;
}

#top_sec04 .top_contents a.jq_btn_arrow div span {
  color: #fff;
}

#top_sec05 .top_contents {
  background: #dfdddd;
  padding: 80px 0;
}

#top_sec05 .top_contents > div {
  width: 1000px;
  margin: 0 auto;
}

#top_sec05 .top_contents div ul {
  display: flex;
  justify-content: space-around;
}

#top_sec05 .top_contents ul li {
  width: 33%;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  margin: 0 0.5em;
}

#top_sec05 .top_contents ul li img {
  width: 90%;
}

#top_sec05 .top_contents ul li small {
  font-size: 11px;
}

#top_sec05 .top_contents ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
}

#top_sec05 .top_contents ul > li > a figure {
  background-position: center center;
  background-size: 100% auto;
  display: block;
  height: 150px;
  margin: 0 auto 1em;
  text-align: center;
  width: 90%;
}

#top_sec05 .top_contents ul li p {
  color: #000;
  font-weight: bold;
  padding: 0 1em;
  text-align: left;
}

#top_sec05 .top_contents ul li small {
  color: #777;
  font-weight: normal;
  display: block;
  margin: 1em auto 0;
}

#top_sec05 .top_contents > div > a {
  float: right;
  margin-right: 22px;
}

#top_sec06 .top_contents ul {
  display: flex;
}

#top_sec06 .top_contents ul li {
  width: 50%;
  position: relative;
  background: #dfdddd;
}

#top_sec06 .top_contents > ul > li:first-child {
  border-right: 1px #fff solid;
}

#top_sec06 .top_contents ul li > div {
  margin: 6px 0 0 0;
}

#top_sec06 .top_contents ul li > div img {
  width: 100%;
}

#top_sec06 .top_contents ul li:first-child h2 {
  background: url("/img/top/top_11.avif") no-repeat center/cover, url("/img/top/top_11.webp") no-repeat center/cover;
}

#top_sec06 .top_contents ul li:last-child h2 {
  background: url("/img/top/top_12.avif") no-repeat center/cover, url("/img/top/top_12.webp") no-repeat center/cover;
}

#top_sec06 .top_contents ul li h2 {
  font-family: "Abel", sans-serif;
  height: 171px;
  background-size: cover;
  color: #fff;
  line-height: 171px;
  letter-spacing: 0.12em;
  font-size: 2.5rem;
  font-weight: bold;
}

#top_sec06 .top_contents ul li p {
  text-align: left;
  height: 210px;
  font-size: 1.2rem;
  padding: 50px 50px 0;
}

#top_sec06 .top_contents ul li a.jq_btn_arrow {
  position: absolute;
  right: 10%;
  top: 260px;
}

#top_sec06 .top_contents > ul > li > div.sec06__ph img {
  height: auto;
  width: 100%;
}

#pano {
  width: 100%;
  height: 100%;
}

#top_sec06 .top_contents > ul > li > div.sec06__ph > div {
  height: 290px;
  width: 100%;
}

#top_sec06 .top_contents > ul > li > div.sec06__ph ul {
  height: 214px;
}

#top_sec06 .top_contents > ul > li > div.sec06__ph ul li {
  overflow: hidden;
  border-top: 1px #fff solid;
  width: 50%;
}

#top_sec06 .top_contents > ul > li > div.sec06__ph ul li:first-child {
  border-right: 1px #fff solid;
}

@media screen and (max-width: 54.786em) {
  #top_sec01 .top_contents {
    flex-direction: column;
  }
  #top_sec01 .top_contents > div {
    height: 30vh;
    width: 100%;
  }
  #top_sec01 .top_contents > ul {
    height: 60vh;
    width: 100%;
  }
  #top_sec01 .top_contents > div > div p,
  #top_sec01 .top_contents > ul li p {
    font-size: 5vw;
  }
  #top_sec02 .top_contents {
    width: 100%;
    flex-direction: column;
    padding: 0 10%;
  }
  #top_sec02 .top_contents ul {
    width: 100%;
  }
  #top_sec02 {
    padding: 10% 0;
  }
  #top_sec02 .top_contents ul li,
  #top_sec03 .top_contents ul {
    flex-direction: column;
  }
  #top_sec02 .top_contents ul li p {
    width: 100%;
  }
  #top_sec02 .top_contents ul li:nth-child(4),
  #top_sec02 .top_contents ul li:nth-child(5) {
    display: none;
  }
  #top_sec03 .top_contents ul li {
    width: 100%;
    height: 46vh;
  }
  #top_sec03 .top_contents ul li img {
    height: 10vh;
  }
  #top_sec03 .top_contents ul li h2 {
    font-size: 1.6rem;
  }
  #top_sec03 .top_contents ul li:first-child p {
    font-size: 1.4rem;
  }
  #top_sec03 .top_contents ul li:first-child p span {
    display: none;
  }
  #top_sec03 .top_contents ul li:first-child {
    background: url("/img/top/top_15.avif") no-repeat right/cover, url("/img/top/top_15.webp") no-repeat right/cover;
  }
  #top_sec04 .top_contents {
    background: url("/img/top/mb_top_07.avif") no-repeat bottom/contain, url("/img/top/mb_top_07.webp") no-repeat bottom/contain;
    height: 60vh;
    position: relative;
    background-color: #949690;
  }
  #top_sec04 .top_contents dl {
    position: static;
    top: initial;
    left: initial;
    transform: none;
    padding: 5%;
  }
  #top_sec04 .top_contents dl dd ul {
    padding: 0 0 10px 0;
  }
  #top_sec04 .top_contents dl dd ul li span {
    font-size: 1.1rem;
  }
  #top_sec04 .top_contents dl dd ul li {
    font-size: 6vw;
    line-height: normal;
    text-align: left;
    position: relative;
  }
  #top_sec04 .top_contents dl dt {
    text-align: left;
    font-size: 5vw;
  }
  #top_sec04 .top_contents dl dt span {
    font-size: 2.4rem;
  }
  #top_sec04 .top_contents dl dd a {
    float: none;
    margin: 16px auto;
  }
  #top_sec04 .top_contents dl dd ul li:nth-child(2) {
    width: 64px;
    margin: 0 auto;
  }
  #top_sec02 .top_contents > a,
  #top_sec05 .top_contents > div > a {
    float: none;
    margin: 20px auto;
  }
  #top_sec05 .top_contents > div {
    width: 100%;
  }
  #top_sec05 .top_contents div ul {
    flex-direction: column;
  }
  #top_sec05 .top_contents div ul li {
    width: 90%;
    margin: 5% auto 10%;
  }
  #top_sec05 .top_contents div ul li:last-child {
    margin: 5% auto;
  }
  #top_sec05 .top_contents ul > li > a {
    display: flex;
  }
  #top_sec05 .top_contents ul > li > a figure {
    background: none !important;
    height: auto;
    width: 30%;
  }
  #top_sec05 .top_contents ul > li > a figure img {
    width: 100%;
  }
  #top_sec05 .top_contents ul li p {
    padding: 0 0 0 1em;
    width: 70%;
  }
  #top_sec05 .top_contents {
    padding: 10% 0 3%;
  }
  #top_sec06 .top_contents > ul {
    flex-direction: column;
    background: linear-gradient(to right, rgb(138, 186, 41) 24%, rgb(39, 159, 61) 45%) left top;
  }
  #top_sec06 .top_contents ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #top_sec06 .top_contents > ul > li:first-child {
    border-right: none;
    margin: 0 auto 5%;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph > div {
    height: 25vh;
    overflow: hidden;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph ul {
    height: auto;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph ul li {
    height: 16.5vh;
    border-bottom: 1px #fff solid;
  }
  #top_sec06 .top_contents ul li h2 {
    width: 100%;
    order: 1;
    border-bottom: 1px #fff solid;
  }
  #top_sec06 .top_contents ul li > div {
    margin: 0;
    order: 2;
  }
  #top_sec06 .top_contents ul li p {
    height: auto;
    padding: 10% 10% 21%;
    order: 3;
  }
  #top_sec06 .top_contents ul li a.jq_btn_arrow {
    position: absolute;
    right: 10%;
    top: inherit;
    bottom: 30px;
    width: 35%;
  }
}
/* CSS Document */
@keyframes anim11 {
  0% {
    background: none;
  }
  100% {
    background: url(/img/top/bgtop.png) center top no-repeat, linear-gradient(135deg, #8aba29, #8aba29 56%, #1A9F3D 150%);
  }
}
@keyframes anim12 {
  0% {
    background: none;
  }
  100% {
    background: none;
  }
}
.swiper-container {
  display: none;
}

.animA .ip {
  transition: ease all 0.6s;
  transform: scale(1);
  margin: -5% 0 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 120vh;
  min-width: 100vw;
  width: auto;
  height: auto;
  z-index: 999;
}

.animA .ip.ip1 {
  transform: scale(2);
}

.animA .ip.ip2 {
  transform: translate(960%, 100%) scale(210);
  top: 0;
  left: 0;
}

.line {
  position: absolute;
  z-index: 999;
  display: block;
  top: auto;
  bottom: 100px;
  left: 50%;
  width: 1px;
  height: 200px;
  margin-left: -1px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 100% 200%;
  background-position: 0 -200px;
}

.line.startScroll {
  animation: animHomeHeaderLine 3s ease forwards infinite;
}

@keyframes animHomeHeaderLine {
  0% {
    background-position: 0 -200px;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 202px;
  }
}
.mouse {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 999;
  background-size: 130px;
}

.mouse img {
  height: 50px;
}

.animB {
  width: 100%;
  height: auto;
  display: block !important;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainlogo,
.office1,
.office2 {
  display: none;
  position: absolute;
}

.mainlogo {
  left: 43%;
  width: 190px;
}

.office1,
.office2 {
  width: 50%;
  justify-content: space-around;
  list-style: none;
  left: 30%;
  top: 30px;
  transform: translate3d(0, 0, 0);
}

.office1 li,
.office2 li {
  color: #89B829;
  line-height: 160%;
  width: 50%;
  text-align: left;
  padding-right: 1.6em;
}

.line2 {
  position: absolute;
  top: 200px;
  margin: auto;
  height: 1px;
  background: #ffffff;
  width: 100%;
}

#anim {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  min-width: 100vw;
  width: auto;
  height: auto;
}

video {
  display: block;
}

#player {
  transition: all ease 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 120vh;
  z-index: -2;
}

#mainimg::before {
  z-index: -1;
  height: 500px;
  overflow: hidden;
  position: fixed;
  bottom: -170px;
}

@keyframes anim3 {
  100% {
    left: 0;
  }
}
@keyframes anim4 {
  0% {
    left: 0;
  }
}
#contents a.jq_btn_arrow:hover div span {
  animation: link_arrow_span 0.6s ease forwards 1;
}

@keyframes link_arrow_span {
  100% {
    color: #fff;
  }
}
.mask_wh::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: white;
  z-index: 999;
}

.maskA::before {
  animation: mask_l 0.6s ease forwards;
}

.maskB::before {
  animation: mask_r 0.4s ease forwards;
}

.maskC::before {
  animation: mask_up 0.4s ease forwards;
}

.maskD::before {
  animation: mask_down 0.4s ease forwards;
}

@keyframes mask_l {
  0% {
    right: 0;
    left: 0;
  }
  100% {
    right: inherit;
    left: -100%;
  }
}
@keyframes mask_r {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    left: inherit;
    right: -100%;
  }
}
@keyframes mask_up {
  0% {
    bottom: 0;
    top: 0;
  }
  100% {
    bottom: inherit;
    top: -100%;
  }
}
@keyframes mask_down {
  0% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: inherit;
    bottom: -100%;
  }
}
.effect {
  opacity: 0;
}

#top_sec02.sec02_bg {
  animation: sec02_bg 1s ease forwards -1s;
  z-index: -2;
}

@keyframes sec02_bg {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #dfdddd;
  }
}
@media screen and (min-width: 64.071em) and (max-width: 90em) {
  .emergency {
    top: 70%;
  }
  .emergency a {
    font-size: 1.8rem;
  }
  .line {
    height: 150px;
    background-position: 0 -150px;
  }
  .line.startScroll {
    animation: animHomeHeaderLine 3s ease forwards infinite;
  }
  @keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -150px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 152px;
    }
  }
  .animA .ip {
    margin: 0 0 0;
    top: 50%;
  }
}
/*--- mobileonly ---*/
@media screen and (max-width: 54.786em) {
  .animA {
    display: none;
  }
  .animB {
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mb_only.main_logo {
    display: none !important;
  }
  #mainimg video,
  .animA svg,
  .line2,
  #office {
    display: none;
  }
  .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-slide {
    background-position: top center;
    background-size: cover;
  }
  .line {
    height: 130px;
  }
  .line.startScroll {
    animation: animHomeHeaderLine 3s ease forwards infinite;
  }
  @keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -130px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 132px;
    }
  }
  .office1,
  .office2 {
    display: inline-block;
  }
}
.emergency.box_title {
  height: auto;
  width: 100%;
  display: block;
  background: transparent;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 20vh;
}

.emergency.box_title a {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 0;
  background: #f00;
  display: block;
}

main {
  z-index: 0;
  margin: 0;
  padding: 0 0 95px 0;
  background: transparent;
  overflow: hidden;
}

#mainimg {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: -999;
}

#wrap,
main {
  width: 100%;
  overflow: hidden;
}

#wrap {
  height: 0;
  opacity: 0;
}

main::after {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 50%;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(24%, #8aba29), color-stop(45%, #279f3d)) left top;
  background: linear-gradient(to right, #8aba29 24%, #279f3d 45%) left top;
  z-index: -2;
  background-size: 200%;
  -webkit-transform: rotate(2deg) translateX(-50%);
  -ms-transform: rotate(2deg) translateX(-50%);
  transform: rotate(2deg) translateX(-50%);
  width: 150%;
  height: 150%;
}

#contents {
  width: 1140px;
  margin: 0 auto;
  background: #fff;
  display: block;
}

.box_title {
  height: 500px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.box_title h1 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: #000;
  padding: 17% 0 0 0;
  letter-spacing: 0.1em;
}

#top_sec01 .box_title h1 {
  padding: 12% 0 0 0;
}

.box_title h1 span {
  display: block;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: normal;
  margin: 0 0 1.1em 0;
  font-weight: normal;
}

.box_title h1 span.yakumono {
  font-size: 2.4rem;
  letter-spacing: -0.1em;
  display: inline-block;
  color: #231815;
  margin-left: 0.1em;
}

.box_title h1 span.yakumono.exc {
  font-size: 3rem;
  margin-left: 0;
}

.box_title hr {
  border: none;
  display: block;
}

.box_title hr::before,
.box_title hr::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 2px;
  background: #231815;
}

.box_title hr::before {
  margin-right: 12px;
}

.box_title hr::after {
  margin-left: 12px;
}

#freshers a.freshers_bn {
  display: block;
  width: 1140px;
  margin: 80px auto 45px;
  background-color: #fff;
  padding: 14px;
}

#freshers .freshers_bn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009944;
}

#freshers .freshers_bn .inner .text {
  margin: 0 30px 0 52px;
}

#freshers .freshers_bn .inner picture {
  width: 467px;
  height: 151px;
  margin-right: 3px;
}

#freshers .freshers_bn .inner::before {
  content: "Recruit";
  display: inline-block;
  margin: -44px 0 0 34px;
  font-family: "Abel", sans-serif;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
}

#freshers .freshers_bn .inner::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#freshers .freshers_bn .inner .text h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

#freshers .freshers_bn .inner p {
  color: #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 54.786em) {
  #top_sec01 .top_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top_sec01 .top_contents > div {
    height: 30vh;
    width: 100%;
  }
  #top_sec01 .top_contents > ul {
    height: 60vh;
    width: 100%;
  }
  #top_sec01 .top_contents > div > div p,
  #top_sec01 .top_contents > ul li p {
    font-size: 5vw;
  }
  #top_sec02 .top_contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10%;
  }
  #top_sec02 .top_contents ul {
    width: 100%;
  }
  #top_sec02 {
    padding: 10% 0;
  }
  #top_sec02 .top_contents ul li,
  #top_sec03 .top_contents ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top_sec02 .top_contents ul li p {
    width: 100%;
  }
  #top_sec02 .top_contents ul li:nth-child(4),
  #top_sec02 .top_contents ul li:nth-child(5) {
    display: none;
  }
  #top_sec03 .top_contents ul li {
    width: 100%;
    height: 46vh;
  }
  #top_sec03 .top_contents ul li img {
    height: 10vh;
  }
  #top_sec03 .top_contents ul li h2 {
    font-size: 1.6rem;
  }
  #top_sec03 .top_contents ul li:first-child p {
    font-size: 1.4rem;
  }
  #top_sec03 .top_contents ul li:first-child p span {
    display: none;
  }
  #top_sec03 .top_contents ul li:first-child {
    background: url("/img/top/top_15.avif") no-repeat right/cover, url("/img/top/top_15.webp") no-repeat right/cover;
  }
  #top_sec04 .top_contents {
    background: url("/img/top/mb_top_07.avif") no-repeat bottom/contain, url("/img/top/mb_top_07.webp") no-repeat bottom/contain;
    height: 60vh;
    position: relative;
    background-color: #949690;
  }
  #top_sec04 .top_contents dl {
    position: static;
    top: initial;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 5%;
  }
  #top_sec04 .top_contents dl dd ul {
    padding: 0 0 10px 0;
  }
  #top_sec04 .top_contents dl dd ul li span {
    font-size: 1.1rem;
  }
  #top_sec04 .top_contents dl dd ul li {
    font-size: 6vw;
    line-height: normal;
    text-align: left;
    position: relative;
  }
  #top_sec04 .top_contents dl dt {
    text-align: left;
    font-size: 5vw;
  }
  #top_sec04 .top_contents dl dt span {
    font-size: 2.4rem;
  }
  #top_sec04 .top_contents dl dd a {
    float: none;
    margin: 16px auto;
  }
  #top_sec04 .top_contents dl dd ul li:nth-child(2) {
    width: 64px;
    margin: 0 auto;
  }
  #top_sec02 .top_contents > a,
  #top_sec05 .top_contents > div > a {
    float: none;
    margin: 20px auto;
  }
  #top_sec05 .top_contents > div {
    width: 100%;
  }
  #top_sec05 .top_contents div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #top_sec05 .top_contents div ul li {
    width: 90%;
    margin: 5% auto 10%;
  }
  #top_sec05 .top_contents div ul li:last-child {
    margin: 5% auto;
  }
  #top_sec05 .top_contents ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #top_sec05 .top_contents ul > li > a figure {
    background: none !important;
    height: auto;
    width: 30%;
  }
  #top_sec05 .top_contents ul > li > a figure img {
    width: 100%;
  }
  #top_sec05 .top_contents ul li p {
    padding: 0 0 0 1em;
    width: 70%;
  }
  #top_sec05 .top_contents {
    padding: 10% 0 3%;
  }
  #top_sec06 .top_contents > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-gradient(linear, left top, right top, color-stop(24%, #8aba29), color-stop(45%, #279f3d)) left top;
    background: linear-gradient(to right, #8aba29 24%, #279f3d 45%) left top;
  }
  #top_sec06 .top_contents ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top_sec06 .top_contents > ul > li:first-child {
    border-right: none;
    margin: 0 auto 5%;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph > div {
    height: 25vh;
    overflow: hidden;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph ul {
    height: auto;
  }
  #top_sec06 .top_contents > ul > li > div.sec06__ph ul li {
    height: 16.5vh;
    border-bottom: 1px #fff solid;
  }
  #top_sec06 .top_contents ul li h2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px #fff solid;
  }
  #top_sec06 .top_contents ul li > div {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #top_sec06 .top_contents ul li p {
    height: auto;
    padding: 10% 10% 21%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #top_sec06 .top_contents ul li a.jq_btn_arrow {
    position: absolute;
    right: 10%;
    top: inherit;
    bottom: 30px;
    width: 35%;
  }
  .animA {
    display: none;
  }
  .animB {
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mb_only.main_logo {
    display: none !important;
  }
  #mainimg video,
  .animA svg,
  .line2,
  #office {
    display: none;
  }
  .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .swiper-slide {
    background-position: top center;
    background-size: cover;
  }
  .line {
    height: 130px;
  }
  .line.startScroll {
    -webkit-animation: animHomeHeaderLine 3s ease forwards infinite;
    animation: animHomeHeaderLine 3s ease forwards infinite;
  }
  @-webkit-keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -130px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 132px;
    }
  }
  @keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -130px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 132px;
    }
  }
  .office1,
  .office2 {
    display: inline-block;
  }
  .emergency a {
    font-size: 1.4rem;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  main {
    margin: 0 auto;
    overflow: visible;
    padding: 0 0 8vh 0;
    width: calc(100% - 20px);
  }
  #mainimg {
    height: 95vh;
    margin: 10px 10px 0;
  }
  header {
    top: 0;
  }
  #wrap {
    height: auto;
    opacity: 1;
  }
  #contents {
    width: 100%;
  }
  .mainlogo {
    display: block;
    left: inherit;
    width: 30%;
    position: static;
    margin: 0 auto;
  }
  .box_title h1 {
    font-size: 4.6vw;
    padding: 25% 0 !important;
  }
  .box_title h1 span {
    margin: 0;
  }
  .box_title {
    height: auto !important;
  }
  .box_title h1 span.yakumono {
    font-size: 4.6vw;
    letter-spacing: -0.4em;
  }
  .box_title h1 span.yakumono.exc {
    font-size: 4.6vw;
    margin-left: 0;
  }
  footer {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding: 2em 0 0;
  }
  #freshers a.freshers_bn {
    width: 100%;
  }
  #freshers .freshers_bn .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #freshers .freshers_bn .inner .text {
    margin: 13px 0 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #freshers .freshers_bn .inner picture {
    width: 100%;
    height: auto;
    margin: 0 0 3px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  aside a.freshers_bn div p:nth-child(2) {
    display: none;
  }
  aside a.freshers_bn div p:nth-child(1) {
    font-size: 1.4rem;
    text-align: center;
  }
  #freshers .freshers_bn .inner::before {
    margin: 0;
    font-size: 3.2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #freshers .freshers_bn .inner::after {
    display: none;
  }
}
@media screen and (min-width: 64.071em) and (max-width: 90em) {
  .emergency {
    top: 70%;
  }
  .emergency a {
    font-size: 1.8rem;
  }
  .line {
    height: 150px;
    background-position: 0 -150px;
  }
  .line.startScroll {
    -webkit-animation: animHomeHeaderLine 3s ease forwards infinite;
    animation: animHomeHeaderLine 3s ease forwards infinite;
  }
  @-webkit-keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -150px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 152px;
    }
  }
  @keyframes animHomeHeaderLine {
    0% {
      background-position: 0 -150px;
    }
    50% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 152px;
    }
  }
  .animA .ip {
    margin: 0 0 0;
    top: 50%;
  }
}

.smash__banner {
  width: 580px;
  margin-block-start: 40px;
  margin-inline: auto;
}

@media screen and (max-width: 54.786em) {
  .smash__banner {
    width: 100%;
    margin-block-start: 20px;
    padding-inline: 20px;
  }
}