@charset "UTF-8";
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (min-width: 1181px) {
  /*　画面サイズが1024pxからはここを読み込む　*/
}
@media screen and (min-width: 821px) and (max-width: 1180px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}
@media screen and (min-width: 270px) and (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    padding: 10px;
    background: #fff;
    width: 100%;
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
  }
  .top-catch .top-catch-box {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-catch .top-catch-box .top-catch-title {
    width: 100%;
  }
  .inner,
  .right-box {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .site-header {
    display: none;
  }
  .main-hero .heroimg {
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .top-catch .top-catch-box .top-catch-text p:first-child {
    margin-top: 0rem;
  }
  .top-catch .top-catch-box .top-catch-title .top-catch-title-inner h2 {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
  }
  .eng-title-box p {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .black-box {
    padding: 3rem 0;
    border-radius: 2rem 2rem 0 0;
    margin-top: -20%;
  }
  .ft-title p {
    font-size: 2rem;
  }
  .ft-logo-box img {
    max-width: 300px;
  }
  .top-catch .top-catch-box .top-catch-text p {
    font-size: 13px;
    line-height: 1.7;
  }
  .section-lineup .lineup-carousel li {
    margin-right: 2rem;
  }
  .section-lineup .lineup-carousel li a h3 {
    top: 65%;
  }
  .ft-blog-main ul {
    gap: 2rem;
  }
  .ft-blog-main ul li {
    width: 100%;
  }
  .ft-menu-top {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ft-menu-top > div {
    width: 100%;
  }
  .ft-menu-btm ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ft-menu-btm ul li {
    border-right: 1px solid #fff;
    padding-right: 1rem;
    width: calc(50% - 1rem);
  }
  .ft-menu-btm ul li {
    border-right: 1px solid #fff;
    padding-right: 1rem;
    width: calc(50% - 1rem);
  }
  .ft-menu-btm ul li:nth-child(2) {
    border-right: none;
  }
  .nm-page .nm-page-area {
    display: none;
  }
  .page-menu .page-menu-box .page-menu-inner a span {
    font-size: 2rem;
  }
  .page-key img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-key .page-key-title p {
    font-size: 1.7rem;
  }
  .page-key .page-key-title {
    left: 0%;
    padding: 0 1rem;
  }
  .page-key {
    height: 50vh;
  }
  .bk-page .page-var2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-var2 {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nm-page .nm-inner,
  .bk-page {
    border-radius: 0;
  }
  .nm-page {
    margin-top: 0rem;
  }
  .nm-inner section {
    padding: 2rem 0;
  }
  .page-var2 .page-title-box {
    width: 95%;
  }
  .page-var2 .page-var2-text {
    width: 100%;
    padding: 0 1rem;
  }
  .bk-page .page-var2 .page-var2-text {
    padding-left: 1rem;
  }
  .page-menu .page-menu-box .page-menu-inner {
    width: 100%;
    padding: 0 1rem;
  }
  .page-menu .page-menu-box .page-menu-inner a::after {
    display: none;
  }
  .page-menu .page-menu-box .page-menu-inner strong {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .main-hero p {
    top: 75%;
    right: 0%;
    font-size: 1rem;
    font-weight: 600;
    z-index: 11;
    text-align: center;
    width: 100%;
  }
  /* スクロール無効用クラス */
  .no-scroll {
    overflow: hidden;
  }
  /* メニューボタン */
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
    cursor: pointer;
    background: #3498db;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
  }
  /* オーバーレイ（マスク） */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1000;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  /* ドロワーの基本スタイル */
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1002;
    overflow-y: auto; /* コンテンツが多い場合にスクロール可能に */
    -webkit-overflow-scrolling: touch; /* iOSでスムーズなスクロールを実現 */
  }
  /* ドロワーが開いた状態 */
  .drawer.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .drawer ul {
    list-style: none;
    padding: 20px;
    margin: 0;
  }
  .drawer li {
    margin-bottom: 15px;
  }
  .drawer a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
  }
  .main-hero {
    height: 50vh;
  }
  .main-hero img.mainimg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .logo-sp {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 220px;
    background: #fff;
    padding: 6px;
  }
  .post-box .post-hd {
    width: 100%;
  }
  .post-box .post-hd .post-inner {
    max-width: 100%;
    padding: 6rem 1rem 4rem;
  }
  .post-box .post-hd .post-inner p.eng {
    font-size: 2rem;
  }
  .post-box .post-box-inner {
    width: 100%;
    margin-left: auto;
    padding-top: 1rem;
  }
  .post-box .post-box-inner .post-wrap {
    max-width: 100%;
    padding: 0 1rem 5rem 1rem;
  }
  .a-box article a {
    gap: 1rem;
    border-radius: 10px;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .a-box article a .a-blog-img {
    width: 100%;
    position: relative;
  }
  .a-box article a .a-blog-txt h2 {
    font-size: 1.2rem;
  }
  .a-box article a .a-blog-txt time {
    margin-top: 10px;
  }
  .main-hero p.eng {
    right: 2%;
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .main-hero p.jp {
    font-size: 1rem;
    padding: 0 1rem;
    text-align: right;
  }
  .simpleParallax img {
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sdgs-list li {
    width: 60px;
  }
  .sdgs-list {
    right: 2%;
    bottom: 2%;
  }
  .page-key .page-key-title h1 {
    font-size: 1.8rem;
  }
  .yoko {
    gap: 0rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-main-area h2 {
    margin: 0 0 3rem 3rem;
    font-size: 2rem;
  }
}/*# sourceMappingURL=mobile.css.map */