@charset "utf-8";
/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1280px) and (min-width: 641px) {
  /* layout */
  html {
    width: 1280px;
  }
  body {
    width: 1280px;
  }
  .wrapper {
    position: relative;
    width: 1250px;
    margin: auto;
  }
}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #switch {
    z-index: 6;
    position: relative;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    position: fixed;
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #295ea2;
    background-color: #fff;
    text-align: center;
    color: #295ea2;
    text-decoration: none;
    line-height: 1em;
    margin-top: 4px;
    left: 10px;
    bottom: 20px;
    z-index: 2;
  }
}
@media screen and (min-width: 641px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}

@media screen and (min-width: 1021px) {
  #switch {
    display: block;
    height: auto;
  }
  a#btnPC {
    display: none;
  }
  a#btnSP {
    position: fixed;
    display: block !important;
    width: 300px;
    height: auto;
    z-index: 100;
    font-size: 24px;
    padding: 8px;
    text-align: center;
    border-radius: 22px;
    background-color: #00866c;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
    bottom: 40px;
    left: 15px;
    z-index: 99999999 !important;
  }
}
@media screen and (min-width: 1023px) {
  #switch {
    display: none;
    height: 0;
  }
  a#btnSP {
    display: none;
  }
  a#btnPC {
    display: none;
  }
}
/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important;
  }
  /* スマホ用メニュー */
  .index #wrapper {
    overflow: hidden;
    min-width: 20pc;
    height: auto;
    height: auto;
    padding: 0;
  }
  .drawer .contents {
    transition: transform 0.6s;
  }
  .drawer #navTgl:checked ~ .contents {
    transform: translateX(-250px);
  }
  .index #navTgl {
    display: none;
    overflow: hidden;
  }
  .drawer label.pc_none {
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    transition: 0.6s;
  }
  .drawer .open {
    z-index: 100;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #2e5a9a;
    font-size: 2em;
    line-height: 37px;
    text-align: center;
    position: relative;
  }
  .drawer .open span {
    position: absolute;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5px;
  }
  .drawer .close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.6s;
  }
  .index #navTgl:checked + .open {
    transform: translateX(-250px);
  }
  .drawer #navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 4;
  }
  .menu {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    padding: 10px;
    background-color: #d7e7f3;
    transform: translateX(100%);
    transition: transform 0.6s;
    box-sizing: border-box;
    z-index: 10;
  }
  .index #navTgl:checked ~ .menu {
    transform: translateX(0);
  }
  .menu li a {
    position: relative;
    color: #141414;
  }
  .menu li a.arrow_d:after {
    content: "＞";
    position: absolute;
    display: block;
    font-size: 10px;
    height: 10px;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto 0;
    transform: rotate(90deg);
  }
  .menu ul {
    padding: 0;
  }
  .menu li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.4;
  }
  .menu li a {
    display: block;
    padding: 1em 2em 0.9em;
    text-decoration: none;
    transition: background-color 0.6s;
  }
  .menu .gsst_a {
    padding: 0 !important;
  }
  .menu li a .en {
    position: relative;
    display: block;
    font-size: 0.5em;
  }
  .menu li a:hover {
    color: #fff;
    background-color: #2e5a9a;
  }
  .menu li a:hover span {
    color: #fff;
  }
  .menu li ul {
    background: #2e5a9a;
  }
  .menu li ul li:last-child {
    border-bottom: 0;
  }
  #sp_tel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #ff77c2 url(../images/tel_w.svg) no-repeat top 5px center/16px
      auto;
    right: 50px;
  }
  #sp_mail {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 10;
    background: #00a764 url(../images/mail_w.svg) no-repeat top 15px center/21px
      auto;
    right: 100px;
  }
  #sp_tel span,
  #sp_mail span {
    bottom: 4px;
    color: #fff;
  }

  /* swiper */
  .slider1_1,
  .slider1_2,
  .slider1_3,
  .slider1_4 {
    position: relative;
    height: 300px;
  }
  .slider1_1 {
    background-image: url(../images/slider01_sp.jpg);
  }
  .slider1_3 {
    background-image: url(../images/slider03_sp.jpg);
  }
  .slider1_1 .wrapper,
  .slider1_2 .wrapper,
  .slider1_3 .wrapper,
  .slider1_4 .wrapper {
    margin-top: 0;
    top: 53%;
  }
  .slick-slide {
    max-height: none;
  }
  .slider1_1 .wrapper .sub,
  .slider1_2 .wrapper .sub,
  .slider1_3 .wrapper .sub,
  .slider1_4 .wrapper .sub {
    font-size: 1.6rem;
  }
  .slider1_1 .wrapper .main,
  .slider1_2 .wrapper .main,
  .slider1_3 .wrapper .main,
  .slider1_4 .wrapper .main {
    font-size: 3.2rem;
  }
  .slick-slide img {
    min-width: 640px;
  }
  header {
    padding-top: 50px;
  }
  header .pc_menu {
    position: fixed;
    background: #fff;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
      rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  }
  header #header_logo {
    display: block;
  }
}

/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html {
    max-width: 640px;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    letter-spacing: 0.06em;
    line-height: 1.7;
  }
  /* layout
    ------------------------------ */
  .wrapper {
    max-width: 640px;
    width: 90% !important;
    padding: 0 5%;
  }
  .contents {
    padding-top: 50px;
  }
  /* Common
    ------------------------------ */
  .fl_l,
  .fl_r {
    float: none;
  }
  .float::before,
  .float::after {
    content: " ";
    display: block;
    clear: both;
  }
  .table_b th,
  .table_b td {
    display: block;
    width: 100%;
  }
  .table_b tr {
    border-bottom: solid 6px #fff;
  }
  .table_b th {
    padding: 2% 4%;
    border-radius: 15px 15px 0 0;
    border-left: 0;
  }
  .table_b td {
    padding: 4% 4%;
    border-radius: 0 0 15px 15px;
  }
  .sp_line {
    display: inline-block;
  }
  /* index common
    ------------------------------ */
  header .pc_menu {
    padding: 4px 0;
  }
  header .pc_menu h1 a {
    height: 42px;
    width: 166px;
    width: 50%;
  }
  header .pc_menu #gnav {
    display: none;
  }
  #index .headline.en::after {
    top: 94px;
  }
  /* index
    ------------------------------ */
  #index_about .ceo {
    margin: 0 auto 40px;
    text-align: center;
  }
  #index_about .box {
    margin: 8% auto 0;
  }
  #index_about h3 {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 5%;
  }
  #index_about h3::before {
    margin-right: 4%;
  }
  #index .headline.en {
    font-size: 3.4rem;
  }
  #index_about {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  #index_about .flex_l {
    margin: 0 0 8%;
    display: block;
    text-align: center;
  }
  #index_about .flex_r p {
    margin-bottom: 1em;
  }
  #index_business .sub_headline + p {
    margin-bottom: 6%;
  }
  #index_business {
    padding-top: 15%;
  }
  #index_business .business01::after {
    border-width: 10px 12px 0 12px;
  }
  #index_business .acd-label {
    width: 91px;
    padding: 34px 0;
    margin-bottom: 4%;
  }
  #index_business .box .flex_r {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }
  #index_business .box {
    width: auto;
    padding-top: 8%;
    padding-bottom: 6%;
  }
  #index_business .box .flex_l {
    position: initial;
    width: auto;
    max-width: 400px;
    margin: 0 auto 6%;
    display: block;
  }
  #index_business .box:nth-of-type(odd) .flex_l {
    margin-left: auto;
  }
  #index_business .business02 .flex_l {
    margin-right: auto;
  }
  #index_business .box:nth-of-type(even) .flex_r {
    padding-left: 0;
  }
  #index_business .box:nth-of-type(odd) .flex_r {
    padding-right: 0;
  }
  #index_business .box .flex_r::after {
    width: 100%;
  }
  #index_business .box h3 {
    font-size: 2.6rem;
    margin-bottom: 6%;
  }
  #index_business .box h3::after {
    width: 100%;
  }
  #index_business .box:nth-of-type(even) h3::after {
    left: 0;
  }
  #index_business .box:nth-of-type(odd) h3::after {
    right: 0;
  }
  #index_business .box ul {
    min-height: auto;
    margin-bottom: 18px;
  }
  #index_business .box li {
    display: block;
    width: auto;
  }
  #index_business .box p {
    line-height: 1.8;
  }
  #index_business .box .btn_b,
  #index_business .box .btn_p,
  #index_business .box .btn_g {
    margin-left: auto;
    margin-right: auto;
  }
  #index_business .btn_list a {
    margin-bottom: 8px;
  }
  #index_business .btn_list a:last-of-type {
    margin-bottom: 0;
  }
  #index_business .business01 .kenzai,
  #index_business .business01 .youheki{
    margin-top: 30px;
  }
  #index_business .business01 .btn_b {
    margin-top: 12px;
  }
   #index_business .business02 .business02_btn a{
    margin: 10px auto;
  }
  #index_recruitment {
    background: #f3f3f3;
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: left;
  }
  #index_recruitment .btn_navy {
    margin-top: 8%;
  }
  /* sub common
    ------------------------------ */

  /* thanks
    ------------------------------ */
  /* Footer
    ------------------------------ */
  footer .link {
    display: none;
  }
  footer {
    padding-top: 10%;
  }
  #copyright {
    padding-bottom: 120px;
  }
  /* Page Top
    ------------------------------ */
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 381px) and (max-width: 640px) {
  #index_about h3 span {
    position: absolute;
    top: 4px;
  }
}
@media screen and (max-width: 380px) {
  #index_about h3 {
    text-align: center;
  }
  #index_about h3::before {
    display: block;
    margin: 0 auto 3%;
  }
}
@media screen and (max-width: 366px) {
  #index_about .box > div:nth-of-type(odd) {
    margin-right: 8px;
  }
}
