@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* ==========================================
   CSS Variables & Root Settings
   ========================================== */
:root {
  --primary-blue: #0062B0;
}

/* ==========================================
   Base Styles
   ========================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

p {
  line-height: 1.7;
}

section {
  overflow: hidden;
}

.more-link {
  padding:1.5rem 3rem;
  border:1px solid #fff;
}
.more-link-blue {
  border-color: var(--primary-blue);
}
.more-link img {
  width:500px;
}
.more-link:hover {
  background-color: rgb(255, 255, 255,0.3);
  transition: .3s;
}
.more-link-blue:hover {
  background-color: rgba(222,222,222, 0.44);
  transition: .3s;
}
@media (max-width: 768px) { 
  .more-link {
    padding:0;
    border:none;
  }
  .more-link .pc {
    display: none;
  }
}

/* ==========================================
   header
   ========================================== */
.navbar {
  padding:0;
  background-color: rgba(255,255,255,0.9);
}
.navbar-nav .nav-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 0 1px;
  padding: 0;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.5rem;
}
.navbar-nav .nav-item .entry {
  flex-direction: column;
  background-color: #E95E00;
}
.navbar-nav .nav-item .mynav {
  background-color: #03AAEB;
}
.navbar-nav .nav-item .shin,
.navbar-nav .nav-item .menu {
  background-color: #0062B0;
}
.navbar-nav .nav-item .chuto {
  background-color: #009A88;
}
.navbar-nav .nav-item .menu img {
  width:30px;
}
.navbar-nav .nav-item.dropdown {
  margin-right: 0 !important;
}
.dropdown-toggle::after {
  content: none;
}
.navbar-nav .nav-item .nav-link:hover {
  opacity: .8;
}
.sp-menu {
  margin-top: 1rem;
  margin-right: -15px;
}
.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-menu ul li.chuto a {
  background-color: #009A88;
}
.sp-menu ul li.mynav a {
  background-color: #03AAEB;
}
.sp-menu ul li.entry a {
  background-color: #E85D02;
}
.sp-menu ul li a {
  color:#fff;
  background-color: var(--primary-blue);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: .7em 0;
}
.sp-menu ul li a:hover {
  color: var(--primary-blue);
  text-decoration: none;
  transition: .3s;
}
@media (max-width: 768px) { 
  .navbar-nav .nav-item {
    display: none;
    width:80px;
    height: 80px;
  }
  .navbar-nav .nav-item.dropdown {
    display: block;
  }
}

/* ==========================================
   footer
   ========================================== */
footer {
  border-bottom: 10px solid var(--primary-blue);
  padding:3rem 0 1rem 0;
}
.footer-nav {
  border-bottom: 2px solid var(--primary-blue);
  margin-bottom: 2rem;
}
footer .col-md-3 {
  padding-bottom: 2rem;;
}
.footer-nav .col-top {
  border-right: 1px solid var(--primary-blue);
}
.footer-nav a {
  text-decoration: none;
  color:#222;
  display: block;
  margin-bottom: .6em;
}
.footer-nav h3 {
  font-size: 1.1rem;
}
.footer-nav h3 a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  margin:1em 0 0 0;
}
.footer-nav a:hover {
  color: var(--primary-blue);
  transition: .3s;
}
.footer-nav .entry-link {
  padding-bottom: 2rem;
}
.footer-nav .entry-link a {
  background:#0062B0;
  color:#fff;
  text-align: center;
  font-weight:normal;
  padding:1rem 0;
  display: block;
  border:5px solid #00579D;
}
.footer-nav .entry-link .lg-link a {
  padding:2rem 0;
  font-weight: bold;
  font-size: 1.1rem;
}
.footer-nav .entry-link .lg-link a span {
  border-top:1px solid #fff;
  display: inline-block;
  margin: .5em 0;
  padding-top: .5em;
  font-weight: normal;
  font-size: .9rem;
}
.footer-nav .entry-link .chuto h3 a {
  background-color: #009A88;
  border-color: #018676;
}
.footer-nav .entry-link .mynav h3 a {
  background-color: #03AAEB;
  border-color: #019ADE;
}
.footer-nav .entry-link .entry h3 a {
  background-color: #E85D02;
  border-color: #D34101;
}
.footer-nav .entry-link h3 a:hover {
  background-color: #fff !important;
  transition: .3s;
  color:var(--primary-blue);
}
.footer-nav .entry-link h3 a:hover span {
  border-color: var(--primary-blue);
}
footer address {
  font-size: 0.9rem; 
  margin-bottom: 0;
}
footer address p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
footer address h3 {
  font-size: 1.1rem;
}
.footer-info {
  margin-bottom: 1rem;
}
.footer-info img {
  width:250px;
}
footer .corp-link {
  text-decoration: none;
  text-align: center;
  padding:1rem 0;
  display: block;
  border:2px solid var(--primary-blue);
  color:var(--primary-blue);
}
footer .corp-link p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
footer .corp-link:hover {
  background-color: #f4f4f4;
  color:var(--primary-blue);
  transition: .3s;
}
footer .cr {
  text-align: right;
  color:var(--primary-blue);
  font-size: .9rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) { 
  footer {
    padding-top: 1rem;
  }
  footer .col-md-3 {
    padding-bottom: 0;
  }
  .entry-link {
    margin-top: 1rem;
  }
  .footer-nav .entry-link a {
    font-weight: bold;
    padding:1rem 0;
    margin: 0;
  }
  .footer-nav .entry-link .lg-link a {
    font-weight: bold;
    font-size: 1.1rem;
    padding:1rem 0;
  }
  .footer-nav .entry-link .lg-link a span {
    border-top:none;
    display: inline-block;
    margin: 0;
    margin-left: .3em;;
    padding-top: 0;
    font-weight: bold;
    font-size: 1.1rem;
  }
  .footer-info div {
    margin-bottom: 2rem;
  }
  .footer-info address {
    text-align: center;
  }
  footer .cr {
    text-align: center;
  }
}

/* ==========================================
   TOP
   ========================================== */
#top h2 {
  font-family: "Lexend", sans-serif;
  font-weight:bold;
  color: var(--primary-blue);
  font-size:4rem;
}
#top h2+p.lead {
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.9;
}
#top .hero-section {
  margin-top: -110px;
}
@media (max-width: 768px) { 
  #top h2 {
    font-size: 3rem;
  }
}


#top #message {
  position: relative;
  z-index: 100;
  margin-top: -10vw;
}
#top #message .message-image {
  padding-right:10%;
}
#top #message .message-text p{ 
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.9;
}
@media (max-width: 768px) { 
  #top #message {
    margin-top: -50px;
  }
  #top #message .row {
    flex-direction: column-reverse;
  }
  #top #message .message-text p {
    font-size: 1rem;
  }
  #top #message .message-image {
    text-align: center;
  }
  #top #message .message-image {
    padding:0 10%;
  }
}
@media (max-width: 768px) { }

#top #movie {
  background-color: var(--primary-blue);
  padding:4rem 0;
}

#top #company {
  padding:8rem 0 0 0;
  background-color: #F4F7F8;
  background-image: url('../img/top/top-company-bg.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60%;
}
#top #company .container {
  background-image: url('../img/top/top-company-img.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
  padding-bottom:24rem; 
}
@media (max-width: 768px) { 
  #top #company {
    background-size: 100%;
    padding-top:4rem;
  }
  #top #company .container {
    background-image: none;
    padding-bottom:0;
  }
}

#top #work {
  padding:8rem 0;
  background: transparent linear-gradient(215deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
}
#top #work h2,
#top #work .lead {
  color: #fff;
}
#top #work .work-link a:hover img {
  filter: drop-shadow(0 0 4px rgb(255, 255, 255,0.6));
}
@media (max-width: 768px) { 
  #top #work {
    padding:4rem 0;
  }
}

#top #people {
  padding:8rem 0;
}
#top #people .people-info {
  background-color: var(--primary-blue);
  padding:2rem;
  color:#fff;
}
#top #people .people-card a {
  text-decoration: none;
}
#top #people .people-card a:hover {
  scale: 1.02;
  transition: .3s;
  display: block;
}
#top #people .people-info p {
  border-bottom: 1px solid #fff;
  padding-bottom:1em;
}
#top #people .people-info h3 span {
  font-size: 1rem;
}
@media (max-width: 768px) { 
  #top #people {
    padding:4rem 0;
  }
}

#top #news {
  background-color: #F4F7F8;
  padding:8rem 0;
}
.news-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list ul li {
  padding:1rem 0;
}
.news-list ul li a {
  color: #222;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.9;
  text-decoration: none;
}
.news-list ul li a:hover {
  color: var(--primary-blue);
  text-decoration: none;
  transition: .3s;
}
.news-list ul li .cat {
  background-color: var(--primary-blue);
  color:#fff;
  padding:0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 1rem;
}
.news-list ul li .date {
  color: #222;
  font-size: 0.9rem;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 768px) { 
  #top #news {
    padding:4rem 0;
  }
  .news-list ul li a {
    display: block;
    margin-top: .7em;
    line-height: 1.5;
  }
}

#recruit {
  background-image: url('../img/top/top-recruit-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:8rem 0;
}
#recruit h2 {
  color:#fff;
}
#recruit h4 a {
  color:#fff;
  border:2px solid #fff;
  padding:3rem 0rem;
  display: block;
  text-decoration: none;
}
#recruit h4 a:hover {
  color:var(--primary-blue);
  background-color: rgba(255, 255, 255, 0.44);
  transition: .3s;
}
@media (max-width: 768px) { 
  #recruit {
    padding:4rem 0;
  }
  #recruit h4 a {
    padding:1.5rem 0;
    font-size: 1.1rem;
  }
}

/* ==========================================
   page
   ========================================== */
#page {
  padding-top: 110px;
}
#page .cover-section {
  padding:6.5rem 0 2.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page h1 {
  color: var(--primary-blue);
  letter-spacing: .07em;
}
#page h1 span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  font-weight:bold;
  letter-spacing: .01em;
}
#page .crumb-path {
  margin: .5rem 0 2rem 0;
  color: var(--primary-blue);
}
#page .crumb-path p a {
  color: var(--primary-blue);
}
#page .crumb-path p a:hover {
  opacity: .8;
  transition: .3s;
}
#page section {
  padding:5rem 0;
  position: relative;
}
@media (max-width: 768px) { 
  #page .crumb-path {
    font-size:.7rem;
  }
  #page {
    padding-top: 80px;
  }
  #page .cover-section {
    padding:3rem 0 2rem 1rem;
  }
  #page section {
    padding:3rem 0;
  }
}

/* company */
#page.company .cover-section {
  background-image: url('../img/company/com-cover-bg.png');
}
@media (max-width: 768px) { 
  #page.company .cover-section {
    background-position: left top;
    background-size: cover;
  }
}
#page.company .shortcut-link {
  margin:1rem 0 0 0;
}
@media (max-width: 768px) { 
  #page.company .shortcut-link .row div {
    margin-bottom:.5em;
  }
}
#page.company .number {
  padding-top: 8rem;
  background: transparent linear-gradient(207deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 8rem;
}
#page.company .number::after {
  content: '';
  display: block;
  width: calc(50% + 300px);
  height: 60px;
  background-color: #fff;
  position: absolute;
  right:0;
  top:0px;
}
#page.company .number::before {
  content: url('../img/company/corner.png');
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left:calc(50% - 330px);
  top:0px;
}
@media (max-width: 1200px) {
  #page.company .number::after {
    width: calc(50% + 200px);
  }
  #page.company .number::before {
    content: url('../img/company/corner.png');
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left:calc(50% - 230px);
    top:0px;
  }
}
@media (max-width: 992px) {
  #page.company .number::after {
    width: calc(50% + 100px);
  }
  #page.company .number::before {
    content: url('../img/company/corner.png');
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left:calc(50% - 130px);
    top:0px;
  }
}
@media (max-width: 768px) {
  #page.company .number::after {
    width: calc(50%);
  }
  #page.company .number::before {
    content: url('../img/company/corner.png');
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left:calc(50% - 30px);
    top:0px;
  }
}

#page.company .number .container {
  position: relative;
}
#page.company .number h2 {
  color:#fff;
  text-align: center;
  margin-bottom: 3rem;
  font-weight:bold;
}
#page.company .number h2 img {
  height:1.6em;
  margin-right: .3em;
  margin-top: -2px;
}
#page.company .num {
  position: absolute;
  left:15px;
  top:-8rem;
  color:#fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-size:8rem;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 768px) { 
  #page.company .number h2 {
    padding-top: 4rem;
  }
  #page.company .num {
    top:-7rem;
    font-size: 6rem;
  }
}
#page.company .num::after {
  content: '';
  display: block;
  width: 90%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left:5%;
  bottom:10px;
}
#page.company .number .row div {
  margin-bottom: 30px;
}
@media (max-width: 768px) { 
  #page.company .number .row div {
    margin-bottom: 15px;
  }
}
#page.company .system {
  position: relative;
  margin-top: -60px;
  padding-top: 10rem;
  padding-bottom:0;
}
#page.company .system::after {
  content: '';
  display: block;
  width: calc(50% - 300px);
  border-top-right-radius: 30px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left:0;
  top:0px;
  z-index: 10;
}
@media (max-width: 1200px) { 
  #page.company .system::after {
    width: calc(50% - 200px);
  }
}
@media (max-width: 992px) { 
  #page.company .system::after {
    width: calc(50% - 100px);
  }
}
@media (max-width: 768px) { 
  #page.company .system::after {
    width: calc(50%);
  }
}
#page.company .system .container {
  position: relative;
}
#page.company .system h2 {
  color:var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  font-weight:bold;
}
#page.company .system h2 img {
  height:1.6em;
  margin-right: .3em;
  margin-top: -2px;
}
#page.company .system .num {
  color:var(--primary-blue);
  z-index: 100;
  margin-top: -30px;
}
@media (max-width: 768px) { 
  #page.company .system h2 {
    padding-top: 2rem;
  }
  #page.company .system .num {
    top:-7rem;
    font-size: 6rem;
  }
}
#page.company .system .num::after {
  background-color: var(--primary-blue);
}
#page.company .system h3 {
  margin-bottom: 1rem;
}
#page.company .system .new {
  background-image: url('../img/company/com-system-bg1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:8rem 0;
  color:#fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

#page.company .system .new .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
#page.company .system .study {
  background-image: url('../img/company/com-system-bg2.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding:8rem 0 13rem 0;
  color:#fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

#page.company .system .study .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

#page.company .company {
  background: transparent linear-gradient(180deg, transparent 0%,transparent 60px, #0062B0 60px, #1D9BFF 100%) 0% 0% no-repeat padding-box;
}
#page.company .company .container {
  position: relative;
}
#page.company .company h2 {
  color:#fff;
  text-align: center;
  margin-bottom: 3rem;
  font-weight:bold;
}
#page.company .company h2 img {
  height:1.6em;
  margin-right: .3em;
  margin-top: -2px;
}
#page.company .company {
  position: relative;
  margin-top: -160px;
  padding-top: 10rem;
}
#page.company .company .num {
  margin-top: -30px;
  z-index: 100;
}
#page.company .company::after {
  content: '';
  display: block;
  width: calc(50% - 300px);
  border-top-right-radius: 30px;
  height: 60px;
  background-color: #0062B0;
  position: absolute;
  left:0;
  top:0px;
  z-index: 10;
}
@media (max-width: 1200px) {
  #page.company .company::after {
    width: calc(50% - 200px);
  }
}
@media (max-width: 992px) {
  #page.company .company::after {
    width: calc(50% - 100px);
  }
}
@media (max-width: 768px) {
  #page.company .company::after {
    width: calc(50%);
  }
}
#page.company .company .row h3,
#page.company .company .row p {
  color:#fff;
}
#page.company .info h3 {
  color:var(--primary-blue);
}
#page.company .info th,
#page.company .info td {
  padding:.6em;
}
@media (max-width: 768px) { 
  #page.company .company h2 {
    padding-top: 2rem;
  }
  #page.company .company .num {
    top:-7rem;
    font-size: 6rem;
  }
}
#page.company .other {
  padding:8rem 0;
  background: transparent linear-gradient(180deg, transparent 0%,transparent 60px, #0062B0 60px, #1D9BFF 100%) 0% 0% no-repeat padding-box;
}
#page.company .other h3,
#page.company .other p {
  color:#fff;
}
#page.company .other .row div {
  margin-bottom: 30px;
}
@media (max-width: 768px) { 
  #page.company .other .row div {
    margin-bottom: 15px;
  }
}

#page.company .img-cut {
  min-height:600px;
  background-image: url('../img/company/com-image-cut-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#page.company .twolane div:nth-child(odd) {
  padding-right: 7px;
}
#page.company .twolane div:nth-child(even) {
  padding-left: 7px;
}

/* work */
#page.work .cover-section {
  background-image: url('../img/work/work-cover-bg.png');
}


#page.work .shortcut-link a {
  border:2px solid var(--primary-blue);
  border-radius: 999px;
  padding:.5em 1em;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1rem;
  color:var(--primary-blue);
  font-size:1.4rem;
  font-weight: bold;
  line-height: 1.1em;
}
#page.work .shortcut-link a span {
  font-size:1rem;
  display: block;
}
#page.work .shortcut-link a:hover {
  background-color: var(--primary-blue);
  color:#fff;
  transition: .3s;
}
@media (max-width: 768px) { 
  #page.work .shortcut-link a {
    font-size:1.1rem;
    padding-top:.6em;
  }
  #page.work .shortcut-link a span {
    font-size:0.6rem;
  }
  #page.work .shortcut-link {
    padding:1rem 0;
  }
}
#page.work .works {
  background: transparent linear-gradient(207deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
  color:#fff;
}
#page.work .row.rev {
  flex-direction: row-reverse;
}
#page.work .works .row {
  margin-top: -30px;
}
@media (max-width: 1200px) { 
  #page.work .works .row {
    margin-top: 30px;
  }
  #page.work .works img {
    margin-bottom: 1rem;
  }
}
#page.work .works .row h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
#page.work .works .row h3 span {
  display: inline-block;
  font-size: 1rem;
  margin-left: .4em;
  border: 1px solid #fff;
  padding:.1em 1em .2em 1em;
  border-radius: 999px;
  position: relative;
  top:-3px;
}

/* intv */
#page.intv .cover-section {
  background-image: url('../img/intv/intv-cover-bg.jpg');
}
#page.intv .shortcut-link h2 {
  color:var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  font-weight:bold;
  line-height: .7em;
}
#page.intv .shortcut-link h2 span {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color:var(--primary-blue);
  text-align: center;
}#page.intv .shortcut-link .row div {
  margin-bottom: 7px;
}
#page.intv .shortcut-link a.current {
  border:6px solid var(--primary-blue);
  display: block;
}
#page.intv .intv-cover {
  padding-bottom:0;
}
#page.intv .intv-cover .intv-info {
  padding-top: 0;
  position: relative;
  background: transparent linear-gradient(250deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
}
/* full-bleed background */
#page.intv .intv-cover .intv-info {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* デスクトップでのみfull-bleedを適用 */
@media (min-width: 768px) {
  #page.intv .intv-cover .intv-info {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
#page.intv .intv-cover .intv-info .profile {
  position: absolute;
  top: -2.5rem;
  left: 2rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Align .profile 20px from normal .container's left edge */
@media (min-width: 1400px) {
  #page.intv .intv-cover .intv-info .profile { left: calc((100% - 1320px) / 2 + 30px); }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #page.intv .intv-cover .intv-info .profile { left: calc((100% - 1140px) / 2 + 30px); }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #page.intv .intv-cover .intv-info .profile { left: calc((100% - 960px) / 2 + 30px); }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #page.intv .intv-cover .intv-info .profile { left: calc((100% - 720px) / 2 + 30px); }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #page.intv .intv-cover .intv-info .profile { left: 30px; }
}
@media (max-width: 575.98px) {
  /* On extra small screens, keep simple 20px from viewport left */
  #page.intv .intv-cover .intv-info .profile { left: 20px; }
}
#page.intv .intv-cover .intv-info .profile h3 {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: var(--primary-blue);
  padding:2rem 1rem;
  color:#fff;
  font-size: .9rem;
  margin-bottom: 0;
  margin-right: .4em;
}
#page.intv .intv-cover .intv-info .profile h4 {
  font-size: 3rem;
  color:var(--primary-blue);
  font-weight: bold;
  margin:0 .6em 0 .6em;
}
#page.intv .intv-cover .intv-info .profile p {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  padding-right: 1.2rem;
} 
@media (max-width: 768px) { 
  #page.intv .intv-cover {
    margin-left: -15px;
    margin-right: -15px;
  }
  #page.intv .intv-cover .intv-info .profile {
    width:80%;
    left:10%;
    top: -1.5rem;
    justify-content: space-between;
  }
  #page.intv .intv-cover .intv-info .profile h3 {
    padding:1.5rem 0.5rem;
  }
  #page.intv .intv-cover .intv-info .profile h4 {
    font-size: 2rem;
    margin: 0 .2em 0 .2em;
  }
  #page.intv .intv-cover .intv-info .profile p {
    font-size: 0.8rem;
  }
}
#page.intv .intv-cover .intv-info div.lead {
  padding:5rem 0 4rem 0;
  text-align: center;
}
#page.intv .intv-cover .intv-info div.lead p {
  margin-bottom: 0;
  font-size:1.6rem;
  color:#fff;
  font-weight: bold;
  margin-bottom: .5em;
  border-bottom: 1px solid #fff;
  display: inline-block;
  position: relative;
}
#page.intv .intv-cover .intv-info div.lead p.dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -4px;
}
@media (max-width: 768px) { 
  #page.intv .intv-cover .intv-info div.lead p {
    font-size:1rem;
  }
}
@media (max-width: 480px) {
  #page.intv .intv-cover .intv-info div.lead p {
    font-size:.9rem;
  }
}

#page.intv .intv-01 {
  background-color: #EBF7FF;
}
@media (max-width: 768px) { 
  #page.intv .intv-01 {
    padding-bottom: 0;
  }
}
#page.intv .q-ttl {
  border-bottom: 2px solid #1D9BFF;
  margin-bottom: 1em;
  
}
#page.intv .q-ttl h3 {
  background-color: #1D9BFF;
  display: inline-block;
  color:#fff;
  font-size:1.2rem;
  padding:.5em;
  margin-bottom: 0;
  position: relative;
  font-family: "Lexend", sans-serif;
  border-top-right-radius: 8px;
}
#page.intv .intv-01 .question {
  margin-bottom: 2rem;
}
#page.intv .intv-01 h4 {
  color:#0062B0;
  font-weight: bold;
  margin-bottom: 1rem;
}
#page.intv .intv-01 p {
  line-height: 1.8;
}

#page.intv .intv-01 .question.q2 {
  position: relative;
  background-color: #f0f8ff;
  padding: 3rem 0;
  margin: 2rem 0;
  border-radius: 8px;
  z-index: 2;
  font-family: "Lexend", sans-serif;
}

#page.intv .intv-01 .question.q2::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: calc(100vw - 100px);
  height: 100%;
  background: transparent linear-gradient(250deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
@media (max-width: 768px) { 
  #page.intv .intv-01 .question.q2::before {
    width:calc(100% + 30px);
    left:-15px;
    clip-path: inset(20% 0 0 0);
  }
  #page.intv .intv-01 .question.q2 img {
    margin-bottom: 1rem;;
  }
}
#page.intv .interview-photo {
  z-index: 3;
  position: relative;
  padding-left:20%;
}
#page.intv .q2 .q-ttl,
#page.intv .intv-02 .q-ttl.rev {
  border-bottom: 2px solid #fff;
  margin-bottom: 1em;
  
}
#page.intv .q2 .q-ttl h3,
#page.intv .intv-02 .q-ttl.rev h3 {
  background-color: #fff;
  display: inline-block;
  color:var(--primary-blue);
  font-family: "Lexend", sans-serif;
  font-size:1.2rem;
  padding:.5em;
  margin-bottom: 0;
  position: relative;
  border-top-right-radius: 8px;
}
#page.intv .q2 h4,
#page.intv .intv-02 h4.rev {
  color:#fff;
}
#page.intv .q2 p,
#page.intv .intv-02 p.rev {
  color:#fff;
}
#page.intv .intv-02 {
  background-color: #EBF7FF;
  padding-top: 0;
  position: relative;
}

#page.intv .intv-02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(250deg, #0062B0 0%, #1D9BFF 100%) 0% 0% no-repeat padding-box;
  z-index: 0;
}
#page.intv .intv-02 .container {
  position: relative;
  z-index: 1;
}

#page.intv .intv-02 h4 {
  color:#0062B0;
  font-weight: bold;
  margin-bottom: 1rem;
}
#page.intv .intv-02 img {
  margin: 2rem 0;
}
@media (max-width: 768px) { 
  #page.intv .intv-02 img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: inherit;
  }
}

/* job */
#page.job .cover-section {
  background-image: url('../img/job/job-cover-bg.jpg');
}
#page.job .job-tab {
  padding: 2rem 0 0 0;
}
#page.job .nav-tabs {
  display: flex;
  justify-content: center;
  gap:15px;
}
#page.job .nav-tabs li {
  width:40%;
}
@media (max-width: 768px) { 
  #page.job .nav-tabs li {
    width:45%;
  }
}
#page.job .nav-tabs li button {
  border:none;
  background-color: var(--primary-blue);
  color:#fff;
  width:100%;
  font-weight: bold;
  padding:1em 0 .8em 0;
  font-size: 1.25rem;
  letter-spacing: .07em;
  border-bottom:4px solid #fff;
}
#page.job .nav-tabs .active {
  border-bottom-color: var(--primary-blue);
}
#page.job .nav-tabs li.chuto button {
  background-color: #009A88 !important;
}
#page.job .nav-tabs li.chuto .active {
  border-bottom-color: #009A88 !important;
}

#page.job .job-section {
  padding: 0;
}

#page.job #tab1 {
  background-color: #D3EDFF !important;
  padding:4rem 0;
  border-top: 6px solid var(--primary-blue);
}
#page.job #tab2 {
  background-color: #CFF8F8 !important;
  padding:4rem 0;
  border-top: 6px solid #009A88;
}
@media (max-width: 768px) { 
  #page.job .job-section .bg-white {
    margin: 0;
    padding:2rem 10px;
    border-left: 5px solid #D3EDFF;
    border-right: 5px solid #D3EDFF;
    width:calc(100%);
    margin-bottom: 3rem;
  }
}
#page.job .job-section h2 {
  color:var(--primary-blue);
  padding-bottom: .3em;
  border-bottom: 2px solid var(--primary-blue);
}
#page.job .job-section h2 span {
  font-family: "Lexend", sans-serif;
  font-size:.6em;
  font-weight: bold;
  margin-left: .5em;
}
#page.job .job-section table th,
#page.job .job-section table td {
  padding:1em .3em;
}
#page.job .job-section table th {
  border-bottom: 1px solid var(--primary-blue);
  color:var(--primary-blue);
}
#page.job .job-section table td {
  border-bottom: 1px solid #ccc;
}
#page.job .bg-white {
  background-color: #fff;
  padding:4rem;
  margin-bottom: 3rem;
}
#page.job .job-flow {
  margin-top: 2rem;
  position: relative;
}
#page.job .job-flow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 39px;
  width: 2px;
  height: 100%;
  background-color: var(--primary-blue);
  z-index: 1;
}
#page.job .job-flow .flow-step {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#page.job .job-flow .step-number {
  height:80px;
  width:80px;
  padding:1.3rem 0 .1rem 0;
  background:var(--primary-blue);
  color:#fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  font-family: "Lexend", sans-serif;
  line-height: 1;
}
#page.job .job-flow .step-number span {
  font-size:.4em;
  margin-right: .5em;
  display: block;
  margin-left: 8px;
}
#page.job .job-flow .step-text {
  text-align: center;
  width:calc(100% - 80px);
}
#page.job .job-flow p {
  font-size: 1.1rem;
  font-weight: bold;
  color:var(--primary-blue);
  margin-bottom: 0;
}
#page.job .job-flow .step-text img {
  height:1.6em;
  margin: -2px .3em 0 0;
}
@media (max-width: 768px) { 
  #page.job .job-flow .step-number{
    width:60px;
    height:60px;
    padding:1rem 0 .1rem 0;
    font-size: 1.4rem;
  }
  #page.job .job-flow .step-number span {
    font-size:.4em;
    margin-right: .9em;
    display: block;
  }
  #page.job .job-flow p {
    font-size: .9rem;
    font-weight: bold;
    color:var(--primary-blue);
    margin-bottom: 0;
  }
  #page.job .job-flow .step-text img {
    height:1.4em;
    margin: -2px .3em 0 0;
  }
  #page.job .job-flow::before {
    left:29px;
  }
  #page.job .job-flow {
    margin-top:1rem;
  }
  #page.job table th,
  #page.job table td {
    display: block;
    font-size:.9rem;
  }
  #page.job #tab2 .bg-white {
    border-left: 5px solid #CFF8F8;
    border-right: 5px solid #CFF8F8;
  }
  #page.job #tab2 {
    padding:2rem 0;
  }
}
#page.job .job-flow .step-text a {
  color:#1D9BFF;
}
#page.job #tab2 h2 {
  color: #009A88;
  border-bottom-color:#009A88;
}
#page.job #tab2 table th {
  color:#009A88;
  border-bottom-color:#009A88;
}
#page.job #tab2 .news-list .cat {
  background-color: #009A88;
}

/* entry */
#page.entry .cover-section {
  background-image: url('../img/entry/entry-cover-bg.png');
}
#page.entry  .mynav-banner {
  background-color: #EBF7FF;
}
#page.entry .mynav-banner h2 {
  font-size:1.2rem;
  margin-bottom: 1em;
}
#page.entry .mynav-banner img {
  width:min(85%, 530px);
  margin: 0 15px;
}
@media (max-width: 768px) { 
  #page.entry .mynav-banner h2 {
    font-size:.9rem;
  }
}

#page.entry .entry-form h2 {
  color:var(--primary-blue);
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}
#page.entry .entry-form h2 span {
  font-size:.6em;
  display: block;
  font-family: "Lexend", sans-serif;
}
#page.entry .entry-form .step-indi {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#page.entry .entry-form .step-indi img {
  max-width:330px;
}
#page.entry .form-area {
  margin: 4rem 0 2rem 0;
}
#page.entry .form-area .row {
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#page.entry .form-area .form-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) { 
  #page.entry .form-area .form-h {
    justify-content: flex-start;
    margin-bottom: .5em;
  }
  #page.entry .form-area .form-h h3 {
    margin-right: .5em;;
  }
}
#page.entry .form-area h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}
#page.entry .form-area span {
  display: block;
  color:#fff;
  background-color: #1D9BFF;
  padding: .3em .5em;
  border-radius: 4px;
  font-size:.8rem;
  font-weight: normal;
  line-height: 1;
}
#page.entry .form-area .address-num {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
#page.entry .form-area .address-num p {
  margin: 0 .6em 0 0;
}
#page.entry input,
#page.entry textarea,
#page.entry select {
  background-color: #F4F7F8;
}
#page.entry .note-area p {
  text-align: center;
  font-size: .8rem;
}
#page.entry .note-area p a {
  color:#333;
}
#page.entry .note-area p a:hover {
  color:#777;
}
#page.entry .btn-area {
  text-align: center;
  display: flex;
  justify-content: center;
}
#page.entry .form-btn {
  margin: 10px;
  position: relative;
}
#page.entry .confirm-btn {
  width: 250px;
  height: 50px;   
  display: flex;
  justify-content: center;
  text-decoration: none;
  background-color: var(--primary-blue);
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  border:none;
}
#page.entry .confirm-btn:hover {
  background-color: #00579D;
  transition: .3s;
}
#page.entry .form-btn .arrow {
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: translateY(-50%);
  margin-left: 10px;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
#page.entry #privacy {
  background:#F4F7F8 ;
}
.privacy-accordion {
  margin: 20px 0;
}
.privacy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: var(--primary-blue);
  cursor: pointer;
  border-bottom: 1px solid var(--primary-blue);
  transition: background-color 0.3s ease;
}
.privacy-header span {
  font-size:.8em;
  font-family: "Lexend", sans-serif;
}
.privacy-header:hover {
  background-color: #fff;
  transition: .3s;
}
.privacy-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.privacy-chevron {
  font-size: 20px;
  transition: transform 0.3s ease;
}
.privacy-content {
  padding: 2rem 0;
  font-size: .8rem;
  border-radius: 0 0 8px 8px;
}
.privacy-content h4 {
  font-size:1em;
  font-weight: bold;
}

/* news */
#page.news .cover-section {
  background-image: url('../img/news/news-cover-bg.png');
}
#page.news .search-area {
  padding:1rem 0;
}
#page.news .search-area .row {
  align-items: center;
}
#page.news .search-area .row:first-child {
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--primary-blue);
  padding-bottom: 1rem;
}
#page.news .search-area h3 {
  font-size:1rem;
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  color: var(--primary-blue);
  margin: 0;
}
@media (max-width: 768px) { 
  #page.news .search-area h3 {
    margin-bottom: .2em;
  }
}
#page.news .search-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page.news .search-area ul li {
  display: inline-block;
  margin-right: .3em;
}
#page.news .search-area ul li a {
  color: var(--primary-blue);
  display: block;
  padding:0.1rem 1rem;
  font-size:.9rem;
  border:2px solid var(--primary-blue);
  text-decoration: none;
}
#page.news .search-area ul li a:hover {
  background-color: var(--primary-blue);
  color:#fff;
  transition: .3s;
}
#page.news .news-area {
  padding:2rem 0;
}
#page.news .news-area .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page.news .news-area .news-list li {
  padding:1rem 0;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
#page.news .news-area .news-list li .cat {
  padding:.2em 1em .4em 1em;
}
#page.news .news-area .news-list li a {
  display: block;
  font-weight: normal;
  margin-top: .4em;
}
#page.news .pagination-area {
  background-color: #F4F7F8;
  padding:2rem 0;
  text-align: center;
}
#page.news .pagination-area .page-numbers:not(.prev):not(.next) {
  padding: .3em .8em;
  margin: 0 .1em;
  display: inline-block;
  text-decoration: none;
  background-color: #ddd;
  color:#fff;
  font-size:.8em;
}
#page.news .pagination-area .page-numbers:hover,
#page.news .pagination-area .page-numbers.current {
  background-color: var(--primary-blue) !important;
  transition: .3s;
  color:#fff;
}
#page.news .pagination-area .prev,
#page.news .pagination-area .next {
  display: inline-block;
  text-decoration: none;
  color: var(--primary-blue);
  font-weight: bold;
}
#page.news .pagination-area .prev:hover,
#page.news .pagination-area .next:hover {
  color: #ccc;
  transition: .3s;
}
@media (max-width: 768px) { 
  #page.news .pagination-area a {
    font-size:.8rem;
  }
  #page.news .pagination-area .pn-num a {
    padding:.2em .6em;
  }
}

/*- single -*/
#page article.single .ttl {
  padding:1rem 0;
}
#page article.single .ttl .cat {
  background-color: var(--primary-blue);
  color:#fff;
  padding:0.3rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 1rem;
}
#page article.single .ttl .date {
  color: #222;
  font-size: 0.9rem;
  margin-right: 1rem;
}
#page article.single .ttl h2 {
  font-size: 1.5rem;
  margin: 1rem 0 1rem 0;
  padding-bottom: 1rem;
  font-weight: normal;
  border-bottom: 1px solid var(--primary-blue);
}
#page article.single .content-area p {
  margin-bottom: 1rem;
}
#page article.single .content-area img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
#page .link-area {
  background-color: #F4F7F8;
  padding:2rem 0;
  margin-top: 3rem;
}
#page .link-area .prev-link,
#page .link-area .next-link {
  display: block;
  text-decoration: none;
  color: var(--primary-blue);
  font-weight: bold;
}
#page .link-area .prev-link:hover,
#page .link-area .next-link:hover {
  color: #ccc;
  transition: .3s;
}
#page .link-area .list-link a {
  background-color: var(--primary-blue);
  color:#fff;
  padding:.2em 1em .3em 1em;
  display: inline-block;
  text-decoration: none;
}
#page .link-area .list-link a:hover {
  background-color: #ccc;
  transition: .3s;
}
@media (max-width: 768px) { 
  #page .link-area a {
    font-size:.8rem;
  }
  #page .link-area .pn-num a {
    padding:.2em .6em;
  }
}

/* ==========================================
   Mega Menu Styles
   ========================================== */
.mega-menu {
  position: fixed;
  top:110px;
  left: -15px;
  right: 0;
  width: 100vw;
  background: rgba(255,255,255,0.9);
  border: 1px solid #e9ecef;
  border-top: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1050; /* Higher than navbar z-index */
  padding: 2rem 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  border-right: 15px solid var(--primary-blue);
}
.mega-menu .corp-link {
  padding-top: 2rem;
  border-top: 1px solid var(--primary-blue);
}
.mega-menu .corp-link a {
  display: block;
  width:50%;
  margin: 0 auto;
}
.mega-menu .corp-link a:hover {
  opacity: 0.8;
  transition: .3s;
}
.mega-menu .corp-link-text {
  display: block;
  width:calc(100% - 30px);
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  color: var(--primary-blue);
  text-align: center;
  padding:.5rem 0;
  border:1px solid var(--primary-blue);
  border-radius:9999px;
}
@media (max-width: 768px) { 
  .mega-menu {
    top:80px;
    left:0;
    padding-bottom: 0;
  }
  .mega-menu .corp-link {
    display:none;
  }
  .mega-menu .corp-link a {
    display: block;
    width:50%;
    margin: 0 auto;
  }
}

.mega-menu.show {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.mega-menu-title {
  color: var(--primary-blue);
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.mega-menu-list {
  list-style: none;
  padding: 0 0 0 .2em;
  margin: 0 0 2rem 0;
}

.mega-menu-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

.mega-menu-list li::before {
  content: "▶";
  color: var(--primary-blue);
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.45rem;
}

.mega-menu-list a {
  color: var(--dark-gray);
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
  transition: color 0.3s ease;
}

.mega-menu-list a:hover {
  color: var(--primary-blue);
  text-decoration: none;
}

/* Navbar dropdown hover effect */
.navbar-nav .nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Navbar positioning for mega menu */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

/* Add padding to body to account for fixed navbar */
body {
  padding-top: 110px; /* Adjust based on navbar height */
}

/* Smooth scrolling with offset for fixed header */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Offset for anchor links to account for fixed header */
section[id] {
  scroll-margin-top: 120px; /* Slightly more than navbar height */
}

/* Specific offset for common anchor targets */
#work01, #work02, #work03, #work04, #work05, #work06,
#num01, #num02, #num03,
#tab1, #tab2 {
  scroll-margin-top: 120px;
}

/* Dropdown item positioning */
.nav-item.dropdown {
  position: relative;
}

/* Stack MV images at the same position */
.pc-mv {
  position: relative;
}
.pc-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.pc-mv img:first-child {
  position: relative; /* keep container height */
}
.sp-mv {
  position: relative;
}
.sp-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.sp-mv img:first-child {
  position: relative; /* keep container height */
}

/* Image hover effects */
a img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

a img:hover {
  transform: scale(1.02);
}

/* Prevent MV image flash before WOW starts */
.sp-mv img.mv-fade,
.pc-mv img.mv-fade {
  opacity: 0;
  visibility: hidden;
}
.sp-mv.start img.mv-fade,
.pc-mv.start img.mv-fade {
  animation: mvFadeIn 1s ease forwards;
}
.sp-mv.start img.mv-fade:nth-child(1),
.pc-mv.start img.mv-fade:nth-child(1) { animation-delay: 0s; }
.sp-mv.start img.mv-fade:nth-child(2),
.pc-mv.start img.mv-fade:nth-child(2) { animation-delay: .5s; }
.sp-mv.start img.mv-fade:nth-child(3),
.pc-mv.start img.mv-fade:nth-child(3) { animation-delay: 1s; }
.sp-mv.start img.mv-fade:nth-child(4),
.pc-mv.start img.mv-fade:nth-child(4) { animation-delay: 1.5s; }
.sp-mv.start img.mv-fade:nth-child(5),
.pc-mv.start img.mv-fade:nth-child(5) { animation-delay: 2s; }
.sp-mv.start img.mv-fade:nth-child(6),
.pc-mv.start img.mv-fade:nth-child(6) { animation-delay: 2.5s; }
.sp-mv.start img.mv-fade:nth-child(7),
.pc-mv.start img.mv-fade:nth-child(7) { animation-delay: 3s; }

@keyframes mvFadeIn {
  0% { opacity: 0; visibility: hidden; }
  100% { opacity: 1; visibility: visible; }
}

/* Responsive YouTube iframe */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Disable hover effects for specific images */
img.no-hover {
  transition: none;
}

img.no-hover:hover {
  transform: none;
}

.sp-offset-right {
  position: relative;
  margin-right: -15px;
}

@media (max-width: 768px) {
  .twolane div:nth-child(odd) {
    padding-right: 7px;
    margin-bottom: 7px;
  }
  .twolane div:nth-child(even) {
    padding-left: 7px;
    margin-bottom: 7px;
  }
}


/* 0920 update */
/* company slide-show */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom:0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
  height: auto;
}
#page.work .scroll-infinity__list {
  padding-top:4rem;
}
@media (max-width: 768px) { 
  .scroll-infinity__item {
    width: calc(100vw / 2);
  }
}