@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width:900px) and (max-width:1280px){
}

/* 768 - 899 */
@media only screen and (min-width:768px) and (max-width:1024px){

  .bmi-calculator-input {
    display: block;
    max-width: 260px;
    margin: auto;
  }

  .calculator-input-value {
    display: flex;
    justify-content: center;
  }

  .calculator-input-box {
    margin-bottom: 20px;
  }

  .bmi-calculator {
    padding: 24px;
  }

  .bmi-margin .btn-danger-ghost {
    width: 100%;
  }

  .calculator-input-btn button {
    margin-top: 10px;
    width: 100%;
  }
}

/* 320 - 767 */
@media only screen and (min-width:320px) and (max-width:767px){

  .title-text {
    padding-left: 0px;
  }

  .title-logo img {
    width: 100%;
    margin: auto;
  }

  .title-none{
    display: none!important;
  }

  .home-content-section .container {
    width: auto;
  }

  .contents-wrap {
    padding: 40px 0;
  }

  .text-box-wrap {
    padding: 20px;
  }

  #bottom-back-btn a {
    width: 100%;
  }

  .contents-main-head {
    align-items: center;
  }

  .pink-bg::after {
    bottom: -10px;
  }

  .text-head h2 {
    line-height: 150%;
  }

  /******
  		SPナビゲーションメニュー
  					******/
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
  }
  .global-nav {
    position: fixed;
    right: -100%; /* これで隠れる */
    top: 0;
    width: 100%; /* スマホに収まるくらい */
    height: auto;
    padding-top: 40px;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 100px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  .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 {
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 26px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    transition: all .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: #10335B;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .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,.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%;
  }

  .navi-arrow {
    background: url(../img/navi-arrow.html);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
  }

  .active-sp {
    background: url(../img/navi-arrow-min.html);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 15px;
  }

  .none-arrow {
    background: none !important;
  }

  .border-none {
    border-bottom: none !important;
  }

  .hamburger {
    width: 60px;
    height: 60px;
  }

  .header-logo img {
    width: 150px;
  }

  .hamburger__line {
    left: 18px;
    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;
  }

  /* ココまでハンバーガーメニュー */

  .header-inner {
    padding: 0 16px;
  }

  .g-nav nav ul {
    display: block;
  }

  .key-container {
    padding: 160px 24px 0px 24px;
  }

  .key-title h2 {
    font-size: 36px;
    line-height: 150%;
  }

  .key-text {
    font-size: 18px;
  }

  .key-side {
    right: 0px;
    top: 75%;
    transform: inherit;
  }

  .key-sdgs {
    position: absolute;
    width: 120px;
    right: 55%;
    bottom: 10%;
  }

  .sec-box {
    padding: 60px 0 60px 0;
  }

  .news-title-border {
    width: 40px;
  }

  .news-list ul li {
    margin-top: 24px;
  }

  .news-list-title a {
    font-size: 14px;
  }

  .news-sec {
    margin-top: -30px;
    padding-bottom: 20px;
  }

  .sec-title h3 {
    font-size: 28px;
  }

  .flex-title .sec-title span {
    margin-left: 0px;
    font-size: 14px;
  }

  .flex-title .sec-title {
    display: block;
  }

  .sec-title span {
    margin-top: 6px;
  }

  .sec-text {
    margin-top: 24px;
    line-height: 180%;
    font-size: 14px;
  }

  .project-img {
    width: 100%;
    height: 320px;
    margin-left: 0px;
    box-shadow: 10px 10px 0 #10335b;
    margin-top: 32px;
  }

  .service-list-title h3 {
    font-size: 16px;
  }

  .service-list-text-border {
    width: 80px;
    height: 1px;
    margin-top: 11px;
    margin-right: 16px;
  }

  .flex {
    display: flex;
    align-items: center;
  }

  .slick-slide img {
    height: 190px;
  }

  .case-top-text {
    margin-top: 24px;
    text-align: justify;
  }

  .case-list-title {
    margin-top: 16px;
    font-size: 14px;
  }

  .case-list-wrap {
    margin-top: 32px;
  }

  .style-sec .sec-title {
    text-align: center;
  }

  .style-text {
    position: relative;
    transform: inherit;
    text-align: center;
    right: auto;
    top: auto;
    margin-top: 60px;
  }

  .style-btn a {
    font-size: 14px;
    margin: auto;
  }

  .style-bg {
    padding: 64px 0;
  }

  .contact-box-title {
    padding: 40px 0px 140px 16px;
  }

  .contact-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70px;
  }

  .footer-inner {
    align-items: center;
    display: block;
  }

  .project-btn {
    width: 60px;
  }

  .key-sns ul {
    font-size: 20px;
    margin-right: 0px;
  }

  .trance {
    transform: inherit;
  }

  .key-sns ul li {
    margin-right: 40px;
  }

  .single-key {
    padding-bottom: 60px;
  }

  .service-text {
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    margin-right: 0;
    margin-top: -30px;
    position: relative;
    z-index: 999;
    line-height: 170%;
  }

  .service-image {
    width: 70%;
    position: relative;
  }

  .service-list-left .service-list-number {
    position: absolute;
    top: -32%;
    left: 3%;
  }

  .single-service-list {
    background-size: 50%;
    margin: 0px 0;
    padding: 30px 0;
  }

  .service-text h3 {
    font-size: 18px;
  }

  .service-text p {
    margin-top: 8px;
  }

  .service-list-right .service-list-number {
    top: -30%;
    right: 3%;
  }

  .service-list {
    padding: 20px 20px 10px 20px;
  }

  .case-list-box {
    padding: 24px 0 24px 2px;
  }

  .case-list-main .case-list-img img {
    height: 100px;
  }

  .case-list-box .case-list-title {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 30px;
  }

  .case-list-tag ul li {
    margin-right: 6px;
    font-size: 10px;
  }

  .case-list-main {
    margin-top: 32px;
  }

  .case-body {
    padding-bottom: 60px !important;
  }

  .project-sec {
    padding-top: 60px;
  }

  .company-inner {
    padding-top: 80px;
  }

  .company-info {
    max-width: 101%;
    margin: auto;
    padding: 16px;
    border-radius: 0;
    box-shadow: none;
  }

  .company-info td {
    border-bottom: 1px solid #E7E7E7;
    padding: 24px 0px;
  }

  .news-list-inner {
    padding: 0 0 60px 0;
  }

  .recruit-list-title {
    font-size: 20px;
    margin-left: 2px;
  }

  .recruit-list {
    margin: 32px 0;
  }

  .recruit-essential table tr .label {
    width: 35%;
    font-size: 16px;
  }

  .recruit-essential table td {
    padding: 16px 16px;
  }

  .recruit-essential table tr .data {
    width: auto;
    font-size: 14px;
  }

  .contact-main {
    padding: 32px 0 60px 0;
  }

  .contact-main-inner {
    padding: 24px;
    border-radius: 6px;
  }

  .contact-form label {
    font-size: 14px;
    margin-left: 4px;
  }

  .form-list {
    margin-bottom: 24px;
  }

  .post-title-eg {
    font-size: 30px;
  }

  .post-title-jp {
    font-size: 14px;
  }

  .post-page-head {
    padding: 30px 0 30px 0;
  }

  .post-main {
    padding: 32px 24px;
  }

  .post-tag ul li {
    margin: 0 8px;
    font-size: 12px;
  }

  .post-title h1 {
    font-size: 18px;
    line-height: 170%;
  }

  .post-title {
    padding: 24px 0 12px 0;
  }

  .post-day {
    font-size: 14px;
  }

  .post-documents {
    padding: 24px 0;
    font-size: 16px;
    margin-top: 24px;
  }

  .bmi-calculator-input {
    display: block;
    max-width: 260px;
    margin: auto;
  }

  .calculator-input-value {
    display: flex;
    justify-content: center;
  }

  .calculator-input-box {
    margin-bottom: 20px;
  }

  .bmi-calculator {
    padding: 24px;
  }

  .bmi-margin .btn-danger-ghost {
    width: 100%;
  }

  .calculator-input-btn button {
    margin-top: 10px;
    width: 100%;
  }

  .dic-btn-box {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .dic-btn-box .gointakestandard {
    flex: 100%;
  }

  .big-text {
    font-size: 18px;
  }

  .footer-copy {
    margin-top: 24px;
    font-size: 16px;
    letter-spacing: 2px;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-nav-list {
    margin-top: 20px;
  }

  .footer-nav {
    margin-top: 10px;
  }

  .footer-copyright {
    margin-top: 32px;
    font-size: 12px;
  }

  #footer_main {
    padding: 24px 0;
    font-size: 12px;
  }
}
