@charset "UTF-8";

/*--------------------------------------------------------------------------------------------------



second



--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

.nav-pc {
  display: block;
}

@media all and (max-width: 768px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .nav-pc {
    display: none;
  }

  .f-r,
  .f-l {
    float: none;
  }

  .px1080 {
    width: 95%;

    margin: 0 auto;
  }

  .px940 {
    width: 95%;

    margin: 0 auto;
  }

  .pd-l-60,
  .pd-l-100 {
    padding-left: 0;
  }

  .pd-r-60,
  .pd-r-100 {
    padding-right: 0;
  }

  header {
    width: 100%;

    padding-left: 15px;

    position: relative;

    margin-top: 0;

    padding-top: 10px;

    clear: both;

    margin-bottom: 11px;
  }

  header .f-l {
    margin-top: 2px;
  }

  header .f-l a img {
    width: 188px;
  }

  header .f-r {
    position: absolute;

    top: 0;

    right: 0;
  }

  header .f-r .menu-btn {
    display: inline-block;
  }

  header .f-r .menu-btn img {
    width: 65px;
  }

  header .f-r a {
    display: inline-block;

    margin-bottom: 0 !important;
  }

  header .f-r a:nth-of-type(2) {
    position: relative;

    z-index: 2;
  }

  header .f-r a img {
    width: 65px;
  }

  /* ハンバーガーメニュー */

  .menu-btn .menu-btn-position {
    position: absolute !important;

    z-index: 3;

    top: 10px;

    right: 4px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;

    transition: all 0.4s;

    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;

    width: 50px;

    height: 44px;
  }

  .menu-trigger span {
    position: absolute;

    left: 2px;

    width: 84%;

    height: 4px;

    background-color: #fff;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);

    transform: translateY(20px) rotate(-45deg);

    top: -8px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);

    transform: translateY(-20px) rotate(45deg);

    bottom: 8px;
  }

  .sp-menu {
    display: none;
  }

  .sp-menu {
    position: absolute;

    top: 65px;

    left: 0;

    width: 100%;

    background: #eeeeee;

    z-index: 10;
  }

  .sp-menu ul {
    padding-left: 25px;

    padding-top: 25px;

    margin-top: 0;

    margin-bottom: 0;
  }

  .sp-menu ul li {
    list-style-type: none;
  }

  .sp-menu ul li a {
    height: 32px;

    line-height: 32px;

    display: block;

    font-size: 16px;

    font-weight: bold;
  }

  .sp-menu .sp-menu-tel {
    float: left;

    width: 50%;

    margin-top: 12px;
  }

  .sp-menu .sp-menu-tel a {
    height: 20px;
  }

  .sp-menu .sp-menu-tel p {
    font-size: 11px;
  }

  .sp-menu .sp-menu-tel img {
    width: 140px;
  }

  .sp-menu .sp-menu-fax {
    float: left;

    width: 50%;

    margin-top: 12px;
  }

  .sp-menu .sp-menu-fax p {
    font-size: 11px;
  }

  .sp-menu .sp-menu-fax img {
    width: 140px;
  }

  .sp-menu .sp-menu-contact,
  .sp-menu .sp-menu-recruit {
    width: 50%;

    display: block;

    float: left;

    margin-top: 15px;

    margin-bottom: 20px;
  }

  .sp-menu .sp-menu-contact img,
  .sp-menu .sp-menu-recruit img {
    width: 150px;
  }

  /* END-ハンバーガーメニュー*/

  footer .footer-box {
    width: 100%;

    font-size: 12px;
  }

  footer .footer-box a {
    width: 230px;

    height: 23px;

    line-height: 23px;

    font-size: 12px;

    margin: 0 auto;

    margin-top: 18px;
  }

  footer .footer-box a img {
    position: absolute;

    top: 8px;

    right: 27px;

    width: 6px;
  }

  footer .footer-left {
    float: none;

    width: 100%;
  }

  footer .footer-left .footer-left-box {
    float: none;
  }

  footer .footer-right {
    float: none;

    width: 100%;
  }

  footer .footer-right .footer-right-box {
    float: none;
  }

  footer .footer-icon {
    width: 100px;
  }

  footer .footer-info {
    width: 250px;
  }

  footer .footer-info .f-logo {
    width: 250px;
  }

  footer .footer-info .f-logo img {
    width: 100%;
  }

  footer .footer-info .f-tel {
    font-size: 12px;
  }

  footer .footer-info .f-tel img {
    width: 160px;
  }

  footer .footer-info .f-fax {
    font-size: 12px;
  }

  footer .footer-info .f-fax img {
    width: 160px;
  }

  footer .f-address {
    width: 250px;

    font-size: 12px;
  }

  footer .f-address .f-l {
    margin-bottom: 17px;
  }

  footer .f-address .f-l:last-of-type {
    margin-bottom: 0;
  }

  /*――――――――――――――――――――――――――――――――――――――

    index.html

  ――――――――――――――――――――――――――――――――――――――――*/

  #top img.title {
    margin: 0 auto;

    margin-bottom: 20px;

    height: 35px;
  }

  #top .box-bg {
    background-size: 100% 100%;

    padding-bottom: 30px;
  }

  #top .box {
    padding-top: 30px;
  }

  #top .box .syousai-btn {
    height: 27px;

    width: 145px;

    line-height: 27px;

    margin: 0 auto;

    margin-top: 18px;
  }

  #top .box .syousai-btn:before {
    content: "";

    background-image: url(../../image/top/syousai-btn-before.gif);

    background-repeat: no-repeat;

    height: 27px;

    width: 13px;

    background-size: contain;
  }

  #top .box .syousai-btn:after {
    content: "";

    background-image: url(../../image/top/syousai-btn-after.gif);

    height: 27px;

    width: 20px;

    background-size: contain;
  }

  #top .h-slide .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;

    height: 6px;
  }

  #top .h-slide {
    padding: 25px 0 30px;

    width: 100%;

    height: auto;
  }

  #top .h-slide .slide-frame {
    top: 25px;
  }

  #top .slide-frame img {
    width: 95%;

    margin: 0 auto;

    display: block;
  }

  #top .h-slide .bx-wrapper {
    width: 93%;

    margin: 0 auto;

    position: relative;

    top: 0;
  }

  #top .h-slide .bx-wrapper .bx-pager {
    bottom: -18px;
  }

  #top .h-slide .slide-text {
    position: absolute;

    width: 60%;

    top: 70px;

    left: 0;

    right: 0;

    margin: auto;
  }

  #top .box-01 .f-l {
    width: 100%;

    text-align: center;

    margin-top: 0;
  }

  #top .box-01 .f-l img:first-of-type {
    margin-bottom: 20px;

    height: 30px;
  }

  #top .box-01 .f-l img:nth-of-type(2) {
    width: 100%;

    margin-bottom: 20px;
  }

  #top .box-01 .f-l img:last-of-type {
    width: 200px;

    margin-bottom: 14px;
  }

  #top .box-01 .f-l p {
    width: 70%;

    text-align: left;

    margin: 0 auto;

    font-size: 12px;

    line-height: 18px;
  }

  #top .box-02 a {
    width: 250px;

    display: block;

    margin: 0 auto;
  }

  #top .box-02 a:last-of-type {
    margin: 20px auto 0;
  }

  #top .box-02 a img {
    width: 100%;
  }

  #top .box-03 {
    text-align: center;
  }

  #top .box-03 .f-r {
    width: 100%;
  }

  #top .box-03 .f-r p {
    width: 70%;

    text-align: left;

    margin: 0 auto;

    font-size: 12px;

    line-height: 18px;
  }

  #top .box-03 .f-r img:first-of-type {
    margin-top: 0;
  }

  #top .box-03 .f-r img:nth-of-type(2) {
    margin: 0 auto;

    width: 100%;
  }

  #top .box-03 .f-r img:last-of-type {
    height: 38px;

    margin-top: 20px;

    margin-bottom: 14px;
  }

  #top .box-04 {
    text-align: center;
  }

  #top .box-04 .f-l img:nth-of-type(2) {
    width: 100%;
  }

  #top .box-04 .f-l img:last-of-type {
    width: 190px;

    margin-top: 20px;

    margin-bottom: 18px;
  }

  #top .box-04 .f-l p {
    width: 70%;

    text-align: left;

    margin: 0 auto;

    font-size: 12px;

    line-height: 18px;
  }

  /*――――――――――――――――――――――――――――――――――――――

    recruit

  ――――――――――――――――――――――――――――――――――――――――*/

  .page-bg {
    height: 62px;
  }

  .page-bg .page-bg-cover {
    height: 62px;

    width: 46%;
  }

  .page-bg .page-bg-cover-cricle {
    float: left;

    height: 62px;
  }

  .page-bg h2 {
    height: 62px;

    position: relative;
  }

  .page-bg h2 img {
    position: absolute;

    left: 40px;

    top: 24px;

    height: 18px;
  }

  .page img.title {
    display: block;

    margin: 0 auto;

    margin-bottom: 20px;

    height: 36px;
  }

  #recruit .px990 {
    width: 95%;

    margin: 0 auto;
  }

  #recruit .box {
    padding-top: 30px;
  }

  #recruit .box01-bg {
    background-size: 100% 100%;

    padding-bottom: 30px;
  }

  #recruit .box01-bg .box01 img:nth-of-type(3) {
    width: 100%;

    margin-bottom: 15px;
  }

  #recruit .box01-bg .box01 img:nth-of-type(4) {
    width: 100%;
  }

  #recruit .box01-bg .box01 img:nth-of-type(5) {
    margin-left: auto;
  }

  #recruit .box01-bg .box01 img:last-of-type {
    width: 280px;

    display: block;

    margin: 0 auto;
  }

  #recruit .box01-bg .box01 p {
    width: 70%;

    margin: 0 auto;

    font-size: 12px;

    line-height: 18px;

    margin-bottom: 30px;

    padding-left: 0;
  }

  #recruit .box02-bg {
    padding-bottom: 30px;
  }

  #recruit .box02-bg .box02 .text-box {
    width: 80%;

    box-sizing: border-box;

    margin-left: 0;

    margin: 0 auto;

    margin-top: 20px;
  }

  #recruit .box02-bg .box02 .text-box .text-box-inner {
    width: 100%;

    box-sizing: border-box;

    margin-left: 8px;

    padding-left: 30px;

    padding-right: 25px;

    padding-bottom: 18px;

    text-align: center;

    margin-top: -76px;

    padding-top: 25px;
  }

  #recruit .box02-bg .box02 .text-box .text-box-inner span {
    font-size: 15px;
  }

  #recruit .box02-bg .box02 .text-box .text-box-inner p {
    font-size: 12px;

    line-height: 18px;

    text-align: left;
  }

  #recruit .box02-bg .box02 .text-box-01:before {
    content: "";

    background: url(../../image/recruit/box02-01.png);

    background-size: 70px;

    background-repeat: no-repeat;

    height: 80px;

    width: 70px;

    display: inline-block;
  }

  #recruit .box02-bg .box02 .text-box-02:before {
    content: "";

    background: url(../../image/recruit/box02-02.png);

    background-size: 70px;

    background-repeat: no-repeat;

    height: 80px;

    width: 70px;

    display: inline-block;
  }

  #recruit .box03-bg .box03 img:nth-of-type(3) {
    width: 280px;

    display: block;

    margin: 0 auto;

    margin-bottom: 30px;
  }

  #recruit .box03-bg .box03 table {
    width: 80%;
  }

  #recruit .box03-bg .box03 table th {
    display: block;

    width: 100%;

    font-size: 16px;

    padding-top: 10px;

    padding-bottom: 10px;
  }

  #recruit .box03-bg .box03 table td {
    display: block;

    padding: 20px 10px;
  }

  #recruit .box03-bg .box03 table td:last-of-type {
    border-bottom: none;
  }

  #facility img.title {
    height: 36px;
  }

  #facility .box {
    padding-top: 30px;
  }

  #facility .sp {
    display: block;
  }

  #facility .px940 {
    width: 95%;

    margin: 0 auto;
  }

  #facility .machines img {
    display: block;

    width: 300px;

    margin: 0 auto;
  }

  #facility .machines img:last-of-type {
    margin-right: auto;
  }

  #facility .machines table {
    width: 100%;

    max-width: 300px;

    margin: 20px auto 40px;

    font-size: 12px;

    border: solid 1px #0c1a5e;
  }

  #facility .machines table th {
    width: 166px;
  }

  #facility .machines table th,
  #facility .machines table td {
    height: 25px;

    border: solid 1px #0c1a5e;
  }

  #facility .facility-machines-box02-table {
    width: 100%;

    border: solid 1px #0c1a5e !important;
  }

  #facility .facility-machines-box02-table th {
    border-right: solid 1px #0c1a5e !important;
  }

  #facility .facility-machines-box02-table th,
  #facility .facility-machines-box02-table td {
    line-height: 18px;

    border: solid 1px #0c1a5e;

    border-bottom: solid 1px #0c1a5e !important;
  }

  #facility .facility-machines-box02-table tr:last-of-type td {
    border-bottom: none !important;
  }

  #facility .facility-machines-box02-table th.height-cntrl {
    height: 46px;

    line-height: normal;
  }

  #facility .facility-last-table {
    width: 100%;

    max-width: 300px;

    font-size: 12px;

    border: solid 1px #0c1a5e !important;
  }

  #facility .facility-last-table th,
  #facility .facility-last-table td {
    height: 30px;

    border: none;

    border-bottom: solid 1px #0c1a5e !important;
  }

  #advantage .page-bg h2 img {
    left: 20px;
  }

  #advantage .box01-bg {
    background-size: 100% 100%;

    padding-bottom: 30px;
  }

  #advantage .box {
    padding-top: 30px;
  }

  #advantage .box .midashi {
    margin-top: 48px;

    max-width: 310px;

    width: 100%;

    margin: 0 auto;

    display: block;
  }

  #advantage .box .midashi.pc {
    display: none;
  }

  #advantage .box .text-box {
    width: 100%;

    max-width: 310px;

    font-size: 12px;

    line-height: 18px;

    margin: 0 auto;

    margin-top: 13px;

    margin-bottom: 10px;
  }

  #advantage .box .image {
    max-width: 310px;

    width: 100%;

    margin: 0 auto;

    display: block;
  }

  #advantage .box01 {
    text-align: center;
  }

  #advantage .box01 .sub_title {
    margin: 0 auto;

    display: block;

    height: 24px;
  }

  #advantage .box01 p {
    line-height: 18px;

    margin-top: 20px;

    font-size: 12px;

    text-align: left;
  }

  #advantage .box03 .midashi:last-of-type {
    margin-top: 30px;
  }

  #advantage .box03 .midashi.pc {
    display: none;
  }

  #advantage .box03 .midashi.sp {
    display: block;
  }

  #advantage .box03 .text-box {
    margin-top: 16px;
  }

  #advantage .box05 {
    padding-right: 0;
  }

  #advantage .box06 {
    max-width: 260px;

    width: 100%;

    padding-bottom: 0;
  }

  #advantage .box06 a {
    width: 100%;

    margin: 0 auto;
  }

  #advantage .box06 a img {
    width: 100%;

    display: block;

    margin-bottom: 30px;
  }

  #company .px940 {
    width: 95%;

    margin: 0 auto;
  }

  #company .px960 {
    width: 95%;

    margin: 0 auto;
  }

  #company .box {
    padding-top: 30px !important;
  }

  #company .box01 {
    padding-bottom: 30px;
  }

  #company .box01 .catchcopy {
    position: relative;
  }

  #company .box01 .catchcopy img:last-of-type {
    /*    position: absolute;

    bottom: -25px;

    width: 55%;*/
  }

  #company .box01 .sp {
    width: 100%;
  }

  #company .box01 img {
    max-width: 340px;

    margin-left: auto;

    margin-right: auto;
  }

  #company .box01 p {
    font-size: 12px;

    line-height: 22px;
  }

  #company .box02-bg {
    padding-top: 50px;
  }

  #company .box02-bg .box02 {
    padding-bottom: 30px;
  }

  #company .box02-bg .box02 .blue-part {
    padding-top: 20px;

    padding-bottom: 15px;
  }

  #company .box02-bg .box02 .blue-part:before {
    background-size: 30px;

    background-repeat: no-repeat;

    top: -1px;
  }

  #company .box02-bg .box02 .blue-part:after {
    background-size: 30px;

    background-repeat: no-repeat;
  }

  #company .box02-bg .box02 .blue-part .title {
    position: absolute;

    left: 0;

    right: 0;

    top: -50px;

    margin: auto;
  }

  #company .box02-bg .box02 .blue-part table {
    width: 85% !important;

    font-size: 12px;
  }

  #company .box02-bg .box02 .blue-part table tr:last-of-type th {
    border-bottom: solid 1px #ccc;
  }

  #company .box02-bg .box02 .blue-part table th,
  #company .box02-bg .box02 .blue-part table td {
    display: block;

    width: 100%;

    line-height: 18px;
  }

  #company .box02-bg .box02 .blue-part table th {
    padding-left: 0;

    padding-top: 6px;

    padding-bottom: 6px;
  }

  #company .box02-bg .box02 .blue-part table td {
    padding-top: 6px;

    padding-bottom: 6px;
  }

  #company .box02-bg .box02 .blue-part.enkaku {
    margin-top: 95px;
  }

  #company .box02-bg .box02 .blue-part.enkaku:before {
    background-size: 30px;

    background-repeat: no-repeat;
  }

  #company .box02-bg .box02 .blue-part.enkaku:after {
    background-size: 30px;

    background-repeat: no-repeat;
  }

  #company .box03-bg {
    padding-bottom: 10px;
  }

  #company .box03-bg .box03 .torihiki-box {
    margin-bottom: 40px;
  }

  #company .box03-bg .box03 .torihiki-box .torihiki {
    position: relative;

    width: 280px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    height: 40px;

    line-height: 40px;

    background: #ced1df;

    margin-bottom: 20px;

    text-align: center;

    font-size: 16px;

    font-weight: bold;
  }

  #company .box03-bg .box03 .torihiki-box .torihiki:before {
    height: 40px;

    width: 11px;
  }

  #company .box03-bg .box03 .iframe-box {
    max-width: 320px;

    margin: 0 auto;
  }

  #company .box03-bg .box03 .iframe-box:before {
    top: -1px;

    left: -1px;
  }

  #company .box03-bg .box03 .iframe-box:after {
    bottom: -1px;

    right: -1px;
  }

  #company .box03-bg .box03 .iframe-box iframe {
    max-width: 320px;

    width: 100%;
  }

  #company .box03-bg .box03 .adress {
    margin-bottom: 36px;

    font-size: 14px;
  }

  #company .box03-bg .box03 .adress .adress-text {
    text-align: left;
  }

  #company .box03-bg .box03 .adress span {
    font-size: 14px;

    height: 25px;

    line-height: 25px;

    width: 90px;

    display: block;

    margin: 0 auto 10px;
  }

  #company .box03-bg .box03 .adress span:after {
    height: 25px;

    right: -9px;
  }

  #works .bg {
    background-size: 100% 100%;
  }

  #works .px940 {
    width: 95%;

    margin: 0 auto;
  }

  #works .box01 {
    padding-top: 30px;
  }

  #works .box01-box {
    max-width: 300px;

    width: 100%;

    margin: 0 auto;

    margin-bottom: 30px;

    display: block;

    height: auto;

    max-height: 350px;
  }

  #works .box01-box:nth-of-type(3n) {
    margin-right: auto;
  }

  #works .box01-box span {
    font-size: 14px;

    margin-bottom: 0;
  }

  #works .box01-box p {
    font-size: 12px;
  }

  #contact .bg {
    padding-bottom: 40px;

    padding-top: 30px;
  }

  #contact .bg-gray {
    padding-top: 25px;

    padding-bottom: 25px;
  }

  #contact .px940 {
    width: 95%;

    margin: 0 auto;
  }

  #contact .px660 {
    width: 95%;

    margin: 0 auto;

    line-height: 20px;

    font-size: 12px;
  }

  #contact .contact-table {
    font-size: 12px;

    margin-top: 20px;
  }

  #contact .contact-table th,
  #contact .contact-table td {
    display: block;
  }

  #contact .contact-table th {
    padding-bottom: 0;
  }

  #contact .contact-table td {
    padding-bottom: 8px;
  }

  #contact .contact-table td textarea {
    width: 100%;

    border: solid 1px #000;
  }

  #contact .contact-table td input {
    height: 26px;

    width: 40%;

    margin-right: 15px;

    font-size: 12px;

    border: solid 1px #000;
  }

  #contact .contact-table td input.input-long {
    width: 100%;

    margin-right: 0;
  }

  #contact .privacy {
    font-size: 12px;
  }

  #contact .privacy span {
    font-size: 14px;
  }

  #contact .privacy p {
    text-align: left;
  }

  #contact .privacy .window {
    width: 100%;

    margin-top: 20px;

    margin-bottom: 20px;
  }

  #contact .privacy .radio-css + label::before {
    width: 14px;

    height: 14px;
  }

  #contact .privacy .radio-css + label {
    padding-left: 20px;
  }

  #contact .privacy .radio-css:checked + label::after {
    width: 8px;

    height: 8px;
  }

  #contact .btns {
    margin-top: 15px;
  }

  #contact .btns div {
    padding: 5px 24px;
  }

  #contact.page-contact-cnf .contact-table th {
    width: 210px;
  }

  #contact.page-contact-cnf .btns div:first-of-type {
    margin-right: 20px;
  }

  #contact.page-entry-cnf .btns div:first-of-type {
    margin-right: 20px;
  }

  #contact .box01 .back-btn {
    padding: 8px 30px;
  }

  #contact .box01 .cnf-send-btn {
    padding: 8px 30px;
  }

  #recruit .box01 img:nth-of-type(6) {
    margin-left: auto;

    margin-bottom: 20px;

    height: 50px;
  }

  #company .box02-bg .box02 .blue-part.enkaku table {
    width: 85% !important;
  }

  #company .box02-bg .box02 .blue-part.enkaku table tr th {
    width: 100%;

    padding-left: 0;
  }

  .page-bg h1 {
    height: 62px;

    position: relative;
  }

  .page-bg h1 img {
    position: absolute;

    left: 40px;

    top: 24px;

    height: 18px;
  }

  #advantage h1 img {
    left: 20px;
  }

  #company .box03-bg .box03 .iframe-box-02:before {
    content: url(../../image/company/map-kado.gif) !important;
  }

  #company .box03-bg .box03 .iframe-box:after {
    content: url(../../image/company/map-kado-gray.png);
  }

  #company .box03-bg .box03 .iframe-box.box03-iframe-first:after {
    content: url(../../image/company/map-kado.gif);
  }

  #advantage .box.box03 {
    padding-top: 0;
  }

  #top .box-04 .f-l {
    margin-top: 0;
  }

  #recruit .rec-add {
    width: 100%;
  }

  #recruit .box01 .rec-add img:first-of-type {
    margin-bottom: 20px !important;
  }

  #recruit .rec-add img {
    display: block;

    width: 280px;

    margin: 0 auto;

    margin-bottom: 20px;
  }

  .manager-slide img {
    width: 200px;
  }

  footer .slide-frame .slick-slide img {
    margin-left: -24px;
  }

  footer .slide-frame {
    padding-top: 4px;

    padding-bottom: 4px;
  }

  .top-btn {
    position: fixed;

    bottom: 15px;

    right: 15px;

    z-index: 999;

    opacity: 1;
  }

  .top-btn a:active,
  .top-btn a:hover {
    opacity: 1;
  }

  .top-btn img {
    width: 50px;

    opacity: 1;
  }

  footer {
    margin-bottom: -20px;
  }

  /*------------------------------------------------------------------------------------------------

Add202207

--------------------------------------------------------------------------------------------------*/

  .rec2022 {
  }

  .rec2022 img {
    max-width: 100%;

    height: auto;
  }

  .rec2022 .recruitTop {
    width: 100%;

    max-width: none;

    margin: 0 auto;
  }

  .rec2022 .recruitLead {
    width: 94%;

    max-width: none;

    margin: 40px auto;
  }

  .rec2022 .sec01 {
    width: 90%;

    max-width: none;

    margin: 0 auto 40px;
  }

  .rec2022 .sec01 .inner {
    width: 100%;

    margin: 0;

    padding: 40px 0 0;
  }

  .rec2022 .sec01 .inner p.text {
    margin: 30px 0 40px;

    line-height: 2;
  }

  .rec2022 .sec01 .inner ul {
    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    justify-content: space-between;
  }

  .rec2022 .sec01 .inner ul li {
    width: 32%;

    margin: 0 0 20px;

    padding: 0;

    text-align: center;
  }

  .rec2022 .sec02 {
    padding: 80px 0 20px;

    background-color: #0a1a5f;
  }

  .rec2022 .sec02 .inner {
    width: 94%;

    margin: 0 auto;
  }

  .rec2022 .sec02 .inner h2 {
    color: #fff;

    font-family: "Noto Sans JP", sans-serif;

    font-size: 30px;

    font-weight: 900;

    margin: 0 0 40px;
  }

  .rec2022 .sec02 .inner ul {
    display: flex;

    justify-content: space-between;

    margin: 0 20px;

    padding: 0;

    list-style: none;

    flex-wrap: wrap;
  }

  .rec2022 .sec02 .inner ul li {
    width: 46%;

    margin: 0 0 52px;

    padding: 0;
  }

  .rec2022 .sec02 .inner span {
    display: block;

    text-align: center;

    color: #fff;
  }

  .rec2022 .sec02 .inner .namae {
    font-size: 22px;

    font-weight: 900;

    margin: 16px 0 4px;

    font-family: "Noto Sans JP", sans-serif;

    min-height: 30.8px;
  }

  .rec2022 .sec03 {
    width: 90%;

    margin: 0 auto;

    padding: 40px 0;
  }

  .rec2022 .sec03 h2 {
    margin: 0 0 40px;
  }

  .rec2022 .sec03 ul {
    display: flex;

    justify-content: space-between;

    margin: 70px 0 0;

    padding: 0;

    list-style: none;

    flex-wrap: wrap;
  }

  .rec2022 .sec03 ul li {
    width: 32%;

    margin: 0 0 52px;

    padding: 0;
  }

  .rec2022 .sec04 {
    width: 94%;

    margin: 0 auto 60px;
  }

  .rec2022 .sec04 h2 {
    margin: 0 0 40px;
  }

  .rec2022 .sec04 dl {
    width: 100%;

    margin: 0 auto;
  }

  .rec2022 .sec04 dl dt {
    margin: 0 0 20px;

    font-size: 18px;

    font-weight: 900;

    font-family: "Noto Sans JP", sans-serif;
  }

  .rec2022 .sec04 dl dd {
    margin-bottom: 40px;

    font-size: 14px;

    line-height: 1.6;
  }

  .rec2022 .sec05 {
    width: 94%;

    margin: 0 auto 80px;
  }

  .rec2022 .sec05 h2 {
    margin: 0 0 40px;
  }

  .rec2022 .sec05 h2 img {
    width: 280px;

    height: auto !important;
  }

  .rec2022 .sec05 p {
    text-align: center;
  }

  .rec2022 .sec05 p img {
    width: 280px;
  }

  #recruit .box02-bg .box02 .text-box .text-box-inner span {
    font-family: "Noto Sans JP", sans-serif;
  }

  #recruit .box02-bg .box02 .text-box {
    width: 90%;

    margin: 30px auto 0;
  }

  .rec2022 .sec06 {
    width: 94%;

    margin: 0 auto;

    padding: 60px 0 20px;
  }

  .rec2022 .sec06 h2 img {
    height: 40px;

    width: auto;
  }

  .rec2022 .sec07 {
    width: 100%;

    margin: 0 auto;

    padding: 40px 0 60px;
  }

  .rec2022 .sec07 h2 {
    margin: 0 0 20px;
  }

  .rec2022 .sec07 h2 img {
    width: auto;

    height: 40px;
  }

  .rec2022 .sec07 table {
    width: 90%;

    margin: 0 auto;

    border: solid 2px #000;

    border-bottom: none;
  }

  .rec2022 .sec07 table th {
    display: block;

    width: 100%;

    background-color: #cdd0de;

    padding: 10px;

    border-bottom: solid 2px #000;
  }

  .rec2022 .sec07 table td {
    display: block;

    width: 100%;

    border-bottom: solid 2px #000;

    padding: 10px;
  }

  .rec2022 .sec08 {
    width: 94%;

    margin: 0 auto;

    padding: 0 0 100px;
  }

  .rec2022 .sec08 h2 {
    margin: 0 0 40px;
  }

  .rec2022 .sec08 h2 img {
    height: 40px;

    width: auto;
  }

  .rec2022 .sec08 p {
    text-align: center;
  }

  .sec04 h2 {
    font-family: "Noto Sans JP", sans-serif;

    font-size: 30px;

    font-weight: 900;
  }

  .rec2022 .sec08 p img {
    width: 280px;

    height: auto;
  }

  .sec04 .interviewBox {
    width: 90%;

    margin: 0 auto;
  }

  .sec04 .int01 {
    background-color: #0a1a5f;

    color: #fff;

    padding: 20px 20px 14px;

    /* width: 60%; */

    margin: 0 0 40px;
  }

  .sec04 .int01 .in {
    margin-bottom: 10px;
  }

  .sec04 .int01 .namae {
    font-size: 30px;

    letter-spacing: 0.05em;
  }

  .sec04 .int01 .namae span {
    margin-left: 30px;

    font-size: 14px;

    letter-spacing: 0;
  }

  .sec04 .interviewBox .inteviewBox__content {
    width: 100%;
  }

  .sec08 .c-list1 {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    justify-content: center;
  }

  .sec08 .c-list1 .c-list1__item1 {
    width: 100%;
    max-width: 350px;
  }

  .sec08 .c-list1 .c-list1__img {
    padding-top: 186px;
  }

  .sec06 .flex-content .side-img {
    margin: 0 auto;
  }

  .sec06 .flex-content .side-content {
    width: 100%;
  }
}

@media all and (max-width: 375px) {
  .is-sp375 {
    display: block;
  }
  #recruit .box02-bg .box02 .text-box .text-box-inner .is-sp375 {
    display: block;
  }
}

@media all and (max-width: 320px) {
  #recruit .box02-bg .box02 .text-box .text-box-inner .is-sp375 {
    display: none;
  }
  #recruit .box02-bg .box02 .text-box .text-box-inner .is-sp320 {
    display: block;
  }
}

/*# sourceMappingURL=sp.css.map */
