﻿@charset "UTF-8";
/* DTS Recruit sp-pages.css
======================================================== */
@media only screen and (max-width:1200px) {
  /*  header  */
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    border-top: 10px solid #C0153E;
    width: 100%;
    height: 76px;
    box-sizing: border-box;
  }
  header .header-inner {
    padding: 0 24px;
    width: 100%;
    height: 100%;
  }
  header .header-inner .logo img {
  }
  header .header-inner .link-area {
    display: none;
  }
  header .header-inner .btn-entry {
    display: none;
  }
  .gnav {
    display: none;
  }
  /*  main  */
  main {
    margin: 9.5rem 0 0 0;
  }
  /*  wrapper container  */
  .container {
    max-width: 100%;
    width: 100%;
  }
  .navToggle {
    display: block;
  }
  nav.globalMenuSp {
    display: block;
  }
  nav.globalMenuSp.active {
    display: block;
  }

  /*  pc sp  */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #backtotop {
    content: "";
    bottom: 3rem;
    right: 3rem;
    width: 5rem;
    height: 5rem;
  }
  #backtotop::after {
    left: 1.7rem;
    top: 2.0rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  /*  footer  */
  footer {
    height: 100px;;
  }
  footer .foot-copy {
    font-size: 12px;
  }
  /*  TOP  */
  #home *,
  #home *::before,
  #home *::after {
    box-sizing: border-box;
  }
  #home .p-block p,
  #home .p-block ul,
  #home .p-block li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  #home main {
    margin: 76px 0 0 0;
  }

  #home .top-img {
    border-top: 1px solid #000;
  }

  #home .p-block--lead {
    background: #F5F5F5;
  }
  #home .p-block--lead .p-block__inner {
    padding: 40px 24px;
  }

  #home .p-block--about {
    background: #EDE6E0;
  }

  #home .p-block--interview {
    background: #C0153E;
    color: #fff;
  }

  #home .p-panel-slide {
    width: calc(100% / 3);
  }
  #home .p-panel-slide a {
    color: #fff !important;
    text-decoration: none !important;
  }
  #home .p-panel-slide h3 {
    margin: 20px 0 5px 0;
    font-size: 20px;
    font-weight: bold;
  }

  #home .p-block--grow {
    background: #EDE6E0;
  }

  #home .p-block--benefits {
    background: #F5F5F5;
  }
  #home .p-box-benefits {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
  }
  #home .p-box-benefits + .p-box-benefits {
    margin-top: 40px;
  }
  #home .p-box-benefits__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #home .p-box-benefits__head {
    margin: 0 0 25px 0;
    font-size: 12px
    font-weight: bold;
  }
  #home .p-box-benefits p {
    font-size: 12px;
  }

  #home .p-2col-data {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 300px;
  }
  #home .p-2col-data > * {
    flex: none;
    width: 140px;
  }
  #home .p-2col-data p {

  }

  #home .p-block--info {
    background: #C0153E;
    color: #fff;
  }
  #home .p-block--info .p-block__inner {
    padding-top: 30px;
  }



  /*  aboutDTS　DTSについて  */
  #about .under-title {
    font-size: 2.3rem;
    color: #A82A47;
    font-weight: bold;
    margin: 2rem auto 5rem 0;
    text-align: center;
    border-top: 0;
    border-bottom: 0.1rem solid;
    border-image: linear-gradient(to left, #fff, #606060 50%, #fff 100%);
    border-image-slice: 1;
  }
  #about h2 {
    font-size: 2.0rem;
    color: #A82A47;
    margin: 1.5rem 0.8rem 0 0.8rem;
  }
  #about .under-line {
    width: 95%;
    border-bottom: 0.1rem solid #A82A47;
    margin: 0 auto 2rem auto;
  }
  /*  aboutDTS　育成について  */
  #about h3 {
    width: 95%;
    font-size: 2.0rem;
    padding: 0;
    margin: 4rem auto 0 auto;
  }
  #about .photo-box .left-box {
    float: none;
    width: 100%;
    margin: 0 0 4rem 0;
  }
  #about .photo-box .right-box {
    float: none;
    width: 100%;
  }
  #about dl dd {
    padding: 0 0 0 0;
    margin: 0;
  }
  #about dl dd.int-2 {
    padding: 0 0 0 1.5rem;
    margin: 0;
  }
  #about dl dd.int-3 {
    padding: 0 0 0 3.0rem;
    margin: 0;
  }
  #about dl dd.int-4 {
    padding: 0 0 0 4.5rem;
    margin: 0;
  }
  #about dl dd.int-5 {
    padding: 0 0 0 6.0rem;
    margin: 0;
  }
  #about .ojt-box {
    margin: 4rem 0 5rem 0;
    padding: 1rem 0;
  }
  #about .ojt-box .left-box {
    float: none;
    width: calc(95% - 5rem);
    padding: 2rem 2.5rem;
    margin: 0 auto;
  }
  #about .ojt-box .left-box p {
    margin: 2rem 0 0 0;
  }
  #about .ojt-box .right-box {
    float: none;
    width: 100%;
    text-align: center;
    margin: 2rem 0 0 0;
  }
  #about .ojt-box .right-box img {
    width: 95%;
  }
  /*  COMPANY　事業について  */
  #business .under-title {
    font-size: 2.3rem;
    color: #A82A47;
    font-weight: bold;
    margin: 2rem auto 5rem 0;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #fff, #606060 50%, #fff 100%);
    border-image-slice: 1;
  }
  #business h2 {
    font-size: 1.65rem;
    text-align: center;
    margin: 0;
  }
  #business .under-line {
    width: 95%;
    border-bottom: 0.3rem solid #A82A47;
    margin: 0 auto 0.2rem auto;
  }
  #business .under-line-2 {
    width: 95%;
    border-bottom: 0.1rem solid #A82A47;
    margin: 0 auto 2rem auto;
  }
  #business h3 {
    width: 95%;
    margin: 4rem auto 0 auto;
    padding: 0.5rem 0 0.5rem 0;
    text-align: center;
  }
  #business h4 {
    width: 95%;
    text-align: center;
    color: #fff;
    margin: 4rem auto 0 auto;
    padding: 0.5rem 0 0.5rem 0;
  }
  #business .splet-box {
    width: 95%;
    margin: 4rem auto 0 auto;
  }
  #business .splet-box .title {
    display: block;
    width: 100%;
  }
  #business .splet-box .title br {
    display: none;
  }
  #business .splet-box .main-text {
    display: block;
    width: calc(100% - 3rem);
    text-align: justify;
  }
  #business .splet-box .sub-title {
    display: block;
    width: calc(100% - 3rem);
    text-align: left;
    margin: 1rem 0 0 0;
  }
  #business .splet-box .sub-title br {
    display: none;
  }
  #business .splet-box .text {
    display: block;
    width: calc(100% - 3rem);
  }
  #business .bo-dts {
    float: none;
    text-align: center;
    margin: 5rem auto 0 auto;
  }
  #business .bo-dts a {
    font-size: 1.9rem;
    padding: 0.35rem 6rem 0.18rem 6rem;
    margin: 0 auto;
  }
  #business .photo-80 {
    width: 85%;
    margin: 2rem auto 0 auto;
  }
  #business .photo-100 {
    width: 95%;
    margin: 2rem auto 0 auto;
  }
  /*  RECRUIT　採用データ  */
  #recruit .under-title {
    font-size: 2.3rem;
    color: #A82A47;
    font-weight: bold;
    margin: 2rem auto 5rem 0;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #fff, #606060 50%, #fff 100%);
    border-image-slice: 1;
  }
  #recruit h2 {
    font-size: 1.65rem;
    text-align: center;
    margin: 0;
  }
  #recruit .under-line {
    width: 95%;
    border-bottom: 0.3rem solid #A82A47;
    margin: 0 auto 0.2rem auto;
  }
  #recruit .under-line-2 {
    width: 95%;
    border-bottom: 0.1rem solid #A82A47;
    margin: 0 auto 2rem auto;
  }
  #recruit .splet {
    width: 100%;
  }
  #recruit .splet h3 {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  #recruit .splet .splet-box {
    display: block;
    width: calc(95% - 4rem);
    font-size: 1.4rem;
    line-height: 2.9rem;
    padding: 2.0rem 2rem 2.0rem 2rem;
    border: none;
    margin: 0 auto;
  }
  #recruit .splet .splet-box .box-title {
    width: 100%;
    overflow: hidden;
  }
  #recruit .splet .splet-box .box-title .box-red {
    float: none;
    width: 100%;
  }
  #recruit .splet .splet-box .box-title .box-end {
    float: none;
  }
  #recruit .splet .splet-box p {
    font-size: 1.4rem;
    line-height: 2.9rem;
  }
  #recruit .link-box {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  #recruit .link-box .inner-box {
    display: flex;
    margin: 0;
    flex-direction: column;
    text-align: center;
  }
  #recruit .link-box .left {
    text-align: center;
    margin: 0 auto;
  }
  #recruit .link-box .right {
    text-align: center;
    margin: 0 auto;
  }
  /*  PEOPLE  */
  #people .under-title {
    font-size: 2.3rem;
    color: #A82A47;
    font-weight: bold;
    margin: 2rem auto 5rem 0;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to left, #fff, #606060 50%, #fff 100%);
    border-image-slice: 1;
  }
  #people .main-photo {
    margin: 0 0 3rem 0;
  }
  #people .main-photo .photo-box {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  #people .main-photo .text-box {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  #people .main-photo .text-box .no-title {
    color: #B12A4A;
    font-size: 3.0rem;
    margin: 2rem 0 2rem 0;
  }
  #people .main-photo .text-box .no-title span {
    font-size: 12rem;
    line-height: 10.5rem;
  }
  #people .main-photo .text-box h2 {
    width: calc(95% - 2rem);
    text-align: left;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding: 1rem;
    margin: 0 auto;
  }
  #people h3 {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0.5rem 0 0.5rem 0;
    color: #B42748;
  }
  #people p {
    width: 90%;
    line-height: 2.8rem;
    margin: 1rem auto 0 auto;
  }
  #people .photo-box-80 {
    width: 90%;
    margin: 4rem auto 0 auto;
  }
  #people .lead-block {
    width: 100%;
    margin: 4rem auto 0 auto;
  }
  #people .lead-block .left-box {
    float: none;
    width: 100%;
  }
  #people .lead-block .right-box {
    float: none;
    width: 100%;
    margin: 4rem auto 0 auto;
  }
  #people .lead-block .left-box h3, #people .lead-block .right-box h3 {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0.5rem 0 0.5rem 0;
    color: #B42748;
  }
  #people .sp-mt-40 {
    margin: 4rem auto 0 auto;
  }
  #people h3.schedule {
    width: 90%;
    margin: 5rem auto 0 auto;
  }
  #people .schedule-block {
    width: 90%;
    margin: 5rem auto 0 auto;
  }
  #people .schedule-block .left-box {
    float: none;
    width: 100%;
  }
  #people .schedule-block .left-box table {
    font-size: 1.7rem;
    line-height: 2.7rem;
    font-weight: normal;
  }
  #people .schedule-block .left-box table th {
    width: 10rem;
  }
  #people .schedule-block .left-box table td {
    width: calc(100% - 10rem);
  }
  #people .movie-box {
    width: 95%;
    margin: 5rem auto 0 auto;
  }
  #people .movie-box h4 {
    font-size: 2.3rem;
  }
  #people .movie-box h4:before {
    content: '';
    width: 90%;
    left: 5%;
  }
  #people .movie-box .movie {
    width: 100%;
    text-align: center;
  }
  #people .movie-box video {
    width: 95%;
    margin: 1rem 0 5rem 0;
  }
}