@charset "UTF-8";
/*Theme Name: 株式会社あいはら*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@media (min-width: 768px) {
  html {
    font-size: 100%;
    scroll-padding-top: 62px;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    line-height: 1.6;
    color: #03152b;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 50px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 50px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 40px;
  }
  body .inner {
    width: 1120px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1200px;
  }
  body .inner.narrow {
    width: 1000px;
  }
  body .inner.mini {
    width: 880px;
  }
  body .title_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  body .main_title {
    font-size: 1.25rem;
    color: #14355e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    gap: 90px;
  }
  body .main_title span {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
    line-height: 1;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #14355e;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -70px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span:after {
    background: #fff;
  }
  body .sub_title {
    color: #004b7a;
    text-align: center;
    margin-bottom: 60px;
  }
  body .sub_title span {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    margin-bottom: 60px;
    position: relative;
  }
  body .sub_title span:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #1f1f1f;
  }
  body .sub_title em {
    display: block;
    font-family: "Poppins", sans-serif;
  }
  body .mdl_title {
    color: #004b7a;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 60px;
  }
  body .bg_title {
    background: #004b7a;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 5px 25px;
    max-height: 40px;
    margin-bottom: 40px;
  }
  body .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 15px;
    color: #fff;
    background: #ff9710;
    border-radius: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    min-height: 62px;
  }
  body .btn:hover {
    background: #ff6810;
  }
  body .btn span {
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    font-weight: bold;
    margin-right: 20px;
  }
  body .more_btn {
    font-family: "Poppins", sans-serif;
    color: #ff9710;
    font-weight: bold;
    font-size: 1.25rem;
    padding-left: 60px;
    position: relative;
  }
  body .more_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_orange.svg") no-repeat;
    width: 35px;
    height: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .more_btn:hover {
    color: #ff6810;
  }
  body .img_wrap {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  body .img_wrap > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
  body .img_wrap > img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  body .img_wrap .title {
    color: #fff;
    font-size: 1.25rem;
    position: absolute;
    background: rgba(0, 75, 122, 0.5);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 10px 30px;
    pointer-events: none;
  }
  body .img_wrap .title div {
    text-align: center;
  }
  body .img_wrap .title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.4;
  }
  body .img_wrap .title img {
    display: block;
    margin: 30px auto 0;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  body .dec .cat {
    min-width: 120px;
    display: block;
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 3px;
    font-weight: bold;
  }
  body .dec .cat:hover {
    background: #ff9710;
  }
  body .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  body .news_list li:not(:last-child) {
    margin-bottom: 50px;
  }
  body .news_list li .dec {
    width: 230px;
  }
  body .news_list li .title {
    width: 640px;
  }
  body .news_list li .title a {
    display: block;
  }
  body .news_list li .title a:hover {
    color: #ff9710;
  }
  body .form {
    color: #000;
  }
  body .form .wpcf7-form > ul {
    margin-bottom: 60px;
  }
  body .form .wpcf7-form > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  body .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .form .wpcf7-form > ul h3 {
    width: 200px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control-wrap {
    width: calc(100% - 200px);
  }
  body .form .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 500px;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    outline: none;
  }
  body .form .wpcf7-form > ul input[type="file"] {
    max-width: 500px;
    width: 100%;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 30px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #004b7a;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
  body .form .wpcf7-form > ul textarea {
    font-family: "Noto Sans JP", sans-serif;
    max-width: 620px;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;
    font-size: 1rem;
    outline: none;
  }
  body .form .wpcf7-form > ul ::-webkit-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul :-ms-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul ::-ms-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul ::placeholder {
    color: #5f5e5e;
  }
  body .form .agree {
    text-align: center;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree a:hover {
    color: #ff9710;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #004b7a;
    border-bottom: 2px solid #004b7a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin: 60px auto 0;
    font-family: "Noto Sans JP", sans-serif;
    width: 260px;
    font-size: 1.5rem;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .form input[type="submit"]:hover,
  body .form input[type="button"]:hover {
    cursor: pointer;
  }
  body .graf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.25rem;
  }
  body .graf .title {
    width: 260px;
    border-bottom: 5px solid #004b7a;
    padding: 30px 0;
  }
  body .graf .cont {
    width: calc(100% - 260px);
    padding: 30px 0;
    border-bottom: 5px solid rgba(0, 75, 122, 0.5);
  }
  body .graf .cont p span{
    display: inline-block;
    padding-left: 16em;
  }
  body .graf .cont a {
    text-decoration: underline;
  }
  body .graf .cont a:hover {
    color: #ff9710;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 1200px;
  }
  header .h_blc.active {
    background: rgba(20, 53, 94, 0.8);
  }
  header .h_blc.active .logo {
    background: #fff;
  }
  header .h_blc.active .nav > li > a {
    color: #fff;
  }
  header .h_blc .logo a {
    display: block;
    padding: 15px;
  }
  header .h_blc nav {
    display: flex;
    gap: 20px;
  }
  header .h_blc .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
  }
  header .h_blc .nav > li {
    position: relative;
  }
  header .h_blc .nav > li > a {
    display: block;
    color: #14355e;
    text-align: center;
  }
  header .h_blc .nav > li > a:hover {
    color: #ff9710;
  }
  /* 第2階層（子メニュー） */
  header .h_blc .nav > li:hover > .sub_menu {
    display: block;
  }
  header .h_blc .nav > li .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 200px;
    background: #14355e;
    padding-left: 10px;
    z-index: 10;
  }
  header .h_blc .nav > li .sub_menu a {
    padding: 10px;
    display: block;
    font-size: 0.8rem;
    color: #fff;
  }
  /* 第3階層（孫メニュー） */
  header .h_blc .nav .sub_menu li {
    position: relative;
  }
  header .h_blc .nav .sub_menu .sub_menu {
    position: static;
    background: none;
    padding-left: 20px;
    display: none;
  }
  header .h_blc .nav > li:hover .sub_menu .sub_menu {
    display: block;
  }
  header .h_blc .nav .sub_menu .sub_menu a {
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 0;
  }
  header .h_blc .btn {
    border-radius: 0;
    gap: 10px;
    margin-right: 45px;
  }
  header .h_blc .btn img {
    width: 20px;
  }
  header .fv {
    position: relative;
  }
  header .fv .swiper_wrap img {
    width: 100%;
  }
  header .fv .swiper_wrap.start-zoom {
    -webkit-animation: zoomUpAnimation 10s linear forwards;
            animation: zoomUpAnimation 10s linear forwards;
  }
  @-webkit-keyframes zoomUpAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @keyframes zoomUpAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  header .fv .copy {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  header .fv .copy strong {
    display: block;
    font-size: 4rem;
    line-height: 1.4;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  header .fv .copy span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
  }
  header .fv .copy p {
    font-size: 1.25rem;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  header .fv .copy .btn {
    width: 400px;
    font-size: 1.5rem;
    -webkit-box-shadow: 0 5px 0 0 #785426;
            box-shadow: 0 5px 0 0 #785426;
    margin: 30px auto 0;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .fv .copy .btn img {
    width: 30px;
  }
  header .catch {
    position: relative;
    background: #004b7a;
    padding: 100px 0;
    margin: 62px 0 30px;
  }
  header .catch:after {
    position: absolute;
    content: "";
    background: url("images/catch/deco_fv.svg") no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
  }
  header .catch .page_title {
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
  }
  header .catch .page_title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
    text-transform: capitalize;
  }
  header .breadcrumbs {
    margin-bottom: 60px;
  }
  header .breadcrumbs a:hover {
    color: #ff9710;
  }
  main .sec {
    margin-bottom: 100px;
  }
  main.top .lead {
    margin-bottom: 60px;
  }
  main.top .role {
    padding: 100px 0;
    background: url("images/top/bg_role.svg") no-repeat;
    background-size: cover;
    text-align: center;
  }
  main.top .role h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.top .role span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff9710;
    margin-bottom: 60px;
  }
  main.top .role p {
    font-size: 1.25rem;
    line-height: 2;
  }
  main.top .about {
    background: -webkit-gradient(linear, left top, left bottom, from(#004b7a), color-stop(72%, #004b7a), color-stop(72%, #fff), to(#fff));
    background: linear-gradient(180deg, #004b7a 0%, #004b7a 72%, #fff 72%, #fff 100%);
    color: #fff;
    padding: 60px 0 120px;
  }
  main.top .about .inner > .img_wrap {
    margin-bottom: 30px;
  }
  main.top .about .inner > .img_wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 555px;
    padding: 5px 30px;
  }
  main.top .about .inner > .img_wrap .title div {
    text-align: left;
  }
  main.top .about .inner > .img_wrap .title img {
    margin: auto;
  }
  main.top .about .inner .lead {
    margin-bottom: 30px;
  }
    main.top .about .inner ul {
    margin: 0 auto 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  main.top .work {
    position: relative;
    margin-bottom: 150px;
  }
  main.top .work:after {
    position: absolute;
    content: "";
    width: 96.667%;
    height: 330px;
    background: #004b7a;
    border-radius: 10px 0 0 10px;
    bottom: -50px;
    right: 0;
    z-index: -1;
  }
  main.top .work .img_wrap {
    width: 83.334%;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
  main.top .work .img_wrap .title {
    padding: 25px 30px;
  }
  main.top .environment ul {
    width: 850px;
    margin: 0 auto 100px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 110px;
  }
  main.top .interview {
    position: relative;
  }
  main.top .interview:after {
    position: absolute;
    content: "";
    width: 83%;
    height: 290px;
    background: #004b7a;
    border-radius: 0 10px 10px 0;
    top: 60px;
    left: 0;
    z-index: -1;
  }
  main.top .interview .interview_list {
    padding-top: 60px;
    overflow: hidden;
  }
  main.top .interview .interview_list.is-static .swiper-slide {
    width: 350px !important;
  }
  main.top .interview .interview_list .thumb {
    display: block;
    max-width: 350px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  main.top .interview .interview_list .thumb:before {
    content: "";
    display: block;
    padding-top: 128.575%;
  }
  main.top .interview .interview_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.top .interview .interview_list h3 a {
    display: block;
    color: #14355e;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.top .interview .interview_list h3 a:hover {
    color: #ff9710;
  }
  main.top .interview .interview_list p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.top .interview .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 60px;
  }
  main.top .interview .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    border: 1px solid #14355e;
    background: #fff;
    opacity: 1;
  }
  main.top .interview .swiper-pagination-bullet-active {
    background: #14355e;
  }
  main.sub .recruit #numbers {
    padding: 120px 0 40px;
  }
  main.sub .recruit #numbers ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    gap: 30px 35px;
  }
  main.sub .recruit #numbers ul li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 30px 20px;
  }
  main.sub .recruit #numbers ul li.span3 {
    grid-column: span 2;
    text-align: center;
  }
  main.sub .recruit #numbers ul li.span3 > span {
    display: block;
    color: #004b7a;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  main.sub .recruit #numbers ul li.span3 p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .recruit #numbers ul li.span2 {
    grid-column: span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .recruit #numbers ul li.span2 div > span {
    display: block;
    color: #004b7a;
    font-size: 1.5rem;
  }
  main.sub .recruit #numbers ul li.full {
    grid-column: span 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .recruit #numbers ul li.full div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
  }
  main.sub .recruit #numbers ul li.full.center {
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .recruit #numbers ul li.full.center div {
    width: auto;
  }
  main.sub .recruit #numbers ul li > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .recruit #numbers ul p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-weight: bold;
    color: #004b7a;
    font-size: 1.5rem;
  }
  main.sub .recruit #numbers ul p span {
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    line-height: 0.9;
    margin: 0 15px;
  }
  main.sub .recruit #info {
    padding: 40px 0 100px;
  }
  main.sub .recruit #info .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  main.sub .recruit #info .tab_area li {
    width: 260px;
    text-align: center;
    color: #fdb14e;
    border: 2px solid #fdb14e;
    border-radius: 10px 10px 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
  }
  main.sub .recruit #info .tab_area li.select {
    background: #fdb14e;
    color: #fff;
  }
  main.sub .recruit #info .content_area {
    padding: 60px;
    border: 2px solid #fdb14e;
    border-radius: 10px;
  }
  main.sub .recruit #info .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 25px 20px;
    margin-bottom: 60px;
  }
  main.sub .recruit #info .btnarea a {
    display: block;
    background: #6399db;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  main.sub .recruit #info .btnarea a:hover {
    background: #004b7a;
  }
  main.sub .recruit #info .bg_title {
    margin-bottom: 0;
  }
  main.sub .recruit #info .graf .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .recruit #info .btn {
    width: 260px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    margin: 50px auto 70px;
  }
  main.sub .recruit #info .hide {
    display: none;
  }
  main.sub .environment #training {
    padding: 100px 0 40px;
  }
  main.sub .environment #training .wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  main.sub .environment #training .education h3 {
    color: #004b7a;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main.sub .environment #training .education li {
    min-height: 450px;
  }
  main.sub .environment #training .education img {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  main.sub .environment #training .education  p {
    font-size: 1.2rem;
  }
  main.sub .environment #career {
    padding: 20px 0 50px;
  }
  main.sub .environment #career li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    position: relative;
  }
  main.sub .environment #career li:not(:last-child) {
    margin-bottom: 90px;
  }
  main.sub .environment #career li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 90px solid transparent;
    border-top: 25px solid #004b7a;
  }
  main.sub .environment #career li .title {
    background: #004b7a;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    padding: 20px 40px;
  }
  main.sub .environment #career li .title span {
    color: #fdb14e;
    font-size: 2rem;
  }
  main.sub .environment #career li .cont {
    padding: 30px;
  }
  main.sub .environment #career li .cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  main.sub .environment #career li .cont dl dt {
    width: 240px;
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
  }
  main.sub .environment #career li .cont dl dd {
    width: 620px;
  }
  main.sub .environment #career li .cont strong {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ff9710;
  }
  main.sub .environment #learn,
  main.sub .environment #benefits {
    padding: 50px 0;
  }
  main.sub .environment #learn > p,
  main.sub .environment #benefits > p {
    margin-bottom: 60px;
    line-height: 1.8;
  }
  main.sub .environment #learn ul,
  main.sub .environment #benefits ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  main.sub .environment #learn ul li,
  main.sub .environment #benefits ul li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    min-height: 350px;
  }
  main.sub .environment #learn ul h3,
  main.sub .environment #benefits ul h3 {
    background: #004b7a;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  main.sub .environment #learn ul .cont,
  main.sub .environment #benefits ul .cont {
    padding: 20px;
  }
  main.sub .environment #learn ul .imgright,
  main.sub .environment #benefits ul .imgright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .environment #learn ul .imgright > div,
  main.sub .environment #benefits ul .imgright > div {
    margin-right: 20px;
  }
  main.sub .environment #learn ul .imgright > div.mini,
  main.sub .environment #benefits ul .imgright > div.mini {
    margin-right: 0;
  }
  main.sub .environment #learn ul .imgleft > div,
  main.sub .environment #benefits ul .imgleft > div {
    margin-left: 20px;
  }
  main.sub .environment #learn ul p:not(:last-child),
  main.sub .environment #benefits ul p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .environment #learn ul h4,
  main.sub .environment #benefits ul h4 {
    color: #ff9710;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  main.sub .environment #learn ul h4 span,
  main.sub .environment #benefits ul h4 span {
    font-size: 1rem;
  }
  main.sub .environment #benefits {
    padding: 50px 0 100px;
  }
  main.sub .environment #benefits ul li {
    min-height: 320px;
  }
  main.sub .environment #benefits ul li h4 {
    margin-bottom: 20px;
  }
  main.sub .environment #benefits ul li img {
    border-radius: 10px;
  }
  main.sub .environment #benefits ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.sub .environment #benefits ul li dl dd {
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  main.sub .job #service {
    padding: 20px 0 80px;
  }
  main.sub .job #electrical {
    padding: 40px 0 20px;
  }
  main.sub .job #service strong {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin: 30px auto 60px;
  }
  main.sub .job #service .imgleft img {
    border-radius: 10px;
  }
  main.sub .job #service .imgleft h4 {
    color: #ff9710;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.sub .job #service .imgleft p {
    line-height: 2;
  }
  main.sub .job #schedule {
    padding: 80px 0 100px;
  }
  main.sub .job #schedule .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  main.sub .job #schedule .timeline {
    width: 50%;
  }
  main.sub .job #schedule .timeline h3 {
    color: #004b7a;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  main.sub .job #schedule .timeline ul {
    position: relative;
  }
  main.sub .job #schedule .timeline ul:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #004b7a;
    top: 0;
    left: 80px;
    z-index: -1;
  }
  main.sub .job #schedule .timeline li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    min-height: 200px;
  }
  main.sub .job #schedule .timeline li:not(:last-child) {
    margin-bottom: 85px;
  }
  main.sub .job #schedule .timeline div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #004b7a;
    margin-bottom: 20px;
  }
  main.sub .job #schedule .timeline div time {
    display: block;
    width: 120px;
    background: #6399db;
    border-radius: 100px;
    text-align: center;
  }
  main.sub .job #schedule .timeline p {
    line-height: 2;
  }
  main.sub .company .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  main.sub .company .btnarea a {
    display: block;
    border: 2px solid #fdb14e;
    color: #fdb14e;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }
  main.sub .company .btnarea a:hover {
    background: #785426;
    color: #fff;
  }
  main.sub .company .btnarea img {
    margin-left: 20px;
    vertical-align: middle;
  }
  main.sub .company .blc {
    position: relative;
  }
  main.sub .company .blc img {
    display: block;
    border-radius: 10px;
  }
  main.sub .company .blc .cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 40px;
    width: 720px;
    line-height: 2;
  }
  main.sub .company #aihara {
    padding-top: 100px;
  }
  main.sub .company #aihara img {
    margin-left: auto;
  }
  main.sub .company #message {
    padding-top: 100px;
  }
  main.sub .company #message .cont {
    right: 0;
  }
  main.sub .company #company {
    padding-top: 100px;
  }
  main.sub .company #office {
    padding: 60px 0 100px;
  }
  main.sub .company #office ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 35px;
  }
  main.sub .company #office li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.sub .company #office iframe,
  main.sub .company #office img {
    width: 100%;
    max-height: 270px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .company #office h3 {
    color: #004b7a;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }
  main.sub .company #office a {
    text-decoration: underline;
    margin: 20px 0;
    display: block;
  }
  main.sub .company #office a:hover {
    color: #ff9710;
  }
  main.sub .company #office dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 1.25rem;
    margin-top: auto;
  }
  main.sub .company #office dl dt {
    width: 90px;
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
  }
  main.sub .company #office dl dd {
    min-width: 200px;
  }
  main.sub .company #rinen {
    padding-top: 100px;
  }
  main.sub .company #rinen img {
    border-radius: 10px;
  }
  main.sub .company #rinen li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
  }
  main.sub .company #rinen li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company #rinen h3 {
    position: absolute;
    top: -30px;
    left: 30px;
    color: #004b7a;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 10px 40px;
    background: #fff;
  }
  main.sub .company #history {
    padding: 100px 0;
  }
  main.sub .company #history ul {
    position: relative;
    width: 840px;
    margin-left: auto;
  }
  main.sub .company #history ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 95%;
    background: #004b7a;
    top: 20px;
    left: -40px;
  }
  main.sub .company #history ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    padding: 15px 0;
  }
  main.sub .company #history ul li:not(:last-child) {
    border-bottom: 1px dashed #004b7a;
  }
  main.sub .company #history ul li:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #004b7a;
    border-radius: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -50px;
  }
  main.sub .company #history ul time {
    width: 90px;
  }
  main.sub .faq > p,
  main.sub .privacy > p {
    margin-bottom: 60px;
    line-height: 2;
  }
  main.sub .faq li:not(:last-child),
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .faq li p,
  main.sub .privacy li p {
    padding: 0 20px;
    line-height: 2;
  }
  main.sub .faq #process,
  main.sub .faq #occupation,
  main.sub .faq #qualification,
  main.sub .faq #conditions {
    padding-top: 100px;
  }
  main.sub .staff li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
  main.sub .staff li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.sub .staff .thumb {
    display: block;
    max-width: 350px;
    width: 100%;
    position: relative;
  }
  main.sub .staff .thumb:before {
    content: "";
    display: block;
    padding-top: 128.572%;
  }
  main.sub .staff .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .staff .cont {
    width: 710px;
  }
  main.sub .staff .cont .title {
    color: #14355e;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .staff .cont .career {
    margin-bottom: 20px;
  }
  main.sub .staff .cont p:not([class]):not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .column_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
  }
  main.sub .column_list .thumb {
    display: block;
    max-width: 360px;
    width: 100%;
    position: relative;
  }
  main.sub .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 51.112%;
  }
  main.sub .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.sub .column_list .dec {
    margin: 60px 0 20px;
  }
  main.sub .column_list .title a {
    display: block;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main.sub .column_list .title a:hover {
    color: #ff9710;
  }
  main.sub .pagination {
    padding-top: 100px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #004b7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
    font-weight: bold;
  }
  main.sub .pagination ul a {
    width: 50px;
    height: 50px;
    color: #004b7a;
    border: 1px solid #004b7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px;
    font-weight: bold;
  }
  main.sub .pagination ul a:hover {
    color: #fff;
    background: #004b7a;
  }
  main.sub .single .content .dec {
    font-weight: bold;
  }
  main.sub .single .content > p {
    font-weight: bold;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #ff9710;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #ff9710;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 30px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #ccc;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #004b7a;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #004b7a;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 30px auto;
    background: #ccc;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.375rem;
    margin: 20px 0 40px;
    font-weight: bold;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    color: #004b7a;
    font-size: 1.375rem;
    padding: 10px 20px;
    font-weight: bold;
    border-left: 8px solid #004b7a;
  }
  main.sub .single .content h3 {
    margin: 30px 0;
    font-size: 1.375rem;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #03152b;
  }
  main.sub .single .content h4 {
    margin: 30px 0;
    font-weight: bold;
    border-bottom: 1px solid #03152b;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #004b7a;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #004b7a;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #004b7a;
    border: 1px solid #004b7a;
    color: #fff;
    padding: 10px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    border: 1px solid #004b7a;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
  }
  main.sub .pagenavi .btn {
    width: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi .btn.back {
    width: 260px;
  }
  main.sub .error .btn {
    width: 260px;
    margin: 40px auto;
  }
  footer .recruit {
    background: #004b7a;
    padding: 40px 0;
    color: #fff;
  }
  footer .recruit .subnav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 20px;
  }
  footer .recruit .subnav a {
    display: block;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
  }
  footer .recruit .subnav a:hover {
    background: #14355e;
  }
  footer .recruit .subnav h2 {
    color: #fff;
    font-size: 1.25rem;
  }
  footer .recruit .subnav h2 span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 1.4;
  }
  footer .recruit .subnav img {
    display: block;
    margin: 30px auto 0;
  }
  footer .recruit .btnnav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  footer .recruit .btnnav .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.25rem;
    padding: 10px 45px;
  }
  footer .recruit .btnnav .btn .btntxt{
    display: flex;
    align-items: center;
  }
  footer .news {
    padding: 100px 0;
    font-weight: bold;
  }
  footer .news .title_blc {
    margin-bottom: 40px;
  }
  footer .f_blc {
    background: #004b7a;
    color: #fff;
    padding: 60px 0 20px;
  }
  footer .f_blc .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
  }
  footer .f_left .f_logo a {
    display: block;
  }
  footer .f_left .sns {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  footer .f_nav ul {
    margin-bottom: 30px;
  }
  footer .f_nav ul:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .f_nav ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .f_nav ul .f_subnav,
  footer .f_nav ul .f_subnav ul {
    padding: 5px 0 0 30px;
  }
  footer .f_nav ul .f_subnav > li > a,
  footer .f_nav ul .f_subnav ul > li > a {
    position: relative;
    display: block;
  }
  footer .f_nav ul a:hover {
    color: #ff9710;
  }
  footer small {
    font-family: "Poppins", sans-serif;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    padding-top: 40px;
  }
  footer .fixbtn {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    background: #ff9710;
    color: #fff;
    width: 60px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10;
  }
  footer .fixbtn img {
    width: 40px;
    margin-bottom: 5px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #14355e;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 1.8rem;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #ff9710;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 100%;
    scroll-padding-top: 52px;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #03152b;
    font-weight: 500;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div,
  body .imgright > div {
    font-weight: 600;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .title_blc {
    margin-bottom: 20px;
  }
  body .title_blc .main_title {
    margin-bottom: 10px;
  }
  body .main_title {
    color: #14355e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    gap: 40px;
  }
  body .main_title span {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #14355e;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -30px;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span:after {
    background: #fff;
  }
  body .sub_title {
    color: #004b7a;
    text-align: center;
    margin-bottom: 40px;
  }
  body .sub_title span {
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 30px;
    position: relative;
  }
  body .sub_title span:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #1f1f1f;
  }
  body .sub_title em {
    display: block;
    font-family: "Poppins", sans-serif;
  }
  body .mdl_title {
    color: #004b7a;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 40px;
  }
  body .bg_title {
    background: #004b7a;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  body .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 10px;
    color: #fff;
    background: #ff9710;
    border-radius: 10px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
  }
  body .btn span {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    margin-right: 10px;
  }
  body .btn img {
    width: 30px;
  }
  body .more_btn {
    font-family: "Poppins", sans-serif;
    color: #ff9710;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
  }
  body .more_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_orange.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .img_wrap {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
  }
  body .img_wrap > img {
    width: 100%;
  }
  body .img_wrap .title {
    color: #fff;
    font-size: 0.8rem;
    position: absolute;
    background: rgba(0, 75, 122, 0.5);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 5px;
    pointer-events: none;
  }
  body .img_wrap .title div {
    text-align: center;
  }
  body .img_wrap .title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.4;
  }
  body .img_wrap .title img {
    display: block;
    margin: 10px auto 0;
    width: 20px;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .dec .cat {
    min-width: 100px;
    display: block;
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: bold;
  }
  body .news_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .news_list li .title a {
    display: block;
  }
  body .form {
    color: #000;
  }
  body .form .wpcf7-form > ul {
    margin-bottom: 40px;
  }
  body .form .wpcf7-form > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .form .wpcf7-form > ul h3 {
    margin-bottom: 10px;
  }
  body .form .wpcf7-form > ul input[type="text"] {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    outline: none;
  }
  body .form .wpcf7-form > ul input[type="file"] {
    width: 100%;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
    margin-right: 30px;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form > ul .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #004b7a;
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
  body .form .wpcf7-form > ul textarea {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 10px;
    font-size: 1rem;
    outline: none;
  }
  body .form .wpcf7-form > ul ::-webkit-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul :-ms-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul ::-ms-input-placeholder {
    color: #5f5e5e;
  }
  body .form .wpcf7-form > ul ::placeholder {
    color: #5f5e5e;
  }
  body .form .agree {
    text-align: center;
  }
  body .form .agree a {
    text-decoration: underline;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    cursor: pointer;
    position: relative;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
  }
  body .form .agree .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 3px;
    width: 15px;
    height: 8px;
    border-left: 3px solid #004b7a;
    border-bottom: 3px solid #004b7a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    margin: 60px auto 0;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 1.2rem;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .graf .title {
    padding: 10px 0 5px 0;
    font-weight: bold;
  }
  body .graf .cont {
    padding: 5px 0 10px 0;
    border-bottom: 2px solid rgba(0, 75, 122, 0.5);
  }
  body .graf .cont p {
    font-size: 0.9rem;
  }
  body .graf .cont p span{
    display: block;
    text-align: right;
    width: 300px;
  }
  body .graf .cont a {
    text-decoration: underline;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
  }
  header .h_blc.active {
    background: rgba(20, 53, 94, 0.8);
  }
  header .h_blc.active .logo {
    background: #fff;
  }
  header .h_blc.active .nav > li > a {
    color: #fff;
  }
  header .h_blc .logo a {
    display: block;
    padding: 10px;
  }
  header .menu-btn {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 25px;
    z-index: 100;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 4px;
    width: 30px;
    background: #ff9710;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 21px;
  }
  header .menu-btn span:after {
    top: 10px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #004b7a;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px 10px 40px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav > li > a {
    padding: 10px;
  }
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav .sub_menu {
    padding-left: 30px;
    font-size: 0.9rem;
  }
  header .menu-content .nav .sub_menu a {
    padding: 5px;
  }
  header .menu-content .nav .sub_menu a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: -20px;
  }
  header .menu-content .nav a {
    display: block;
    color: #fff;
    position: relative;
  }
  header .fv {
    position: relative;
  }
  header .fv .swiper_wrap img {
    width: 100%;
  }
  header .fv .swiper_wrap.start-zoom {
    -webkit-animation: zoomUpAnimation 10s linear forwards;
            animation: zoomUpAnimation 10s linear forwards;
  }
  @-webkit-keyframes zoomUpAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @keyframes zoomUpAnimation {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  header .fv .copy {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    color: #fff;
  }
  header .fv .copy strong {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  }
  header .fv .copy span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
  }
  header .fv .copy p {
    font-size: 0.8rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  }
  header .fv .copy .btn {
    width: 250px;
    -webkit-box-shadow: 0 3px 0 0 #785426;
            box-shadow: 0 3px 0 0 #785426;
    margin: 10px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .catch {
    position: relative;
    background: #004b7a;
    padding: 30px 0;
    margin-top: 52px;
  }
  header .catch:after {
    position: absolute;
    content: "";
    background: url("images/catch/deco_fv.svg") no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
  }
  header .catch .page_title {
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
  }
  header .catch .page_title span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    text-transform: capitalize;
  }
  header .breadcrumbs {
    font-size: 0.8rem;
    padding: 20px;
  }
  main .sec {
    margin-bottom: 40px;
  }
  main.top .lead {
    margin-bottom: 20px;
  }
  main.top .role {
    padding: 40px 20px;
    background: url("images/top/bg_role.svg") no-repeat;
    background-size: cover;
  }
  main.top .role h2 {
    font-size: 1.15rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  main.top .role span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ff9710;
    text-align: center;
    margin-bottom: 20px;
  }
  main.top .role p {
    line-height: 2;
  }
  main.top .about {
    background: -webkit-gradient(linear, left top, left bottom, from(#004b7a), color-stop(85%, #004b7a), color-stop(85%, #fff), to(#fff));
    background: linear-gradient(180deg, #004b7a 0%, #004b7a 85%, #fff 85%, #fff 100%);
    color: #fff;
    padding: 40px 20px;
  }
  main.top .about .inner > .img_wrap {
    margin-bottom: 10px;
  }
  main.top .about .inner > .img_wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 260px;
    padding: 5px 10px;
  }
  main.top .about .inner > .img_wrap .title div {
    text-align: left;
  }
  main.top .about .inner > .img_wrap .title img {
    margin: auto;
  }
  /* main.top .about .inner ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  } */
  main.top .work {
    position: relative;
  }
  main.top .work > .inner {
    padding: 20px;
  }
  main.top .work:after {
    position: absolute;
    content: "";
    width: 98%;
    height: 120px;
    background: #004b7a;
    border-radius: 10px 0 0 10px;
    bottom: -20px;
    right: 0;
    z-index: -1;
  }
  main.top .work .img_wrap {
    width: 90%;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
  main.top .environment {
    padding: 40px 20px;
  }
  main.top .about ul,
  main.top .environment ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.top .interview {
    position: relative;
    padding: 40px 20px;
  }
  main.top .interview:after {
    position: absolute;
    content: "";
    width: 83%;
    height: 200px;
    background: #004b7a;
    border-radius: 0 10px 10px 0;
    top: 120px;
    left: 0;
    z-index: -1;
  }
  main.top .interview .interview_list {
    overflow: hidden;
  }
  main.top .interview .interview_list .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  main.top .interview .interview_list .thumb:before {
    content: "";
    display: block;
    padding-top: 128.575%;
  }
  main.top .interview .interview_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.top .interview .interview_list h3 a {
    display: block;
    color: #14355e;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.top .interview .interview_list p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .interview .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 20px;
  }
  main.top .interview .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid #14355e;
    background: #fff;
    opacity: 1;
  }
  main.top .interview .swiper-pagination-bullet-active {
    background: #14355e;
  }
  main.sub {
    padding: 20px;
  }
  main.sub .recruit #numbers {
    padding: 40px 0 20px;
  }
  main.sub .recruit #numbers ul li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }
  main.sub .recruit #numbers ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit #numbers ul li.span3 > span {
    display: block;
    color: #004b7a;
    margin-bottom: 10px;
  }
  main.sub .recruit #numbers ul li.span2 div > span {
    display: block;
    color: #004b7a;
  }
  main.sub .recruit #numbers ul li.span2 img {
    margin: 10px auto 0;
  }
  main.sub .recruit #numbers ul li.full div:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .recruit #numbers ul li.full p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .recruit #numbers ul p {
    font-weight: bold;
    color: #004b7a;
  }
  main.sub .recruit #numbers ul p span {
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 10px;
  }
  main.sub .recruit #numbers ul img {
    width: 80px;
  }
  main.sub .recruit #info {
    padding: 20px 0 40px;
  }
  main.sub .recruit #info .tab_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  main.sub .recruit #info .tab_area li {
    width: 45%;
    text-align: center;
    color: #fdb14e;
    border: 2px solid #fdb14e;
    border-radius: 10px 10px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 5px;
  }
  main.sub .recruit #info .tab_area li.select {
    background: #fdb14e;
    color: #fff;
  }
  main.sub .recruit #info .content_area {
    padding: 20px;
    border: 2px solid #fdb14e;
    border-radius: 10px;
  }
  main.sub .recruit #info .btnarea {
    margin-bottom: 40px;
  }
  main.sub .recruit #info .btnarea a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #6399db;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  main.sub .recruit #info .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    margin: 20px auto 60px;
  }
  main.sub .recruit #info .hide {
    display: none;
  }
  main.sub .environment #training {
    padding: 40px 0;
  }
  main.sub .environment #training .education h3 {
    color: #004b7a;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  main.sub .environment #training .education li {
    margin-bottom: 40px;
  }
  main.sub .environment #training .education img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .environment #career {
    padding: 20px 0;
  }
  main.sub .environment #career li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    position: relative;
  }
  main.sub .environment #career li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .environment #career li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 50px solid transparent;
    border-top: 20px solid #004b7a;
  }
  main.sub .environment #career li .title {
    background: #004b7a;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px;
  }
  main.sub .environment #career li .title span {
    color: #fdb14e;
    font-size: 1.4rem;
  }
  main.sub .environment #career li .cont {
    padding: 20px;
  }
  main.sub .environment #career li .cont dl {
    margin-bottom: 20px;
  }
  main.sub .environment #career li .cont dl dt {
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .environment #career li .cont dl dd {
    margin-bottom: 20px;
  }
  main.sub .environment #career li .cont strong {
    font-weight: bold;
    color: #ff9710;
  }
  main.sub .environment #learn,
  main.sub .environment #benefits {
    padding: 20px 0;
  }
  main.sub .environment #learn > p,
  main.sub .environment #benefits > p {
    margin-bottom: 40px;
  }
  main.sub .environment #learn ul li,
  main.sub .environment #benefits ul li {
    border: 2px solid #004b7a;
    border-radius: 10px;
  }
  main.sub .environment #learn ul li:not(:last-child),
  main.sub .environment #benefits ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .environment #learn ul h3,
  main.sub .environment #benefits ul h3 {
    background: #004b7a;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  main.sub .environment #learn ul .cont,
  main.sub .environment #benefits ul .cont {
    padding: 20px;
  }
  main.sub .environment #learn ul .imgright,
  main.sub .environment #benefits ul .imgright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .environment #learn ul p:not(:last-child),
  main.sub .environment #benefits ul p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .environment #learn ul h4,
  main.sub .environment #benefits ul h4 {
    color: #ff9710;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .environment #learn ul h4 span,
  main.sub .environment #benefits ul h4 span {
    font-size: 1rem;
  }
  main.sub .environment #benefits ul li h4 {
    margin-bottom: 20px;
  }
  main.sub .environment #benefits ul li img {
    border-radius: 10px;
  }
  main.sub .environment #benefits ul li dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  main.sub .environment #benefits ul li dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .job #service {
    padding: 20px 0;
  }
  main.sub .job #electrical {
    padding: 40px 0;
  }
  main.sub .job #service strong {
    display: block;
    text-align: center;
    margin: 20px auto 40px;
  }
  main.sub .job #service .imgleft img {
    border-radius: 10px;
  }
  main.sub .job #service .imgleft h4 {
    color: #ff9710;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.sub .job #schedule {
    padding: 20px 0 40px;
  }
  main.sub .job #schedule .timeline:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .job #schedule .timeline h3 {
    color: #004b7a;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .job #schedule .timeline ul {
    position: relative;
  }
  main.sub .job #schedule .timeline ul:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #004b7a;
    top: 0;
    left: 60px;
    z-index: -1;
  }
  main.sub .job #schedule .timeline li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
  }
  main.sub .job #schedule .timeline li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .job #schedule .timeline div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: bold;
    color: #004b7a;
    margin-bottom: 20px;
  }
  main.sub .job #schedule .timeline div time {
    display: block;
    width: 80px;
    background: #6399db;
    border-radius: 100px;
    text-align: center;
  }
  main.sub .company .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.sub .company .btnarea a {
    display: block;
    border: 2px solid #fdb14e;
    color: #fdb14e;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 5px;
    font-size: 0.8rem;
    text-align: center;
  }
  main.sub .company .btnarea img {
    width: 15px;
    margin-left: 5px;
    vertical-align: middle;
  }
  main.sub .company #aihara,
  main.sub .company #message,
  main.sub .company #company {
    padding-top: 40px;
  }
  main.sub .company #aihara .blc,
  main.sub .company #message .blc,
  main.sub .company #company .blc {
    position: relative;
  }
  main.sub .company #aihara .blc img,
  main.sub .company #message .blc img,
  main.sub .company #company .blc img {
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  main.sub .company #office {
    padding: 40px 0;
  }
  main.sub .company #office li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .company #office iframe,
  main.sub .company #office img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .company #office iframe {
    height: 260px;
  }
  main.sub .company #office h3 {
    color: #004b7a;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  main.sub .company #office a {
    text-decoration: underline;
    margin: 20px 0;
    display: block;
  }
  main.sub .company #office dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  main.sub .company #office dl dt {
    width: 90px;
    background: #004b7a;
    color: #fff;
    text-align: center;
    border-radius: 10px;
  }
  main.sub .company #office dl dd {
    min-width: 200px;
  }
  main.sub .company #rinen {
    padding-top: 40px;
  }
  main.sub .company #rinen img {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  main.sub .company #rinen li {
    border: 2px solid #004b7a;
    border-radius: 10px;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  main.sub .company #rinen li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .company #rinen h3 {
    position: absolute;
    top: -25px;
    left: 10px;
    color: #004b7a;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 5px 20px;
    background: #fff;
  }
  main.sub .company #history {
    padding: 40px 0;
  }
  main.sub .company #history ul {
    position: relative;
    width: 90%;
    margin-left: auto;
  }
  main.sub .company #history ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 94%;
    background: #004b7a;
    top: 50px;
    left: -25px;
  }
  main.sub .company #history ul li {
    position: relative;
    padding: 10px 0;
  }
  main.sub .company #history ul li:not(:last-child) {
    border-bottom: 1px dashed #004b7a;
  }
  main.sub .company #history ul li:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #004b7a;
    border-radius: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -35px;
  }
  main.sub .company #history ul time {
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .faq > p,
  main.sub .privacy > p {
    margin-bottom: 40px;
  }
  main.sub .faq li:not(:last-child),
  main.sub .privacy li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .faq #process,
  main.sub .faq #occupation,
  main.sub .faq #qualification,
  main.sub .faq #conditions {
    padding-top: 60px;
  }
  main.sub .staff .thumb {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  main.sub .staff .thumb:before {
    content: "";
    display: block;
    padding-top: 128.572%;
  }
  main.sub .staff .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .staff .cont .title {
    color: #14355e;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.sub .staff .cont .career {
    margin-bottom: 20px;
  }
  main.sub .staff .cont p:not([class]):not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .column_list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .column_list .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  main.sub .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 51.112%;
  }
  main.sub .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  main.sub .column_list .dec {
    margin: 60px 0 10px;
  }
  main.sub .column_list .title a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagination ul span {
    width: 40px;
    height: 40px;
    color: #fff;
    background: #004b7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
    font-weight: bold;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    color: #004b7a;
    border: 1px solid #004b7a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 5px;
    font-weight: bold;
  }
  main.sub .single .content .dec {
    font-weight: bold;
  }
  main.sub .single .content > p {
    font-weight: bold;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #ff9710;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #ff9710;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #ccc;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #004b7a;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #004b7a;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    background: #ccc;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    margin: 20px 0;
    font-weight: bold;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    color: #004b7a;
    font-size: 1.2rem;
    padding: 5px 10px;
    font-weight: bold;
    border-left: 5px solid #004b7a;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    font-size: 1.2rem;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #03152b;
  }
  main.sub .single .content h4 {
    margin: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #03152b;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #004b7a;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  main.sub .single .content table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #004b7a;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #004b7a;
    border: 1px solid #004b7a;
    color: #fff;
    padding: 10px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    border: 1px solid #004b7a;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
  }
  main.sub .pagenavi .btn {
    width: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .error .btn {
    margin: 20px auto;
  }
  footer > .title_blc {
    padding: 0 20px;
  }
  footer .recruit {
    background: #004b7a;
    padding: 40px 20px;
    color: #fff;
  }
  footer .recruit .subnav li {
    margin-bottom: 20px;
  }
  footer .recruit .subnav a {
    display: block;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
  }
  footer .recruit .subnav h2 {
    color: #fff;
  }
  footer .recruit .subnav h2 span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  footer .recruit .subnav img {
    display: block;
    margin: 10px auto 0;
    width: 20px;
  }
  footer .recruit .btnnav li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .recruit .btnnav .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
  }
  footer .recruit .btnnav .btn .btntxt{
    display: flex;
    align-items: center;
  }
  footer .news {
    padding: 40px 20px;
    font-weight: bold;
  }
  footer .news .title_blc {
    margin-bottom: 40px;
  }
  footer .f_blc {
    background: #004b7a;
    color: #fff;
  }
  footer .f_left {
    text-align: center;
    padding: 40px 20px;
  }
  footer .f_left .f_logo a {
    display: block;
  }
  footer .f_left .sns {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  footer .f_nav {
    border-top: 1px solid #fff;
  }
  footer .f_nav > ul:not([class]) > li > a {
    border-bottom: 1px solid #fff;
  }
  footer .f_nav .f_subnav {
    border-bottom: 1px solid #fff;
  }
  footer .f_nav a {
    display: block;
    padding: 10px 20px;
  }
  footer .f_nav .f_subnav,
  footer .f_nav .f_subnav ul {
    padding-left: 30px;
  }
  footer .f_nav .f_subnav > li > a,
  footer .f_nav .f_subnav ul > li > a {
    position: relative;
    display: block;
  }
  footer small {
    font-family: "Poppins", sans-serif;
    display: block;
    text-align: center;
    font-size: 0.7rem;
    padding: 20px;
  }
  footer .fixbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    z-index: 10;
  }
  footer .fixbtn li {
    width: 50%;
  }
  footer .fixbtn li:first-child {
    background: #ff9710;
  }
  footer .fixbtn li:last-child {
    background: #004b7a;
  }
  footer .fixbtn li a {
    display: block;
    padding: 10px;
    min-height: 50px;
  }
  footer .fixbtn li img {
    width: 30px;
    margin-right: 10px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    background: #14355e;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 1.6rem;
    text-align: center;
    z-index: 10;
  }
  .pconly {
    display: none;
  }
}
.grecaptcha-badge { visibility: hidden; }
/*# sourceMappingURL=style.css.map */