@charset "UTF-8";
/* ==========================================================================
   調整用スタイル（max-width: 1400px）
   ========================================================================== */
@media screen and (max-width: 1400px) {
    .header__logo{
        font-size:24px;
    }
    .gnav__link span:nth-of-type(1){
        font-size:16px;
    }
    .gnav__link span:nth-of-type(2){
        font-size:10px;
    }
    .main-visual__inner{
        font-size:46px;
    }
    
}
/* ==========================================================================
   スマホ用スタイル（max-width: 767px）
   ========================================================================== */
@media screen and (max-width: 767px) {

  /* Display Utilities */
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block;
  }

  /* Layout */
  .main-contents {
    padding-top: 70px;
    overflow: hidden;
  }

  .section {
    padding: 3em 0;
  }

  /* Header */
  .header {
    height: 70px;
    padding: 0;
    background: #fff;
  }

  .header__inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }

  .header__logo {
    width: 50%;
    margin-left: 4%;
    font-size: 2rem;
  }

  /* SP Menu Toggle (Hamburger) */
  .snav {
    position: absolute;
    top: 50%;
    right: 4%;
    display: block;
    width: 28px;
    height: 21px;
    background: url(../img/common/menu.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .snav.on {
    background: url(../img/common/close.svg) no-repeat center center;
    background-size: 24px;
  }

  /* SP Navigation Menu */
  .spnav {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: 100vh;
    padding: 1em 1em 10em;
    background: linear-gradient(135deg, #E3F8FF 0%, #E3F8FF 40%, #E3F8FF 60%, #5577CC 100%);
    overflow-y: auto;
  }

  .spnav__list {
    display: block;
  }

  .spnav__link {
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #8e9293;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #ccdcdf;
    transition: background 0.3s;
  }

  .spnav__link span {
    display: block;
  }

  .spnav__link .en {
    display: block;
    color: #4eaaf1;
    font-size: 1.8rem;
  }

  /* Page Common Elements */
  .page-title {
    margin-bottom: 11px;
    padding: 62px 0 43px;
    background: url(../img/common/headbg_sp.png) no-repeat top center;
    background-size: cover;
    text-align: center;
  }

  .page-title:after {
    height: 8px;
  }

  .page-title__en {
    font-size: 2.4em;
  }

  .page-title__ja {
    font-size: 0.9em;
  }

  .page-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .page_spnav a {
    width: 50%;
    padding: 1em;
    color: #06239B;
    background: #F7B624;
    text-align: center;
  }

  .page_spnav a:nth-of-type(2),
  .page_spnav a:nth-of-type(3) {
    background: #F7EF24;
  }

  /* Top Page */
  .top {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 33%, #FFFCDE 33%, #FFFCDE 68%, #ffffff 68%, #ffffff 100%);
  }

  .main-visual__inner {
    top: 20%;
    font-size: 2.3em;
    transform: translateY(0);
  }

  .main-visual__catch span:nth-of-type(1) {
    display: block;
    font-size: 0.8em;
  }

  .main-visual .slick-slider:after {
    bottom: -5px;
    height: 8px;
  }

  .main-visual .slick-dots {
    bottom: -30px;
  }

  .main-visual .slick-dots li, 
  .main-visual .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .home-section__image-block {
    display: none;
  }

  .home-section__text-block {
    width: 100%;
    padding: 3em 1em;
    background: url(../img/top/bg01_sp.png) no-repeat top center;
    background-size: cover;
  }

  .home-section__title .en {
    font-size: 3.2em;
  }

  .home-section__image-blocksp {
    margin: 0 0 2em;
  }

  a.common-btn {
    margin: 0 auto;
  }

  /* Business Section */
  .business-unit {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    padding-bottom: 50px;
    column-gap: 0;
  }

  .business-unit:nth-of-type(even) .business-unit-img {
    grid-column: auto;
  }

  .business-unit-title {
    order: 1;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .business-unit-img {
    order: 2;
    margin-bottom: 20px;
  }

  .business-unit-img img {
    width: 100%;
    height: auto;
  }

  .business-unit-text {
    order: 3;
    font-size: 14px;
    line-height: 1.8;
  }

  .business-unit-text p {
    font-size: 1.1em;
  }

  .business-unit-btn {
    text-align: center;
  }

  /* Company Section */
  .company01 .company-title {
    display: none;
  }

  .company-img {
    position: static;
    width: 100%;
  }

  .company-list th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: left;
  }

  .company-list td {
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .company02 {
    padding: 60px 0;
  }

  .company02 .company-title {
    margin: 0 0 2em;
    text-align: center;
  }

  .company-title__en {
    font-size: 1.7em;
  }

  .company-title__ja {
    font-size: 0.9em;
  }

  .access02-unit {
    width: 100%;
    margin: 0 0 2em;
  }

  .access02-unit-title {
    font-size: 1.1em;
  }

  /* Mission Section */
  .mission-title__ja {
    color: #06239B;
    font-size: 2em;
  }

  p.mission-text {
    font-size: 1.1em;
    line-height: 2.4em;
  }

  .mission-img {
    height: 214px;
    background: url(../img/mission/bg01_sp.png) no-repeat center center;
    background-size: cover;
  }

  /* Works Section */
  .works01,
  .works02 {
    padding: 60px 0;
  }

  .works-unit-title {
    font-size: 1.5em;
  }

  .works-unit-list div {
    width: 90%;
    margin: 0 auto;
    border-radius: 3em;
  }

  .works-unit-list .slick-next, 
  .works-unit-list .slick-prev {
    width: 24px;
    height: 48px;
  }

  .works-unit-list .slick-next:before, 
  .works-unit-list .slick-prev:before {
    content: "";
  }

  .works-unit-list .slick-prev {
    left: -10px;
    background: url(../img/works/arrow01.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }

  .works-unit-list .slick-next {
    right: -10px;
    background: url(../img/works/arrow02.svg) no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }

  .works-unit-list01 th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: left;
  }

  .works-unit-list01 td {
    display: block;
    width: 100%;
    padding: 1em 0 1em;
  }

  /* Contact Section */
  .step div {
    padding: 4px 15px;
    font-size: 1em;
  }

  .step div:after {
    right: -20%;
    width: 20%;
  }

  p.contact-text {
    text-align: left;
  }

  .contact-table th {
    display: block;
    width: 100%;
    padding: 0;
  }

  .contact-table td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }

  .btn-area button, 
  a.topback {
    padding: 1.4em 80px;
    font-size: 1em;
    border-radius: 1em;
  }

  .btn-area__confirm {
    gap: 16px;
  }

  /* Footer Adjustment */
  .footer__inner {
    padding: 2em 0 1em;
  }

  .footer__info {
    width: 100%;
  }

  .footer__logo {
    width: 100%;
    margin: 0 auto 1.5em;
    text-align: center;
  }

  a.footer__logo-link {
    display: inline-block;
    font-size: 1.8em;
  }

  .footer__nav {
    width: 80%;
    margin: 0 auto;
  }

  .fnav {
    border-bottom: 1px solid #fff;
  }

  .fnav__item {
    width: 32%;
    margin: 0 0 1em;
    font-size: 14px;
  }

  .footer__table {
    width: 100%;
    font-size: 1.2rem;
  }

  .footer__table-label,
  .footer__table-data {
    display: block;
    width: 100%;
    padding: 0 0 0.5em;
    border-right: 0;
    letter-spacing: 0;
  }

  .footer__copyright {
    margin-top: 2rem;
    padding-top: 0;
    font-size: 1rem;
    border-top: 0;
    text-align: center;
  }

}