@charset "UTF-8";
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
* {
    font-style: normal;
    font-weight: 400;
    list-style: none;
    margin: 0;
    padding: 0;
}
figure,
nav {
    display: block;
}
html {
    font-size: 10px;
}
body {
    background: #fff;
    color: #444;
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
    font-size: 10px;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}
body[data-status=modal] .l-all {
    position: fixed;
    right: 100%;
}
.anchor {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}
img {
    vertical-align: top;
}
svg {
    pointer-events: none;
}
a {
    color: #444;
    text-decoration: none;
    line-height: 1.3;
}
.title {
  position: relative;
  bottom: 20px;
}
.title h1 {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  font-size: 12px;
}
@media screen and (max-width:767px) {
    .c-pc {
        display: none;
    }
}
.c-sp {
    display: none;
}
@media screen and (max-width:767px) {
    .c-sp {
        display: block;
    }
}
@media screen and (max-width:767px) {
    .l-all {
        min-width: 320px;
        overflow: hidden;
        width: 100%;
    }
}
.header {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}
.header__logo {
    left: 10px;
    position: absolute;
    top: 20px;
    z-index: 200;
}
@media screen and (max-width:969px) {
    .header__logo {
        top: 8px;
    }
}
.header__logo img {
    -webkit-filter:drop-shadow(0 0 1px #fff);
    filter:drop-shadow(0 0 1px #fff);
    height: 32px;
    width: 160px;
}
@media screen and (max-width:480px) {
    .header__logo{
        width: 30%;
        top: 50%;
        transform: translateY(-50%);
    }
    .header__logo img{
        width: 100%;
        height: auto;
    }
}
.header__contact {
    position: relative;
    width: 100%;
    height: 72px;
    z-index: 100;
    box-shadow: 0px 12px 12px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}
.contact_info {
    right: 10px;
    position: absolute;
    top: 5px;
}
@media screen and (max-width:969px) {
    .header__contact{
        height: 48px;
    }
    .contact_info {
        right: 65px;
    }
}
.contact_info img {
    width: 22px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 2px;
}
.contact_info span {
  color: #333;
}
.contact_info br {
  line-height: 0.91;
}
.contact_info .number {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 32px;
  top: 5px;
  white-space: nowrap;
}
.contact_info .info {
  position: relative;
  top: 5px;
  right: 150px;
  font-size: 11px;
}
@media screen and (max-width:969px) {
    .contact_info .info {
        right: 2px;
        top: 23px;
    }
}
.header__contact .tel img {
  position: absolute;
  content: "";
  top: 3px;
  left: -13px;
  background: url("../images/header/icon_freedial.png");
  width: 22px;
  height: 14px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.header__nav {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: height 0.5s;
    visibility: hidden;
}
@media screen and (max-width:969px) {
    .header__nav {
        display: none;
    }
}

.header_scrolled .header__nav {
  height: 43px; }

.header__nav li {
    height: 100%;
    position: relative;
    width:auto;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.4s 0.3s ease;
}
.header__nav li.header__nav--sustainability{
    height: 100%;
    position: relative;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.4s 0.3s ease;}

.header__nav a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    justify-content:center;
    height: 100%;
    -ms-flex-pack: center;
    line-height: 1.071;
    width: 100%;
    color: #444;
    transition: color 0.2s ease,background 0.2s ease,box-shadow 0.2s ease;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
.header__nav a:hover {
    color: #fff;
    background-color: #033e80;
}
.header__nav a.current {
    color: #fff;
    background-color: #033e80;
}
.header__nav a:active {
    color: #033e80;
    background-color: #fff;
}

.header__nav .header__nav--top img {
    width: 16px;
    height: 18px;
}

.header__nav .header__nav--ir img {
    width: 20px;
}
.header__nav--sustainability img {
    width: 20px;
}

.header__nav a img:first-child {
  margin-right: 7px; }

.header__nav a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.header__nav a.current img {
-webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }

.header__nav a img:last-child {
  margin-left: 2px; }

.header__nav .selected a {
  color: #fff;
  background-color: #033e80; }

.header__nav .selected a img{
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.header__nav--service a:hover {
    cursor: default;
}

.header__nav--service a > span {
    background: #033e80;
    display: inline-block;
    height: 15px;
    margin: 0 0 1px 5px;
    position: relative;
    transition: all 0.2s ease;
    width: 15px;
}
.header__nav--service a > span span {
    background: #fff;
    height: 1px;
    left: 3px;
    position: absolute;
    transition: all 0.2s ease;
    width: 9px;
}
.header__nav--service a > span span:nth-of-type(1) {
    top: 4px;
}
.header__nav--service a > span span:nth-of-type(2) {
    top: 7px;
}
.header__nav--service a > span span:nth-of-type(3) {
    top: 10px;
}
.header__nav--service a:hover > span {
    background: #fff;
}
.header__nav--service a:hover > span span {
    background: #012043;
}
.header__btn {
    background: #012043;
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: 16px;
    top: 70px;
    width: 56px;
    z-index: 400;
    visibility: hidden;
}
.header__btn:hover {
    cursor: pointer;
}
.header[data-status=service] .header__btn {
    z-index: 1;
    visibility: visible;
    transition-delay: 0.4s;
}
@media screen and (min-width:970px) {
    .header__btn {
        display: block;
    }
}
@media screen and (max-width:969px) {
    .header__btn {
        display: none;
    }
}
.header__btn span {
    background: #fff;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    width: 25px;
    top: 25px;
}
.header__btn span:nth-of-type(1) {
    transform: rotate(45deg);
}
.header__btn span:nth-of-type(2) {
    opacity: 0;
}
.header__btn span:nth-of-type(3) {
    transform: rotate(-45deg);
}
.header--company .header__nav--corporate a {
    color: #033e80;
}
.header--recruit .header__nav--recruit a {
    color: #033e80;
}
.header[data-status=corporate] .header__nav--corporate a {
    background: #033e80;
    color: #ffffff;
}
.header[data-status=recruit] .header__nav--recruit a {
    background: #033e80;
    color: #ffffff;
}
.header[data-status=corporate] .header__contact {
    background: #fff;
}
.header[data-status=recruit] .header__contact {
    background: #fff;
}
.header[data-status=service] .contact_info a {
    z-index: 1;
    transition-delay: 0s;
}
.header[data-status=service] .header__nav--service {
    opacity: 1!important;
    z-index: 100!important;
}
.header[data-status=service] .header__nav--service a {
    background: #033e80;
    color: #ffffff;
}
.header[data-status=service] .header__nav--service a > span {
    background: #033e80;
}
.header[data-status=service] .header__nav--service a > span span {
    background: #999;
    left: -3px;
    top: 7px;
    width: 21px;
}
.header[data-status=service] .header__nav--service a > span span:nth-of-type(1) {
    transform: rotate(45deg);
}
.header[data-status=service] .header__nav--service a > span span:nth-of-type(2) {
    opacity: 0;
}
.header[data-status=service] .header__nav--service a > span span:nth-of-type(3) {
    transform: rotate(-45deg);
}

.header[data-status=corporate] .header__nav--corporate a img,
.header[data-status=recruit] .header__nav--recruit a img,
.header[data-status=service] .header__nav--service a img{
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }

.header__menu {
    background: #012043;
    box-sizing: border-box;
    height: 100vh;
    opacity: 0;
    overflow: auto;
    padding: 84px 0 0 42px;
    position: fixed;
    right: 421px;
    text-align: left;
    top: -130%;
    transition: top 0.5s cubic-bezier(1,0,0,1),opacity 0.5s ease;
    width: 526px;
    z-index: 50;
}
@media screen and (max-width:960px) {
    .header__menu {
        right: 20px;
    }
}
.header__menu--title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 50px 0 54px;
}
.header__menu--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__menu--list li {
    margin: 0 0 28px;
    width: 50%;
}
.header__menu--list a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    color: #fff;
    transition: color 0.2s ease;
}
.header__menu--list li:hover,
.header__service--list li:hover,
.header__service--title a:hover,
.header__spservice--list .header__spservice--list--det li:hover {
    background: #2c6bb2;
}
.header__menu--list a:active {
    color: #fff;
}
.header__service--list li:hover .link_icon:hover::after,
.header__service--list a:hover .link_icon:hover::after,
.header__service--title .link_icon:hover::after,
.header__spservice--list .link_icon:hover::after,
.header__spservice--title .link_icon:hover::after,
.header__spservice .service_link:hover .link_icon::after,
.header__service .service_link:hover .link_icon::after,
.top__media .service_link:hover .link_icon::after,
.footer__nav a.link_icon:hover::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 5px;
    font-size: 1.4rem;
    bottom: 0;
}
.top__media .service_link:hover .spaia_text .link_icon::after,
.header__service .service_link:hover dd .link_icon::after {
    bottom: 0.5rem;
}
.header__menu--list a img {
    margin: 0 28px 0 0;
}
.header[data-status=corporate] .header__menu--corporate {
    opacity: 1;
    top: 0;
    z-index: 51;
}
.header[data-status=corporate] .header__menu--recruit {
    opacity: 1;
    top: 0;
}
.header[data-status=recruit] .header__menu--recruit {
    opacity: 1;
    top: 0;
    z-index: 51;
}
.header[data-status=recruit] .header__menu--corporate {
    opacity: 1;
    top: 0;
}
.header__service {
    background: 0 0;
    height: 100vh;
    left: 0;
    margin: auto;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: -130%;
    z-index: 50;
}
@media screen and (max-width:969px) {
    .header__service {
        display: none;
    }
}
.header__service--wrapper,
.header__service--wrapper--media {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1144px;
    text-align: left;
}
.header__service--wrapper {
    padding: 134px 0 0 32px;
}
.header__service--wrapper--media {
    padding: 0 0 30px 32px;
}
.header__service--wrapper > div,
.header__service--wrapper > .right_contents > .header__service--website,
.header__service--wrapper > .right_contents > .header__service--spaia,
.header__service--wrapper--media > div {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header__service--adoperations {
    margin: 0 0 56px;
    min-width: 480px;
    width: 50%;
}
.header__service--wrapper > .right_contents {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 48%;
}
.header__service--website,
.header__service--spaia {
    margin: 0 0 56px;
    min-width: 480px;
}
.header__service--media {
    width: 100%;
}
.header__service--title {
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    width: 250px;
}
.header__service--title a {
    color: #fff;
    font-weight: 700;
}
.header__service--title span {
    line-height: 1;
    margin: 0 0 10px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
}
.header__service--list {
    margin: 4px 0 0;
    width: 240px;
}
.header__service--list li {
    margin: 0 0 17px;
    height: 21px;
}
.header__service--list li.secondline {
    height: 42px;
}
.header__service--list a {
    font-size: 1.6rem;
    color: #fff;
    transition: color 0.2s ease;
    display:block;
    height:100%;
    width:100%;
}
.header__service--list a:hover {
    color: #fff;
}
.header__service--list a:active {
    color: #fff;
}
.header__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 280px);
}
@media screen and (max-width:969px) {
    .header__media {
        display: block;
        width: auto;
    }
}
.header__media > div {
    background: #fff;
    position: relative;
    width: 378px;
}
@media screen and (max-width:1105px) {
    .header__media > div {
        margin: 28px 0 0!important;
        width: auto;
    }
}
.header__media > div > a,
.header__media > div > div {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #444!important;
    display: block;
    height: 100%;
    transition: all 0.2s ease!important;
}
.header__media > div > a:hover,
.header__media > div > div:hover,
.header__media > div > div:hover dl dd a {
    color: #fff!important;
}
.header__media > div > div:hover dl dd a:hover {
    color: #ff0!important;
}
.header__media > div > div:hover dl dd a.link_keiba:hover {
    color: #60ff65!important;
}
.header__media > div > a:hover p img,
.header__media > div > div:hover p img {
    opacity: 0;
}
.header__media > div > a:active {
    background: #fff!important;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.service_link {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  z-index: 1; }

.service_link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px 4px rgba(0,0,0,0.2);
}
.service_link h3,
.service_link p,
.service_link dt,
.service_link dd {
  position: relative;
  z-index: 2
}
.service_link.two_column.before:before,
.service_link.one_column.after:after {
  top: 13px;
  left: 20px;
  background-color: #FAFAFA;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1
}
.service_link.fastest_box.one_column.after:after{
  top: 0;
  left: 124px;
}

.service_link.sitest_box img,
.service_link.fastest_box img {
  bottom: inherit;
  right: inherit;
}

.service_link.one_column  {
  position: relative;
  overflow: hidden;
}
.service_link.sitest_box:hover {
  background-color: #00998e;
}
.service_link.fastest_box:hover {
  background-color: #202020;
}
.header__service--media .service_link.sitest_box:after {
  -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 92% / calc((200% / 378) * 100);  
  mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 92% / calc((200% / 378) * 100);
}
.header__service--media .service_link.fastest_box:after {
  -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);  
  mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);
}
.header__spservice--list .service_link.sitest_box:after {
  -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 100);  
  mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 100);
}
.header__spservice--list .service_link.fastest_box:after {
  -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);  
  mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);
}
@media screen and (max-width:969px) {
    .header__spservice--list .service_link.sitest_box:after {
      -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 70);  
      mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 70);
    }
    .header__spservice--list .service_link.fastest_box:after {
      -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 70);  
      mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 70);
    }
}
@media screen and (max-width:480px) {
    .header__spservice--list .service_link.sitest_box:after {
      -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 100);  
      mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 83% / calc((200% / 378) * 100);
    }
    .header__spservice--list .service_link.fastest_box:after {
      -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);  
      mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);
    }
}
.top__media .service_link.sitest_box:after {
  -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 100% / 200px;
  mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 100% / 200px;
}
.top__media .service_link.fastest_box:after {
  -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom /  400px 200px;
  mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / 400px 200px;
}
@media screen and (max-width:969px) {
    .top__media .service_link.sitest_box:after {
      -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 100% / calc((200% / 378) * 70);
      mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 100% / calc((200% / 378) * 70);  
    }
    .top__media .service_link.fastest_box:after {
      -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 70);
      mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 70);  
    }    
}
@media screen and (max-width:480px) {
    .top__media .service_link.sitest_box:after {
      -webkit-mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 90% / calc((200% / 378) * 100);
      mask: url('/assets/images/header/bg-sitest.svg') no-repeat 100% 90% / calc((200% / 378) * 100);  
    }
    .top__media .service_link.fastest_box:after {
      -webkit-mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);
      mask: url('/assets/images/header/bg-fastest.png') no-repeat left bottom / calc((400% / 378) * 100);  
    }    
}
.service_link.sitest_box.after:hover:after {
  background-color: #26a69a;
}
.service_link.fastest_box.after:hover:after {
  background-color: #4b4b4b;
}
.service_link.spaia_box:hover {
  background-color: #374750;
}
.header__service--media .service_link.spaia_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / 200px;
}
.header__service--media .service_link.keiba_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / 200px;
}
.header__service--media .service_link.channel_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / 200px;
  top: -14px;
  left: 0;
}
.header__spservice--list .service_link.spaia_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
  mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
}
.header__spservice--list .service_link.keiba_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
  mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
}
.header__spservice--list .service_link.channel_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
  mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
}
@media screen and (max-width:969px) {
    .header__spservice--list .service_link.spaia_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
      mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
    }
    .header__spservice--list .service_link.keiba_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
      mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
    }
    .header__spservice--list .service_link.channel_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
      mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 70);
    }
}
.top__media .service_link.spaia_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / 200px;
}
.top__media .service_link.keiba_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / 200px;
}
.top__media .service_link.channel_box.one_column:after {
  -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / 200px;
  mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / 200px;
  top: -14px;
  left: 0;
}
@media screen and (max-width:969px) {
    .top__media .service_link.spaia_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
      mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
    }
    .top__media .service_link.keiba_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
      mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
    }
    .top__media .service_link.channel_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
      mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 100% / calc((200% / 378) * 72);
    }
}
@media screen and (max-width:480px) {
    .top__media .service_link.spaia_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
      mask: url(/assets/images/header/bg-spaia.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
    }
    .top__media .service_link.keiba_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
      mask: url(/assets/images/header/bg-keiba.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
    }
    .top__media .service_link.channel_box.one_column:after {
      -webkit-mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
      mask: url(/assets/images/header/bg-youtube.svg) no-repeat 100% 90% / calc((200% / 378) * 100);
    }
}
.service_link.spaia_box.after:hover:after {
  background-color: #455a64;
}
.header__media dl {
    padding: 22px 28px 28px;
}
@media screen and (max-width:969px) {
    .header__media dl {
        padding: 22px 28px 42px;
    }
}
.header__media dl dt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}
@media screen and (max-width:969px) {
    .header__media dl dt {
        margin: 0 0 8px;
    }
}
.header__media dl dd {
    font-size: 1.4rem;
    line-height: 2;
}
@media screen and (max-width:969px) {
    .header__media dl dd {
        margin: 0!important;
    }
    .header__media dl dd ul li {
        margin: 20px 0 0;
        text-align: center;
    }
    .header__media dl dd ul li img {
        width: 152px;
    }
}
.header__media p {
    box-sizing: border-box;
    height: 84px;
    position: relative;
}
@media screen and (max-width:969px) {
    .header__media p {
        height: auto;
    }
}
.header__media p img {
    transition: all 0.2s ease;
}
.header__media--sitest {
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.header__media--fastest {
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media screen and (max-width:969px) {
    .header__media--sitest {
      margin: 0 0 20px 0;
    }
    .header__media--fastest {
      margin: 0 0 20px 0;
    }    
}
.header__media--sitest p {
    background: url("../images/sitest_logo_white.svg") no-repeat 28px 36px;
    background-size: 158px 35px;
    padding: 36px 0 0 28px;
}
.header__media--fastest p {
  background: url("../images/fastest_logo_white.png") no-repeat 28px 36px;
  background-size: 158px 35px;
  padding: 36px 0 0 28px;
}
@media screen and (max-width:969px) {
    .header__media--sitest p {
        background-position: 28px 48px;
        padding: 48px 0 20px 28px;
    }
    .header__media--fastest p {
      background-position: 28px 48px;
      padding: 48px 0 20px 28px;
  }    
}
.header__media--sitest p img {
    width: 158px;
}
.header__media--fastest p img {
  width: 158px;
}
.header__media--spaia {
    margin: 0 0 20px;
    overflow: hidden;
}
.header__media--spaia p {
    background: url("../images/spaia_logo_white.svg") no-repeat 28px 30px;
    background-size: 160px 46px;
    padding: 30px 0 0 28px;
}
.header__media--spaia p.casting {
  background: url(../images/spaia_casting_white.svg) no-repeat 28px 32px;
  background-size: 280px 47px;
  padding: 34px 0 20px 28px;
}
.header__media--spaia p.keiba {
    background: url("../images/keiba_logo_white.svg") no-repeat 20px 34px;
    background-size: 238px 46px;
    padding: 32px 0 0 28px;
}
.header__media--spaia p.keiba img {
    width: 238px;
}
.header__media--spaia p.channel {
  background: url(../images/spaia_channel_logo_white.svg) no-repeat 28px 32px;
  background-size: 280px 47px;
  padding: 34px 0 20px 28px;
}
@media screen and (max-width:767px) {
    .header__media--spaia p.keiba {
        background-size: 200px;
        background-position: 28px 32px;
    }
}
.header__media--spaia p > img {
    width: 160px;
}
.header__media--spaia p.casting > img,
.header__media--spaia p.channel > img {
  width: 280px;
}
.header__media--spaia ul {
    position: relative;
    z-index: 2;
    padding: 0 0 16px 18px;
    object-fit: contain;
}
@media screen and (min-width:970px) {
    .header__media--spaia ul {
        margin-top: -16px;
    }
}
@media screen and (max-width:969px) {
    .header__media--spaia ul {
        padding: 0;
    }
}
.header__media--spaia ul li {
    display: inline-block;
}
.header__service {
    transition: top 1ms 0.5s cubic-bezier(1,0,0,1),opacity 0.3s 0s ease;
    opacity: 0;
}
.header__service--adoperations,
.header__service--media,
.header__service--website,
.header__service--spaia {
    opacity: 0;
    transition: opacity 1ms 0.5s ease,transform 0.5s 0s ease;
    transform: translateY(20px);
}
.header[data-status=service] .header__service {
    opacity: 1;
    overflow: auto;
    top: 0;
    transition: top 1ms 0s cubic-bezier(1,0,0,1),opacity 0.3s 0s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.header[data-status=service] .header__service::-webkit-scrollbar{
    display: none;
}
.header[data-status=service] .header__service--adoperations {
    opacity: 1;
    transition: all 0.5s 0.3s ease;
    transform: translateY(0);
}
.header[data-status=service] .header__service--website {
    opacity: 1;
    transition: all 0.5s 0.5s ease;
    transform: translateY(0);
}
.header[data-status=service] .header__service--spaia {
    opacity: 1;
    transition: all 0.5s 0.7s ease;
    transform: translateY(0);
}
.header[data-status=service] .header__service--media {
    opacity: 1;
    transition: all 0.5s 0.9s ease;
    transform: translateY(0);
}
.header__spbtn {
    background: #033e80;
    cursor: pointer;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    z-index: 400;
}
@media screen and (min-width:970px) {
    .header__spbtn {
        display: none;
    }
}
@media screen and (max-width:969px) {
    .header__spbtn {
        display: block;
    }
}
.header__spbtn span {
    background: #fff;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    width: 15px;
}
.header__spbtn span:nth-of-type(1) {
    top: 21px;
}
.header__spbtn span:nth-of-type(2) {
    top: 28px;
}
.header__spbtn span:nth-of-type(3) {
    top: 35px;
}
.header__spbtn[data-status=close] span {
    top: 26px;
    width: 21px;
}
.header__spbtn[data-status=close] span:nth-of-type(1) {
    transform: rotate(45deg);
}
.header__spbtn[data-status=close] span:nth-of-type(2) {
    opacity: 0;
}
.header__spbtn[data-status=close] span:nth-of-type(3) {
    transform: rotate(-45deg);
}
.header__spmenu {
    background: #012043;
    bottom: 0;
    box-sizing: border-box;
    left: 100vw;
    margin: auto;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: left 0.5s cubic-bezier(.19,1,.22,1);
    width: 100vw;
    z-index: 300;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width:970px) {
    .header__spmenu {
        display: none;
    }
}
@media screen and (max-width:969px) {
    .header__spmenu {
        display: block;
    }
}
.header__spmenu--logo {
    left: 20px;
    position: absolute;
    top: 14px;
    z-index: 1;
}
.header__spmenu--logo img {
    height: 29px;
    width: 140px;
}
.header__spmenu--list {
    padding: 110px 40px;
    text-align: left;
}
.header__spmenu--list dt {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 18px;
}
.header__spmenu dd {
    margin: 0 0 42px 10px;
}
.header__spmenu a {
    color: #fff;
    transition: color 0.2s ease;
}
.header__spmenu a:active {
    color: #fff;
}
.header__spmenu li {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 13px;
}
.header__spmenu--list .hover:hover,
.header__spmenu li:hover,
.header__spservice--title a:hover {
    background: #2c6bb2;
}
.header__spmenu--service a {
    display: block;
    position: relative;
}
.header__spmenu--service a::after,
.header__spmenu--service a::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.header__spmenu--service a::after {
    transform: rotate(-40deg);
}
.header__spmenu[data-status=menu] {
    left: 0;
}
.header__spmenu[data-status=service] {
    left: -100vw;
}
.header__spmenu[data-status=service]+.header__spservice {
    left: 0;
}
.header__spmenu[data-status=service]+.header__spservice+.header__spservice--close {
    left: 6px;
    top: 50px;
    background-color: rgb(1 32 67 / .6);
}
.header__spservice {
    background: #012043;
    bottom: 0;
    left: 100vw;
    margin: auto;
    position: fixed;
    text-align: left;
    top: 0;
    transition: left 0.5s cubic-bezier(.19,1,.22,1);
    width: 100vw;
    z-index: 20;
}
@media screen and (min-width:970px) {
    .header__spservice {
        display: none;
    }
}
@media screen and (max-width:969px) {
    .header__spservice {
        display: block;
    }
}
.header__spservice--close {
    cursor: pointer;
    height: 56px;
    left: -56px;
    position: fixed;
    top: 0;
    transition: left 0.3s ease;
    width: 56px;
    z-index: 100;
}
.header__spservice--close span {
    background: #999;
    height: 1px;
    position: absolute;
    width: 28px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header__spservice--close::after,
.header__spservice--close::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    left: 13px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: left center;
    transform: rotate(-40deg);
    width: 10px;
}
.header__spservice--close::after {
    transform: rotate(40deg);
}
.header__spservice--wrapper {
    margin: auto;
    overflow: auto;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.header__spservice--title {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding: 106px 36px 40px;
    position: relative;
    z-index: 1;
}
.header__spservice--list {
    margin: 0 30px;
}
.header__spservice--list > dt,
.header__spservice--list > dt a {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.428;
    margin: 0 0 18px;
}

.header__spservice--list > dd {
    font-size: 1.4rem;
    line-height: 1.428;
    margin: 0 0 42px 10px;
    padding: 0 10px 0 0;
}
.header__spservice--title a,
.header__spservice--list > .header__spservice--list--box a {
    color: #fff;
    transition: color 0.2s ease;
}
.header__spservice--list > dd li {
    font-size: 1.4rem;
    line-height: 1.428;
    margin: 0 0 13px;
}
.header__spservice--list > dd li.secondline {
    line-height: 1.428;
}
.header__spservice--list > dd > li:hover,
.header__spservice--list > .link:hover {
    background: #2c6bb2;
}
@media screen and (max-width:969px) {
    .header__spservice--list > dd .header__media--spaia ul {
        bottom: 28px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: auto;
        text-align: center;
    }
    .header__spservice--list > dd .header__media--spaia ul li {
        margin: 16px auto 0;
        width: auto;
    }
}
.header__bg {
    height: 100%;
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 72px;
    transition: opacity 0.5s 250ms ease,background 0.5s 250ms ease,left 1ms 750ms ease;
    width: 100%;
    z-index: 20;
}
@media screen and (max-width:960px) {
    .header__bg {
        background-position: 20px 28px;
    }
}
@media screen and (max-width:767px) {
    .header__bg {
        background-size: 140px 29px;
    }
}
.header[data-status=corporate] .header__bg,
.header[data-status=recruit] .header__bg {
    background-color: rgba(0,0,0,.5);
    left: 0;
    opacity: 1;
    transition: opacity 0.5s ease,left 1ms 0s ease;
}
.header[data-status=service] .header__bg {
    background-color: #012043;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s ease,background 0.5s ease,left 1ms 0s ease;
}
.footer {
    background: #000d1b;
    padding: 0 40px 30px;
    position: relative;
}
@media screen and (max-width:960px) {
    .footer {
        padding: 0 20px 24px;
    }
}
@media screen and (max-width:767px) {
    .footer {
        padding: 0 40px 20px;
    }
}
.footer::before {
    background: #012043;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* footer_under（PC） */
.footer .footer_under.tab_sp {
    display: none;
}
.footer .footer_under .footer_inner {
    width: fit-content;
    margin: 0 auto;
}
.footer .footer_under .footer_inner .footer_logo {
    width: 320px;
    margin: 0 auto 33px;
}
.footer .footer_under .footer_inner .footer_sns {
    width: 211px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
}
.footer .footer_under .footer_inner .footer_sns .img_twitter_box {
    width: 38px;
}
.footer .footer_under .footer_inner .footer_sns .img_facebook_box {
    width: 32px;
}
.footer .footer_under .footer_inner .footer_sns .img_youtube_box {
    width: 42px;
}
.footer .footer_under .footer_inner .footer_sns .img_tiktok_box {
    width: 27px;
}
.footer .footer_under .footer_inner .footer_sns img {
    width: 100%;
    display: block;
}
.footer .footer_under .footer_inner .footer_nav {
    margin: 0 auto 24px;
    display: flex;
    gap: 0 16px;
}
.footer .footer_under .footer_inner .footer_nav li a {
    font-size: 12px;
    color: #999999;
}
.footer .footer_under .footer_inner .footer_license {
    width: 297px;
    margin: 0 auto 8px;
    display: flex;
    justify-content: space-between;

}
.footer .footer_under .footer_inner .footer_license .img_privacy_box {
    width: 72px;
}
.footer .footer_under .footer_inner .footer_license .img_isms_box {
    width: 132px;
}
.footer .footer_under .footer_inner .footer_license .img_jpx_box {
    width: 61px;
}
.footer .footer_under .footer_inner .footer_license img {
    width: 100%;
    display: block;
}
.footer .footer_under .footer_inner .cpright {
    width: 512px;
    margin: 0 auto;
}
.footer .footer_under .footer_inner .cpright .caution {
    font-size: 10px;
    color: #666;
    line-height: 1.8;
}
.footer .footer_under .footer_inner .cpright .caution a {
    color: #666;
}
.footer .footer_under .footer_inner .cpright .caution a:hover {
    color: #fff;
}


/* footer_under（Tab & SP） */
@media screen and (max-width:767px) {
    .footer .footer_under .footer_inner {
        margin: 23px auto 0;
    }
}
/* footer_under（SP） */
@media screen and (max-width: 428px) {
    .footer {
      padding: 0 9% 30px;
    }
    .footer__nav {
      margin-bottom: 30px;
    }
    .footer .footer_under .footer_inner {
        width: 100%;
        margin: 38px auto 0;
    }
    .footer .footer_under .footer_inner .footer_logo {
        width: 216px;
    }
    .footer .footer_under .footer_inner .footer_nav {
        width: 255px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        margin: 0 auto 40px;
    }
    .footer .footer_under .footer_inner .footer_license {
        margin: 0 auto 16px;
    }
    .footer .footer_under .footer_inner .cpright {
        width: 298px;
    }
}

.footer__nav {
    color: #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1078px;
    padding: 54px 0 0;
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .footer__nav {
        display: block;
        padding: 28px 0 0;
    }
}
.footer__nav a {
    color: #999;
    transition: color 0.2s ease;
}
.footer__nav a:hover {
    color: #fff;
}
.footer__nav a:active {
    color: #999;
}
@media screen and (min-width:768px) {
    .footer__nav a[href^=tel] {
        color: #ccc;
    }
}
.footer__nav p {
    font-size: 1.6rem;
}
.footer__nav--label {
    display: none;
}
@media screen and (max-width:767px) {
    .footer__nav--label {
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #fff;
        color: #999;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.4rem;
        height: 70px;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        text-align: left;
        transition: color 0.2s ease,margin 1ms 0.3s linear;
    }
    .footer__nav--label::after,
    .footer__nav--label::before {
        background: #999;
        bottom: 0;
        content: "";
        height: 1px;
        margin: auto;
        position: absolute;
        right: 28px;
        top: 0;
        transition: transform 0.2s ease;
        width: 15px;
    }
    .footer__nav--label::after {
        transform: rotate(90deg);
    }
    .footer__nav--label+dl {
        border-top: 1px dotted #ccc;
        display: none;
    }
    .footer__nav--label+dl dt {
        padding: 28px 0 0;
    }
    .footer__nav--label[data-status=current] {
        color: #fff;
        transition: color 0.2s ease,margin 1ms 0s linear;
    }
    .footer__nav--label[data-status=current]::before {
        transform: rotate(-45deg);
    }
    .footer__nav--label[data-status=current]::after {
        transform: rotate(45deg);
    }
}
.footer__nav--list {
    max-width: 238px;
    text-align: left;
}

.footer__nav--service {
    width: 17%;
  }

.footer__nav--list .spaia_link {
    margin-top: 17px;
}
@media screen and (max-width:767px) {
    .footer__nav--list {
        max-width: 1078px;
        width: 100%;
        padding-bottom: 40px;
    }
    .footer__nav--list .spaia_link {
        margin-top: 0; 
    }
}
@media screen and (max-width:767px) {
    .footer__nav--corporate dd,
    .footer__nav--recruit dd,
    .footer__nav--ir dd {
        margin: 18px 0 0 10px;
    }
    .footer__nav--corporate dd li,
    .footer__nav--recruit dd li,
    .footer__nav--ir dd li {
        margin: 14px 0 0;
    }
}
@media screen and (max-width:767px) {
    .footer__nav--service {
        border-top: 1px solid #fff;
        padding-bottom: 0;
    }
    .footer__nav--service dt {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media screen and (max-width:767px) {
    .footer__nav--address{
        padding-bottom: 0;
    }
    .footer__nav--address dd {
        margin: 0 0 50px;
    }
}
.footer__nav dt {
    font-size: 1.5rem;
    margin: 0 0 4px;
}
.footer__nav dd {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}
@media screen and (min-width:768px) {
    .footer__nav dd {
        margin: 0 0 22px;
    }
    .footer__nav dd ul {
        margin: 10px 0 0;
    }
    .footer__nav dd li {
        margin: 10px 0 0;
    }
}
.footer__nav dd li {
    font-size: 1.4rem;
    line-height: 1;
}
.footer__contact {
    margin: 0 auto 56px;
    max-width: 1078px;
}
.footer__contact a {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #999;
    box-sizing: border-box;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    padding: 0 0 0 16px;
    position: relative;
    transition: color 0.2s ease,border 0.2s ease;
    width: 238px;
}
@media screen and (max-width:767px) {
    .footer__contact a {
        padding: 0 0 0 28px;
        width: auto;
    }
}
.footer__contact a::after,
.footer__contact a::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.footer__contact a::after {
    transform: rotate(-40deg);
}
.footer__contact a:hover {
    border-color: #fff;
    color: #fff;
}
.footer__contact a:hover::after,
.footer__contact a:hover::before {
    background: #fff;
}
.footer__contact a:active {
    border-color: #999;
    color: #999;
}
.footer__contact a:active::after,
.footer__contact a:active::before {
    background: #999;
}
.top_link {
  position: fixed;
  right: 42px;
  bottom: 42px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  transition: 0.5s opacity; }

.top_link a {
  display: block;
  height: 72px;
  width: 72px;
  border-radius: 36px;
  background-color: #0050a0;
  text-align: center;
}
.top_link a i {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 48px;
  font-style: inherit;
  line-height: 1.5;
}
.top_link a:hover {
  background-color: #0078c8;
  text-decoration: none;
}
.top_link a:hover i {
  color: #546e7a;
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .top_link {
    right: 20px;
    bottom: 20px; }
  .top_link a {
    height: 55px;
    width: 55px; }
  .top_link a i {
    font-size: 34px; } }


.pagetop {
    bottom: 30px;
    height: 36px;
    position: fixed;
    right: 30px;
    width: 36px;
    z-index: 1000;
}
@media screen and (max-width:767px) {
    .pagetop {
        display: none;
    }
}
.pagetop a {
    border-radius: 100%;
    display: block;
    height: 36px;
    left: 0;
    opacity: 0.4;
    overflow: hidden;
    position: absolute;
    top: 66px;
    transition: all 0.2s ease;
    width: 36px;
}
.pagetop a:hover {
    opacity: 0.8;
}
.pagetop[data-status=show] a {
    top: 0;
}
.top-mainvisual {
    background: #f5f4f4;
    height: 756px;
    margin: 0 0 1px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 48px;
}
@media screen and (max-width:767px) {
    .top-mainvisual {
        height: 100vh;
        margin: 0 0 4px;
    }
}
.top-mainvisual__scene {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.top-mainvisual__scene--block {
    box-sizing: border-box;
    height: 100%;
    padding: 0 40px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width:767px) {
    .top-mainvisual__scene--block {
        padding: 0 24px;
    }
}

.top-mainvisual__scene--block .top-mainvisual__link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: relative;
}
.top-mainvisual__scene--block[data-status=init],
.top-mainvisual__scene--block[data-status=next],
.top-mainvisual__scene--block[data-status=prev] {
    z-index: 10;
}
.top-mainvisual__scene--block[data-status=init] .top-scene__body,
.top-mainvisual__scene--block[data-status=next] .top-scene__body,
.top-mainvisual__scene--block[data-status=prev] .top-scene__body {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translate(0,0);
}
.top-mainvisual__scene--block[data-status=before] {
    z-index: 9;
}
.top-mainvisual__scene--block[data-status=before] .top-scene__body {
    opacity: 1;
    transition: none;
    transform: translate(0,0);
}
.top-mainvisual__scene--block .top-scene__body {
    opacity: 0;
    transform: translate(0,15px);
}
.top-mainvisual__num {
    height: 144px;
    position: absolute;
    right: 65px;
    top: 363px;
    width: 12px;
    z-index: 100;
}
@media screen and (max-width:960px) {
    .top-mainvisual__num {
        right: 43px;
    }
}
@media screen and (max-width:767px) {
    .top-mainvisual__num {
        bottom: 136px;
        height: 116px;
        right: 23px;
        top: auto;
    }
}
.top-mainvisual__num::after {
    background: #ccc;
    content: "";
    height: 84px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 29px;
    width: 2px;
    z-index: 1;
}
@media screen and (max-width:767px) {
    .top-mainvisual__num::after {
        height: 56px;
    }
}
.top-mainvisual__num p {
    display: inline-block;
    font-family: Rajdhani,sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    left: 0;
    line-height: 1.1;
    position: absolute;
    transform: rotate(90deg);
}
.top-mainvisual__num--current {
    color: #033e80;
    top: 0;
}
.top-mainvisual__num--ln {
    bottom: 0;
    color: #999;
}
.top-mainvisual__num--bar {
    background: #033e80;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 29px;
    width: 2px;
    z-index: 10;
}
.top-mainvisual__num--bar[data-status=timer] {
    height: 84px;
    transition: height 6.5s linear;
}
@media screen and (max-width:767px) {
    .top-mainvisual__num--bar[data-status=timer] {
        height: 56px;
    }
}
.top-mainvisual__prev {
    bottom: 112px;
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 40px;
    width: 56px;
    z-index: 11;
}
@media screen and (max-width:960px) {
    .top-mainvisual__prev {
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .top-mainvisual__prev {
        bottom: 0;
        right: 0;
    }
}
.top-mainvisual__prev span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.top-mainvisual__prev span::after,
.top-mainvisual__prev span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.top-mainvisual__prev span::after {
    transform: rotate(-40deg);
}
.top-mainvisual__prev:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.top-mainvisual__prev:hover span::after,
.top-mainvisual__prev:hover span::before {
    background: #fff;
}
.top-mainvisual__prev:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.top-mainvisual__prev:active span::after,
.top-mainvisual__prev:active span::before {
    background: #033e80;
}
.top-mainvisual__prev span::after,
.top-mainvisual__prev span::before {
    right: 22px;
    transform-origin: left center;
}
.top-mainvisual__next {
    border-bottom: 1px solid #f5f4f4;
    bottom: 168px;
    cursor: pointer;
    height: 56px;
    position: absolute;
    right: 40px;
    width: 56px;
    z-index: 10;
}
.top-mainvisual__next span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.top-mainvisual__next span::after,
.top-mainvisual__next span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.top-mainvisual__next span::after {
    transform: rotate(-40deg);
}
.top-mainvisual__next:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.top-mainvisual__next:hover span::after,
.top-mainvisual__next:hover span::before {
    background: #fff;
}
.top-mainvisual__next:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.top-mainvisual__next:active span::after,
.top-mainvisual__next:active span::before {
    background: #033e80;
}
@media screen and (max-width:960px) {
    .top-mainvisual__next {
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .top-mainvisual__next {
        bottom: 56px;
        right: 0;
    }
}
.top-scene__body {
    position: relative;
    text-align: left;
    z-index: 10;
}
.top-scene__movie {
    background: #f5f4f4;
}
@media screen and (max-width:767px) {
    .top-scene__movie::before {
        background: url("../images/index/mainvisual_bg_sp.svg") no-repeat center top;
        background-size: contain;
        content: "";
        height: 478px;
        left: 50%;
        margin: 0 0 0 -384px;
        position: absolute;
        top: 81px;
        width: 768px;
        z-index: 1;
    }
}
@media screen and (max-width:767px) {
    .top-scene__movie::after {
        background: url("../images/index/mainvisual_sp.png") no-repeat center top;
        background-size: contain;
        content: "";
        height: 264px;
        left: 50%;
        margin: 0 0 0 -144px;
        position: absolute;
        top: 292px;
        width: 329px;
        z-index: 2;
    }
}
.top-scene__movie dl {
    padding: 213px 0 0;
}
@media screen and (max-width:767px) {
    .top-scene__movie dl {
        padding: 88px 0 0;
    }
}
.top-scene__movie dt {
    color: #033e80;
    line-height: 0.883;
    margin: 0 0 7px;
    padding: 0 10px 0 0;
    content: attr(data-eng);
    display: inline-block;
    font-family: Rajdhani,sans-serif;
    font-size: 8.6rem;
    font-weight: 400;
}
@media screen and (max-width:960px) {
    .top-scene__movie dt {
        font-size: 6rem;
    }
}
@media screen and (max-width:767px) {
    .top-scene__movie dt {
        display: block;
        font-size: 4.8rem;
        line-height: 0.958;
    }
}
.top-scene__movie p {
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 34px;
}
@media screen and (max-width:767px) {
    .top-scene__movie p {
        font-size: 1rem;
        line-height: 1.8;
        margin: 0 0 14px;
    }
}
.top-scene__movie nav a {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #444;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 16px;
    position: relative;
    transition: all 0.2s ease;
    width: 252px;
}
@media screen and (max-width:767px) {
    .top-scene__movie nav a {
        width: 148px;
    }
}
.top-scene__movie nav a::after,
.top-scene__movie nav a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.top-scene__movie nav a::after {
    transform: rotate(-40deg);
}
.top-scene__movie nav a:hover {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.top-scene__movie nav a:hover::after,
.top-scene__movie nav a:hover::before {
    background: #fff;
}
.top-scene__movie nav a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.top-scene__movie nav a:active::after,
.top-scene__movie nav a:active::before {
    background: #033e80;
}
.top-scene__movie nav a[target="_blank"]::after,
.top-scene__movie nav a[target="_blank"]::before {
    background: #033e80;
    background: url("../images/common/icon_blank.svg") no-repeat left top transparent;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 0;
    transition: opacity 0.2s ease;
    transform: rotate(0);
    width: 15px;
}
.top-scene__movie nav a[target="_blank"]::after {
    background-image: url("../images/common/icon_blank_white.svg");
    opacity: 0;
    transform: rotate(0);
}
.top-scene__movie nav a[target="_blank"]:hover::before {
    opacity: 0;
}
.top-scene__movie nav a[target="_blank"]:hover::after {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .top-scene__movie nav a {
        font-size: 1.3rem;
        height: 42px;
        padding: 0 0 0 14px;
        width: 178px;
    }
}
.top-scene__movie--canvas {
    height: 756px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
@media screen and (max-width:767px) {
    .top-scene__movie--canvas {
        display: none;
    }
}
.top-scene__movie--canvas video {
    bottom: 0;
    height: 42vw;
    left: 0;
    margin: auto;
    min-height: 756px;
    min-width: 1800px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1;
}
@media screen and (max-width:1800px) {
    .top-scene__movie--canvas video {
        left: 50%;
        margin: 0 0 0 -900px;
    }
}
@media screen and (max-width:767px) {
    .top-scene__movie--canvas video {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .top-scene__movie[data-status=init] .top-scene__movie--canvas video,
    .top-scene__movie[data-status=next] .top-scene__movie--canvas video,
    .top-scene__movie[data-status=prev] .top-scene__movie--canvas video {
        display: block;
    }
}
@media screen and (min-width:768px) {
    .top-scene__image p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .top-scene__image p .discription1 {
        font-size: 2.4rem;
        line-height: 3;
    }
    .top-scene__image p .discription2 {
        font-size: 7.2rem;
        color: #ffc400;
        padding-right: 8px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
    .top-scene__image--spaiakeiba p .discription2 {
        color: #00ff66;
    }
}
@media screen and (max-width:767px) {
    .top-scene__image p {
        font-size: 1rem;
        line-height: 1.8;
        margin: 0 0 16px;
    }
    .top-scene__image--spaiakeiba p {
        margin: 0;
    }
    .top-scene__image p .discription1 {
        font-size: 1.5rem;
        line-height: 2.5;
    }
    .top-scene__image--spaiakeiba p .discription1 {
        line-height: 2;
    }
    .top-scene__image p .discription2 {
        font-size: 3.5rem;
        color: #ffc400;
        padding-right: 8px;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
    }
    .top-scene__image--spaiakeiba p .discription2 {
        font-size: 5.2rem;
        color: #00ff66;
        margin-top: 10px;
        display: inline-block;
    }
}
.top-scene__image nav a {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #444;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 16px;
    position: relative;
    transition: all 0.2s ease;
    width: 252px;
}
@media screen and (max-width:767px) {
    .top-scene__image nav a {
        width: 148px;
    }
}
.top-scene__image nav a::after,
.top-scene__image nav a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.top-scene__image nav a::after {
    transform: rotate(-40deg);
}
.top-scene__image nav a:hover {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.top-scene__image nav a:hover::after,
.top-scene__image nav a:hover::before {
    background: #fff;
}
.top-scene__image nav a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.top-scene__image nav a:active::after,
.top-scene__image nav a:active::before {
    background: #033e80;
}
.top-scene__image nav a[target="_blank"]::after,
.top-scene__image nav a[target="_blank"]::before {
    background: #033e80;
    background: url("../images/common/icon_blank.svg") no-repeat left top transparent;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 0;
    transition: opacity 0.2s ease;
    transform: rotate(0);
    width: 15px;
}
.top-scene__image nav a[target="_blank"]::after {
    background-image: url("../images/common/icon_blank_white.svg");
    opacity: 0;
    transform: rotate(0);
}
.top-scene__image nav a[target="_blank"]:hover::before {
    opacity: 0;
}
.top-scene__image nav a[target="_blank"]:hover::after {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .top-scene__image nav a {
        font-size: 1.3rem;
        height: 42px;
        padding: 0 0 0 14px;
        width: 178px;
    }
}
.top-scene__image--sitest .top-scene__body {
    padding: 228px 0 0;
}
.top-scene__image--fastest .top-scene__body {
  padding: 228px 0 0;
}
@media screen and (max-width:767px) {
    .top-scene__image--sitest .top-scene__body {
      padding: 93px 0 0;
    }
    .top-scene__image--fastest .top-scene__body {
      padding: 93px 0 0;
  }
}
.top-scene__image--sitest h2 {
    margin: 0 0 33px;
}
.top-scene__image--fastest h2 {
  margin: 0 0 33px;
}
@media screen and (max-width:767px) {
    .top-scene__image--sitest h2 {
        margin: 0 0 16px;
    }
    .top-scene__image--fastest h2 {
      margin: 0 0 16px;
  }    
}
.top-scene__image--sitest h2 img {
    height: 65px;
    width: 294px;
}
.top-scene__image--fastest h2 img {
  height: 65px;
  width: 294px;
}
@media screen and (max-width:767px) {
    .top-scene__image--sitest h2 img {
        height: 34px;
        width: 153px;
    }
    .top-scene__image--fastest h2 img {
      height: 34px;
      width: 153px;
  }    
}
.top-scene__image--sitest dt {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 16px;
}
.top-scene__image--fastest dt {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media screen and (max-width:767px) {
    .top-scene__image--sitest dt {
        font-size: 1.5rem;
        line-height: 1.333;
        margin: 0 0 6px;
    }
    .top-scene__image--fastest dt {
      font-size: 1.5rem;
      line-height: 1.333;
      margin: 0 0 6px;
  }    
}
.top-scene__image--sitest::before {
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}
.top-scene__image--fastest::before {
  content: "";
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 1;
}
@media screen and (min-width:768px) {
    .top-scene__image--sitest::before {
        background: url("../images/index/mainvisual_sitest.jpg?v=20200501") no-repeat 50% center;
        background-size: 100vw auto;
    }
    .top-scene__image--fastest::before {
      background: url("../images/index/mainvisual_fastest.png") no-repeat 50% center;
      background-size: 100vw auto;
  }
}
@media screen and (max-width:1442px) {
    .top-scene__image--sitest::before {
        background-position: 55% center;
        background-size: 1442px auto;
    }
    .top-scene__image--fastest::before {
      background-position: 55% center;
      background-size: 1442px auto;
  }
}
@media screen and (max-width:767px) {
    .top-scene__image--sitest::before {
        background: url("../images/index/mainvisual_sitest_sp.jpg?v=20200501") no-repeat 50% bottom;
        background-size: cover;
    }
    .top-scene__image--fastest::before {
      background: url("../images/index/mainvisual_fastest_sp.png") no-repeat 50% bottom;
      background-size: cover;
  }    
}
.top-scene__image--sitest[data-status=next]::before,
.top-scene__image--sitest[data-status=prev]::before {
    transition: width 750ms cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.top-scene__image--fastest[data-status=next]::before,
.top-scene__image--fastest[data-status=prev]::before {
    transition: width 750ms cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.top-scene__image--sitest[data-status=next] .top-scene__body,
.top-scene__image--sitest[data-status=prev] .top-scene__body {
    transition-delay: 0.5s;
}
.top-scene__image--fastest[data-status=next] .top-scene__body,
.top-scene__image--fastest[data-status=prev] .top-scene__body {
    transition-delay: 0.5s;
}
.top-scene__image--sitest[data-status=prev]::before {
    right: auto;
    left: 0;
}
.top-scene__image--fastest[data-status=prev]::before {
  right: auto;
  left: 0;
}
.top-scene__image--sitest[data-status=before]::before {
    width: 100%;
}
.top-scene__image--fastest[data-status=before]::before {
  width: 100%;
}



.top-scene__image--spaia .top-scene__body.description {
    padding: 143px 0 0;
    height: 332px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia .top-scene__body.description {
        padding: 74px 0 0;
    }
}
.top-scene__image--spaiakeiba .top-scene__body.description {
    padding: 63px 0 0;
    height: 442px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba .top-scene__body.description {
        padding: 54px 0 0;
    }
}








.top-scene__image--spaia h2 {
    margin: 0 0 24px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia h2 {
        margin: 0 0 14px;
    }
}
.top-scene__image--spaiakeiba h2 {
    margin: 0 0 24px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba h2 {
        margin: 0 0 6px;
    }
}







.top-scene__image--spaia h2 img {
    height: 90px;
    width: 310px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia h2 img {
        height: 46px;
        width: 155px;
    }
}
.top-scene__image--spaiakeiba h2 img {
    height: 62px;
    width: 291px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba h2 img {
        height: 46px;
        width: 215px;
    }
}





.top-scene__image--sitest dl,
.top-scene__image--fastest dl,
.top-scene__image--spaia dl,
.top-scene__image--spaiakeiba dl {
    color: #fff;
}

.top-scene__image--spaia dt {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 16px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia dt {
        font-size: 1.5rem;
        line-height: 1.333;
        margin: 0 0 8px;
    }
}
.top-scene__image--spaiakeiba dt {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 16px;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba dt {
        font-size: 1.5rem;
        line-height: 1.333;
        margin: 0 0 10px;
    }
}

.top-scene__image--spaia ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia ul {
        display: inline-block;
    }
}
.top-scene__image--spaiakeiba ul {
    display: flex;
    justify-content: flex-start;
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba ul {
        display: flex;
        flex-direction: column-reverse;
    }
}


.top-scene__image--spaia::before {
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}
@media screen and (min-width:768px) {
    .top-scene__image--spaia::before {
        background: url("../images/index/mainvisual_spaia.jpg?=20181217") no-repeat 50% center;
        background-size: 100vw auto;
    }
}
@media screen and (max-width:1442px) {
    .top-scene__image--spaia::before {
        background-position: 55% center;
        background-size: 1442px auto;
    }
}
@media screen and (max-width:767px) {
    .top-scene__image--spaia::before {
        background: url("../images/index/mainvisual_spaia_sp.jpg?=20181217.jpg") no-repeat 15% bottom;
        background-size: cover;
    }
}


.top-scene__image--spaiakeiba::before {
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}
@media screen and (min-width:768px) {
    .top-scene__image--spaiakeiba::before {
        background: url("../images/index/mainvisual_spaia_keiba.jpg") no-repeat 50% center;
        background-size: 100vw auto;
    }
}
@media screen and (max-width:1442px) {
    .top-scene__image--spaiakeiba::before {
        background-position: 55% center;
        background-size: 1442px auto;
    }
}
@media screen and (max-width:767px) {
    .top-scene__image--spaiakeiba::before {
        background: url("../images/index/mainvisual_spaia_keiba_sp.jpg") no-repeat 15% bottom;
        background-size: cover;
    }
}




.top-scene__image--spaia[data-status=next]::before,
.top-scene__image--spaia[data-status=prev]::before {
    transition: width 750ms cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.top-scene__image--spaia[data-status=next] .top-scene__body,
.top-scene__image--spaia[data-status=prev] .top-scene__body {
    transition-delay: 0.5s;
}
.top-scene__image--spaia[data-status=prev]::before {
    right: auto;
    left: 0;
}
.top-scene__image--spaia[data-status=before]::before {
    width: 100%;
}
.top-scene__image--spaia .app_dl .app_description {
    width: 404px;
    height: 64px;
    border-radius: 8px;
    background-color: #ffff00;
    position: relative;
}


.top-scene__image--spaiakeiba[data-status=next]::before,
.top-scene__image--spaiakeiba[data-status=prev]::before {
    transition: width 750ms cubic-bezier(.19,1,.22,1);
    width: 100%;
}
.top-scene__image--spaiakeiba[data-status=next] .top-scene__body,
.top-scene__image--spaiakeiba[data-status=prev] .top-scene__body {
    transition-delay: 0.5s;
}
.top-scene__image--spaiakeiba[data-status=prev]::before {
    right: auto;
    left: 0;
}
.top-scene__image--spaiakeiba[data-status=before]::before {
    width: 100%;
}
.top-scene__image--spaiakeiba .app_dl .app_description {
    width: 404px;
    height: 64px;
    border-radius: 8px;
    background-color: #00ff66;
    position: relative;
    margin-top: 18px;
}



.top-scene__image--fastest .description p{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
}
.top-scene__image--spaia .app_description p,
.top-scene__image--spaia .app_description h2,
.top-scene__image--spaia .app_dl .app_dl_free span {
    font-weight: bold;
}


.top-scene__image--spaiakeiba .app_description p,
.top-scene__image--spaiakeiba .app_description h2,
.top-scene__image--spaiakeiba .app_dl .app_dl_free span {
    font-weight: bold;
}



.top-scene__image--spaia .app_description p {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 21px;
}

.top-scene__image--spaiakeiba .app_description p {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 42px;
}



.top-scene__image--spaia .app_description h2 {
    font-size: 24px;
    position: absolute;
    top: 25px;
    left: 57px;
}


.top-scene__image--spaiakeiba .app_description h2 {
    font-size: 24px;
    position: absolute;
    top: 25px;
    left: 86px;
}




.top-scene__image--spaia .app_dl .app_dl_free {
    width: 56px;
    height: 24px;
    border-radius: 12px;
    background-color: #ff5252;
    position: absolute;
    top: 32px;
    right: 56px;
}

.top-scene__image--spaiakeiba .app_dl .app_dl_free {
    width: 56px;
    height: 24px;
    border-radius: 12px;
    background-color: #ff5252;
    position: absolute;
    top: 32px;
    right: 28px;
}





.top-scene__image--spaia .app_dl .app_dl_free span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 11px;
    bottom: 1px;
}

.top-scene__image--spaiakeiba .app_dl .app_dl_free span {
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 11px;
    bottom: 1px;
}







.top-scene__image--spaia ul {
    padding-top: 16px;
}


.top-scene__image--spaiakeiba ul {
    padding-top: 16px;
}


.top-scene__image--spaia ul li {
    padding-right: 16px;
}

.top-scene__image--spaiakeiba ul li {
    padding-right: 16px;
}




.top-scene__image--spaia ul li img {
    height: 100%;
    width: auto;
}
.top-scene__image--spaiakeiba ul li img {
    height: 100%;
    width: auto;
}



@media screen and (max-width:767px) {
    .top-scene__image--spaia .app_dl {
        display: inline-block;
        position: absolute;
        left: 120px;
        top: 253px;
    }
    .top-scene__image--spaiakeiba .app_dl {
        display: inline-block;
        position: absolute;
        left: 120px;
        top: 306px;
    }
    .top-scene__image--spaia .tb_img {
        position: absolute;
        top: 286px;
    }
    .top-scene__image--spaiakeiba .tb_img {
        position: absolute;
        top: 330px;
        width: 110px;
    }
    .top-scene__image--spaiakeiba .tb_img img {
        display: block;
        width: 100%;
    }
    .top-scene__image--spaia .app_dl .app_description {
        width: 156px;
        height: 82px;
        margin-top: 34px;
    }
    .top-scene__image--spaiakeiba .app_dl .app_description {
        width: 156px;
        height: 82px;
        margin-top: 34px;
    }
    .top-scene__image--spaia .app_description p,
    .top-scene__image--spaia .app_description h2 {
        text-align: center;
    }
    .top-scene__image--spaiakeiba .app_description p,
    .top-scene__image--spaiakeiba .app_description h2 {
        text-align: center;
    }
    .top-scene__image--spaia .app_description p {
        font-size: 10px;
        line-height: 1.25;
        top: 5px;
        left: 3px;
    }
    .top-scene__image--spaiakeiba .app_description p {
        font-size: 10px;
        line-height: 1.25;
        top: 10px;
        left: 12px;
    }
    .top-scene__image--fastest .description p{
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
    }
    .top-scene__image--spaia .app_description h2 {
        font-size: 14px;
        top: 35px;
        left: 8px;
    }
    .top-scene__image--spaiakeiba .app_description h2 {
        font-size: 14px;
        top: 42px;
        left: 8px;
        line-height: 1.1;
    }
    .top-scene__image--spaia .app_dl .app_dl_free {
        border-radius: 50%;
        width: 35px;
        height: 32px;
        top: 39px;
        right: 8px;
    }
    .top-scene__image--spaiakeiba .app_dl .app_dl_free {
        border-radius: 12px;
        width: 44px;
        height: 24px;
        top: 45px;
        right: 8px;
    }
    .top-scene__image--spaia .app_dl .app_dl_free span {
        font-size: 12px;
        left: 6px;
        bottom: 8px;
    }
    .top-scene__image--spaiakeiba .app_dl .app_dl_free span {
        font-size: 14px;
        left: 8px;
        bottom: 3px;
    }
    .top-scene__image--spaia ul {
        width: 156px;
    }
    .top-scene__image--spaiakeiba ul {
        width: 156px;
    }
    .top-scene__image--spaia ul li {
        padding: 0 0 8px 0;
    }

    .top-scene__image--spaiakeiba ul li {
        padding: 0 0 8px 0;
    }
    .top-scene__image--spaia ul li img {
        height: 100%;
        width: 100%;
    }
    .top-scene__image--spaiakeiba ul li img {
        height: 100%;
        width: 100%;
    }
    @media screen and (max-width:320px) {
        .top-scene__image--spaiakeiba .top-scene__body.description {
            padding: 58px 0 0;
        }
        .top-scene__image--spaiakeiba dt {
            margin: 0 0 8px;
        }
        .top-scene__image--spaiakeiba p {
            margin: 0;
        }
        .top-scene__image--spaiakeiba .tb_img {
            top: 344px;
        }
        .top-scene__image--spaiakeiba .app_dl {
            top: 312px;
        }
    }
}
.top-nav {
    display: -ms-flexbox;
    display: flex;
    height: 475px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 112px;
    width: 100%;
}
@media screen and (max-width:960px) {
    .top-nav {
        height: 375px;
    }
}
@media screen and (max-width:767px) {
    .top-nav {
        background: #f5f4f4;
        display: block;
        height: auto;
        margin: 0 0 74px;
        position: relative;
    }
    .top-nav::before {
        background: url("../images/index/nav_bg_sp.svg") no-repeat center top;
        background-size: contain;
        content: "";
        height: 478px;
        left: 50%;
        margin: 0 0 0 -384px;
        position: absolute;
        top: 200px;
        width: 768px;
        z-index: 1;
    }
}
.top-nav li {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: calc((100% - 2px)/ 3);
}
@media screen and (min-width:768px) {
    .top-nav li {
        background: #f5f4f4;
    }
}
@media screen and (max-width:767px) {
    .top-nav li {
        border-top: 4px solid #fff;
        height: 252px;
        margin: 0;
        width: auto;
        z-index: 10;
    }
    .top-nav li:first-child {
        border: none;
    }
}
.top-nav li:hover video {
    opacity: 0.5;
}
.top-nav li video {
    bottom: 0;
    height: calc(((100vw - 2px) * .98)/ 3);
    left: -100%;
    margin: auto;
    min-height: 475px;
    min-width: 480px;
    position: absolute;
    right: -100%;
    width: 100%;
    z-index: 1;
    transition: all 250ms ease;
}
@media screen and (max-width:767px) {
    .top-nav li video {
        display: none;
    }
}
.top-nav a {
    box-sizing: border-box;
    color: #033e80;
    display: block;
    font-size: 1.4rem;
    height: 100%;
    line-height: 1.4;
    padding: 46px 40px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width:960px) {
    .top-nav a {
        padding: 46px 20px;
    }
}
@media screen and (max-width:767px) {
    .top-nav a {
        padding: 23px 40px;
    }
}
.top-nav a .top-nav__arrow {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.topics-content_head a{
    position: relative;
    padding-right: 2em;
}
.top-nav a .top-nav__arrow::after,
.top-nav a .top-nav__arrow::before,
.topics-content_head a:before,
.topics-content_head a:after {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.topics-content_head a:before,
.topics-content_head a:after {
    background: #444;
    right: 5px;
}
.topics-content_head a:hover:before,
.topics-content_head a:hover:after {
    background: #033e80;
}

.top-nav a .top-nav__arrow::after,
.topics-content_head a:after {
    transform: rotate(-40deg);
}
.top-nav a:hover .top-nav__arrow {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.top-nav a:hover .top-nav__arrow::after,
.top-nav a:hover .top-nav__arrow::before {
    background: #fff;
}
.top-nav a:active .top-nav__arrow {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.top-nav a:active .top-nav__arrow::after,
.top-nav a:active .top-nav__arrow::before {
    background: #033e80;
}
.top-nav a::before {
    line-height: 1.05;
    margin: 0 0 -2px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 6rem;
    font-weight: 400;
}
@media screen and (max-width:1200px) {
    .top-nav a::before {
        font-size: 4.2rem;
    }
}
@media screen and (max-width:960px) {
    .top-nav a::before {
        font-size: 3.6rem;
    }
}
.top-nav__arrow {
    bottom: 56px;
    left: 40px;
    position: absolute;
}
@media screen and (max-width:960px) {
    .top-nav__arrow {
        left: 20px;
    }
}
@media screen and (max-width:767px) {
    .top-nav__arrow {
        bottom: 28px;
        left: 40px;
    }
}
@media screen and (max-width:767px) {
    .top-nav__results {
        background: url("../images/index/nav_results_sp.png") no-repeat 75% 75px;
        background-size: 132px 153px;
    }
}
@media screen and (max-width:767px) {
    .top-nav__csr {
        background: url("../images/index/nav_csr_sp.png") no-repeat 82% 25px;
        background-size: 208px 200px;
    }
}
@media screen and (max-width:767px) {
    .top-nav__team {
        background: url("../images/index/nav_team_sp.png") no-repeat 75% 104px;
        background-size: 165px 112px;
    }
}
.top-contents {
    margin: 0 0 168px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .top-contents {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .top-contents {
        margin: 0 0 140px;
        padding: 0 40px;
    }
}
.top-contents__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 112px;
    max-width: 1078px;
}
@media screen and (max-width:960px) {
    .top-contents__block {
        display: block;
    }
}
.top-contents__block > div {
    width: 798px;
}
@media screen and (max-width:960px) {
    .top-contents__block > div {
        width: auto;
    }
}
.top-contents__title {
    color: #033e80;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    max-width: 280px;
    min-width: 220px;
    text-align: left;
}
@media screen and (max-width:960px) {
    .top-contents__title {
        margin: 0 0 32px;
    }
}
@media screen and (max-width:767px) {
    .top-contents__title {
        margin: 0 0 56px;
    }
}
.top-contents__title span {
    line-height: 1.01;
    margin: -5px 0 7px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
}
@media screen and (max-width:960px) {
    .top-contents__title span br {
        display: none;
    }
}
@media screen and (max-width:767px) {
    .top-contents__title span {
        font-size: 4rem;
        margin-bottom: 0;
    }
}
.media {
    padding-bottom: 20px;
    width: 90%;
    max-width: 1078px;
    margin: 0 auto;
}
.media ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
    justify-content: space-around;
  margin: 50px 0 0;
}
.media ul li {
    width: 20%;
    text-align: center; }
.media ul li img {
    width: 100%;
    max-width: 180px;
    height: auto; }

.top__recruit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    .top__recruit {
        display: block;
    }
}
.top__recruit li {
    background: #fff;
    max-width: 238px;
    min-width: 198px;
    position: relative;
    width: 30%;
}
@media screen and (max-width:960px) {
    .top__recruit li {
        max-width: 500px;
        width: calc((100% - 40px)/ 3);
    }
}
@media screen and (max-width:767px) {
    .top__recruit li {
        height: 280px;
        margin: 0 0 56px;
        max-width: 1078px;
        width: auto;
    }
}
.top__recruit--career {
    z-index: 10;
}
.top__recruit--new {
    z-index: 9;
}
.top__recruit--parttime {
    z-index: 8;
}
.top__recruit a {
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #033e80;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    height: 252px;
    line-height: 2;
    padding: 23px 0 0 28px;
    text-align: left;
    transition: color 0.2s ease,background 0.2s ease,box-shadow 0.2s ease;
    width: 100%;
}
@media screen and (max-width:767px) {
    .top__recruit a {
        height: 100%;
    }
}
.top__recruit a:hover {
    background-color: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.top__recruit a:hover img {
    opacity: 0.85;
    transform: scale(.8);
}
.top__recruit a:hover::after {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.top__recruit a strong {
    font-weight: 700;
    position: relative;
    z-index: 10;
}
.top__recruit a:active {
    background-color: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.top__recruit a::before {
    line-height: 1.05;
    margin: 0 0 3px;
    position: relative;
    z-index: 10;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .top__recruit a::before {
        margin: 0 0 1px;
    }
}
.top__recruit a::after {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
}
.top__recruit a img {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 10;
}
@media screen and (max-width:767px) {
    .top__recruit a img {
        height: 168px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.top__topics {
    border-top: 1px solid #f5f4f4;
    text-align: left;
}
.top__topics dt {
    box-sizing: border-box;
    color: #999;
    font-size: 1.4rem;
    font-weight: 400;
    height: 55px;
    line-height: 2;
    padding: 13px 0 0;
}
@media screen and (max-width:767px) {
    .top__topics dt {
        height: auto;
        padding: 19px 0 0;
    }
}
.top__topics dd {
    border-bottom: 1px solid #f5f4f4;
    font-size: 1.4rem;
    line-height: 2;
    margin: -55px 0 0;
    padding: 13px 0 14px 275px;
}
.top__topics dd:hover {
    background: #9bc6f7;
}
@media screen and (max-width:767px) {
    .top__topics dd {
        font-size: 1.4rem;
        margin: 0;
        padding: 10px 0 20px;
    }
}
.top__topics a {
    transition: color 0.2s ease;
}
.top__topics a:hover {
    color: #033e80;
}

/* ######################### */
/* 202407 add IRnews */
.topics-content_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.topics-content_head h3{
    font-size: 16px;
    font-weight: bold;
    color: #033e80;
    /* background: #0050a0; */
    padding: 3px 0;
}
.topics-content_head a{
    display: block;
    font-size: 16px;
}
@media screen and (max-width:767px) {
    .topics-content_head a{
        font-size: 14px;
    }
}

.topics-content_head a:hover{
    color: #033e80;
    transition: all .3s;
}
.topics-content_head a:hover:before{
    transition: all .3s;
}
.topic_date{
    margin-right: 30px;
}
.topic_cat{
    padding: 2px 7px;
    background: #033e80;
    color: #fff;
}
#xj-mainlist.xj-list div{
    text-align: left;
    font-size: 1.4rem;
}
#xj-mainlist.xj-list .xj-list__label{
    font-size: 1.4rem;
}
#xj-mainlist.xj-list p{
    text-align: left;
    margin-left: 15px;
    font-size: 1.4rem;
}
/* //202407 add IRnews */
/* ######################### */
/* ######################### */
/* 202408 add IRmovie */
.xj-list--movie p,
.xj-list--movie div{
    text-align: left;
}
.xj-list--movie--top li:nth-child(n+4){
    display: none;
}
/* //202408 add IRmovie */
/* ######################### */
.top__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width:767px) {
    .top__media {
        display: block;
    }
}
.top__media > div {
    width: 47.9%;
    max-width: 710px;
    position: relative;
    margin-bottom: 44px;
}

@media screen and (max-width:960px) {
    .top__media > div {
        width: 87%;
        margin: 0 auto 24px;
    }
}
@media screen and (max-width:767px) {
    .top__media > div {
        margin: 0 0 56px;
        max-width: 1078px;
        width: auto;
    }
    .top__media > div > a {
      height: 300px;
    }
}
.top__media > div > a,
.top__media > div > div {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #444;
    display: block;
    height: 100%;
    transition: all 0.2s ease;
}
.top__media > div > a:hover,
.top__media > div > div:hover {
    color: #fff;
}
.top__media > div > div:hover dl dd a {
    color: #fff;
}
.top__media > div > div:hover dl dd a:hover {
    color: #ff0;
}
.top__media > div > div:hover dl dd a.link_keiba:hover {
    color: #60ff65;
}
.top__media > div > a:hover p img,
.top__media > div > div:hover p img {
    opacity: 0;
}
.top__media > div > a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.top__media dl {
    padding: 14px 28px 28px;
    text-align: left;
}
@media screen and (max-width:767px) {
    .top__media dl {
        padding: 32px 28px 28px;
    }
}
.top__media dl dt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
}
.top__media dl dd {
    font-size: 1.4rem;
    line-height: 2;
}
.header__media--spaia dl dd a:before,
.top__media--spaia dl dd a:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.3em;
}
.top__media p {
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    height: 98px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 0 0 28px;
    position: relative;
}
@media screen and (max-width:767px) {
    .top__media p {
        display: block;
        height: auto;
        text-align: left;
    }
}
.top__media p img {
    transition: all 0.2s ease;
}
.top__media--sitest p {
    background: url("../images/sitest_logo_white.svg") no-repeat 28px 38px;
    background-size: 160px 35px;
}
.top__media--fastest p {
  background: url("../images/fastest_logo_white.png") no-repeat 28px 38px;
  background-size: 160px 35px;
}
@media screen and (max-width:767px) {
    .top__media--sitest p {
        background-position: 28px 36px;
        padding: 36px 0 0 28px;
    }
    .top__media--fastest p {
      background-position: 28px 36px;
      padding: 36px 0 0 28px;
  }    
}
.top__media--sitest p img {
    height: 35px;
    width: 160px;
}
.top__media--fastest p img {
  height: 35px;
  width: 160px;
}
.top__media--spaia > a {
    box-sizing: border-box;
}
.top__media--spaia p {
    background: url("../images/spaia_logo_white.svg") no-repeat 28px 29px;
    background-size: 185px 53px;
    position: relative;
}
.top__media--spaia p.keiba {
    background: url("../images/keiba_logo_white.svg") no-repeat 28px 29px;
    background-size: 238px 53px;
    position: relative;
}
.top__media--spaia p.casting {
    background: url("../images/spaia_casting_white.svg") no-repeat 28px 29px;
    background-size: 325px 53px;
    position: relative;
}
.top__media--spaia p.channel {
    background: url("../images/spaia_channel_logo_white.svg") no-repeat 28px 29px;
    background-size: 325px 53px;
    position: relative;
}
@media screen and (max-width:767px) {
    .top__media--spaia p,
    .top__media--spaia p.keiba {
        background-position: 28px 40px;
        padding: 40px 0 0 28px;
    }
    .top__media--spaia p.casting {
        background: url("../images/spaia_casting_white.svg") no-repeat 28px 40px;
        background-size: 325px 53px;
        position: relative;
    }
    .top__media--spaia p.channel {
        background: url("../images/spaia_channel_logo_white.svg") no-repeat 28px 40px;
        background-size: 325px 53px;
        position: relative;
    }
}
@media screen and (max-width:480px) {
    .top__media--spaia p.keiba {
        background: url("../images/keiba_logo_white.svg") no-repeat 28px 40px;
        background-size: 200px auto;
        position: relative;
    }
    .top__media--spaia p.casting {
        background: url("../images/spaia_casting_white.svg") no-repeat 28px 40px;
        background-size: 200px auto;
        position: relative;
    }
    .top__media--spaia p.channel {
        background: url("../images/spaia_channel_logo_white.svg") no-repeat 28px 40px;
        background-size: 200px auto;
        position: relative;
    }
    .header__media--spaia p.casting {
        background: url("../images/spaia_casting_white.svg") no-repeat 28px 35px;
        background-size: 200px auto;
        position: relative;
    }
    .header__media--spaia p.channel {
        background: url("../images/spaia_channel_logo_white.svg") no-repeat 28px 35px;
        background-size: 200px auto;
        position: relative;
    }
}
.top__media--spaia p > img {
    height: 53px;
    width: 185px;
}
.top__media--spaia p.keiba > img {
    width: 238px;
}
.top__media--spaia p.casting > img,
.top__media--spaia p.channel > img {
    height: 53px;
    width: 325px;
}
@media screen and (max-width:480px) {
    .top__media--spaia p.casting > img,
    .header__media--spaia p.casting > img,
    .top__media--spaia p.keiba > img,
    .header__media--spaia p.keiba > img,
    .top__media--spaia p.channel > img,
    .header__media--spaia p.channel > img {
        height: auto;
        width: 200px;
    }
}
.top__media--spaia ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    left: 28px;
    margin: 0 auto;
    position: absolute;
    right: 28px;
}
@media screen and (max-width:480px) {
    .top__media--spaia ul {
        display: inline-block;
    }
}
.top__media--spaia .app_link_sp {
    position: relative;
    left: 0;
    z-index: 2;
    padding: 31px 16px 16px;
}
/* PCも下部へレイアウト変更のためSP版を使用 */
@media screen and (min-width:961px){
  .top__media--spaia .app_link_sp {
    padding-top: 0;
    padding-bottom: 32px;
    margin-top: -16px;
  }
}
@media screen and (min-width:768px) and (max-width:960px) {
  .top__media--spaia .app_link_sp {
    position: relative;
    top: -21px;
  }
}

.header__media--spaia .app_link li,
.top__media--spaia .app_link_sp li {
    padding-right: 8px;
}
@media screen and (max-width:767px) {
    .header__media--spaia .app_link li,
    .top__media--spaia .app_link_sp li {
      padding-right: 18px;
    }
}
@media screen and (max-width:480px) {
    .header__media--spaia .app_link li,
    .top__media--spaia .app_link_sp li {
      padding-right: 0;
    }
}
.top__media--spaia .app_link_pc li:last-of-type,
.top__media--spaia .app_link_sp li:last-of-type {
    padding-right: 0;
}
.top__media--spaia ul li img {
    height: 54px;
    object-fit: contain;
}
.header__media--spaia ul .app_store img,
.top__media--spaia ul .app_store img {
    width: 145.2px;
}
@media screen and (min-width:961px) and (max-width:1100px) {
    .top__media--spaia ul .app_store img {
        padding-bottom: 18px;
    }
}
@media screen and (max-width:480px) {
    .top__media--spaia ul .app_store img {
        padding-bottom: 18px;
    }
}
.header__media--spaia ul .google_play img,
.top__media--spaia ul .google_play img {
    width: 183.1px;
}
.contents__title {
    height: 560px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width:767px) {
    .contents__title {
        height: 300px;
    }
}
.contents__title video {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 1800px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
}
@media screen and (max-width:1800px) {
    .contents__title video {
        left: auto;
        right: -350px;
    }
}
@media screen and (max-width:767px) {
    .contents__title video {
        margin: 0;
        border: 1px solid #fff;
        outline: 1px solid #fff;
        height: auto;
        width: 900px;
        min-height: auto;
        min-width: auto;
        top: 50%;
        bottom: auto;
        left: auto;
        right: calc((100vw - 850px) / 2 * .95);
        transform: rotate(.01deg) translateY(-40%);
    }
}
@media screen and (max-width:480px) {
    .contents__title .video_down {
        top: 200px;
    }
}
@media screen and (max-width:320px) {
    .contents__title .video_down {
        top: 230px;
    }
}
.contents__title .recruit__apply {
    margin: 0 auto;
    width: 100%;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    top: 24px;
}
@media screen and (max-width: 960px) {
    .contents__title .recruit__apply {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .contents__title .recruit__apply {
        top: 60px;
    }
}
.contents__title .recruit__apply a {
    margin-top: 80px;
    width: 238px;
}
@media screen and (max-width: 767px) {
    .contents__title .recruit__apply a {
        width: 168px;
        height: 40px;
        margin-top: 160px;
        background-color: rgba(7, 62, 128, 0.8);
    }
}

@media screen and (max-width: 767px) {
    .contents__title .recruit__apply a:hover {
        background-color: rgb(7, 62, 128);
        opacity: 1;
        color: #ffffff;
    }
}

.contents__title--company {
    height: 588px;
}
@media screen and (max-width:767px) {
    .contents__title--company {
        height: 392px;
    }
}
@media screen and (max-width:767px) {
    .contents__title--company video {
        display: none;
    }
    .contents__title--company::before {
        background: url("../images/common/title_bg_sp.svg") no-repeat center top;
        background-size: contain;
        content: "";
        height: 229px;
        left: 50%;
        margin: 0 0 0 -384px;
        position: absolute;
        top: 60px;
        width: 768px;
        z-index: 1;
    }
    .contents__title--company::after {
        background: url("../images/company/company_sp.png") no-repeat center top;
        background-size: contain;
        content: "";
        height: 192px;
        left: 50%;
        margin: 0 0 0 -115px;
        position: absolute;
        top: 168px;
        width: 273px;
        z-index: 2;
    }
}
.contents__title--recruit {
    margin: 0 0 168px;
}
@media screen and (max-width:767px) {
    .contents__title--recruit {
        margin: 0 0 -30px;
    }
}
.contents__title--wrapper {
    margin: 0 auto;
    max-width: 1078px;
    padding: 218px 40px 0;
    position: relative;
    text-align: left;
    z-index: 10;
    height: 152px;
}
@media screen and (max-width:960px) {
    .contents__title--wrapper {
        padding: 210px 20px 0;
    }
}
@media screen and (max-width:767px) {
    .contents__title--wrapper {
        padding: 60px 10px 10px 10px;
        height: auto;
    }
}

ol.breadcrumb {
    position: relative;
    color: #000;
    max-width: 1078px;
    margin-bottom: 60px;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
}

ol.breadcrumb li a:hover {
    color: #033e80;
}

  ol.breadcrumb li:nth-child(n+2) {
    position: relative;
    margin-left: 34px; }
    ol.breadcrumb li:nth-child(n+2):before {
      position: absolute;
      content: "";
      top: 1px;
      left: -23px;
      background: url("../images/common/icon_breadcrumb_arrow.png");
      width: 10px;
      height: 16px;
      background-size: 100% 100%; }
      
@media screen and (max-width:767px) {
    ol.breadcrumb {
    position: relative;
    color: #000;
    max-width: 1078px;
    margin: 30px 16px;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
    overflow-x: scroll;
    }
}

@media screen and (max-width:767px) {
    ol.breadcrumb li {
    display: table-cell;
    white-space: nowrap;
    }
}

.contents__title--wrapper p {
    color: #033e80;
    line-height: 0.857;
    margin: 0 0 4px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 7.7rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .contents__title--wrapper p {
        font-size: 3.7rem;
        line-height: 1.05;
        margin: 0 16px;
    }
}
.contents__title--wrapper h1 {
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (max-width:767px) {
    .contents__title--wrapper h1 {
        height: 14px;
        padding: 16px;
        line-height: 1.285;
    }
}
.amazon__gift {
    margin-top: 70px;
}
.amazon__gift p {
    font-size: 14px;
    line-height: 2;
}
.amazon__gift p span {
    font-size: 22px;
    font-weight: bold;
    color: #ff3c19;
    display: inline-block;
    margin-bottom: 18px;
}
.contents__subtitle {
    color: #033e80;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.333;
}
.vision__subtitle {
    color: #033e80;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.714;
    margin: 0 0 20px;
}

@media screen and (max-width:767px) {
    .contents__subtitle {
        font-size: 2.5rem;
        line-height: 1.44;
    }
}

/* recruit index 202404 */
section .contents__career_list_block{
    margin: 0 auto 100px;
    max-width: 1078px;
    position: relative;
}
@media screen and (max-width:767px) {
section .contents__career_list_block{
    padding: 0 40px;
}
    
}

section .contents__career_list_block .career_list h2{
    background: #033E80;
    color: #FFF;
    font-size: 20px;
    line-height: 1.6;
    display: block;
    text-align: left;
    padding: 8px 0 8px 20px;
    max-width: 1078px;
    margin-bottom: 40px;
}
section .contents__career_list_block .career_list h3{
    font-size: 16px;
    padding: 0 0 16px 0;
    text-align: left;
    width: 100%;
}
section .contents__career_list_block .career_list h3::before{
    content: "■ ";
    color: #387AE4;
}

section .contents__career_list_block .career_list ul.contents__otherlist--list {
    display: flex;
}

section .contents__career_list_block .career_list ul li{
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f5f4f4;
}


.career_list ul li a{
    font-size: 1.4rem;
    line-height: 2;
    padding: 13px 20px 14px 20px;
    text-align: left;
    background: #fff;
    color: #444;
    display: block;
    position: relative;
    transition: all 0.2s ease;
}
.career_list_inner{
        width: 96%;
        margin: 0 auto 40px;
    }
@media screen and (max-width:767px) {
    .career_list ul li a {
        padding: 13px 8px 14px 24px;
    }
    .career_list_inner{
        width: auto;
        /*padding: 0 40px;*/
    }
}
.career_list ul li a::after,
.career_list ul li a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.career_list ul li a::after {
    transform: rotate(-40deg);
}
.career_list ul li a:hover {
    background: #033e80;
    color: #fff;
}
.career_list ul li a:hover::after,
.career_list ul li a:hover::before {
    background: #fff;
}
.career_list ul li a:active {
    background: #fff;
    color: #033e80;
}
.career_list ul li a:active::after,
.career_list ul li a:active::before {
    background: #033e80;
}
.contents__career_sub_block{
    margin: 150px auto 100px;
    max-width: 1078px;
    position: relative;
    display: flex;
}

.contents__career_sub_block .contents__menu--bn{
    width: 30%;
}
.contents__career_sub_block .contents__menu--bn:nth-child(even){
    margin-left: 24px;
}
@media screen and (max-width:960px) {
    .contents__career_sub_block .contents__menu--bn{
    width: 40%;
}
}
@media screen and (max-width:767px) {
.contents__career_sub_block{
    margin: 80px auto 100px;
    flex-direction: column;
}
.contents__career_sub_block .contents__menu--bn{
    width: 100%;
    margin: 0 auto 56px auto;
}
.contents__career_sub_block .contents__menu--bn:nth-child(even){
    margin-left: auto;
}

}


.contents__categorytop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 98px;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .contents__categorytop {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .contents__categorytop {
        display: block;
        padding: 0 40px;
        margin: 0 auto 112px;
    }
}
.contents__categorytop dl {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    margin: 0 0 42px;
    max-width: 518px;
    width: calc(50% - 10px);
}
@media screen and (max-width:767px) {
    .contents__categorytop dl {
        max-width: 1078px;
        width: 100%;
        margin: 0 0 56px;
    }
}
.contents__categorytop dt {
    background: #778597;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    height: 308px;
    padding: 50px 20px 0 40px;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0,0,0,.45);
}
@media screen and (max-width:767px) {
    .contents__categorytop dt {
        padding: 22px 8px 0 24px;
        height: 252px;
    }
}
.contents__categorytop dt span {
    line-height: 1.05;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .contents__categorytop dt span {
        font-size: 3.6rem;
    }
}
.contents__categorytop dt.contents__categorytop--message {
    background: url("../images/company/01.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--aboutus {
    background: url("../images/company/02.png") no-repeat center;
    background-size: cover;
}
@media screen and (max-width:767px) {
    .contents__categorytop dt.contents__categorytop--aboutus {
        background-position: 74% center;
    }
}
.contents__categorytop dt.contents__categorytop--gcway {
    background: url("../images/company/03.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--history {
    background: url("../images/company/04.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--career {
    background: url("../images/recruit/01.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--new {
    background: url("../images/recruit/02.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--part {
    background: url("../images/recruit/03.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop dt.contents__categorytop--other {
    background: url("../images/recruit/04.jpg") no-repeat center;
    background-size: cover;
}
.contents__categorytop li {
    border-bottom: 1px solid #f5f4f4;
}
.contents__categorytop li a {
    font-size: 1.4rem;
    line-height: 2;
    padding: 13px 20px 14px 42px;
    text-align: left;
    background: #fff;
    color: #444;
    display: block;
    position: relative;
    transition: all 0.2s ease;
}
@media screen and (max-width:767px) {
    .contents__categorytop li a {
        padding: 13px 8px 14px 24px;
    }
}
.contents__categorytop li a::after,
.contents__categorytop li a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.contents__categorytop li a::after {
    transform: rotate(-40deg);
}
.contents__categorytop li a:hover {
    background: #033e80;
    color: #fff;
}
.contents__categorytop li a:hover::after,
.contents__categorytop li a:hover::before {
    background: #fff;
}
.contents__categorytop li a:active {
    background: #fff;
    color: #033e80;
}
.contents__categorytop li a:active::after,
.contents__categorytop li a:active::before {
    background: #033e80;
}
.contents__otherlist {
    background: #fbfbfb;
    padding: 78px 0 84px;
}
@media screen and (max-width:767px) {
    .contents__otherlist {
        padding: 50px 0 95px;
    }
}
.contents__otherlist--wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .contents__otherlist--wrapper {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .contents__otherlist--wrapper {
        display: block;
        padding: 0 40px;
    }
}
.contents__otherlist--title {
    text-align: left;
}
@media screen and (max-width:767px) {
    .contents__otherlist--title {
        margin: 0 0 18px;
    }
}
.contents__otherlist--title p {
    color: #033e80;
    line-height: 1.01;
    margin: 0 0 2px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 4.2rem;
    font-weight: 500;
}
@media screen and (max-width:767px) {
    .contents__otherlist--title p {
        font-size: 3.6rem;
        margin: 0 0 -3px;
    }
}
.contents__otherlist--title h2 {
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
}
.contents__otherlist--list {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0 0;
    max-width: 798px;
    width: calc(100% - 280px);
}
  .contents__otherlist--list.top_message,
  .contents__otherlist--list.vision {
    margin: 30px 0 0;
  }
@media screen and (max-width:960px) {
    .contents__otherlist--list {
        width: calc(100% - 220px);
    }
}
@media screen and (max-width:767px) {
    .contents__otherlist--list {
        display: block;
        max-width: 1078px;
        width: 100%;
    }
}
.contents__otherlist--list li {
    width: 50%;
}
@media screen and (max-width:767px) {
    .contents__otherlist--list li {
        width: auto;
    }
}
.contents__otherlist--list li::before {
    background: #f5f4f4;
    content: "";
    display: block;
    height: 1px;
}
@media screen and (min-width:768px) {
    .contents__otherlist--list li:nth-of-type(1)::before,
    .contents__otherlist--list li:nth-of-type(2)::before {
        content: none;
    }
    .contents__otherlist--list li:nth-of-type(odd)::before {
        margin: 0 21px 0 42px;
    }
    .contents__otherlist--list li:nth-of-type(odd) a {
        padding: 13px 41px 14px 42px;
    }
    .contents__otherlist--list li:nth-of-type(odd) a::after,
    .contents__otherlist--list li:nth-of-type(odd) a::before {
        right: 21px;
    }
    .contents__otherlist--list li:nth-of-type(even)::before {
        margin: 0 42px 0 21px;
    }
    .contents__otherlist--list li:nth-of-type(even) a {
        padding: 13px 62px 14px 21px;
    }
    .contents__otherlist--list li:nth-of-type(even) a::after,
    .contents__otherlist--list li:nth-of-type(even) a::before {
        right: 42px;
    }
}
@media screen and (max-width:767px) {
    .contents__otherlist--list li:nth-of-type(1)~li::before {
        content: "";
    }
}
.contents__otherlist--list li a {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    background: #fff;
    color: #444;
    display: block;
    position: relative;
    transition: all 0.2s ease;
}
.contents__otherlist--list li a::after,
.contents__otherlist--list li a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.contents__otherlist--list li a::after {
    transform: rotate(-40deg);
}
.contents__otherlist--list li a:hover {
    background: #033e80;
    color: #fff;
}
.contents__otherlist--list li a:hover::after,
.contents__otherlist--list li a:hover::before {
    background: #fff;
}
.contents__otherlist--list li a:active {
    background: #fff;
    color: #033e80;
}
.contents__otherlist--list li a:active::after,
.contents__otherlist--list li a:active::before {
    background: #033e80;
}
@media screen and (max-width:767px) {
    .contents__otherlist--list li a {
        padding: 14px 0 13px 28px;
    }
    .contents__otherlist--list li a::after,
    .contents__otherlist--list li a::before {
        right: 28px;
    }
}
.contents__otherlink {
    background: url("../images/common/otherlink_bg.svg") no-repeat 33% 50% #fbfbfb;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width:767px) {
    .contents__otherlink {
        background: url("../images/common/otherlink_bg_sp.svg") no-repeat 61% 50% #fbfbfb;
        background-size: auto 100%;
    }
}
.contents__otherlink::before {
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    transition: all 250ms ease;
}
.contents__otherlink:hover::before {
    transform: scale(1.05);
    opacity: 0.6;
}
.contents__otherlink--message::before {
    background: url("../images/company/vision/otherlink.png") no-repeat left top;
    height: 365px;
    margin: 0 0 0 110px;
    top: 0;
    width: 1000px;
}
@media screen and (max-width:767px) {
    .contents__otherlink--message::before {
        background-position: 0 113px;
        background-size: auto 168px;
        height: 308px;
        left: 40%;
        margin: 0;
    }
}
.contents__otherlink--vision::before {
    background: url("../images/company/top-message/otherlink.png") no-repeat left top;
    height: 320px;
    margin: 0 0 0 78px;
    top: 42px;
    width: 427px;
}
@media screen and (max-width:767px) {
    .contents__otherlink--vision::before {
        background-position: 0 115px;
        background-size: auto 145px;
        height: 308px;
        top: 0;
        left: 40%;
        margin: 0;
    }
}
.contents__otherlink a {
    box-sizing: border-box;
    display: block;
    height: 420px;
    padding: 70px 40px 0;
    position: relative;
    text-align: left;
    z-index: 10;
}
@media screen and (max-width:960px) {
    .contents__otherlink a {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .contents__otherlink a {
        height: 308px;
        padding: 48px 40px 0;
    }
}
.contents__otherlink a span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.contents__otherlink a span::after,
.contents__otherlink a span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.contents__otherlink a span::after {
    transform: rotate(-40deg);
}
.contents__otherlink a:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.contents__otherlink a:hover span::after,
.contents__otherlink a:hover span::before {
    background: #fff;
}
.contents__otherlink a:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.contents__otherlink a:active span::after,
.contents__otherlink a:active span::before {
    background: #033e80;
}
.contents__otherlink div {
    height: 56px;
    margin: 0 auto;
    max-width: 1078px;
    position: relative;
    width: 100%;
}
.contents__otherlink span {
    bottom: 0;
    left: 0;
    position: absolute;
}
.contents__otherlink em {
    color: #033e80;
    line-height: 1.05;
    margin: 0 auto;
    max-width: 1078px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 7.7rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .contents__otherlink em {
        font-size: 4.8rem;
    }
}
.contents__otherlink strong {
    color: #033e80;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin: -6px auto 52px;
    max-width: 1078px;
}
@media screen and (max-width:767px) {
    .contents__otherlink strong {
        margin: -4px auto 48px;
    }
}
.slider {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
@media screen and (max-width:767px) {
    .slider {
        padding: 0 56px 0 0;
    }
}
.slider__images {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(.785,.135,.15,.86);
    width: 10000px;
    transform: translateX("0px");
}
.slider__images li {
    float: left;
    margin: 0 1px 0 0;
}
@media screen and (max-width:767px) {
    .slider__images li {
        -ms-flex-align: center;
        align-items: center;
        width: calc(100vw - 139px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 112px;
    }
    .slider__images li img {
        height: 100%;
        width: 100%;
    }
}
.slider:hover .slider__next,
.slider:hover .slider__prev {
    opacity: 1;
}
.slider__next,
.slider__prev {
    cursor: pointer;
    height: 56px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: opacity 0.3s ease;
    width: 56px;
}
.slider__next span,
.slider__prev span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.slider__next span::after,
.slider__next span::before,
.slider__prev span::after,
.slider__prev span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.slider__next span::after,
.slider__prev span::after {
    transform: rotate(-40deg);
}
.slider__next:hover span,
.slider__prev:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.slider__next:hover span::after,
.slider__next:hover span::before,
.slider__prev:hover span::after,
.slider__prev:hover span::before {
    background: #fff;
}
.slider__next:active span,
.slider__prev:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.slider__next:active span::after,
.slider__next:active span::before,
.slider__prev:active span::after,
.slider__prev:active span::before {
    background: #033e80;
}
@media screen and (max-width:767px) {
    .slider__next,
    .slider__prev {
        opacity: 1;
    }
}
.slider__next {
    border-top: 1px solid #f5f4f4;
    z-index: 11;
}
.slider__prev {
    margin: -56px 0 0;
    z-index: 10;
}
.slider__prev span::after,
.slider__prev span::before {
    right: 22px;
    transform-origin: left center;
}
.modal {
    background: #fff;
    height: 100%;
    left: 100%;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.5s 0s ease,left 1ms 501ms ease;
    width: 100%;
    z-index: 10000;
}
.modal[data-status=show] {
    left: 0;
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    position: relative;
    transition: opacity 0.5s 0s ease,left 1ms 0s ease;
}
.modal__close {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #edebeb;
    border-top: none;
    box-sizing: border-box;
    color: #999;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 84px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2;
    padding: 0 20px 0 0;
    position: fixed;
    right: 42px;
    top: 0;
    transition: background 0.2s ease;
    width: 181px;
    z-index: 100;
}
@media screen and (max-width:767px) {
    .modal__close {
        border: 1px solid #edebeb;
        font-size: 0;
        height: 56px;
        right: 0;
        width: 56px;
    }
}
.modal__close:hover {
    background: #ebebeb;
}
.modal__close::after,
.modal__close::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: auto 0 auto 12px;
    position: absolute;
    top: 0;
    width: 21px;
}
@media screen and (max-width:767px) {
    .modal__close::after,
    .modal__close::before {
        left: 0;
        margin: auto;
        right: 0;
    }
}
.modal__close::before {
    transform: rotate(-45deg);
}
.modal__close::after {
    transform: rotate(45deg);
}
.modal__detail {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .modal__detail {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .modal__detail {
        display: block;
        padding: 0 40px;
    }
}
#modal-results .modal__body {
    margin: 0 auto;
    max-width: 1078px;
    padding: 140px 40px 100px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width:960px) {
    #modal-results .modal__body {
        padding: 140px 20px 100px;
    }
}
@media screen and (max-width:767px) {
    #modal-results .modal__body {
        padding: 96px 0;
    }
}
#modal-results .modal__body .results__awards--text {
    left: 0;
    margin: 0 auto;
    max-width: 1078px;
    position: absolute;
    right: 0;
    top: 140px;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width:767px) {
    #modal-results .modal__body .results__awards--text {
        position: static;
        width: auto;
    }
}
#modal-results .modal__body .results__awards--photo {
    margin: 0 0 0 420px;
    position: relative;
    width: auto;
    z-index: 10;
}
@media screen and (max-width:767px) {
    #modal-results .modal__body .results__awards--photo {
        margin: 64px 0 0;
        max-width: 1078px;
    }
}
#modal-ad-support .modal__body,
#modal-career .modal__body,
#modal-media .modal__body,
#modal-media-support .modal__body,
#modal-product .modal__body,
#modal-promotion .modal__body,
#modal-writer .modal__body {
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
@media screen and (max-width:767px) {
    #modal-ad-support .modal__body,
    #modal-career .modal__body,
    #modal-media .modal__body,
    #modal-media-support .modal__body,
    #modal-product .modal__body,
    #modal-promotion .modal__body,
    #modal-writer .modal__body {
        display: block;
        height: auto;
        overflow: visible;
    }
    #modal-ad-support .modal__body::after,
    #modal-career .modal__body::after,
    #modal-media .modal__body::after,
    #modal-media-support .modal__body::after,
    #modal-product .modal__body::after,
    #modal-promotion .modal__body::after,
    #modal-writer .modal__body::after {
        background: #fff;
        border-top: 1px solid #f5f4f4;
        bottom: 0;
        content: "";
        height: 1px;
        height: 54px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
}
#modal-ad-support .modal__body .recruit__aday--photo,
#modal-career .modal__body .recruit__aday--photo,
#modal-media .modal__body .recruit__aday--photo,
#modal-media-support .modal__body .recruit__aday--photo,
#modal-product .modal__body .recruit__aday--photo,
#modal-promotion .modal__body .recruit__aday--photo,
#modal-writer .modal__body .recruit__aday--photo {
    height: 100%;
}
#modal-ad-support .modal__body .recruit__aday--body,
#modal-career .modal__body .recruit__aday--body,
#modal-media .modal__body .recruit__aday--body,
#modal-media-support .modal__body .recruit__aday--body,
#modal-product .modal__body .recruit__aday--body,
#modal-promotion .modal__body .recruit__aday--body,
#modal-writer .modal__body .recruit__aday--body {
    height: 100%;
}
@media screen and (max-width:767px) {
    #modal-ad-support .modal__body .recruit__aday--body,
    #modal-career .modal__body .recruit__aday--body,
    #modal-media .modal__body .recruit__aday--body,
    #modal-media-support .modal__body .recruit__aday--body,
    #modal-product .modal__body .recruit__aday--body,
    #modal-promotion .modal__body .recruit__aday--body,
    #modal-writer .modal__body .recruit__aday--body {
        height: auto;
    }
}
#modal-ad-support .modal__body .recruit__aday--bodyprev,
#modal-career .modal__body .recruit__aday--bodyprev,
#modal-media .modal__body .recruit__aday--bodyprev,
#modal-media-support .modal__body .recruit__aday--bodyprev,
#modal-product .modal__body .recruit__aday--bodyprev,
#modal-promotion .modal__body .recruit__aday--bodyprev,
#modal-writer .modal__body .recruit__aday--bodyprev {
    left: calc(0px - 50vw);
}
#modal-ad-support .modal__body .recruit__aday--bodynext,
#modal-career .modal__body .recruit__aday--bodynext,
#modal-media .modal__body .recruit__aday--bodynext,
#modal-media-support .modal__body .recruit__aday--bodynext,
#modal-product .modal__body .recruit__aday--bodynext,
#modal-promotion .modal__body .recruit__aday--bodynext,
#modal-writer .modal__body .recruit__aday--bodynext {
    right: 0;
}
#modal-ad-support .modal__body .recruit__aday--body ul,
#modal-career .modal__body .recruit__aday--body ul,
#modal-media .modal__body .recruit__aday--body ul,
#modal-media-support .modal__body .recruit__aday--body ul,
#modal-product .modal__body .recruit__aday--body ul,
#modal-promotion .modal__body .recruit__aday--body ul,
#modal-writer .modal__body .recruit__aday--body ul {
    bottom: 64px;
}
@media screen and (max-width:767px) {
    #modal-ad-support .modal__body .recruit__aday--body ul,
    #modal-career .modal__body .recruit__aday--body ul,
    #modal-media .modal__body .recruit__aday--body ul,
    #modal-media-support .modal__body .recruit__aday--body ul,
    #modal-product .modal__body .recruit__aday--body ul,
    #modal-promotion .modal__body .recruit__aday--body ul,
    #modal-writer .modal__body .recruit__aday--body ul {
        background: #fff;
        bottom: 20px;
        left: 10px;
        position: fixed;
        right: 10px;
        z-index: 15;
    }
}
@media screen and (max-width:960px) {
    #modal-ad-support .modal__body .recruit__aday--body article,
    #modal-career .modal__body .recruit__aday--body article,
    #modal-media .modal__body .recruit__aday--body article,
    #modal-media-support .modal__body .recruit__aday--body article,
    #modal-product .modal__body .recruit__aday--body article,
    #modal-promotion .modal__body .recruit__aday--body article,
    #modal-writer .modal__body .recruit__aday--body article {
        right: 56px;
    }
}
.photo {
    position: relative;
}
.photo__cover {
    position: relative;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width:767px) {
    .photo__cover {
        height: 280px;
    }
}
.photo__images {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.photo__images li {
    position: absolute;
    z-index: 1;
}
@media screen and (max-width:767px) {
    .photo__images li {
        height: 100%;
        width: 100%;
    }
}
.photo__images li img {
    width: 100%;
}
@media screen and (max-width:767px) {
    .photo__images li img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.photo__images li:first-child {
    z-index: 2;
}
.photo__images li[data-status=before] {
    z-index: 5;
}
.photo__images li[data-status=init],
.photo__images li[data-status=next],
.photo__images li[data-status=prev] {
    z-index: 10;
}
.photo__images li[data-status=prev] {
    animation: photo_prev 750ms 0s cubic-bezier(.19,1,.22,1) 1 forwards;
}
.photo__images li[data-status=next] {
    animation: photo_next 750ms 0s cubic-bezier(.19,1,.22,1) 1 forwards;
}
@keyframes photo_prev {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes photo_next {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
.photo__num {
    bottom: 140px;
    height: 144px;
    position: absolute;
    right: 23px;
    width: 12px;
    z-index: 100;
}
@media screen and (max-width:960px) {
    .photo__num {
        height: 124px;
    }
}
@media screen and (max-width:767px) {
    .photo__num {
        bottom: 136px;
        height: 116px;
        right: 23px;
        top: auto;
    }
}
.photo__num::after {
    background: #fff;
    content: "";
    height: 84px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 29px;
    width: 2px;
    z-index: 1;
}
@media screen and (max-width:960px) {
    .photo__num::after {
        height: 64px;
    }
}
@media screen and (max-width:767px) {
    .photo__num::after {
        height: 56px;
    }
}
.photo__num p {
    display: inline-block;
    font-family: Rajdhani,sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    left: 0;
    line-height: 1.1;
    position: absolute;
    transform: rotate(90deg);
}
.photo__num--current {
    color: #033e80;
    top: 0;
}
.photo__num--ln {
    bottom: 0;
    color: #fff;
}
.photo__num--bar {
    background: #033e80;
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 29px;
    width: 2px;
    z-index: 10;
}
.photo__num--bar[data-status=timer] {
    height: 84px;
    transition: height 5s linear;
}
@media screen and (max-width:960px) {
    .photo__num--bar[data-status=timer] {
        height: 64px;
    }
}
@media screen and (max-width:767px) {
    .photo__num--bar[data-status=timer] {
        height: 56px;
    }
}
.photo__next,
.photo__prev {
    cursor: pointer;
    height: 56px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
    width: 56px;
}
.photo__next span,
.photo__prev span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.photo__next span::after,
.photo__next span::before,
.photo__prev span::after,
.photo__prev span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.photo__next span::after,
.photo__prev span::after {
    transform: rotate(-40deg);
}
.photo__next:hover span,
.photo__prev:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.photo__next:hover span::after,
.photo__next:hover span::before,
.photo__prev:hover span::after,
.photo__prev:hover span::before {
    background: #fff;
}
.photo__next:active span,
.photo__prev:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.photo__next:active span::after,
.photo__next:active span::before,
.photo__prev:active span::after,
.photo__prev:active span::before {
    background: #033e80;
}
@media screen and (max-width:767px) {
    .photo__next,
    .photo__prev {
        opacity: 1;
    }
}
.photo:hover .photo__next,
.photo:hover .photo__prev {
    opacity: 1;
}
.photo__prev {
    bottom: 0;
    z-index: 11;
}
.photo__prev span::after,
.photo__prev span::before {
    right: 22px;
    transform-origin: left center;
}
.photo__next {
    border-bottom: 1px solid #f5f4f4;
    bottom: 56px;
    z-index: 10;
}
.contents__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 48px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
}
@media screen and (max-width:960px) {
    .contents__wrapper {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .contents__wrapper {
        display: block;
        padding: 140px 40px 0;
        margin: 0 auto 160px;
    }
}
.contents__menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 238px;
}
@media screen and (max-width:767px) {
    .contents__menu {
        width: auto;
    }
}
.contents__body {
    max-width: 658px;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    width: calc(100% - 258px);
}
@media screen and (max-width:767px) {
    .contents__body {
        max-width: 1078px;
        width: auto;
        margin: 0 0 140px;
    }
}
.contents__menu--list {
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    margin: 0 0 56px;
}
@media screen and (max-width:767px) {
    .contents__menu--list {
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        margin: 0 auto;
        overflow: auto;
        position: absolute;
        right: 20px;
        top: 30px;
        -webkit-overflow-scrolling: touch;
    }
}
.contents__menu--list li+li {
    border-top: 1px solid #f5f4f4;
}
@media screen and (max-width:767px) {
    .contents__menu--list li+li {
        border: none;
        position: relative;
        padding: 0 0 0 1px;
    }
    .contents__menu--list li+li::before {
        background: #f5f4f4;
        bottom: 14px;
        content: "";
        left: 0;
        margin: auto;
        position: absolute;
        top: 14px;
        width: 1px;
    }
}
.contents__menu--list a {
    box-shadow: none!important;
    font-size: 1.4rem;
    line-height: 2;
    padding: 13px 20px 14px 28px;
    text-align: left;
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #444;
    display: block;
    position: relative;
    transition: all 250ms ease;
}
@media screen and (max-width:767px) {
    .contents__menu--list a {
        padding: 13px 28px 14px;
        white-space: nowrap;
    }
}
.contents__menu--list a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
    background: #033e80;
}
.contents__menu--list a p {
    position: relative;
    z-index: 10;
}
.contents__menu--list a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.contents__menu--bn {
    margin: 0 0 56px;
}
.contents__menu--bn a {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #033e80;
    display: block;
    position: relative;
    transition: all 250ms ease;
}
.contents__menu--bn a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.contents__menu--bn a:hover img {
    opacity: 0.85;
    transform: scale(.8);
}
.contents__menu--bn a:hover::before {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.contents__menu--bn a img {
    position: relative;
    transition: all 0.3s ease;
    z-index: 10;
}
.contents__menu--bn a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.contents__menu--bn a p {
    position: relative;
    z-index: 10;
}
.contents__menu--bn a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.contents__menu--bn a p {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.285;
    min-height: 110px;
    padding: 20px 20px 28px 26px;
    text-align: left;
}
.contents__menu--bn a p span {
    line-height: 1.142;
    margin: 0 0 3px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
}
.contents__menu--bn a img {
    width: 100%;
    transition: all 250ms ease;
}
.company__outline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2;
    margin: 0 auto 32px;
    max-width: 1078px;
    padding: 0 40px;
    text-align: left;
}
@media screen and (max-width:960px) {
    .company__outline {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .company__outline {
        display: block;
        padding: 0 40px;
        margin: 0 auto 52px;
    }
}
.company__outline dt {
    border-top: 1px solid #0290ee;
    color: #033e80;
    font-weight: 700;
    padding: 20px 0;
    width: 35%;
}
@media screen and (max-width:767px) {
    .company__outline dt {
        padding: 20px 0 8px;
        width: auto;
    }
}
.company__outline dd {
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    padding: 20px 42px 64px;
    width: 65%;
}
@media screen and (max-width:767px) {
    .company__outline dd {
        border: none;
        padding: 18px 0 60px;
        width: auto;
    }
}
@media screen and (max-width:767px) {
    .company__outline dd p {
        line-height: 2;
    }
}
.company__outline dd p+p {
    margin-top: 2em;
}
@media screen and (max-width:767px) {
    .company__outline dd p+p {
        margin-top: 12px;
    }
    .company__outline .lawer p:not(:first-child) {
        margin-top: 3em;
    }
}
.company__outline dd .nagoya_address1 {
    width: 74px;
}
.company__outline dd .nagoya_address2 {
    width: 217px;
}
.company__outline dd .nagoya_address3 {
    width: 89px;
}
.company__outline dd .fukuoka_address1 {
    width: 74px;
}
.company__outline dd .fukuoka_address2 {
    width: 223px;
}
.company__outline dd .fukuoka_address3 {
    width: 150px;
}
@media screen and (max-width:767px) {
    .company__outline .address p:not(:first-child) {
        margin-top: 3em;
    }
}
.company__outline dd p.en {
    margin-top: 0;
}
@media screen and (max-width:767px) {
    .company__outline dd p.en {
        margin-top: 12px;
    }
}
.company__outline dd a {
    color: #033e80;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.company__outline dd a:hover {
    color: #0290ee;
}
.company__outline dd a:active {
    color: #444;
}

/* 複数行の注釈：※印の分だけずらす(2行目以降を字下げのためpadding-left ) */
.company__outline p.outline_notice {
    padding-left: 1em;
    text-indent: -1em; /* ※印の分1行目を寄せる */
    color: #ff3c19;
}

.results__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 1078px;
}
@media screen and (max-width:1158px) {
    .results__list {
        width: 798px;
    }
}
@media screen and (max-width:840px) {
    .results__list {
        width: 518px;
    }
}
@media screen and (max-width:767px) {
    .results__list {
        display: block;
        width: auto;
    }
}
.results__list li {
    margin: 0 42px 42px 0;
    width: 238px;
}
.results__list .list_meta {
    position: relative;
}
@media screen and (min-width:1159px) {
    .results__list li:nth-of-type(4n) {
        margin: 0 0 42px;
    }
}
@media screen and (min-width:841px) and (max-width:1158px) {
    .results__list li:nth-of-type(3n) {
        margin: 0 0 42px;
    }
}
@media screen and (max-width:840px) {
    .results__list li:nth-of-type(2n) {
        margin: 0 0 42px;
    }
}
@media screen and (max-width:767px) {
    .results__list li {
        margin: 0 0 56px!important;
        width: 100%;
    }
}
.results__list li a {
    height: 100%;
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #444;
    display: block;
    position: relative;
    transition: all 250ms ease;
}
.results__list li a.noanimation {
    box-shadow: initial;
}
.results__list li a.logo_link {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 263px;
    height: 150px;
    transform: translate(-50%, -50%);
    background-color: transparent;
}
.results__list li a.logo_link::before {
    background-color: transparent;
}
@media screen and (max-width:767px) {
    .results__list li a.logo_link {
        width: 52%;
        height: auto;
    }
}
.results__list li a.innovation_link {
    box-shadow: initial;
    transition: initial;
}
.results__list li a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.results__list li a.noanimation:hover {
    box-shadow: initial;
    color: initial;
}
.results__list li a.innovation_link:hover {
    box-shadow: initial;
}
.results__list li .card__wrapper--image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    transition: all 250ms ease;
}
.results__list li .card__wrapper--image .card__image--ymaa-bg {
    width: 100%;
    height: auto;
}
.results__list li .card__wrapper--image .card__image--ymaa-fg {
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 103px);
    width: 100px;
    height: 90px;
}
.results__list li .card__wrapper--image .card__innerframe--ymaa {
    position: absolute;
    top: calc(50% - 44px);
    left: calc(50% + 3px);
    width: 100px;
    height: 99px;
    z-index: 11;
}
.results__list li a:hover >img {
    opacity: 0.85;
    transform: scale(.8);
}
.results__list li a.noanimation:hover >img {
    opacity: initial;
    transform: initial;
}
.results__list li a:hover .card__wrapper--image {
    opacity: 0.85;
    transform: scale(.8);
}
.results__list li a:hover::before {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.results__list li a.noanimation:hover::before {
    background: initial;
    bottom: initial;
    left: initial;
    right: initial;
    top: initial;
}
.results__list li a img {
    position: relative;
    transition: all 0.3s ease;
    z-index: 10;
    width: 100%;
}
.results__list li a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.results__list li a.innovation_link::before {
    background: initial;
    bottom: initial;
    content: initial;
    left: initial;
    margin: initial;
    position: initial;
    right: initial;
    top: initial;
    transition: initial;
    z-index: initial;
}
.results__list li a p {
    position: relative;
    z-index: 10;
}
.results__list li a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
@media screen and (max-width:767px) {
    .results__list li a img {
        width: 100%;
    }
}
.results__list li p {
    font-size: 1.4rem;
    line-height: 2;
    padding: 20px 28px;
    text-align: left;
}
.results__awards {
    margin: 0 auto 62px;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .results__awards {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .results__awards {
        margin: 0 auto 40px;
        padding: 0 40px;
    }
}
.results__media {
    background: #fbfbfb;
    margin: 0 auto 80px;
    padding: 120px 40px 90px;
}
@media screen and (max-width:960px) {
    .results__media {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .results__media {
        padding: 52px 40px 46px;
    }
}
.results__media h2 {
    margin: 0 auto 16px;
    max-width: 1078px;
    position: relative;
    text-align: left;
    top: -36px;
}
@media screen and (max-width:767px) {
    .results__media h2 {
        margin: 0 auto -56px;
        top: -24px;
    }
}
.results__media--block {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 56px;
    max-width: 1078px;
}
@media screen and (max-width:767px) {
    .results__media--block {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 52px auto 36px;
    }
}
.results__media--block figure {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 42px 0 0;
    max-width: 378px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media screen and (max-width:767px) {
    .results__media--block figure {
        margin: 20px 0 0;
        max-width: 1078px;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}
.results__media--block figure img {
    width: 100%;
}
.results__media--block figure iframe {
    width: 100%;
}
.results__media--text {
    text-align: left;
}
.results__media--text h3 {
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
}
.results__media--text h3+p {
    font-size: 1.4rem;
    margin-top: 18px;
}
@media screen and (max-width:767px) {
    .results__media--text h3+p {
        margin: 16px 0 -20px;
    }
}
.results__media--text p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 2em 0 0;
}
.results__media .results__images {
    background: #fff;
    border: 1px solid #fff;
}
.results__images {
    width: 100%;
    background: #fff; }
    .results__images .results__images--img {
      width: 100%;
      max-width: 1078px;
      margin: 0 auto; }
      .results__images .results__images--img ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 24px 0 50px; }
        .results__images .results__images--img ul li {
          margin-top: 8px;
          width: 20%;
          text-align: center; }
          .results__images .results__images--img ul li img {
            width: 100%;
            max-width: 180px;
            height: auto; }
/*@media screen and (max-width:767px) {
    .results__images {
        padding: 0;
        margin: 0;
    }
}*/
.results__conference {
    margin: 0 auto 168px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .results__conference {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .results__conference {
        padding: 0 40px;
        margin: 0 auto 56px;
    }
}
.results__conference h2 {
    margin: 0 auto 52px;
    max-width: 1078px;
    text-align: left;
}
.results__conference .results__list {
    margin-bottom: 14px;
}
.results__conference .results__images {
    background: #fff;
    border: 1px solid #f5f4f4;
}
.results__awards--text {
    -ms-flex-preferred-size: 378px;
    flex-basis: 50%;
    margin: 0 42px 0 0;
    text-align: left;
}
@media screen and (max-width:767px) {
    .results__awards--text {
        margin: 0;
        padding: 0 40px;
        width: auto;
    }
}
.results__awards--text h2 {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.636;
    padding: 0 0 6px;
}
.results__awards--text h2:nth-child(n + 2) {
    margin-top: 3em;
}
@media screen and (max-width:767px) {
    .results__awards--text h2 {
        font-size: 1.6rem;
        line-height: 1.5;
        max-width: 1078px;
    }
}
.results__awards--text p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 2em 0 0;
}

.results__awards--text p a {
    color: #033e80;
}

.results__awards--text p a:hover {
    color: #033e80;
    font-weight :bold;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .results__awards--text p {
        max-width: 1078px;
    }
}
.results__awards--text p.ex {
    font-size: 1.4rem;
}
.results__awards--text strong {
    font-weight: 700;
}
.results__awards--photo {
    width: 50%;
}
.results__awards--photo li {
    margin: 0 0 28px;
}
.results__awards--photo li img {
    width: 100%;
}
/* YMAAのみ中にiframeを入れる為特殊対応 */
.results__awards--photo.photo--ymaa ul {
    position: relative;
}
.results__awards--photo.photo--ymaa li:nth-child(2) {
    position: absolute;
    top: calc(50% - 126px);
    left: calc(50% - 297px);
}
.results__awards--photo.photo--ymaa li:nth-child(2) img {
    width: 300px;
}
.results__awards--photo.photo--ymaa li:last-child {
    position: absolute;
    top: calc(50% - 139px);
    left: calc(50% + 14px);
}
.detail__innerframe--ymaasp {
    display: none;
}
@media screen and (min-width:961px) {
    .results__awards--text.text--ymaa {
        flex-basis: calc(100% - 700px);
    }
    .results__awards--photo.photo--ymaa {
        width: 658px;
    }
    .results__awards--photo.photo--ymaa ul {
        width: 658px;
        position: relative;
    }
}
@media screen and (max-width:960px) {
    .detail__innerframe--ymaa {
        display: none;
    }
    .detail__innerframe--ymaasp {
        display: block;
    }
    .results__awards--photo.photo--ymaa li:nth-child(2) {
        position: absolute;
        top: calc(50% - 45px);
        left: calc(50% - 104px);
    }
    .results__awards--photo.photo--ymaa li:nth-child(2) img {
        width: 100px;
    }
    .results__awards--photo.photo--ymaa li:last-child {
        position: absolute;
        top: calc(50% - 48px);
        left: calc(50% + 4px);
    }
}

.vision__3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 182px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    text-align: left;
}
.governsnce {
    
    margin: 0 auto 60px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    text-align: left;
}
@media screen and (min-width:961px) {
    .vision__3::before {
        background: url("../images/company/vision/01.svg") no-repeat 0 0;
        background-size: contain;
        content: "";
        height: 383px;
        left: 52px;
        opacity: 0;
        position: absolute;
        top: 250px;
        transform: translateY(20px);
        width: 308px;
    }
    .vision__3[data-status=show]::before {
        opacity: 1;
        transition: all 0.5s ease;
        transform: translateY(0);
    }
}
@media screen and (max-width:960px) {
    .vision__3 {
        display: block;
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .vision__3 {
        margin: 0 auto 102px;
        padding: 0 40px;
    }
}
.vision__3--title {
    -ms-flex-preferred-size: 352px;
    flex-basis: 352px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 42px 0;
    width: 352px;
}
@media screen and (max-width:767px) {
    .vision__3--title  {
        margin: 0 20px 30px 0;
        width: auto;
    }
}
.vision__3--title p {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.636;
    margin: 0 0 10px;
}
@media screen and (max-width:767px) {
    .vision__3--title p {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 0 6px;
    }
}
.vision__3--body {
    max-width: 658px;
}
@media screen and (max-width:960px) {
    .vision__3--body {
        max-width: 1078px;
    }
}
.vision__3--body p {
    font-size: 1.4rem;
    line-height: 2;
    
}

.sustainability_body p {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 20px;
}
.sustainability_top img {
    padding-top: 40px;
    width: 100%;  
}
.sustainability_body img {
    width: 100%;  
    padding-bottom: 20px;
}
.sustainability_body ul {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 20px;
}
.vision__3--body p+p {
    margin: 2em 0;
}
.vision__3--body .oneblock {
    margin-bottom: 2em;
}
.vision__3--body ol {
    counter-reset: num;
}
@media screen and (max-width:767px) {
    .vision__3--body ol {
        margin: 48px 0 0;
    }
}
.vision__3--body dl {
    background: #f5f4f4;
    border-radius:10px;
    counter-increment: num;
    display: -ms-flexbox;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0;
    padding-bottom: 15px;
}
.vision__3--body dl dt p{
    color: #033e80;
    font-size: 22px;
    line-height: 1.454;
    margin: 0;
    padding: 30px 30px;
    font-weight: 700;
}
.vision__3--body dl dd p{
    font-size: 14px;
    line-height: 2;
    margin: 0;
    padding: 0px 30px;
}
@media screen and (max-width:767px) {
    .vision__3--body dl dt p{
        font-size: 22px;
        line-height: 1.21;
        padding: 20px 20px;
    }
    .vision__3--body dl dd p{
        padding: 0 20px;
    }
}


.mvv__subtitle {
    font-size: 16px;
    color: #033e80;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    
}

.vision__important {
    background: #fbfbfb;
    margin: 0 0 132px;
    padding: 0 40px 16px;
}
@media screen and (max-width:960px) {
    .vision__important {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .vision__important {
        margin: 0 0 48px;
        padding: 0 40px 24px;
    }
}
.vision__important h2 {
    margin: 0 auto 20px;
    max-width: 1078px;
    position: relative;
    text-align: left;
    top: -64px;
}
@media screen and (max-width:767px) {
    .vision__important h2 {
        margin: 0 auto 18px;
        top: -24px;
    }
}
.vision__important dl {
    margin: 0 auto;
    max-width: 1078px;
    text-align: left;
}
.vision__important dl dt {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.272;
    margin: 0 0 18px 39%;
}
@media screen and (max-width:767px) {
    .vision__important dl dt {
        font-size: 1.4rem;
        line-height: 2;
        margin: 0 0 30px;
        font-weight: 700;
    }
}
.vision__important dl dd {
    margin: 0 0 8px;
    min-height: 148px;
    padding: 0 0 0 39%;
    position: relative;
}
@media screen and (max-width:767px) {
    .vision__important dl dd {
        margin: 0 0 42px;
        padding: 0;
    }
}
.vision__important dl dd img {
    left: 0;
    position: absolute;
    top: -46px;
    width: 35%;
}
@media screen and (max-width:767px) {
    .vision__important dl dd img {
        display: block;
        margin: 0 0 42px;
        position: static;
        width: 100%;
    }
}
.vision__important dl dd p {
    font-size: 1.4rem;
    line-height: 2;
}
.vision__important dl dd[data-status=show] img {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease;
}
.vision__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 168px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    text-align: left;
}
@media screen and (min-width:961px) {
    .vision__logo::before {
        background: url("../images/company/vision/05.svg") no-repeat 0 0;
        background-size: contain;
        content: "";
        height: 992px;
        left: 40px;
        opacity: 0;
        position: absolute;
        top: 116px;
        transform: translateY(20px);
        width: 313px;
    }
    .vision__logo[data-status=show]::before {
        opacity: 1;
        transition: all 0.5s ease;
        transform: translateY(0);
    }
}
@media screen and (max-width:960px) {
    .vision__logo {
        display: block;
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .vision__logo {
        margin: 0 auto 62px;
        padding: 0 40px;
    }
}
.vision__logo--title {
    -ms-flex-preferred-size: 352px;
    flex-basis: 352px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 42px 0;
    width: 352px;
}
@media screen and (max-width:767px) {
    .vision__logo--title {
        width: auto;
    }
}
.vision__logo--body {
    max-width: 658px;
}
@media screen and (max-width:960px) {
    .vision__logo--body {
        max-width: 1078px;
    }
}
.vision__logo--body p {
    font-size: 14px;
    line-height: 2;
}
.vision__logo--body p+p {
    margin: 2em 0 0;
}
.vision__logo--body figure {
    margin: 70px 0 0;
}
.vision__logo--body figure img {
    display: block;
    height: 250px;
    margin: 45px auto;
}
@media screen and (max-width:767px) {
    .vision__logo--body figure img {
        margin: 58px auto;
        width: calc(100% - 56px);
    }
}
.vision__logo--body figure dl {
    background: #f5f4f4;
    font-size: 1.6rem;
    line-height: 2;
    padding: 25px 25px;
    border-radius: 10px;
}
@media screen and (max-width:767px) {
    .vision__logo--body figure dl {
        padding: 20px 20px 10px;
    }
}
.vision__logo--body figure dl dt {
    font-size: 22px;
    color: #033e80;
    font-weight: 700;
    margin: 0 0 14px;
}
.vision__logo--body figure dl dd p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;

}
@media screen and (max-width:767px) {
    .vision__logo--body figure dl dt {
        font-size: 22px;
        line-height: 1.21;
        margin: 0 0 8px;
        padding-bottom: 20px;
    }
}
.vision__logo--body figure dl dd {
    margin: 0 0  22px;
}
@media screen and (max-width:767px) {
    .vision__logo--body figure dl dd {
        margin: 0 0 28px;
    }
}
.topmessage {
    margin: 0 auto 140px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    text-align: left;
}
@media screen and (max-width:960px) {
    .topmessage {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .topmessage {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 auto 128px;
        padding: 0 40px;
    }
}
.topmessage::before {
    background: url("../images/company/top-message/bg.png") no-repeat center top;
    content: "";
    height: 420px;
    left: 40px;
    margin: 0 auto;
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 1;
}
@media screen and (max-width:960px) {
    .topmessage::before {
        left: 20px;
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .topmessage::before {
        background: url("../images/company/top-message/bg_sp.png") no-repeat center;
        background-size: cover;
        height: 168px;
        left: 0;
        right: 0;
    }
}
.topmessage::after {
    background: url("../images/company/top-message/ceo.png") no-repeat center top;
    background-size: contain;
    content: "";
    height: 504px;
    left: 50%;
    margin: 0 0 0 -22px;
    position: absolute;
    top: -52px;
    width: 477px;
    z-index: 2;
}
@media screen and (max-width:960px) {
    .topmessage::after {
        left: auto;
        margin: auto;
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .topmessage::after {
        height: 201px;
        right: 3%;
        top: -20px;
        width: 213px;
    }
}
.topmessage--recruit::after {
    background: url("../images/recruit/ceo.png") no-repeat center top;
    background-size: contain;
    height: 543px;
    margin: 0 0 0 -51px;
    top: -58px;
    width: 464px;
}
@media screen and (max-width:960px) {
    .topmessage--recruit::after {
        left: auto;
        margin: auto;
        right: 20px;
    }
}
@media screen and (max-width:767px) {
    .topmessage--recruit::after {
        height: 219px;
        right: 5%;
        top: -25px;
        width: 188px;
    }
}
.topmessage h2,
.topmessage__name {
    margin: 0 auto;
    max-width: 798px;
    position: relative;
    z-index: 10;
}
.topmessage h2 {
    padding: 104px 40px 46px;
}
@media screen and (max-width:767px) {
    .topmessage h2 {
        font-size: 1.6rem;
        line-height: 1.75;
        margin: 0 0 36px;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        width: 100%;
    }
}
.topmessage__name {
    padding: 0 40px 99px;
}
@media screen and (max-width:767px) {
    .topmessage__name {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 168px;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 50px;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        width: 100%;
    }
}
.topmessage__name--position {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 6px;
}
@media screen and (max-width:767px) {
    .topmessage__name--position {
        margin: 0 0 2px;
    }
}
.topmessage__name--jp {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 8px;
}
@media screen and (max-width:767px) {
    .topmessage__name--jp {
        font-size: 1.6rem;
        margin: 0 0 4px;
    }
}
.topmessage__name--en {
    color: #999;
    line-height: 1.4;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}
.topmessage__body {
    border: 1px solid #f5f4f4;
    border-top: none;
    box-sizing: border-box;
    padding: 46px 40px 100px;
}
@media screen and (max-width:767px) {
    .topmessage__body {
        border: none;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
        width: 100%;
    }
}
.topmessage__body p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 auto;
    max-width: 798px;
    position: relative;
    z-index: 10;
}
.topmessage__body p+p {
    margin: 2em auto 0;
}
.topmessage__body--sign {
    margin: 56px auto 0;
    max-width: 798px;
    text-align: right;
}
@media screen and (max-width:767px) {
    .topmessage__body--sign {
        text-align: left;
    }
}
.topmessage__body--sign p {
    margin: 0 0 12px auto;
    text-align: left;
    width: 213px;
}
@media screen and (max-width:767px) {
    .topmessage__body--sign p {
        margin: 0 0 12px;
    }
}
.topmessage__body--sign img {
    width: 177px;
    margin-right: 36px;
}
.introduction {
    margin: 0 auto;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .introduction {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .introduction {
        padding: 0 40px;
    }
}
.introduction__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 68px;
    text-align: left;
}
@media screen and (max-width:767px) {
    .introduction__block {
        display: block;
        margin: 0 0 54px;
    }
}
.introduction__name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    min-width: 225px;
}
@media screen and (max-width:767px) {
    .introduction__name {
        margin: 0 0 20px;
    }
}
.introduction__name p {
    color: #033e80;
    font-size: 1.4rem;
    line-height: 2;
}
.introduction__name--eng {
    font-family: Rajdhani,sans-serif;
}
.introduction__body {
    max-width: 658px;
    width: 78%;
}
@media screen and (max-width:767px) {
    .introduction__body {
        max-width: 1078px;
        width: auto;
    }
}
.introduction__body img {
    width: 100%;
}
.introduction__body p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 22px 0 0;
}
@media screen and (max-width:767px) {
    .introduction__body p {
        margin: 20px 0 0;
    }
}
.introduction__body span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.666;
    margin: 6px 0;
}
.introduction-title_wrap{
    max-width: 1158px;
    margin: 0 auto 30px;
}
.introduction-title{
    color: #033e80;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.333;
    text-align: left;
    border-bottom: 2px solid #033E80;
    padding: 0 0 10px;
    margin: 0 40px;
}
@media screen and (max-width:960px) {
    .introduction-title{
        margin: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .introduction-title_wrap{
        margin: 0 auto 20px;
    }
    .introduction-title{
        font-size: 2.5rem;
        line-height: 1.44;
        margin: 0 40px;
    }
}

.csr {
    margin: 0 auto;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .csr {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .csr {
        padding: 0;
    }
}
.csr__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 148px;
    text-align: left;
    width: 100%;
}
@media screen and (max-width:767px) {
    .csr__block {
        display: block;
        margin: 0 0 62px;
    }
}
.csr__title {
    max-width: 400px;
    width: calc(38% - 20px);
}
@media screen and (max-width:767px) {
    .csr__title {
        margin: 0 40px 28px;
        width: auto;
    }
}
.csr__title img {
    max-width: 363px;
    margin: 26px 0 0;
}
@media screen and (max-width:767px) {
    .csr__title img {
        height: 42px;
        margin: 20px 0 0;
    }
}
.csr__body {
    max-width: 658px;
    width: 62%;
}
@media screen and (max-width:767px) {
    .csr__body {
        max-width: 1078px;
        width: auto;
    }
}
.csr__body > p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 22px 0 0;
}
.csr__body > .text_only {
    margin-top: 0;
}

@media screen and (max-width:767px) {
    .csr__body > p {
        margin: 20px 40px 0;
    }
}
.team__governance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 54px;
    max-width: 1078px;
    padding: 0 40px;
    position: relative;
    text-align: left;
}
@media screen and (min-width:961px) {
    .team__governance::before {
        background: url("../images/company/team-glad/01.svg") no-repeat 0 0;
        background-size: contain;
        content: "";
        height: 450px;
        left: 104px;
        opacity: 0;
        position: absolute;
        top: 190px;
        transform: translateY(20px);
        width: 236px;
    }
    .team__governance[data-status=show]::before {
        opacity: 1;
        transition: all 0.5s ease;
        transform: translateY(0);
    }
}
@media screen and (max-width:960px) {
    .team__governance {
        display: block;
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .team__governance {
        margin: 0 auto 102px;
        padding: 0 40px;
    }
}
.team__governance--title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 42px 0;
    width: 382px;
}
@media screen and (max-width:767px) {
    .team__governance--title {
        margin: 0 20px 30px 0;
        width: auto;
    }
}
.team__governance--title p {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.636;
    margin: 0 0 10px;
}
@media screen and (max-width:767px) {
    .team__governance--title p {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 0 6px;
    }
}
.team__governance--body {
    max-width: 658px;
}
@media screen and (max-width:960px) {
    .team__governance--body {
        max-width: 1078px;
    }
}
.team__governance--body p {
    font-size: 1.4rem;
    line-height: 2;
}
.team__governance--body p+p {
    margin: 2em 0 0;
}
.team__governance--body ol {
    counter-reset: num;
    margin: 36px 0 0;
}
@media screen and (max-width:767px) {
    .team__governance--body ol {
        margin: 48px 0 0;
    }
}
.team__governance--body ol li {
    background: #f5f4f4;
    counter-increment: num;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 12px;
}
.team__governance--body ol li p {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.636;
    margin: 0;
    padding: 38px 42px;
}
@media screen and (max-width:767px) {
    .team__governance--body ol li p {
        font-size: 1.4rem;
        line-height: 2;
        padding: 28px 14px;
    }
}
.team__governance--body ol li::before {
    -ms-flex-align: center;
    align-items: center;
    background: #0290ee;
    color: #fff;
    content: "0" counter(num);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Rajdhani,sans-serif;
    font-size: 3rem;
    -ms-flex-pack: center;
    justify-content: center;
    width: 98px;
}
@media screen and (max-width:767px) {
    .team__governance--body ol li::before {
        width: 56px;
    }
}
.team__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 1078px;
}
@media screen and (max-width:1158px) {
    .team__list {
        width: 798px;
    }
}
@media screen and (max-width:840px) {
    .team__list {
        width: 518px;
    }
}
@media screen and (max-width:767px) {
    .team__list {
        display: block;
        width: auto;
    }
}
.team__list li {
    margin: 0 42px 42px 0;
    width: 238px;
}
@media screen and (min-width:1159px) {
    .team__list li:nth-of-type(4n) {
        margin: 0 0 42px;
    }
}
@media screen and (min-width:841px) and (max-width:1158px) {
    .team__list li:nth-of-type(3n) {
        margin: 0 0 42px;
    }
}
@media screen and (max-width:840px) {
    .team__list li:nth-of-type(2n) {
        margin: 0 0 42px;
    }
}
@media screen and (max-width:767px) {
    .team__list li {
        margin: 0 0 56px!important;
        width: 100%;
    }
}
.team__list li a {
    min-height: 336px;
    text-align: left;
    background: #fff;
    color: #444;
    display: block;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    position: relative;
    transition: all .2s ease;
    height: 100%; }

.team__list li a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.team__list li a:hover img {
    opacity: 0.85;
    transform: scale(.8);
}
.team__list li a:hover::before {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.team__list li a img {
    position: relative;
    transition: all 0.3s ease;
    z-index: 10;
}
.team__list li a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.team__list li a p {
    position: relative;
    z-index: 10;
}
.team__list li a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.team__list li a img {
    width: 100%;
}
@media screen and (max-width:767px) {
    .team__list li a {
        min-height: 319px;
    }
}
.team__list li a:hover .team__list--hover {
    opacity: 1;
}
.team__list li p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 28px 17px 4px;
}
@media screen and (max-width:767px) {
    .team__list li p {
        padding: 25px 17px 2px;
    }
}
.team__list li h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    padding: 0 17px 28px;
    position: relative;
    z-index: 10;
}
.team__list--hover {
    left: 0;
    opacity: 0;
    position: absolute!important;
    top: 0;
    transition: opacity 250ms ease;
}
.team__member {
    margin: 0 auto 126px;
    max-width: 1078px;
    overflow: hidden;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .team__member {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .team__member {
        margin: 0 auto 16px;
        padding: 0 40px;
    }
}
.gcway__value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 54px;
    max-width: 1078px;
    padding: 0 40px;
    text-align: left;
}
@media screen and (max-width:1174px) {
    .gcway__value {
        display: block;
    }
}
@media screen and (max-width:960px) {
    .gcway__value {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .gcway__value {
        margin: 0 auto 50px;
        padding: 0 40px;
    }
}
.gcway__value--title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 42px 0;
    width: 320px;
}
@media screen and (max-width:767px) {
    .gcway__value--title {
        margin: 0 20px 30px 0;
        width: auto;
    }
}
.gcway__value--title p {
    color: #033e80;
    font-size: 2.2rem;
    line-height: 1.636;
    margin: 0 0 10px;
}
@media screen and (max-width:767px) {
    .gcway__value--title p {
        font-size: 1.6rem;
        line-height: 1.625;
        margin: 0 0 6px;
    }
}
.gcway__value--body {
    width: 658px;
}
@media screen and (max-width:1174px) {
    .gcway__value--body {
        width: auto;
    }
}
.gcway__value--body p {
    font-size: 1.4rem;
    line-height: 2;
}
.gcway__value--body p+p {
    margin: 2em 0 0;
}
.gcway__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 54px;
    max-width: 1078px;
    overflow: hidden;
    padding: 0 40px;
    text-align: left;
}
@media screen and (max-width:960px) {
    .gcway__list {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .gcway__list {
        display: block;
        margin: 0 auto 72px;
        padding: 0 40px;
    }
}
.gcway__list::before {
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/company/value-way/center_bg.png") no-repeat center;
    color: #033e80;
    content: "GC WAY 10"!important;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 34px;
    max-width: 518px;
    -ms-flex-order: 6;
    order: 6;
    width: 48%;
    content: attr(data-eng);
    display: -ms-flexbox;
    display: flex;
    font-family: Rajdhani,sans-serif;
    font-size: 7.7rem;
    font-weight: 400;
}
@media screen and (max-width:960px) {
    .gcway__list::before {
        font-size: 6rem;
    }
}
@media screen and (max-width:767px) {
    .gcway__list::before {
        content: none!important;
    }
}
.gcway__list li {
    margin: 0 0 34px;
    max-width: 238px;
    width: 22%;
}
@media screen and (max-width:767px) {
    .gcway__list li {
        margin: 0 0 48px;
        max-width: 1078px;
        width: auto;
    }
}
.gcway__list li:nth-of-type(1) {
    -ms-flex-order: 1;
    order: 1;
}
.gcway__list li:nth-of-type(2) {
    -ms-flex-order: 2;
    order: 2;
}
.gcway__list li:nth-of-type(3) {
    -ms-flex-order: 3;
    order: 3;
}
.gcway__list li:nth-of-type(4) {
    -ms-flex-order: 4;
    order: 4;
}
.gcway__list li:nth-of-type(5) {
    -ms-flex-order: 5;
    order: 5;
}
.gcway__list li:nth-of-type(6) {
    -ms-flex-order: 7;
    order: 7;
}
.gcway__list li:nth-of-type(7) {
    -ms-flex-order: 8;
    order: 8;
}
.gcway__list li:nth-of-type(8) {
    -ms-flex-order: 9;
    order: 9;
}
.gcway__list li:nth-of-type(9) {
    -ms-flex-order: 10;
    order: 10;
}
.gcway__list li:nth-of-type(10) {
    -ms-flex-order: 11;
    order: 11;
}
.gcway__list li h3,
.gcway__list li p {
    font-size: 1.4rem;
    line-height: 2;
}
.gcway__list li h3 {
    color: #033e80;
    font-weight: 700;
}
.gcway__list li figure {
    background: #f5f4f4;
    margin: 0 0 21px;
}
.gcway__list li figure img {
    width: 100%;
}
.access__spot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -120px auto 26px;
    max-width: 1078px;
    padding: 120px 40px 0;
    text-align: left;
}
@media screen and (max-width:960px) {
    .access__spot {
        display: block;
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .access__spot {
        margin: -30px auto 0;
        padding: 30px 40px 0;
    }
}
.access__spot--title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 42px 0;
    width: 200px;
}
@media screen and (max-width:767px) {
    .access__spot--title {
        margin: 0 20px 36px 0;
        width: auto;
    }
}
.access__spot--body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 2;
    max-width: 658px;
    width: calc(100% - 200px);
}
@media screen and (max-width:960px) {
    .access__spot--body {
        max-width: 1078px;
        width: auto;
    }
}
@media screen and (max-width:767px) {
    .access__spot--body {
        display: block;
        margin: 0 auto;
    }
}
.access__spot--body dt {
    border-top: 1px solid #0290ee;
    color: #033e80;
    font-weight: 700;
    padding: 20px 0;
    width: 98px;
}
@media screen and (max-width:767px) {
    .access__spot--body dt {
        padding: 20px 0 0;
        width: auto;
    }
}
.access__spot--body dd {
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    padding: 20px 42px 64px;
    width: calc(100% - 98px);
}
@media screen and (max-width:767px) {
    .access__spot--body dd {
        border: none;
        padding: 16px 0 30px;
        width: auto;
    }
}
.access__spot--body dd a {
    text-decoration: underline;
    transition: color 0.2s ease;
}
.access__spot--body dd a:hover {
    color: #033e80;
}
.access__spot--body dd a:active {
    color: #444;
}
@media screen and (max-width:767px) {
    .access__spot--body dd a::before {
        content: "";
        display: block;
    }
}
.access__spot--body dd .nagoya_address1 {
    width: 74px;   
}
.access__spot--body dd .nagoya_address2 {
    width: 217px;
}
.access__spot--body dd .nagoya_address3 {
    width: 89px;
}
.access__spot--body dd .fukuoka_address1 {
    width: 74px;   
}
.access__spot--body dd .fukuoka_address2 {
    width: 223px;
}
.access__spot--body dd .fukuoka_address3 {
    width: 150px;
}
.access__map {
    margin: 0 auto 140px;
    max-width: 1078px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .access__map {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .access__map {
        margin: 0 auto 102px;
        padding: 0;
    }
}
.access__map > div {
    height: 418px;
    width: 100%;
}
@media screen and (max-width:767px) {
    .access__map > div {
        height: 280px;
    }
}
.history__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    max-width: 1078px;
    padding: 0 40px;
    text-align: left;
}
@media screen and (max-width:960px) {
    .history__body {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .history__body {
        display: block;
        padding: 0 40px;
        margin: 0 auto 10px;
    }
}
.history__body dt {
    border-top: 1px solid #0290ee;
    color: #033e80;
    line-height: 1;
    padding: 22px 0 20px;
    width: 26%;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
}
@media screen and (max-width:767px) {
    .history__body dt {
        font-size: 2.4rem;
        width: auto;
        padding: 22px 0 5px;
    }
}
.history__body dd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 74%;
}
@media screen and (max-width:767px) {
    .history__body dd {
        display: block;
        width: auto;
        padding: 0 0 52px;
    }
}
.history__body dd p {
    border-top: 1px solid #0290ee;
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    padding: 20px 0;
    width: 12%;
}
@media screen and (max-width:767px) {
    .history__body dd p {
        border: none;
        width: auto;
        padding: 20px 0 14px;
    }
}
.history__body dd ul {
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    padding: 20px 0 30px 42px;
    width: 88%;
}
@media screen and (max-width:767px) {
    .history__body dd ul {
        border: none;
        padding: 0;
        width: auto;
    }
}
.history__body dd ul li {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 12px;
}
.history__annotation {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 176px;
    max-width: 1078px;
    padding: 0 40px;
    text-align: left;
}
.history__annotation dt {
    padding: 22px 0 20px;
    width: 26%;
    display: block;
}
.history__annotation dd{
    display: flex;
    flex-wrap: wrap;
    width: 74%;
}
.history__annotation dd ul {
    box-sizing: border-box;
    padding: 20px 0 30px 42px;
    width: 88%;
    margin-left: auto;
}
.history__annotation dd ul li {
    font-size: 1.2rem;
    line-height: 2;
    margin: 0 0 6px;
    padding-left: 3em;
}
.history__annotation dd ul li::before {
    display: inline-block;
    margin-left: -2.6em;
}
.history__annotation dd ul li:first-child::before {
    content: '※1　';
}
.history__annotation dd ul li:nth-child(2)::before {
    content: '※2　';
}
@media screen and (max-width:767px) {
    .history__annotation {
        display: block;
        padding: 0 40px;
        margin: 0 auto 74px;
    }
    .history__annotation dt {
        display: none;
    }
    .history__annotation dd {
        display: block;
        width: auto;
        padding: 0 0 52px;
    }
    .history__annotation dd p {
        display: none;
    }
    .history__annotation dd ul {
        padding: 0;
        width: auto;
        margin-left: 0;
    }
}
.recruit__job {
    margin: 44px 0;
}
.recruit__job:last-child {
    margin: 44px 0 164px;
}
@media screen and (max-width:767px) {
    .recruit__job {
        margin: 38px 0 0;
    }
    .recruit__job:last-child {
        margin: 38px 0 60px;
    }
}
.recruit__job--title {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2;
    position: relative;
    transition: all 0.2s ease;
}
.jc_recruit__job--title {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2;
    position: relative;
    transition: all 0.2s ease;
}
@media screen and (max-width:960px) {
    .recruit__job--title {
        display: block;
        height: auto;
        margin: 0 0 44px;
        padding: 20px 40px 20px 0;
    }
}
.recruit__job--title::after,
.recruit__job--title::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 42px;
    top: 0;
    transition: transform 0.2s ease;
    width: 15px;
}
.jc_recruit__job--title::after,
.jc_recruit__job--title::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
    right: 40px;
}
.jc_recruit__job--title::after {
    transform: rotate(-40deg);
}
@media screen and (max-width:767px) {
    .recruit__job--title::after,
    .recruit__job--title::before {
        right: 14px;
    }
    .jc_recruit__job--title::after,
.jc_recruit__job--title::before {
    right: 20px;
}
}
.recruit__job--title::after {
    transform: rotate(90deg);
}
.recruit__job--title:hover {
    color: #033e80;
}

.jc_recruit__job--title:hover {
    color: #033e80;
}
.jc_recruit__job--title:hover::after,
.jc_recruit__job--title:hover::before {
    background: #033e80;
}

.recruit__job--title:hover::after,
.recruit__job--title:hover::before {
    background: #033e80;
}
.recruit__job--title[data-status=open] {
    border-color: #0290ee;
    color: #033e80;
    font-weight: 700;
}
.recruit__job--title[data-status=open]::before {
    transform: rotate(-45deg);
}
.recruit__job--title[data-status=open]::after {
    transform: rotate(45deg);
}
.recruit__job--body {
    display: none;
    margin: 0 -20px;
    padding: 0 20px;
}
@media screen and (max-width:767px) {
    .recruit__job--body {
        margin: -44px -20px 0;
        padding: 0 20px;
    }
}
.recruit__job--body > p {
    border-top: 1px dotted #ccc;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 46px;
    padding: 28px 0 0;
}
@media screen and (max-width:767px) {
    .recruit__job--body > p {
        margin: 0 0 46px;
    }
}
.recruit__job--body > p:first-child {
    border-top: 1px dotted #ccc;
    padding: 28px 0 0;
}
@media screen and (max-width:767px) {
    .recruit__job--body > p:first-child {
        padding: 22px 0 0;
    }
}
.recruit__job--body nav {
    padding: 0 0 84px;
}
@media screen and (max-width:767px) {
    .recruit__job--body nav {
        padding: 0 0 70px;
    }
}
.recruit__job--body nav a {
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #444;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 28px;
    position: relative;
    transition: all 0.2s ease;
    width: 315px;
}
@media screen and (max-width:767px) {
    .recruit__job--body nav a {
        width: 148px;
    }
}
.recruit__job--body nav a::after,
.recruit__job--body nav a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.recruit__job--body nav a::after {
    transform: rotate(-40deg);
}
.recruit__job--body nav a:hover {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.recruit__job--body nav a:hover::after,
.recruit__job--body nav a:hover::before {
    background: #fff;
}
.recruit__job--body nav a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.recruit__job--body nav a:active::after,
.recruit__job--body nav a:active::before {
    background: #033e80;
}
.recruit__job--body nav a[target="_blank"]::after,
.recruit__job--body nav a[target="_blank"]::before {
    background: #033e80;
    background: url("../images/common/icon_blank.svg") no-repeat left top transparent;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 0;
    transition: opacity 0.2s ease;
    transform: rotate(0);
    width: 15px;
}
.recruit__job--body nav a[target="_blank"]::after {
    background-image: url("../images/common/icon_blank_white.svg");
    opacity: 0;
    transform: rotate(0);
}
.recruit__job--body nav a[target="_blank"]:hover::before {
    opacity: 0;
}
.recruit__job--body nav a[target="_blank"]:hover::after {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .recruit__job--body nav a {
        width: auto;
    }
}
.recruit__job--aday {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 56px;
}
@media screen and (max-width:767px) {
    .recruit__job--aday {
        display: block;
    }
}
.recruit__job--aday li {
    max-width: 315px;
    width: calc(50% - 10px);
}
@media screen and (max-width:767px) {
    .recruit__job--aday li {
        margin: 0 0 28px;
        max-width: none;
        width: auto;
    }
}
.recruit__job--aday li a {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #033e80;
    display: block;
    position: relative;
    transition: all 250ms ease;
}
.recruit__job--aday li a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.recruit__job--aday li a:hover img {
    opacity: 0.85;
    transform: scale(.8);
}
.recruit__job--aday li a:hover::before {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.recruit__job--aday li a img {
    position: relative;
    transition: all 0.3s ease;
    z-index: 10;
}
.recruit__job--aday li a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.recruit__job--aday li a p {
    position: relative;
    z-index: 10;
}
.recruit__job--aday li a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.recruit__job--aday li a p {
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.285;
    min-height: 110px;
    padding: 20px 20px 28px 26px;
    text-align: left;
}
.recruit__job--aday li a p span {
    line-height: 1.142;
    margin: 0 0 3px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
}
.recruit__job--aday img {
    width: 100%;
}
.recruit__aday {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 102px;
    padding: 0 40px;
}
@media screen and (max-width:960px) {
    .recruit__aday {
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday {
        display: block;
        padding: 0;
    }
}
.recruit__aday--photo {
    height: 600px;
    position: relative;
    text-align: left;
    width: 50%;
}
@media screen and (max-width:767px) {
    .recruit__aday--photo {
        height: 365px!important;
        width: auto;
    }
}
.recruit__aday--photo01 {
    background-image: url("../images/recruit/aday/detail_01.jpg");
}
.recruit__aday--photo p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 4px;
    padding: 28px 0 0 40px;
    position: relative;
    z-index: 20;
}
@media screen and (max-width:767px) {
    .recruit__aday--photo p {
        display: none;
    }
}
.recruit__aday--photo h2 {
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 0 0 0 40px;
    position: relative;
    z-index: 20;
}
@media screen and (max-width:767px) {
    .recruit__aday--photo h2 {
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 20px 0 0 20px;
    }
}
.recruit__aday--photo ul li {
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.recruit__aday--photo ul li:first-child {
    opacity: 1;
    z-index: 2;
}
.recruit__aday--photo ul li[data-status=before] {
    opacity: 1;
    z-index: 5;
}
.recruit__aday--photo ul li[data-status=current] {
    animation: fadeIn 0.5s 0s linear 1 forwards;
    opacity: 0;
    z-index: 10;
}
.recruit__aday--body {
    position: relative;
    text-align: left;
    width: 50%;
}
@media screen and (max-width:767px) {
    .recruit__aday--body {
        padding: 42px 0 40px;
        width: auto;
    }
}
.recruit__aday--bodyclock {
    height: 56px;
    left: 20px;
    margin: -193px auto 0;
    max-width: 440px;
    position: absolute;
    right: 20px;
    top: 50%;
}
@media all and (-ms-high-contrast:none\0) {
    .recruit__aday--bodyclock {
        width: 440px;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--bodyclock {
        left: 40px;
        margin: 0;
        right: auto;
        top: 28px;
    }
}
.recruit__aday--bodyclock span {
    border: 2px solid #033e80;
    border-radius: 100%;
    box-sizing: border-box;
    display: block;
    height: 56px;
    position: relative;
    width: 56px;
}
.recruit__aday--bodyclock span::after,
.recruit__aday--bodyclock span::before {
    background: #033e80;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: transform 0.5s ease;
    width: 2px;
}
.recruit__aday--bodyclock span::before {
    height: 20px;
    top: 12px;
    transform-origin: 1px 14px;
    z-index: 10;
}
.recruit__aday--bodyclock span::after {
    height: 26px;
    top: 8px;
    transform-origin: 1px 18px;
    z-index: 1;
}
.recruit__aday--bodynext,
.recruit__aday--bodyprev {
    bottom: 0;
    cursor: pointer;
    height: 56px;
    margin: auto;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 56px;
    z-index: 10;
}
.recruit__aday--bodynext span,
.recruit__aday--bodyprev span {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    display: block;
    height: 56px;
    transition: all 0.2s ease;
    width: 56px;
}
.recruit__aday--bodynext span::after,
.recruit__aday--bodynext span::before,
.recruit__aday--bodyprev span::after,
.recruit__aday--bodyprev span::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.recruit__aday--bodynext span::after,
.recruit__aday--bodyprev span::after {
    transform: rotate(-40deg);
}
.recruit__aday--bodynext:hover span,
.recruit__aday--bodyprev:hover span {
    background: #033e80;
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
}
.recruit__aday--bodynext:hover span::after,
.recruit__aday--bodynext:hover span::before,
.recruit__aday--bodyprev:hover span::after,
.recruit__aday--bodyprev:hover span::before {
    background: #fff;
}
.recruit__aday--bodynext:active span,
.recruit__aday--bodyprev:active span {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
}
.recruit__aday--bodynext:active span::after,
.recruit__aday--bodynext:active span::before,
.recruit__aday--bodyprev:active span::after,
.recruit__aday--bodyprev:active span::before {
    background: #033e80;
}
@media screen and (max-width:767px) {
    .recruit__aday--bodynext,
    .recruit__aday--bodyprev {
        display: none;
    }
}
.recruit__aday--bodyprev {
    left: -28px;
}
.recruit__aday--bodyprev span::after,
.recruit__aday--bodyprev span::before {
    right: 22px;
    transform-origin: left center;
}
.recruit__aday--bodynext {
    right: -28px;
}
.recruit__aday--body[data-clock="0945"] .recruit__aday--bodyclock span::before {
    transform: rotate(292.5deg);
}
.recruit__aday--body[data-clock="0945"] .recruit__aday--bodyclock span::after {
    transform: rotate(3510deg);
}
.recruit__aday--body[data-clock="1000"] .recruit__aday--bodyclock span::before {
    transform: rotate(300deg);
}
.recruit__aday--body[data-clock="1000"] .recruit__aday--bodyclock span::after {
    transform: rotate(3600deg);
}
.recruit__aday--body[data-clock="1100"] .recruit__aday--bodyclock span::before {
    transform: rotate(330deg);
}
.recruit__aday--body[data-clock="1100"] .recruit__aday--bodyclock span::after {
    transform: rotate(3960deg);
}
.recruit__aday--body[data-clock="1200"] .recruit__aday--bodyclock span::before {
    transform: rotate(360deg);
}
.recruit__aday--body[data-clock="1200"] .recruit__aday--bodyclock span::after {
    transform: rotate(4320deg);
}
.recruit__aday--body[data-clock="1300"] .recruit__aday--bodyclock span::before {
    transform: rotate(390deg);
}
.recruit__aday--body[data-clock="1300"] .recruit__aday--bodyclock span::after {
    transform: rotate(4680deg);
}
.recruit__aday--body[data-clock="1400"] .recruit__aday--bodyclock span::before {
    transform: rotate(420deg);
}
.recruit__aday--body[data-clock="1400"] .recruit__aday--bodyclock span::after {
    transform: rotate(5040deg);
}
.recruit__aday--body[data-clock="1500"] .recruit__aday--bodyclock span::before {
    transform: rotate(450deg);
}
.recruit__aday--body[data-clock="1500"] .recruit__aday--bodyclock span::after {
    transform: rotate(5400deg);
}
.recruit__aday--body[data-clock="1600"] .recruit__aday--bodyclock span::before {
    transform: rotate(480deg);
}
.recruit__aday--body[data-clock="1600"] .recruit__aday--bodyclock span::after {
    transform: rotate(5760deg);
}
.recruit__aday--body[data-clock="1700"] .recruit__aday--bodyclock span::before {
    transform: rotate(510deg);
}
.recruit__aday--body[data-clock="1700"] .recruit__aday--bodyclock span::after {
    transform: rotate(6120deg);
}
.recruit__aday--body[data-clock="1800"] .recruit__aday--bodyclock span::before {
    transform: rotate(540deg);
}
.recruit__aday--body[data-clock="1800"] .recruit__aday--bodyclock span::after {
    transform: rotate(6480deg);
}
.recruit__aday--body[data-clock="1900"] .recruit__aday--bodyclock span::before {
    transform: rotate(570deg);
}
.recruit__aday--body[data-clock="1900"] .recruit__aday--bodyclock span::after {
    transform: rotate(6840deg);
}
.recruit__aday--body[data-clock="1930"] .recruit__aday--bodyclock span::before {
    transform: rotate(585deg);
}
.recruit__aday--body[data-clock="1930"] .recruit__aday--bodyclock span::after {
    transform: rotate(7020deg);
}
.recruit__aday--body[data-clock="2000"] .recruit__aday--bodyclock span::before {
    transform: rotate(600deg);
}
.recruit__aday--body[data-clock="2000"] .recruit__aday--bodyclock span::after {
    transform: rotate(7200deg);
}
.recruit__aday--body[data-clock="2030"] .recruit__aday--bodyclock span::before {
    transform: rotate(615deg);
}
.recruit__aday--body[data-clock="2030"] .recruit__aday--bodyclock span::after {
    transform: rotate(7380deg);
}
.recruit__aday--body[data-clock="2130"] .recruit__aday--bodyclock span::before {
    transform: rotate(645deg);
}
.recruit__aday--body[data-clock="2130"] .recruit__aday--bodyclock span::after {
    transform: rotate(7740deg);
}
.recruit__aday--body article {
    bottom: 0;
    display: none;
    height: 358px;
    left: 20px;
    margin: auto;
    max-width: 440px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
}
@media all and (-ms-high-contrast:none\0) {
    .recruit__aday--body article {
        width: 440px;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body article {
        height: auto;
        margin: 0 40px;
        max-width: none;
        position: static;
    }
}
.recruit__aday--body article[data-status=current] {
    animation: fadeIn 0.3s 0s linear 1 forwards;
    display: block;
    opacity: 0;
    z-index: 10;
}
.recruit__aday--body article time {
    color: #033e80;
    line-height: 1.05;
    margin: 0 0 36px 68px;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
}
.recruit__aday--body article h3 {
    color: #033e80;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 10px;
}
.recruit__aday--body article p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 2em;
}
.recruit__aday--body ul {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 20px;
    margin: auto;
    max-width: 552px;
    overflow: hidden;
    position: absolute;
    right: 20px;
}
@media all and (-ms-high-contrast:none\0) {
    .recruit__aday--body ul {
        width: 552px;
    }
}
.recruit__aday--body ul::before {
    background: #ccc;
    bottom: 0;
    content: "";
    cursor: default;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
@media all and (-ms-high-contrast:none\0) {
    .recruit__aday--body ul::before {
        left: 42px;
    }
}
.recruit__aday--body ul[data-current="1"] li:nth-of-type(1) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="1"] li:nth-of-type(1) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="1"] li:nth-of-type(1) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="1"] li:nth-of-type(1) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="1"] li:nth-of-type(1) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="1"] li:nth-of-type(1) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="2"] li:nth-of-type(2) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="2"] li:nth-of-type(2) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="2"] li:nth-of-type(2) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="2"] li:nth-of-type(2) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="2"] li:nth-of-type(2) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="2"] li:nth-of-type(2) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="3"] li:nth-of-type(3) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="3"] li:nth-of-type(3) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="3"] li:nth-of-type(3) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="3"] li:nth-of-type(3) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="3"] li:nth-of-type(3) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="3"] li:nth-of-type(3) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="4"] li:nth-of-type(4) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="4"] li:nth-of-type(4) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="4"] li:nth-of-type(4) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="4"] li:nth-of-type(4) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="4"] li:nth-of-type(4) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="4"] li:nth-of-type(4) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="5"] li:nth-of-type(5) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="5"] li:nth-of-type(5) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="5"] li:nth-of-type(5) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="5"] li:nth-of-type(5) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="5"] li:nth-of-type(5) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="5"] li:nth-of-type(5) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="6"] li:nth-of-type(6) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="6"] li:nth-of-type(6) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="6"] li:nth-of-type(6) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="6"] li:nth-of-type(6) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="6"] li:nth-of-type(6) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="6"] li:nth-of-type(6) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="7"] li:nth-of-type(7) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="7"] li:nth-of-type(7) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="7"] li:nth-of-type(7) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="7"] li:nth-of-type(7) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="7"] li:nth-of-type(7) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="7"] li:nth-of-type(7) span {
        width: 75%;
    }
}
.recruit__aday--body ul[data-current="8"] li:nth-of-type(8) {
    color: #033e80;
    pointer-events: none;
}
.recruit__aday--body ul[data-current="8"] li:nth-of-type(8) span {
    transition: width 4s linear;
}
@media screen and (min-width:768px) {
    .recruit__aday--body ul[data-current="8"] li:nth-of-type(8) span {
        width: 75%;
    }
}
@media screen and (max-width:960px) {
    .recruit__aday--body ul[data-current="8"] li:nth-of-type(8) span {
        width: 47%;
    }
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul[data-current="8"] li:nth-of-type(8) span {
        width: 30%;
    }
}
@media screen and (max-width:767px) and (orientation:landscape) {
    .recruit__aday--body ul[data-current="8"] li:nth-of-type(8) span {
        width: 75%;
    }
}
.recruit__aday--body ul li {
    background: #fff;
    cursor: pointer;
    line-height: 1.428;
    max-width: 42px;
    position: relative;
    text-align: center;
    transition: color 0.2s ease;
    width: 10%;
    z-index: 50;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .recruit__aday--body ul li {
        font-size: 1.4rem;
    }
}
@media all and (-ms-high-contrast:none\0) {
    .recruit__aday--body ul li {
        width: 42px;
    }
}
.recruit__aday--body ul li span {
    background: #033e80;
    display: block;
    height: 1px;
    left: 100%;
    position: absolute;
    top: 10px;
    width: 0;
}
.recruit__aday--body ul li:last-child span {
    background: 0 0;
}
.recruit__requirements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 44px 0 0;
}
@media screen and (max-width:767px) {
    .recruit__requirements {
        display: block;
        margin: 36px 0 0;
    }
}
.recruit__requirements dt {
    border-top: 1px solid #0290ee;
    color: #033e80;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    padding: 20px 0;
    width: 98px;
}
@media screen and (max-width:767px) {
    .recruit__requirements dt {
        width: auto;
        padding: 20px 0 14px;
    }
}
.recruit__requirements dd {
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    margin: 0 0 64px;
    padding: 20px 0 0 42px;
    width: calc(100% - 98px);
}
@media screen and (max-width:767px) {
    .recruit__requirements dd {
        border: none;
        padding: 0;
        width: auto;
        margin: 0 0 50px;
    }
}
.recruit__requirements dd p {
    font-size: 1.4rem;
    line-height: 2;
}
.recruit__requirements dd p+p {
    margin-top: 2em;
}
.recruit__requirements dd .recruit__job--aday {
    margin: 36px 0 0;
}
@media screen and (max-width:767px) {
    .recruit__requirements dd .recruit__job--aday {
        margin: 24px 0 70px;
    }
}
.recruit__requirements dd .recruit__job--aday li {
    max-width: 238px;
}
.recruit__requirements--list li {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0 0 1em;
    text-indent: -1em;
}
.recruit__requirements--list li.margin {
    margin-top: 12px;
}
@media screen and (max-width:767px) {
    .recruit__requirements--list li+li {
        margin: 14px 0 0;
    }
}
.recruit__requirements--list+p {
    margin-top: 2em;
}
.recruit__apply {
    margin: -16px 0 68px;
}
@media screen and (max-width:767px) {
    .recruit__apply {
        margin: -4px 0 78px;
    }
}
.recruit__apply a {
    -ms-flex-align: center;
    align-items: center;
    background: #033e80;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    box-sizing: border-box;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    height: 56px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 42px;
    position: relative;
    transition: all 0.2s ease;
    width: 378px;
}
@media screen and (max-width:767px) {
    .recruit__apply a {
        width: 148px;
    }
}
.recruit__apply a::after,
.recruit__apply a::before {
    background: #033e80;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transition: background 0.2s ease;
    transform-origin: right center;
    transform: rotate(40deg);
    width: 10px;
}
.recruit__apply a::after {
    transform: rotate(-40deg);
}
.recruit__apply a:hover {
    opacity: 0.8;
}
.recruit__apply a:hover::after,
.recruit__apply a:hover::before {
    background: #fff;
}
.recruit__apply a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.recruit__apply a:active::after,
.recruit__apply a:active::before {
    background: #033e80;
}
.recruit__apply a[target="_blank"]::after,
.recruit__apply a[target="_blank"]::before {
    background: #033e80;
    background: url("../images/common/icon_blank.svg") no-repeat left top transparent;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 15px;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 0;
    transition: opacity 0.2s ease;
    transform: rotate(0);
    width: 15px;
}
.recruit__apply a[target="_blank"]::after {
    background-image: url("../images/common/icon_blank_white.svg");
    opacity: 0;
    transform: rotate(0);
}
.recruit__apply a[target="_blank"]:hover::before {
    opacity: 0;
}
.recruit__apply a[target="_blank"]:hover::after {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .recruit__apply a {
        width: auto;
    }
}
.recruit__fresh {
    margin: 0 0 12px;
}
.recruit__fresh:last-child {
    margin: 0 0 132px;
}
@media screen and (max-width:767px) {
    .recruit__fresh {
        margin: 0 0 16px;
    }
    .recruit__fresh:last-child {
        margin: 0 0 76px;
    }
}
.recruit__fresh > p {
    color: #033e80;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin: 1px 0 44px;
}
@media screen and (max-width:767px) {
    .recruit__fresh > p {
        margin: 1px 0 24px;
    }
}
.recruit__fresh nav a {
    background: #fff;
    box-shadow: 11px 15px 28px 0 rgba(0,0,0,.18);
    color: #033e80;
    display: block;
    position: relative;
    transition: all 250ms ease;
}
.recruit__fresh nav a:hover {
    box-shadow: 32px 32px 28px 0 rgba(0,0,0,.18);
    color: #fff;
}
.recruit__fresh nav a:hover img {
    opacity: 0.85;
    transform: scale(.8);
}
.recruit__fresh nav a:hover::before {
    background: #033e80;
    bottom: -8px;
    left: -8px;
    right: -8px;
    top: -8px;
}
.recruit__fresh nav a img {
    position: relative;
    transition: all 0.3s ease;
    z-index: 10;
}
.recruit__fresh nav a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.recruit__fresh nav a p {
    position: relative;
    z-index: 10;
}
.recruit__fresh nav a:active {
    background: #fff;
    box-shadow: 7.518px 7.518px 10px 0 rgba(0,0,0,.18);
    color: #033e80;
}
.recruit__fresh nav a p {
    line-height: 1.05;
    margin: 0 0 3px;
    padding: 34px 40px 0;
    content: attr(data-eng);
    display: block;
    font-family: Rajdhani,sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
}
@media screen and (max-width:767px) {
    .recruit__fresh nav a p {
        font-size: 2.8rem;
        padding: 24px 26px 0;
    }
}
.recruit__fresh nav a h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    padding: 0 40px 58px;
    text-align: left;
}
@media screen and (max-width:767px) {
    .recruit__fresh nav a h3 {
        font-size: 1.4rem;
        padding: 0 26px 36px;
    }
}
.recruit__fresh nav a img {
    width: 100%;
}
.recruit__fresh nav a[target="_blank"] p::after {
    background: url("../images/common/icon_blank.svg") no-repeat left top;
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0 0 0 14px;
    vertical-align: 6px;
    width: 15px;
}
@media screen and (max-width:767px) {
    .recruit__fresh nav a[target="_blank"] p::after {
        margin: 0 0 0 4px;
        vertical-align: 2px;
    }
}
.recruit__office {
    margin: 44px 0 60px;
}
@media screen and (max-width:767px) {
    .recruit__office {
        margin: 36px 0 42px;
    }
    .recruit__office:last-child {
        margin: 0 0 102px;
    }
}
.recruit__office:last-child {
    margin: 44px 0 180px;
}
.recruit__office h3 {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    border-top: 1px solid #0290ee;
    box-sizing: border-box;
    color: #033e80;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2;
    margin: 0 0 20px;
}
.recruit__office p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 78px;
}
.recruit__office p.adjustment {
    margin-bottom: 12px;
}
.recruit__office .img_box {
    width: 264px;
}
.recruit__office .img_box img {
    width: 100%;
    display: block;
}
@media screen and (max-width:767px) {
    .recruit__office p {
        margin: 0 0 64px;
    }
    .recruit__office p.adjustment {
        margin-bottom: 16px;
    }
    .recruit__office .img_box {
        width: 72%;
        margin: 0 auto;
    }
}
.recruit__faq {
    margin: 44px 0;
}
.recruit__faq:last-child {
    margin: 44px 0 164px;
}
@media screen and (max-width:767px) {
    .recruit__faq {
        margin: 38px 0 50px;
    }
    .recruit__faq:last-child {
        margin: 38px 0 0;
    }
}
.recruit__faq--title {
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f4f4;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    height: 70px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 2;
    padding: 0 50px 0 0;
    position: relative;
    transition: all 0.2s ease;
}
@media screen and (max-width:960px) {
    .recruit__faq--title {
        display: block;
        height: auto;
        margin: 0 0 68px;
        padding: 20px 40px 20px 0;
    }
}
@media screen and (max-width:767px) {
    .recruit__faq--title {
        margin: 0 0 44px;
        padding: 20px 40px 20px 0;
    }
}


.recruit__faq--title::after,
.recruit__faq--title::before {
    background: #999;
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto;
    position: absolute;
    right: 42px;
    top: 0;
    transition: transform 0.2s ease;
    width: 15px;
}
@media screen and (max-width:960px) {
    .recruit__faq--title::after,
    .recruit__faq--title::before {
        right: 14px;
    }
}
@media screen and (max-width:767px) {
    .recruit__faq--title::after,
    .recruit__faq--title::before {
        bottom: auto;
        top: 33px;
    }
}
.recruit__faq--title::after {
    transform: rotate(90deg);
}
.recruit__faq--title:hover {
    color: #033e80;
}
.recruit__faq--title:hover::after,
.recruit__faq--title:hover::before {
    background: #033e80;
}
.recruit__faq--title[data-status=open] {
    border-color: #0290ee;
    color: #033e80;
    font-weight: 700;
}
.recruit__faq--title[data-status=open]::before {
    transform: rotate(-45deg);
}
.recruit__faq--title[data-status=open]::after {
    transform: rotate(45deg);
}
.recruit__faq--body {
    display: none;
    margin: 0 -20px;
    padding: 0 20px 46px;
}
@media screen and (max-width:767px) {
    .recruit__faq--body {
        margin: -44px -20px 0;
        padding: 0 20px 64px;
    }
}
.recruit__faq--body p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 46px;
}
@media screen and (max-width:767px) {
    .recruit__faq--body p {
        margin: 0 0 46px;
    }
}
.recruit__faq--body p:first-child {
    border-top: 1px dotted #ccc;
    padding: 28px 0 0;
}
@media screen and (max-width:767px) {
    .recruit__faq--body p:first-child {
        padding: 22px 0 0;
    }
}
.recruit__faq--body p:last-child {
    margin: 0;
}
.recruit__faq--body p a:hover {
    text-decoration: underline;
    color: #033e80;
}
.ad-support .contents__body,
.faq .contents__body,
.fresh .contents__body,
.intern .contents__body,
.media .contents__body,
.media-support .contents__body,
.office .contents__body,
.writer .contents__body {
    margin-top: -120px;
}
@media screen and (max-width:767px) {
    .ad-support .contents__body,
    .career .contents__body,
    .faq .contents__body,
    .fresh .contents__body,
    .intern .contents__body,
    .media .contents__body,
    .media-support .contents__body,
    .office .contents__body,
    .product .contents__body,
    .promotion .contents__body,
    .writer .contents__body {
        margin-top: -60px;
    }
}


.ad-support .contents__body h2,
.career .contents__body h2,
.faq .contents__body h2,
.fresh .contents__body h2,
.intern .contents__body h2,
.media .contents__body h2,
.media-support .contents__body h2,
.office .contents__body h2,
.product .contents__body h2,
.promotion .contents__body h2,
.writer .contents__body h2 {
    padding-top: 60px;
}
@media screen and (max-width:767px) {
    .ad-support .contents__body h2,
    .career .contents__body h2,
    .faq .contents__body h2,
    .fresh .contents__body h2,
    .intern .contents__body h2,
    .media .contents__body h2,
    .media-support .contents__body h2,
    .office .contents__body h2,
    .product .contents__body h2,
    .promotion .contents__body h2,
    .writer .contents__body h2 {
        padding-top: 40px;
    }
}

@media screen and (min-width:961px) {
    .app_link_sp.shown_tb_sp {
      display: none;
    }
}
@media screen and (max-width:960px) {
    .app_link_pc.shown_pc_tb {
      display: none;
    }
}
@media screen and (min-width:768px) {
    .shown_tb {
      display: none;
    }
}
@media screen and (min-width:481px) {
    .shown_sp {
      display: none;
    }
}