@charset "UTF-8";


main {
  width: 100%;
  overflow: hidden;
}

#visual-slider {
  position: relative;
  max-width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  height: calc(100vh - 74px - 98px);
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #visual-slider {
    height: calc(90vh - 51px);
    min-width: 100%;
    width: 100%;
  }
}

#visual-slider:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 4;
  background: rgba(0, 0, 0, 0.3);
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1000px;
  transform: rotate(0.1deg);
  will-change: transform;
  clip: rect(0px, 0px, 540px, 0px);
}
@media only screen and (max-width: 768px) {
  .slide {
    min-width: 0;
  }
}

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

.slide01 {
  background: url("/recruit/img/top/visual01.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide01 {
    background: url("/recruit/img/top/visual01_sp.jpg") center center;
    background-size: cover;
  }
}

.slide02 {
  background: url("/recruit/img/top/visual02.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide02 {
    background: url("/recruit/img/top/visual02_sp.jpg") center center;
    background-size: cover;
  }
}

.slide03 {
  background: url("/recruit/img/top/visual03.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide03 {
    background: url("/recruit/img/top/visual03_sp.jpg") center center;
    background-size: cover;
  }
}

.slide04 {
  background: url("/recruit/img/top/visual04.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide04 {
    background: url("/recruit/img/top/visual04_sp.jpg") center center;
    background-size: cover;
  }
}

.slide05 {
  background: url("/recruit/img/top/visual05.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide05 {
    background: url("/recruit/img/top/visual05_sp.jpg") center center;
    background-size: cover;
  }
}

.slide06 {
  background: url("/recruit/img/top/visual06.jpg") center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slide06 {
    background: url("/recruit/img/top/visual06_sp.jpg") center center;
    background-size: cover;
  }
}

#kv {
  width: 100%;
  max-width: 100%;
  min-height: calc(100vh - 74px - 98px);
  position: relative;
  opacity: 1;
  height: calc(100vh - 74px - 98px);
}
@media only screen and (max-width: 768px) {
  #kv {
            height: calc(90vh - 51px);
            min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  #kv .scroll {
    display: none;
  }
}
#kv .copy_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  z-index: 2000;
  width: 400px;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  #kv .copy_box {
    width: 70%;
    top: 40%;
  }
}
#kv .copy_box p.jp {
  margin: 0 0 1rem 0;
}
#kv .copy_box p.jp span {
  background: #ffffff;
  display: inline-block;
  padding: 1rem;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #kv .copy_box p.jp span {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
#kv .copy_box p.en span {
  background: #222;
  color: #CC0012;
  padding: 1rem;
}
#kv .en_copy {
  color: #CC0012;
  font-weight: 700;
  font-size: 20vw;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
  line-height: 1;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  #kv .en_copy {
    bottom: 30%;
  }
}
#news {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #news {
  }
}
#news .inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #news .inner {
  }
}
#news .inner .news_title {
  width: 10em;
  background-color: #CC0012;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_title {
    width: 100px;
    justify-content: center;

  }
}
#news .inner .news_cont {
  background-color: #dddddd;
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #news .inner .news_cont {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#news .inner .news_cont a{
  position: relative;
  display: block;
  background-color: #fff;
  border: 4px;
  padding: 20px 40px 20px 20px;
  max-width: 600px;
  box-shadow: 0 0 4px rgba(0,0,0,.15);
  transition: all .3s ease;
}
#news .inner .news_cont a:hover{
  transform: translateY(-2px);
}

#news .inner .news_cont a::after{
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #CC0012;
  border-right: 2px solid #CC0012;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
#news .inner .news_cont a{
}
section.message {
  background: url("/recruit/img/top/bg01.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 10rem 0 26rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.message {
    padding: 5rem 0 20rem 0;
    background-attachment: scroll;
  }
}
section.message:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
}
section.message .inner {
  position: relative;
  z-index: 99;
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section.message .inner {
    width: 100%;
  }
}
section.message .inner .lead {
  text-align: center;
}

section.top_cont .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 5%;
}
section.top_cont .en_title p.en {
  color: #CC0012;
  font-size: 60px;
  font-size: 6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  section.top_cont .en_title p.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
section.top_cont .jp_title {
  margin: 0 0 2rem 0;
}
section.top_cont .jp_title p {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.top_cont .jp_title p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
section.top_cont .title {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title {
    width: 100%;
    text-align: center;
  }
}
section.top_cont .title.center {
  text-align: center;
  width: 100%;
}
section.top_cont .title.wide {
  width: 100%;
}
section.top_cont .title.wide .t_flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title.wide .t_flex {
    display: block;
  }
}
section.top_cont .title.wide .t_flex p.jp, section.top_cont .title.wide .t_flex p.lead {
  color: #ffffff;
}
section.top_cont .title.wide .t_flex .en_t {
  margin: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title.wide .t_flex .en_t {
    margin: 0;
  }
}
section.top_cont .title.wide .t_flex .en_t p.en {
  color: #ffffff;
}
section.top_cont .title.right {
  text-align: right;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title.right {
    text-align: center;
    margin: 0 0 3rem 0;
  }
}
section.top_cont .title p.en {
  color: #CC0012;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title p.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
section.top_cont .title p.jp {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  section.top_cont .title p.jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

section.special {
  position: relative;
  margin-bottom: -10rem;
}
section.special .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #CC0012;
}
section.special .bgb02 {
  display: block;
  position: absolute;
  width: 150%;
  height: 60%;
  top: 20%;
  left: -20%;
  content: "";
  z-index: -1;
  background: #CC0012;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 768px) {
  section.special .bgb02 {
    width: 200%;
    left: -50%;
  }
}
section.special .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 5%;
  transform: translateY(-15rem);
  position: relative;
  z-index: 1000;
}
section.special .special_banner {
  display: flex;
  position: relative;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner {
    display: block;
    margin: 0 0 5rem 0;
    -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  }
}
section.special .special_banner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
section.special .special_banner.rv {
  flex-direction: row-reverse;
}
section.special .special_banner .image {
  width: 70%;
  overflow: hidden;
  position: relative;
}
section.special .special_banner .image .icon {
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 300;
}
section.special .special_banner .image .pcopy {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner .image {
    width: 100%;
  }
}
section.special .special_banner .image img {
  transition: all .3s ease;
}
section.special .special_banner .txt {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner .txt {
    width: 100%;
    position: static;
    transform: none;
    background: #ffffff;
  }
}
section.special .special_banner .txt .special_en span {
  background: #000;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner .txt .special_en span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 1rem 0;
    background: #CC0012;
  }
}
section.special .special_banner .txt .cont_box {
  background: #ffffff;
}
section.special .special_banner .txt .cont_box h3 {
  background: #C42E2E;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner .txt .cont_box h3 {
    background: #000;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}
section.special .special_banner .txt .cont_box p {
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  section.special .special_banner .txt .cont_box p {
    padding: 5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
section.special .special_banner .txt.right {
  right: 5rem;
}
section.special .special_banner .txt.left {
  left: 5rem;
}
section.special .special_banner.coming a {
  display: none;
}
section.special .special_banner.coming .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
section.special .special_banner.coming:hover .image img {
  transform: none;
}
section.special .special_banner:hover .image img {
  transform: scale(1.05);
}

section.about, section.work {
  position: relative;
}
section.about .bgb, section.work .bgb {
  display: block;
  position: absolute;
  width: 150%;
  height: 120%;
  top: 50%;
  left: -20%;
  content: "";
  z-index: -1;
  background: #eee;
  transform: rotate(-15deg);
}
section.about .bgb02, section.work .bgb02 {
  display: block;
  position: absolute;
  width: 150%;
  height: 120%;
  top: 50%;
  left: -20%;
  content: "";
  z-index: -1;
  background: #CC0012;
  transform: rotate(-15deg);
}
section.about .about_flex, section.work .about_flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex, section.work .about_flex {
    display: block;
    margin: 0 0 3rem 0;
  }
}
section.about .about_flex.center, section.work .about_flex.center {
  justify-content: center;
}
section.about .about_flex .box, section.work .about_flex .box {
  width: 48%;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box, section.work .about_flex .box {
    width: 100%;
  }
}
section.about .about_flex .box.wide, section.work .about_flex .box.wide {
  width: 80%;
  margin: 5rem 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box.wide, section.work .about_flex .box.wide {
    width: 100%;
    margin: 3rem 0;
  }
}
section.about .about_flex .box.wide .image, section.work .about_flex .box.wide .image {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box.wide .image, section.work .about_flex .box.wide .image {
    width: 100%;
  }
}
section.about .about_flex .box a, section.work .about_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3000;
}
section.about .about_flex .box.box01, section.work .about_flex .box.box01 {
  margin: -5rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box.box01, section.work .about_flex .box.box01 {
    margin: 0 0 2rem 0;
  }
}
section.about .about_flex .box.box02, section.work .about_flex .box.box02 {
  margin: 10rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box.box02, section.work .about_flex .box.box02 {
    margin: 0;
  }
}
section.about .about_flex .box .image, section.work .about_flex .box .image {
  width: 80%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box .image, section.work .about_flex .box .image {
    width: 100%;
  }
}
section.about .about_flex .box .image .pcopy, section.work .about_flex .box .image .pcopy {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  font-size: 20px;
  font-size: 2rem;
}
section.about .about_flex .box .image:after, section.work .about_flex .box .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
section.about .about_flex .box .image img, section.work .about_flex .box .image img {
  transition: all .3s ease;
}
section.about .about_flex .box .txt, section.work .about_flex .box .txt {
  position: absolute;
  top: 95%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 40%;
  z-index: 9;
  padding: 2rem 5rem 2rem 2rem;
  transition: all .3s ease;
  z-index: 2000;
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  section.about .about_flex .box .txt, section.work .about_flex .box .txt {
    width: 100%;
    position: relative;
    transform: none;
  }
}
section.about .about_flex .box .txt.black, section.work .about_flex .box .txt.black {
  background: #000;
  color: #ffffff;
}
section.about .about_flex .box .txt.black:after, section.work .about_flex .box .txt.black:after {
  color: #ffffff;
}
section.about .about_flex .box .txt:after, section.work .about_flex .box .txt:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #000;
}
section.about .about_flex .box .txt p.en, section.work .about_flex .box .txt p.en {
  color: #CC0012;
  font-weight: 500;
}
section.about .about_flex .box .txt.right, section.work .about_flex .box .txt.right {
  right: 0rem;
}
section.about .about_flex .box .txt.left, section.work .about_flex .box .txt.left {
  left: 0rem;
}
section.about .about_flex .box.coming a, section.work .about_flex .box.coming a {
  display: none;
}
section.about .about_flex .box.coming:hover .image img, section.work .about_flex .box.coming:hover .image img {
  transform: none;
}
section.about .about_flex .box.coming:hover .txt, section.work .about_flex .box.coming:hover .txt {
  background: #ffffff;
  color: #000;
}
section.about .about_flex .box.coming:hover .txt p.en, section.work .about_flex .box.coming:hover .txt p.en {
  color: #CC0012;
}
section.about .about_flex .box.coming:hover .txt:after, section.work .about_flex .box.coming:hover .txt:after {
  color: #CC0012;
}
section.about .about_flex .box:hover .image img, section.work .about_flex .box:hover .image img {
  transform: scale(1.05);
}
section.about .about_flex .box:hover .txt, section.work .about_flex .box:hover .txt {
  background: #CC0012;
  color: #ffffff;
}
section.about .about_flex .box:hover .txt p.en, section.work .about_flex .box:hover .txt p.en {
  color: #ffffff;
}
section.about .about_flex .box:hover .txt:after, section.work .about_flex .box:hover .txt:after {
  color: #ffffff;
}

section.people {
  background: #CC0012;
}
@media only screen and (max-width: 768px) {
  section.people {
    padding: 0 0 2rem 0;
  }
}
section.people .title {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.people .title {
    margin: 0 0 3rem 0;
  }
}

section.workstyle {
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section.workstyle {
    padding: 3rem 0;
  }
}
section.workstyle .workstyle_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.workstyle .workstyle_flex {
    display: block;
  }
}
section.workstyle .workstyle_flex .title {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  section.workstyle .workstyle_flex .title {
    width: 100%;
    text-align: center;
  }
}
section.workstyle .workstyle_flex .title p.lead {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.workstyle .workstyle_flex .title p.lead {
    margin: 0 0 2rem 0;
  }
}
section.workstyle .workstyle_flex .image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  section.workstyle .workstyle_flex .image {
    width: 100%;
  }
}
section.workstyle .workstyle_flex .image .pcopy {
  font-weight: bold;
  position: absolute;
  color: #ffffff;
  z-index: 9;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  section.workstyle .workstyle_flex .image .pcopy {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

section.recruit {
  background: #eee;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.recruit {
    padding: 3rem 0;
  }
}
section.recruit .title {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  section.recruit .title {
    margin: 0 0 3rem 0;
  }
}
section.recruit .recruit_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.recruit .recruit_flex {
    display: block;
  }
}
section.recruit .recruit_flex .box {
  width: 31%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  position: relative;
  transition: all .3s ease;
  border: 1px solid #ffffff;
  margin: 0 1% 1em 1%;
}
@media only screen and (max-width: 768px) {
  section.recruit .recruit_flex .box {
    width: 100%;
    padding: 2rem 0;
    margin: 0 0 1rem 0;
  }
}
section.recruit .recruit_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  text-indent: -9999px;
}
section.recruit .recruit_flex .box p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  section.recruit .recruit_flex .box p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
section.recruit .recruit_flex .box .yaji {
  width: 30px;
  height: 30px;
  background: #CC0012;
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  text-align: center;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  section.recruit .recruit_flex .box .yaji {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
section.recruit .recruit_flex .box .yaji i {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  section.recruit .recruit_flex .box .yaji i {
    font-size: 10px;
    font-size: 1rem;
  }
}
section.recruit .recruit_flex .box:hover {
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #000;
}
section.recruit .recruit_flex .box:hover .yaji {
  background: #000;
}

section.company_link {
  background: url("/recruit/img/top/footer.jpg") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 15rem 0 13rem;
}
@media only screen and (max-width: 768px) {
  section.company_link {
    padding: 5rem 0;
    background-attachment: scroll;
  }
}
section.company_link .inner {
  width: 800px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section.company_link .inner {
    width: 100%;
  }
}
section.company_link .inner h3.en {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 100;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  section.company_link .inner h3.en {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
section.company_link .inner .logo_flex ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  section.company_link .inner .logo_flex ul {
    justify-content: center;
    padding: 0 5%;
  }
}
section.company_link .inner .logo_flex ul li {
  width: 34%;
  max-width: 226px;
  margin: 0 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  section.company_link .inner .logo_flex ul li {
    width: 46%;
    margin: 0 2% 1rem;
  }
}


#modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.news-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 900px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 0;
}
.news-modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-modal .scroll-area::-webkit-scrollbar {
  width: 2px;
}
.news-modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.news-modal .scroll-area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.news-modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 15px;
  transform: rotate(45deg);
}
.news-modal .modal-close::before, .news-modal .modal-close::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.news-modal .modal-close::before {
  transform: rotate(90deg);
}
.news-modal .modal-content {
  position: relative;
  background-color: #fff;
  padding: 10vh 10%;
}
.news-modal .modal-content .text h2{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .news-modal .modal-content .text h2{
    font-size: 1.5rem;
  }
}