@charset "utf-8";
/* トップページ */

.main_top section {
  margin-bottom: 7em;
}
.main_top section.company {
  margin-bottom: 0;
}

.eyecatch::after,
.main_top .about::after,
.main_top .news::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: 5;
}

.main_top-inner {
  width: 100%;
  max-width: 1366px;
  padding: 0 6em;
  margin: 0 auto;
}
.main_top h2 {
  padding-bottom: 2em;
}
.main_top h2 img {
  padding-bottom: 1em;
  border-bottom: 2px solid #2B73BA;
}
.main_top .news h2 img {
  border-bottom: 2px solid #fff;
}
.main_top h2 span {
  font-weight: normal;
  color: #2B73BA;
  display: block;
  padding-top: 0.5em;
}
.service h2,
.column h2,
.company h2,
.movie h2 {
  text-align: center;
}
.top_button {
  width: 256px;
  margin: 4em auto 0;
}
.company .top_button {
  margin-top: 2em;
}

.eyecatch {
  height: calc(100vh - 170px);
  position: relative;
}
.eyecatch::after {
  left: 100%;
  animation: back 1.5s ease-out;
}
.eyecatch h1 {
  position: absolute;
  width: 42%;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
  z-index: 7;
  animation: title 1.5s linear;
}
.eyecatch_img {
  width: 87%;
  height: calc(100vh - 170px);
  border-radius: 10px 0 0 10px;
  background: url(/assets/img/top/background1.jpg) no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  left: 16.8%;
  z-index: 1;
}

.about {
  position: relative;
  z-index: 1;
}
.about::after {
  right: 100%;
  transition: all 1s;
}
.about.lazy::after {
  right: 0;
}
.about .main_top-inner {
  position: relative;
}
.about h2 img {
  width: 280px;
}
.about_img {
  position: absolute;
  top: 50%;
  left: 6em;
  transform: translate(0, -50%);
  width: 640px;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
}

/* 2022.10.24 Add */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* 2022.10.24 Add */

#my-video {
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
}
.about_text {
  padding-left: 704px;
}
.about_text .top_button {
  margin-top: 3em;
}

.service h2 img {
  width: 230px;
}
.service h2 + p {
  text-align: center;
  padding-bottom: 3em;
}
.service_list li,
.column_list li {
  width: 32%;
  position: relative;
  border-radius: 10px;
  opacity: 1;
  transition: all 1s ease-out;
}
.service_list li.lazy,
.column_list li.lazy {
  opacity: 0;
}
.service_list > li > span {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 10px 0 0;
  width: 49%;
  height: 25%;
}
.service_list > li > span > span {
  position: absolute;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
}
.service_list_en > li > span {
  min-width: 140px;
}
.service_list_en > li > span > span {
  font-size: 1em;
  line-height: 1.4em;
  width: 10em;
}

.column h2 img {
  width: 230px;
}

.column_list > li > span {
/*  position: absolute;*/
  display: inline-block;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 0 10px 0 0;
/*  width: 49%;*/
  height: 25%;
}
.column_list > li > span > span {
/*  position: absolute;*/
/*  display: inline-block;*/
  font-size: 1em;
/*  font-weight: bold;*/
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5em;
}


.news {
  position: relative;
  z-index: 1;
}
.news::after {
  left: 100%;
  transition: all 1s;
}
.news.lazy::after {
  left: 0;
}
.news_inner {
  padding: 5em 0;
  margin-left: calc((100vw - 1382px) / 2);
  background: linear-gradient(135deg, #2B73BA 0%, #5EB14E 100%);;
  border-radius: 10px 0 0 10px;
}
.news_inner .main_top-inner {
  margin-left: 0;
}
.news h2 img {
  width: 164px;
}
.news_table {
  width: 100%;
  border-collapse: collapse;
}
.news_table tr {
  border-bottom: 1px solid #fff;
}
.news_table td {
  color: #fff;
  padding: 2.5em 0 1em;
  vertical-align: middle;
}
.news_date {
  position: relative;
  width: 6.5em;
}
.news_date::after {
  position: absolute;
  content: "";
  width: 0;
  height: 80%;
  border-right: 1px solid #fff;
  right: 0;
  bottom: 0;
}
.news_mark {
  width: 12em;
}
.news_mark span {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 11em;
  margin: 0 1.5em;
  border-radius: 1em;
}
.news_mark .important {
  color: #CC6262;
}
.news_mark .business {
  color: #2B73BA;
}
.news_mark .hr {
  color: #20B9C6;
}
.news_mark .products {
  color: #5DB04F;
}
.news_table .news_text {
  position: relative;
  padding-right: 4.5em;
}
.news_table .news_text a {
  color: #fff;
}
.news_pdf {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 1em;
  transform: translate(0, -20%);
  width: 1.5em;
}
.news_youtube {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0.5em;
  transform: translate(0, -20%);
  width: 2.5em;
}
.news_2icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 5em;
  transform: translate(0, -20%);
  width: 1.5em;
}

.button_news a {
  position: relative;
  display: block;
  text-align: center;
  color: #2B73BA;
  width: 100%;
  padding: 1.125em;
  background: #fff;
  border-radius: 2em;
  z-index: 1;
}
.button_news a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2B73BA;
  border-radius: 2em;
  transform: scale(.5);
  opacity: 0;
  transition: all .3s ease;
  z-index: -1;
}
.button_news a:hover::before,
.button_news a:focus::before {
  transform: scale(1);
  opacity: 1;
}
.button_news a:hover,
.button_news a:focus {
  color: #fff;
}

.company-en {
  margin-top: 10em;
}
.company h2 {
  padding-bottom: 1em;
}
.company h2 img {
  width: 292px;
}

@media all and (max-width:1366px) {
  .main_top-inner {
    padding: 0 3em;
  }

  .eyecatch h1 {
    width: 580px;
    left: 95px;
  }
  .eyecatch_img {
    left: 230px;
  }

  .about_img {
    left: 3em;
  }

  .news_inner {
    margin-left: 0;
  }
}
@media all and (max-width:1150px) {
  .about_img {
    width: 500px;
    height: 281.5px;
    overflow: hidden;
    border-radius: 10px;
  }
  .about_text {
    padding-left: 550px;
  }
}
@media all and (max-width:950px) {
  .about h2 {
    text-align: center;
  }
  .about_img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    margin: 0 auto;
  }
  .about_text {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 2em;
    padding-left: 0;
  }
}
/*@media all and (max-width : 377px ){*/
@media all and (max-width : 413px ){
  .main_bg-big {
    background: url(/assets/img/top/bg_main.svg) no-repeat;
    background-size: 100% auto;
    background-position: right top;
  }
  #main.main_top {
    padding-bottom: 7em;
  }
  .main_top-inner {
    padding: 0 1.5em;
  }

  .about h2,
  .news h2 {
    text-align: center;
  }
  .top_button {
    width: 100%;
    max-width: 350px;
    margin-top: 3em;
  }

  .main_top .eyecatch {
    height: calc(100vh - 56px);
    margin-bottom: 1em;
  }
  .eyecatch h1 {
    width: 85%;
    min-width: auto;
    max-width: 309px;
    top: 175px;
    left: 7%;
    transform: translate(0, 0);
  }
  .eyecatch_img {
    top: 55px;
    left: 16.8%;
    max-height: 553px;
  }

  .about h2 img {
    width: 140px;
  }
  .about_img {
    width: calc(100vw - 50px);
    max-width: 500px;
    height: calc((100vw - 50px) * 0.5625);
    max-height: 281.5px;
  }
  .video-js .vjs-big-play-button {
    width: 2em;
    height: 2em;
  }
  .vjs-icon-play:before,
  .video-js .vjs-play-control .vjs-icon-placeholder:before,
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .service h2 img {
    width: 115px;
  }
  .service_list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2em;
  }
  .service_list > li > span > span {
    font-size: 1.4em;
  }
  .service_list_en > li > span > span {
    font-size: 1.15em;
  }

  .column h2 img {
    width: 115px;
  }
  .column_list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2em;
  }
  .column_list > li > span > span {
    font-size: 1.4em;
  }
  .column_list_en > li > span > span {
    font-size: 1.15em;
  }

  .news h2 img {
    width: 82px;
  }
  .news_inner {
    border-radius: 0;
  }
  .news_table td {
    display: block;
  }
  .news_table .news_date,
  .news_table .news_mark {
    display: inline-block;
  }
  .news_table .news_date::after {
    border: none;
  }
  .news_table .news_text {
    padding-top: 0;
  }
  .news_mark span {
    margin: 0;
  }
  .news_pdf {
    transform: translate(0, -70%);
  }
  .news_2icon {
    transform: translate(0, -70%);
    right: 3em;
  }

  .company-en {
    margin-top: 7em;
  }
  .company h2 img {
    width: 146px;
  }
}
