@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 320 - 767 */
@media only screen and (max-width: 767px) {
  /******
		SPナビゲーションメニュー
					******/

  .global-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 40px;
    transition: all 0.6s;
    z-index: 20000;
    overflow-y: auto;
    padding: 40px 16px 0 16px;
    box-sizing: border-box;
  }

  .hamburger {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 100px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 200000;
    position: fixed;
    background-color: unset;
    border-radius: 50px;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .global-nav__item {
    text-align: left;
    padding: 0 14px;
    margin: 0 20px;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 26px;
    width: 50px;
    height: 3px;
    background-color: #d92216;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 26px;
  }
  .hamburger__line--2 {
    top: 46px;
  }
  .hamburger__line--3 {
    top: 66px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #202124;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.9;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
    background: #fff;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
    background: #fff;
  }

  #sp-navi dt {
    display: block;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 0.929em !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }

  #sp-navi dd {
    background: #000;
    line-height: 150%;
    text-align: center;
    display: none;
    text-align: left;
    margin-top: -4px;
    padding-left: 8px;
  }

  #sp-navi dt {
    font-weight: 100;
    font-size: 14px;
  }

  #sp-navi dd ul li a {
    background: #000;
    color: #fff;
    font-size: 0.929em;
    line-height: 200%;
  }

  .none-arrow {
    background: none !important;
  }

  .border-none {
    border-bottom: none !important;
  }

  .hamburger {
    width: 60px;
    height: 60px;
  }

  .header-logo img {
    width: 180px;
  }

  .hamburger__line {
    left: 16px;
    width: 30px;
    height: 2px;
  }

  .hamburger__line--1 {
    top: 20px;
  }

  .hamburger__line--2 {
    top: 30px;
  }

  .hamburger__line--3 {
    top: 40px;
  }

  .nav-open .hamburger__line--1 {
    top: 30px;
  }
  .nav-open .hamburger__line--3 {
    top: 30px;
  }

  /* ココまでハンバーガーメニュー */

  .key-wrap {
    height: 100vh;
    padding: 0px 0px 90px 32px;
  }

  .key-mini {
    font-size: 15vw;
  }

  .key-big {
    font-size: 20vw;
    margin: 12px 0;
  }

  .key-jpn {
    font-size: 4.8vw;
  }

  header {
    background: url(../img/key-bg.png) right bottom/ contain no-repeat;
  }

  .key-main {
    margin-top: 100px;
  }

  .about-sec {
    padding: 60px 0 120px 0;
    position: relative;
  }

  .title-number {
    width: 220px;
  }

  .title-text {
    font-size: 18px;
    text-align: center;
    margin-top: 16px;
  }

  .sec-title {
    margin: 32px 0 32px 0;
  }

  .about-main {
    display: block;
  }

  .about-text {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
    letter-spacing: 2px;
  }

  .about-img {
    width: 100%;
    margin-top: 24px;
  }

  .service-top {
    margin-top: 32px;
    display: block;
  }

  .service-top-text {
    font-size: 16px;
  }

  .service-top-left {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-top-btn a {
    border: 2px solid #202124;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 12px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-top-img {
    width: 100%;
    margin: 32px 0 0 0;
  }

  .service-eg {
    max-width: 750px;
    margin-left: 0px;
    margin-top: 42px;
  }

  .service-top-list {
    display: flex;
    align-items: center;
    background-color: unset;
    max-width: 100%;
    margin: auto;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .service-top-list-desc {
    width: 100%;
    padding: 32px 0px 32px 0;
  }

  .service-single-main-bottom {
    background: none;
  }

  .partner-box {
    flex-wrap: wrap;
    padding: 32px 16px;
  }

  .partner-box .partner-logo {
    width: 50%;
    text-align: center;
  }

  .partner-box .partner-text {
    width: 100%;
  }

  .partner-text p {
    text-align: justify;
    line-height: 150%;
    font-weight: bold;
  }

  .partner-label {
    font-size: 20px;
    margin-top: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 150%;
  }

  .partner-slider {
    margin-top: 36px;
  }

  .slick-initialized .slick-slide {
    display: block;
    margin: 0px 16px;
  }

  .message-inner {
    display: flex;
    text-align: justify;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .message-left {
    width: 100%;
    padding-bottom: 40px;
  }

  .message-img {
    width: 80%;
    text-align: center;
    margin: auto;
  }

  .cta-title {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .cta-main {
    display: flex;
    flex-wrap: wrap;
  }

  .cta-box {
    padding: 32px 0;
  }

  .cta-left {
    width: 100%;
  }

  .cta-box-title {
    font-size: 18px;
  }

  .cta-btn a {
    padding: 10px 11px;
    margin: auto;
    margin-top: 24px;
    max-width: 100%;
    font-size: 14px;
  }

  .cta-right {
    width: 100%;
    background-color: #d92216;
  }

  .footer-logo {
    width: 200px;
    max-width: 100%;
    margin: auto;
  }

  .footer-main {
    margin-top: 40px;
    display: block;
  }

  .footer-nav {
    display: block;
    column-gap: 32px;
  }

  .footer-nav em {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-nav span {
    font-size: 12px;
    font-weight: 500;
  }

  .footer-nav li {
    margin-top: 24px;
  }

  .footer-copy {
    margin-top: 32px;
    line-height: 150%;
    font-size: 12px;
  }

  .message-left-big {
    font-size: 6vw;
  }

  .service-top-list-desc-text {
    text-align: justify;
    line-height: 200%;
    margin-top: 24px;
    font-weight: bold;
    font-size: 16px;
  }

  .about-bg {
    left: 0%;
  }

  #single .key-main {
    display: block;
    align-items: flex-end;
    column-gap: 0px;
    flex-wrap: wrap;
    row-gap: 24px;
    line-height: 150%;
    margin-top: 32px;
    font-size: 22px;
  }

  #single .key-jpn {
    margin-top: 10px;
  }

  #single .key-wrap {
    height: auto;
    padding: 0 24px 32px 24px;
  }

  .key-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    margin-top: 40px;
  }

  .service-single-main {
    display: block;
    padding-top: 32px;
  }

  .service-main-left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-main-left-number {
    font-size: 50px;
  }

  .service-main-left-title {
    font-size: 24px;
  }

  .service-main-right {
    margin-top: 24px;
  }

  .service-single-main-bottom-inner {
    width: 800px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: auto;
    font-size: 16px;
    line-height: 200%;
    font-weight: bold;
  }

  .service-single-main-bottom {
    padding: 32px 0;
    font-size: 16px;
  }

  .sec-contents {
    padding: 60px 0;
    font-size: 18px;
  }

  .contents-head span {
    position: inherit;
    background-color: unset;
    padding: 0 0px;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 150%;
  }

  .contents-head {
    position: relative;
    background-color: unset;
    height: auto;
  }

  .service-top-list-desc-label {
    font-size: 24px;
    font-weight: 900;
    margin-top: 10px;
  }

  #single .service-top-list-desc {
    text-align: justify;
    padding-left: 0px;
    padding: 16px 0px 16px 0;
  }

  #single .service-top-list-desc-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .cta-sec {
    padding: 32px 0 0px 0;
  }

  #single .key-big {
    font-size: 44px;
    display: block;
  }

  #single .key-jpn {
    margin-top: 30px;
  }

  .info-list {
    margin-top: 32px;
    border-bottom: 2px solid #fff;
    padding-bottom: 12px;
    width: 100%;
  }

  .info-list .mini {
    font-size: 16px;
  }

  .info-title {
    font-size: 24px;
    margin-top: 36px;
  }

  .info-label {
    font-size: 14px;
  }

  .info-data {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
  }

  .container-title-big {
    font-size: 20px;
  }

  .single-logo {
    width: 150px;
  }

  .global-nav ul {
    display: block;
    column-gap: 50px;
  }

  .global-nav ul em {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 100%;
    color: #fff;
  }

  .global-nav ul span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
    line-height: 100%;
    margin-top: 8px;
    display: block;
  }

  .global-nav ul li {
    margin-top: 32px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
  }

  .mission-list-label {
    font-size: 16px;
  }

  .mission-list-title {
    font-size: 20px;
    margin-top: 12px;
  }

  .mission-list-text {
    font-size: 16px;
    margin-top: 10px;
  }

  .career-sec {
    padding: 40px 0;
  }

  .career-left {
    width: 100%;
    padding-right: 0px;
  }

  .career-left-text {
    font-size: 21px;
    line-height: 160%;
    margin-top: 32px;
    font-weight: 900;
  }

  .career-left-big {
    font-size: 18px;
    font-weight: bold;
    margin-top: 21px;
  }

  .career-left-mini {
    font-size: 12px;
  }

  .career-img {
    text-align: left;
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
    overflow: hidden;
    margin-top: 32px;
  }

  .career-left-big {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
  }

  .career-left-text {
    font-size: 21px;
    line-height: 160%;
    margin-top: 18px;
    font-weight: 900;
  }

  .words-sec {
    padding: 20px 0 40px 0;
  }

  .career-title {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .words-eg {
    font-size: 40px;
    margin-left: 1px;
    text-align: justify;
    letter-spacing: 3px;
  }

  .words-jp {
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    color: #ff0000;
  }

  .words-item {
    padding: 24px 0;
    border-top: 1px solid #ccc;
  }

  .words-bottom {
    margin-top: 32px;
  }

  .words-bottom-01 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 900;
  }

  .words-bottom-02 {
    display: block;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: auto;
    column-gap: 32px;
    margin-top: 24px;
    background: #f2f2f2;
    padding: 16px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    row-gap: 24px;
    flex-wrap: wrap;
    font-weight: bold;
  }

  .words-bottom-02 span {
    margin: 10px 0;
  }

  .ballet-inner {
    column-gap: 12px;
    row-gap: 12px;
    margin-top: 32px;
  }

  .ballet-inner {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 24px;
  }

  .ballet-item {
    background: #fff;
    padding: 24px 0px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border-radius: 4px;
    width: calc(100% - 0px);
    text-align: center;
  }

  .process-sec {
    padding: 40px 0;
  }

  .step-sec {
    padding: 40px 0;
  }
  .step-main {
    margin-top: 24px;
  }

  .support-sec {
    padding: 40px 0;
  }

  .support-main {
    row-gap: 12px;
    margin-top: 24px;
  }

  .support-item-label {
    font-size: 16px;
  }

  .support-item-text {
    font-size: 14px;
    margin-top: 12px;
    line-height: 150%;
  }

  .support-item {
    width: 100%;
    padding: 22px 16px;
  }

  .sdgs-sec {
    padding: 40px 0;
  }

  .inter-sec {
    padding: 40px 0;
  }

  .inter-main {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    max-width: 800px;
    margin: auto;
    border-radius: 6px;
    text-align: center;
    padding: 32px 16px;
    line-height: 1.7;
    font-weight: bold;
    font-size: 14px;
    text-align: justify;
  }

  .inter-icon {
    text-align: center;
  }

  .inter-btn {
    text-align: center;
  }
}
