@charset "utf-8";

/* =================================================== */
/* SET
/* =================================================== */

@media only screen and (min-width: 481px) and (max-width:768px) {
/* タブレット向けの処理 */
}

@media only screen and (min-width: 0px) and (max-width:480px) {
/* スマホ向けの処理 */
}

@media only screen and (max-width: 480px) {
}


@media only screen and (min-width: 0px) and (max-width:480px) {
	body{
		min-width: auto;
	}
}


/* =================================================== */
/* header
/* =================================================== */

/* hamburger-menu =========== */

@media only screen and (min-width: 0px) and (max-width:480px) {

  .humberger-menu-container {
    display: block;
  }
  .hamburger-menu-active > .line-middle {
    left: var(--hamburger-menu-padding);
  }
  .hamburger-menu-active > .line-bottom {
    width: 60px;
  }
}

@media only screen and (min-width: 0px) and (max-width:480px) {
  .header-inner {
    height: 80px;
    min-width: auto;
  }
  .header-inner .siteneme-block {
    width: 210px;
    height: 45px;
    left: 20px;
  }
}

/* globalNavi =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .globalNavi {
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: none;
    min-height: 100%;
    background: #ffffff;
    padding: 80px 10px 30px;
    z-index: 999;
  }
  .header-inner .gmenu-block ul {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    height: auto !important;
    padding: 30px 10px 10px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    box-shadow: none !important;
    background-color: #ffffff;
    }
  .header-inner .gmenu-block li {
    width: 100%;
    font-size: 1.8rem;
    border-top: #555555 dotted 1px;
  }
  .header-inner .gmenu-block li.is-active {
    border-bottom: #555555 dotted 1px;
  }
  .header-inner .gmenu-block a {
    display: block;
    padding: 15px 0;
    color: #000000;
    background-image: url("../image/icon_arrow-m_gry.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 10px center;
  }
  .header-inner .gmenu-block li.is-active a {
    color: #cc0000;
    border-bottom: none;
  }
  .header-inner .gmenu-block a:hover,
  .header-inner .gmenu-block a:active {
    text-decoration: none;
    border: none;
    color: #000000;
  }
  .header-inner .gmenu-block li:last-child {
    margin-top: 50px;
  }
}


/* =================================================== */
/* footer
/* =================================================== */

@media only screen and (min-width: 0px) and (max-width:480px) {
  footer {
    min-width: inherit;
  }
  footer .inner-block {
    padding: 40px 10px;
  }
  .contact-block {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .contact-block .l-col,
  .contact-block .r-col {
    width: 100%;
  }
  .contact-block .l-col h4.ttl-box {
    font-size: 3.4rem;
    text-align: center;
  }
  .contact-block .l-col .read-txt {
    font-size: 1.6rem;
  }
  .contact-block .r-col {
    display: block;
    margin-top: 30px;
  }
  .contact-block .r-col .in-box {
    width: 100%;
    float: none;
  }
  .contact-block .r-col .tel-box a {
    font-size: 3.8rem;
  }
  .contact-block .r-col .tel-box .icon-tel::before {
    width: 28px;
    height: 26px;
  }
  .contact-block .r-col .mail-box {
    font-size: 2.2rem;
    padding: 8px 10px;
  }
  .contact-block .r-col .mail-box .icon-mail::before {
    width: 20px;
    height: 13px;
  }
  .contact-block .deg-line {
    display: none;
  }

  footer .ft-underBlock {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 10px;
  }
  footer .ft-underBlock .ft-logo {
    width: 240px;
    height: auto;
    margin-bottom: 20px;
  }
  footer .ft-underBlock .pri-box {
    margin: 0 10px 40px;
  }
  footer .ft-underBlock .pri-box a {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
  footer .ft-underBlock .allrights-reserved {
    color: #999999;
    font-size: 1.3rem;
    font-weight: 200;
  }
}


/* =================================================== */
/* 共通
/* =================================================== */

@media only screen and (min-width: 0px) and (max-width:480px) {
  main {
    padding-top: 80px;
  }
}

/* responsive view =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .pc-mode-view {
    display: none !important;
  }
  .smp-mode-view {
    display: block !important;
  }

  .pc-mode-view-tb {
    display: none !important;
  }
  .smp-mode-view-tb {
    display: table !important;
  }
}

/* style =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .br-pc { display:none; }
  .br-sp { display:block; }
  .block-pc { display: block; }
  .block-sp { display: inline-block; }
}

/* table =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .table-set {
    border-spacing: 0;
  }
  .table-set th,
  .table-set td {
    padding: 13px 5px;
    font-size: 1.4rem;
  }
  .table-set th {
    font-size: 1.6rem;
  }

  table.type-1 th {
    display: block;
    border-bottom: #76c8f9 solid 2px;
    width: 100%;
    padding-bottom: 5px;
  }
  table.type-1 th:first-child {
    padding: 0 5px 5px;
  }
  table.type-1 td {
    display: block;
    border: none;
  }
  table.type-1 tr:first-child th {
    border-top: none;
  }
  table.type-1 tr:first-child td {
    border-top: none;
  }
}


/* =================================================== */
/* HOME
/* =================================================== */

@media only screen and (min-width: 0px) and (max-width:480px) {
  #top main {
    min-width: inherit;
  }
  #top h2.h2-title {
    font-size: 4.5rem;
    margin-bottom: 30px;
  }
}

/* Main Visual =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #top .mainVisual-block {
    padding-top: 485px;
  }
  #top .mainVisual-block .read-txt {
    top: 60px;
    bottom: auto;
    width: 47%;
    padding-bottom: 5px;
  }
  #top .mainVisual-block .co-txt {
    bottom: 0;
    right: 0;
  }
  #top .mainVisual-block .co-txt img {
    width: 320px;
    height: auto;
  }
  #top .mainVisual-block .read-txt img {
    width: 160px;
  }
  #top .mainVisual-block .visual-block {
    top: 0;
    left: 0;
    display: -webkit-block;
    display: block;
  }
  #top .mainVisual-block .visual-block .logo-box {
    position: absolute;
    width: 180px;
    height: auto;
    top: 0;
    right: 0;
  }
  #top .mainVisual-block .svgMask {
    background-size: 1000px 261px;
  }
  @keyframes scroll-anim {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -1000px 0;
    }
  }
  #top .mainVisual-block .wrap-svg {
    position: static;
    transform: none;
    -webkit- transform: none;
    width: 180px;
    height: 180px;
  }
  #top .mainVisual-block path {
    transform: scale(0.4);
  }
  #top .mainVisual-block .visual-block .img-box1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-position: right bottom 55px;
    width: 48%;
    height: 100%;
  }
  #top .mainVisual-block .visual-block .img-box2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: right bottom 40px;
    width: 48%;
    height: 100%;
  }
}
@media screen and (min-width: 420px) and (max-width:480px) {
  #top .mainVisual-block {
    padding-top: 520px;
  }
}

/* Intro block =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #top .intro-block {
    margin-top: 80px;
    padding: 0 10px;
  }
  #top .intro-block .inner-block {
    min-width: inherit;
  }
  #top .intro-block h1.page-title {
    font-size: 2.5rem;
  }
  #top .intro-block .txt-box {
    font-size: 1.6rem;
    margin-top: 15px;
    line-height: 1.8;
  }
}

/* Business block =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #top .business-block.slant-bg {
    margin: 80px 0 0;
    padding: 60px 0 60px;
  }
  #top .business-block .wrap {
    padding: 0 10px;
  }
  #top .business-block .inner-block {
    min-width: inherit;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  #top .business-block .service-01 .img-box {
    width: 100%;
    height: 370px;
  }
  #top .business-block .cont-box h3.ttl-box {
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  #top .business-block .cont-box .txt-box {
    line-height: 1.6;
  }
  #top .business-block .cont-box {
    width: 100%;
    margin-top: 30px;
  }
  #top .business-block .cont-box .servie-block {
    margin-top: 20px;
    padding-top: 20px;
  }
  #top .business-block .cont-box .servie-block li {
    font-size: 1.5rem;
  }
  #top .business-block .service-02 {
    margin-top: 40px;
  }
  #top .business-block .service-02 .cont-box {
    order: 2;
  }
  #top .business-block .service-02 .img-box {
    width: 100%;
    height: 260px;
    background-size: 100% auto;
    background-position: left center;
    order: 1;
  }
}

/* Company block =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #top .company-block {
    padding: 80px 10px 0;
  }

  /* Philosophy */
  #top .philosophy-block .inner-block {
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  #top .philosophy-block h3.ttl-box {
    font-size: 3.6rem;
    margin-bottom: 5px;
  }
  #top .philosophy-block .txt-box {
    font-size: 1.8rem;
    line-height: 2.0;
  }

  /* Logo derivation */
  #top .SDGs-block {
    max-width: 100%;
    min-width: inherit;
    margin: 60px auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  #top .SDGs-block .inner-block {
    padding: 40px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #top .SDGs-block .img-box {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #top .SDGs-block .img-box img {
    width: 250px;
  }
  #top .SDGs-block .cont-box {
    width: 100%;
  }
  #top .SDGs-block h3.ttl-box {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #top .SDGs-block .txt-box {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  
  /* Logo derivation */
  #top .logoDerivation-block {
    max-width: 100%;
    min-width: inherit;
    margin: 60px auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
  }
  #top .logoDerivation-block .inner-block {
    padding: 40px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #top .logoDerivation-block .img-box {
    width: 100%;
    margin-bottom: 10px;
  }
  #top .logoDerivation-block .img-box img {
    width: 200px;
  }
  #top .logoDerivation-block .cont-box {
    width: 100%;
  }
  #top .logoDerivation-block h3.ttl-box {
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #top .logoDerivation-block .txt-box {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  /* Outline */
  #top .outline-block {
    margin-top: 60px;
    padding: 0px 0px 40px;
    min-width: inherit;
    background-size: 90%;
    background-position: right bottom;
  }
  #top .outline-block tr {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0 3px;
  }
  #top .outline-block th {
    width: 100%;
  }
  #top .outline-block td {
    width: 100%;
  }
}

/* Recruit block =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #top .recruit-block {
    padding: 60px 10px 90px;
  }
  #top .recruit-block .read-txt {
    text-align: left;
    margin-bottom: 40px;
  }
  #top .recruit-block .info-unit {
    padding: 20px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #top .recruit-block .info-unit th {
    width: 100px;
  }
  #top .recruit-block .info-unit td {
    width : -webkit-calc(100% - 100px);
    width : calc(100% - 100px);
  }
}


/* =================================================== */
/* SECOND PAGE
/* =================================================== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #secondary h1.page-title {
    padding: 20px 10px;
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  #secondary .content-area {
    margin: 30px 0 30px;
  }
  #secondary section {
    min-width: auto;
    margin: 0 10px;
  }
  #secondary section.limit-over {
    min-width: auto;
    margin: 0;
  }
  #secondary .readtxt-block {
    padding: 15px;
    font-size: 2.2rem;
  }
}



