@charset "UTF-8";
/*Theme Name: 丸ヨ建設工業株式会社の公式採用サイト*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 125%;
    scroll-padding-top: 80px;
  }
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
  }
  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: 70px;
  }
  body .imgleft > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  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: 70px;
  }
  body .imgright > div p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 1140px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1280px;
  }
  body .inner.mdl {
    width: 1000px;
  }
  body .inner.narrow {
    width: 960px;
  }
  body .inner.mini {
    width: 900px;
  }
  body .bg_white {
    background: #f6f6f6;
  }
  body .main_title {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 60px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.deco {
    margin-bottom: 40px;
  }
  body .main_title.deco:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_title.svg") no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    top: 0;
    left: -90px;
  }
  body .main_title span {
    display: block;
    text-transform: capitalize;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #012371;
    letter-spacing: 2.4px;
  }
  body .bold_title {
    font-size: 1.2rem;
    font-weight: 900;
  }
  body .bold_title.mdl {
    font-size: 1.6rem;
  }
  body .bold_title.big {
    font-size: 1.8rem;
  }
  body .bold_title.center {
    text-align: center;
  }
  body .bold_title.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-bottom: 10px;
  }
  body .bold_title.flx span {
    display: block;
    width: 110px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 100px;
    font-family: "Teko", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 5px;
    line-height: 1.4;
  }
  body .blue_title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 900;
    color: #012371;
  }
  body .blue_title.mini {
    font-size: 1.2rem;
  }
  body .blue_title.center {
    text-align: center;
  }
  body .blue_title.mb {
    margin-bottom: 20px;
  }
  body .blue_title.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 20px;
  }
  body .blue_title.flx span {
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 100px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    padding: 5px;
  }
  body .blue_title.flx span.teko {
    font-family: "Teko", sans-serif;
    padding-top: 12px;
    line-height: 0.9;
  }
  body .bg_title {
    color: #012371;
    font-weight: 900;
    font-size: 1.6rem;
    background: #d9d9d9;
    padding: 10px 30px;
    margin-bottom: 20px;
  }
  body .bb_title {
    color: #012371;
    font-size: 1.6rem;
    font-weight: 900;
    border-bottom: 3px solid #012371;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body .title_blc {
    padding-left: 90px;
  }
  body .blue_btn {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    color: #fff;
    display: block;
    width: 400px;
    padding: 20px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .blue_btn.mdl {
    width: 450px;
    font-size: 1.2rem;
    padding: 15px 20px;
  }
  body .blue_btn.mini {
    width: 230px;
    padding: 12px 15px;
    font-size: 0.8rem;
  }
  body .blue_btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  body .blue_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 22px;
  }
  body .org_btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    color: #fff;
    display: block;
    width: 400px;
    padding: 20px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .org_btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
  }
  body .org_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 22px;
  }
  body .cta_shin_btn {
    background: -webkit-gradient(linear, left top, right top, from(#d97321), to(#e9a876));
    background: linear-gradient(90deg, #d97321 0%, #e9a876 100%);
    color: #fff;
    display: block;
    width: 400px;
    padding: 20px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .cta_shin_btn.mdl {
    width: 450px;
    font-size: 1.2rem;
    padding: 15px 20px;
  }
  body .cta_shin_btn.mini {
    width: 230px;
    padding: 12px 15px;
    font-size: 0.8rem;
  }
  body .cta_shin_btn:hover {
    background: linear-gradient(160deg, #e9a876 0%, #d97321 100%);
  }
  body .cta_shin_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 22px;
  }
  body .cta_car_btn {
    background: -webkit-gradient(linear, left top, right top, from(#68d36a), to(#31ae36));
    background: linear-gradient(90deg, #68d36a 0%, #31ae36 100%);
    color: #fff;
    display: block;
    width: 400px;
    padding: 20px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .cta_car_btn:hover {
    background: linear-gradient(160deg, #31ae36 0%, #68d36a 100%);
  }
  body .cta_car_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 22px;
  }
  body .white_btn {
    background: #fff;
    width: 400px;
    border-radius: 10px;
  }
  body .white_btn a {
    display: block;
    position: relative;
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 900;
  }
  body .white_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 30px;
    height: 26px;
  }
  body .white_btn.blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  body .white_btn.blue:hover a {
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue:hover a:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.blue a {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue a:after {
    background: url("images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
  }
  body .white_btn.org:hover a {
    background: #fff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org:hover a:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org a {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org a:after {
    background: url("images/common/arrow_org.svg") no-repeat;
    background-size: 100%;
  }
  body .bdr_btn {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #012371;
    position: relative;
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: 900;
    color: #012371;
  }
  body .bdr_btn.arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    background: url("images/common/arrow_bnavy.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 26px;
  }
  body .bdr_btn.triangle:after {
    position: absolute;
    content: "▼";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  body .bdr_btn.mini {
    font-size: 1rem;
    font-weight: 500;
    padding: 0 60px 0 30px;
  }
  body .bdr_btn:hover {
    background: #012371;
    color: #fff;
  }
  body .bdr_btn:hover.arrow:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .btnarea {
    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: 130px;
  }
  body .btnarea li {
    position: relative;
  }
  body .btnarea p {
    font-weight: 900;
    text-align: center;
    margin-bottom: 5px;
  }
  body .btnarea p span.blue {
    color: #0143d7;
  }
  body .btnarea p span.org {
    color: #fa4b4b;
  }
  body .link_area {
    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: 20px;
  }
  body .box {
    border: 3px solid #012371;
    border-radius: 10px;
    padding: 40px;
    background: #fff;
  }
  body .graf > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf .title {
    width: 20%;
    padding: 20px 0;
    border-bottom: 3px solid #012371;
  }
  body .graf div {
    width: 77%;
    padding: 20px 0;
    border-bottom: 3px solid #012371;
  }
  body .graf div p {
    line-height: 2;
  }
  body .graf div p:not(:last-child) {
    margin-bottom: 40px;
  }
  body .form .title span {
    font-size: 0.8rem;
    color: #fa4b4b;
    margin-left: 10px;
  }
  body .form input[type="text"] {
    font-size: 1rem;
    width: 100%;
    height: 60px;
    padding: 10px;
    background: #eaeaea;
    border-radius: 10px;
    border: none;
  }
  body .form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #012371;
    -webkit-box-shadow: 0 0 0 4px #d9d9d9;
            box-shadow: 0 0 0 4px #d9d9d9;
  }
  body .form textarea {
    width: 100%;
    font-size: 1rem;
    height: 130px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    background: #eaeaea;
  }
  body .form > p {
    font-size: 0.99rem;
    margin: 60px auto 80px;
  }
  body .form > p a {
    position: relative;
  }
  body .form > p a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  body .form > p a:hover {
    color: #ff8839;
  }
  body .form .org_btn {
    margin: 0 auto;
    padding: 0;
  }
  body .form .org_btn .ajax-loader {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    width: 100%;
    border-radius: 10px;
    background: none;
    display: block;
    padding: 20px 30px;
    font-size: 1.2rem;
    text-align: left;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .form input[type="submit"]:hover,
  body .form input[type="button"]:hover {
    cursor: pointer;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    max-width: 230px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 120px;
  }
  body .cat_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  body .cat {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    display: block;
    min-width: 120px;
    max-width: 120px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
  }
  body .cat.rds {
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 900;
  }
  body .cat.big {
    max-width: 200px;
    font-family: "Teko", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
  }
  body .cat:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  body .news_list > li {
    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;
    gap: 20px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  body .news_list .title {
    font-weight: bold;
    width: calc(100% - 246px);
  }
  body .news_list .title a {
    display: block;
  }
  body .news_list .title a:hover {
    color: #ff8839;
  }
  body .job_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  body .job_list li a {
    position: relative;
    display: block;
  }
  body .job_list li a:not(:last-child) {
    margin-bottom: 20px;
  }
  body .job_list li a:hover h3 {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  body .job_list li a:hover h3:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  body .job_list li a img {
    border-radius: 10px;
  }
  body .job_list li a .bold_title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 2px 40px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .job_list li a .bold_title:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_black.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 26px;
    height: 24px;
  }
  body .job_list li p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .cta {
    background: #d9dfec;
  }
  body .cta .bold_title {
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
  }
  body .cta .bold_title span {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .cta > p {
    font-weight: 900;
    text-align: center;
    margin: 20px auto 60px;
  }
  body .cta > p span {
    color: #0143d7;
  }
  body .cta .btnarea {
    gap: 50px;
  }
  body .cta .btnarea:not(:last-child) {
    margin-bottom: 40px;
  }
  body .line_area p {
    text-align: center;
    font-weight: 900;
    margin-bottom: 5px;
  }
  body .line_area p span {
    color: #31ae36;
  }
  body .line_area .btnarea {
    gap: 50px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    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;
    padding: 20px;
    min-height: 80px;
    font-size: 0.8rem;
    font-weight: bold;
    min-width: 1240px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    display: block;
    max-width: 270px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  header nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 25px;
  }
  header nav .nav > li {
    position: relative;
    padding-bottom: 10px;
  }
  header nav .nav > li:hover .sub_menu {
    display: block;
  }
  header nav .nav > li > a {
    display: block;
    text-align: center;
  }
  header nav .nav > li > a:hover {
    color: #ff8839;
  }
  header nav .btnarea {
    gap: 10px;
  }
  header nav .btnarea > li .sub_menu {
    display: none;
  }
  header nav .btnarea > li.open .blue_btn:after {
    content: "−";
  }
  header nav .btnarea > li.open .sub_menu {
    display: block;
    min-width: 100%;
    top: 100%;
  }
  header nav .btnarea > li.open .sub_menu a {
    text-align: center;
    font-size: 0.6rem;
    padding: 10px 0;
  }
  header nav .btnarea > li > a,
  header nav .btnarea > li div {
    width: 120px;
    padding: 2px 20px;
    font-weight: bold;
  }
  header nav .btnarea > li > a:after,
  header nav .btnarea > li div:after {
    content: "+";
    background: none;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    line-height: 1;
    right: 10px;
  }
  header nav .btnarea > li > a:hover,
  header nav .btnarea > li div:hover {
    cursor: pointer;
  }
  header nav .btnarea > li > a.org_btn,
  header nav .btnarea > li div.org_btn {
    padding: 2px 10px;
  }
  header nav .sub_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    top: 100%;
    display: none;
    min-width: 160px;
    width: 100%;
    z-index: 1;
  }
  header nav .sub_menu a {
    padding: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    color: #fff;
    display: block;
    border-radius: 10px;
  }
  header nav .sub_menu a:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
  }
  header .catch {
    position: relative;
  }
  header .catch.top > img {
    width: 100%;
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .catch.top .copy {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    font-family: "Noto Sans JP", sans-serif;
    left: 70px;
  }
  header .catch.top .copy strong {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 100px;
  }
  header .catch.top .copy strong span {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .catch.top .copy .btnarea {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  header .catch.top .copy .btnarea a {
    width: 300px;
    font-size: 1rem;
  }
  header .catch.sub {
    padding-top: 80px;
  }
  header .catch.sub:before {
    position: absolute;
    content: "";
    background: url("images/catch/catch_deco.svg") no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    top: 220px;
    left: 20px;
  }
  header .catch.sub:after {
    position: absolute;
    content: "";
    top: 140px;
    left: 0;
    z-index: -1;
    width: 78%;
    height: 300px;
    border-radius: 0 10px 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  header .catch.sub > img {
    display: block;
    width: 78%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
  header .catch.sub .page_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
  }
  header .catch.sub .page_title span {
    text-transform: capitalize;
    display: block;
    font-family: "Teko", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 4.8px;
  }
  header .breadcrumbs {
    padding: 20px 0 0 20px;
    font-size: 0.7rem;
    color: #fff;
  }
  header .breadcrumbs a:hover {
    color: #ff8839;
  }
  main.top section {
    padding: 100px 0;
  }
  main.top .company p {
    margin-bottom: 60px;
  }
  main.top .company ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  main.top .company ul li a {
    display: block;
  }
  main.top .company ul li a:hover h3 {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#012371), to(#0143d7));
    background: linear-gradient(180deg, #012371 0%, #0143d7 100%);
  }
  main.top .company ul li a:hover h3:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  main.top .company ul li img {
    border-radius: 10px 10px 0 0;
  }
  main.top .company ul li h3 {
    position: relative;
    border: 1px solid #948e8e;
    border-radius: 0 0 10px 10px;
    padding: 12px 20px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.top .company ul li h3:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 22px;
  }
  main.top .job .title_blc p {
    margin-bottom: 60px;
  }
  main.top .job .blue_btn {
    margin: 60px auto 0;
  }
  main.top .environment ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
  main.top .environment ul a {
    position: relative;
    border: 3px solid #012371;
    border-radius: 10px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  main.top .environment ul a:hover {
    background: #012371;
    color: #fff;
  }
  main.top .environment ul a:hover:after {
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
  }
  main.top .environment ul a:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_navy.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 30px;
    width: 24px;
    height: 22px;
  }
  main.top .environment ul a div {
    width: 100px;
    height: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 50%;
    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.top .workers ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
  }
  main.top .workers .thumb {
    display: block;
    max-width: 360px;
    width: 100%;
    position: relative;
  }
  main.top .workers .thumb:before {
    content: "";
    display: block;
    padding-top: 102.78%;
  }
  main.top .workers .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  main.top .workers .cont {
    display: block;
    background: #fff;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
  }
  main.top .workers .cont .bold_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  main.top .workers .cont .bold_title span {
    font-size: 0.8rem;
    margin-right: 20px;
  }
  main.sub .sec {
    padding: 100px 0;
  }
  main.sub .sec_list > li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub .sec_list.narrow li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .bdr_list > li {
    border-bottom: 3px dotted #948e8e;
    padding-bottom: 20px;
  }
  main.sub .bdr_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .link_area {
    padding: 100px 0 0;
  }
  main.sub .about #maruyo img,
  main.sub .about #message img {
    border-radius: 10px;
  }
  main.sub .about #maruyo p,
  main.sub .about #message p {
    line-height: 2;
  }
  main.sub .about #maruyo .imgright img,
  main.sub .about #message .imgright img {
    max-width: 630px;
  }
  main.sub .about #maruyo .imgright > div,
  main.sub .about #message .imgright > div {
    padding-left: 70px;
  }
  main.sub .about #maruyo .imgright .blue_title,
  main.sub .about #message .imgright .blue_title {
    margin-bottom: 40px;
  }
  main.sub .about #maruyo .imgleft img,
  main.sub .about #message .imgleft img {
    max-width: 470px;
  }
  main.sub .about #maruyo .imgleft > div,
  main.sub .about #message .imgleft > div {
    padding-right: 70px;
  }
  main.sub .about #maruyo .imgleft .right,
  main.sub .about #message .imgleft .right {
    text-align: right;
  }
  main.sub .about #rinen li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
  }
  main.sub .about #rinen li:not(:last-child) {
    position: relative;
    padding-bottom: 60px;
  }
  main.sub .about #rinen li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 3px dotted #948e8e;
    width: 500px;
  }
  main.sub .about #rinen li .bold_title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 150px;
    color: #012371;
    font-weight: 900;
  }
  main.sub .about #rinen li .bold_title span em {
    color: #ff8839;
    font-family: "Teko", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  main.sub .about #rinen li .bold_title span em:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #012371;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -125px;
  }
  main.sub .about #rinen li > div {
    max-width: 680px;
  }
  main.sub .about #rinen li > div img {
    max-width: 630px;
    border-radius: 10px;
  }
  main.sub .about #rinen li > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .about #story .imgright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 2;
    margin-bottom: 60px;
  }
  main.sub .about #story .imgright img {
    max-width: 520px;
    border-radius: 10px;
  }
  main.sub .about #story .list {
    padding-left: 40px;
  }
  main.sub .about #story .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;
    position: relative;
    z-index: 1;
  }
  main.sub .about #story .list > li:not(:last-child) {
    padding-bottom: 40px;
  }
  main.sub .about #story .list > li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #948e8e;
    top: 20px;
    left: -30px;
    z-index: -1;
  }
  main.sub .about #story .list .bold_title {
    position: relative;
  }
  main.sub .about #story .list .bold_title:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 50%;
    top: 13px;
    left: -40px;
  }
  main.sub .about #story .list .cont {
    width: 970px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  main.sub .about #story .list .cont li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    position: relative;
  }
  main.sub .about #story .list .cont li:not(:first-child) {
    padding-top: 10px;
  }
  main.sub .about #story .list .cont li:not(:first-child):after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #948e8e;
    border-radius: 50%;
    top: 20px;
    left: -170px;
  }
  main.sub .about #story .list .cont time {
    width: 160px;
    display: block;
    text-align: right;
  }
  main.sub .about #company .wrap,
  main.sub .about #awards .wrap,
  main.sub .about #access .wrap {
    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;
  }
  main.sub .about #company .wrap > li,
  main.sub .about #awards .wrap > li,
  main.sub .about #access .wrap > li {
    width: 46%;
  }
  main.sub .about #company .wrap > li img,
  main.sub .about #company .wrap > li iframe,
  main.sub .about #awards .wrap > li img,
  main.sub .about #awards .wrap > li iframe,
  main.sub .about #access .wrap > li img,
  main.sub .about #access .wrap > li iframe {
    display: block;
    border-radius: 10px;
  }
  main.sub .about #company .wrap > li img:not(:last-child),
  main.sub .about #company .wrap > li iframe:not(:last-child),
  main.sub .about #awards .wrap > li img:not(:last-child),
  main.sub .about #awards .wrap > li iframe:not(:last-child),
  main.sub .about #access .wrap > li img:not(:last-child),
  main.sub .about #access .wrap > li iframe:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about #company .wrap > li p,
  main.sub .about #awards .wrap > li p,
  main.sub .about #access .wrap > li p {
    line-height: 2;
  }
  main.sub .about #company .wrap > li span a,
  main.sub .about #awards .wrap > li span a,
  main.sub .about #access .wrap > li span a {
    position: relative;
  }
  main.sub .about #company .wrap > li span a:before,
  main.sub .about #awards .wrap > li span a:before,
  main.sub .about #access .wrap > li span a:before {
    position: absolute;
    content: "";
    background: url("images/common/icon_link.svg") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    top: 5px;
    right: -25px;
  }
  main.sub .about #company .wrap > li span a:after,
  main.sub .about #awards .wrap > li span a:after,
  main.sub .about #access .wrap > li span a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
  }
  main.sub .about #company .bg_title,
  main.sub .about #awards .bg_title,
  main.sub .about #access .bg_title {
    color: #000;
    font-size: 1.2rem;
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  main.sub .about #company .access_list,
  main.sub .about #awards .access_list,
  main.sub .about #access .access_list {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
  }
  main.sub .about #company .access_list .swiper-slide,
  main.sub .about #awards .access_list .swiper-slide,
  main.sub .about #access .access_list .swiper-slide {
    display: block;
    max-width: 360px;
    width: 100%;
    position: relative;
  }
  main.sub .about #company .access_list .swiper-slide:before,
  main.sub .about #awards .access_list .swiper-slide:before,
  main.sub .about #access .access_list .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 70.85%;
  }
  main.sub .about #company .access_list .swiper-slide img,
  main.sub .about #awards .access_list .swiper-slide img,
  main.sub .about #access .access_list .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .about #company .access_list .swiper-pagination,
  main.sub .about #awards .access_list .swiper-pagination,
  main.sub .about #access .access_list .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 40px;
  }
  main.sub .about #company .access_list .swiper-pagination-bullet,
  main.sub .about #awards .access_list .swiper-pagination-bullet,
  main.sub .about #access .access_list .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px !important;
    background: #fff;
    border: 1px solid #948e8e;
    opacity: 1;
  }
  main.sub .about #company .access_list .swiper-pagination-bullet-active,
  main.sub .about #awards .access_list .swiper-pagination-bullet-active,
  main.sub .about #access .access_list .swiper-pagination-bullet-active {
    background: #948e8e;
  }
  main.sub .job .lead {
    margin-bottom: 60px;
  }
  main.sub .job .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .jobcondition .link_area {
    padding: 100px 0 0;
  }
  main.sub .jobcondition #number ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .jobcondition #number ul li {
    border-radius: 20px;
    padding: 30px;
    position: relative;
  }
  main.sub .jobcondition #number ul li.grid01 img {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main.sub .jobcondition #number ul li.grid02 {
    grid-column: span 2 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main.sub .jobcondition #number ul li.grid02 div {
    width: 48%;
  }
  main.sub .jobcondition #number ul li.grid02 img {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main.sub .jobcondition #number ul li.grid03, main.sub .jobcondition #number ul li.grid04, main.sub .jobcondition #number ul li.grid05 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  main.sub .jobcondition #number ul li.grid03 img {
    position: absolute;
    top: 10px;
    right: 0;
  }
  main.sub .jobcondition #number ul li.grid04 img,
  main.sub .jobcondition #number ul li.grid05 img,
  main.sub .jobcondition #number ul li.grid07 img {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main.sub .jobcondition #number ul li.grid06, main.sub .jobcondition #number ul li.grid07, main.sub .jobcondition #number ul li.grid08 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  main.sub .jobcondition #number ul li.grid09, main.sub .jobcondition #number ul li.grid10, main.sub .jobcondition #number ul li.grid11 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  main.sub .jobcondition #number ul li.grid09 .center {
    margin: 20px auto 30px;
  }
  main.sub .jobcondition #number ul li.grid09 img {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main.sub .jobcondition #number ul li.grid11 img {
    display: block;
    margin: 20px auto 0;
  }
  main.sub .jobcondition #number ul p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.sub .jobcondition #number ul p.center {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
  }
  main.sub .jobcondition #number ul strong {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  main.sub .jobcondition #number ul strong span {
    font-family: "Teko", sans-serif;
    color: #012371;
    font-size: 6.4rem;
    display: inline-block;
    line-height: 0.8;
    font-weight: 500;
    margin-right: 20px;
  }
  main.sub .jobcondition #number ul em {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 0.8rem;
    display: block;
    font-weight: bold;
  }
  main.sub .jobcondition #service img {
    max-width: 630px;
    border-radius: 10px;
  }
  main.sub .jobcondition #service .sec_list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .jobcondition #service .imgright > div {
    padding-left: 70px;
  }
  main.sub .jobcondition #service .imgleft > div {
    padding-right: 70px;
  }
  main.sub .jobcondition #job .lead {
    margin-bottom: 80px;
  }
  main.sub .jobcondition #job .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .jobcondition #environment p {
    line-height: 2;
  }
  main.sub .jobcondition #environment img {
    max-width: 270px;
  }
  main.sub .jobcondition #environment #style {
    margin-bottom: 100px;
  }
  main.sub .jobcondition #environment #style img {
    max-width: 550px;
    border-radius: 10px;
  }
  main.sub .jobcondition #environment #style .imgright > div {
    margin-right: 40px;
  }
  main.sub .jobcondition #environment #style .imgright .bdr_list {
    margin-bottom: 20px;
  }
  main.sub .jobcondition #environment #style .btnarea {
    padding-top: 70px;
  }
  main.sub .jobcondition #environment .imgleft > div {
    margin-left: 30px;
  }
  main.sub .job_description .description .imgleft img {
    max-width: 430px;
    border-radius: 10px;
  }
  main.sub .job_description .description .imgleft > div {
    margin-left: 40px;
  }
  main.sub .job_description #daily .sec_list {
    padding-top: 100px;
  }
  main.sub .job_description #daily .imgright img {
    max-width: 300px;
    border-radius: 10px;
  }
  main.sub .job_description #daily .arrow {
    width: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 30px solid #948e8e;
    margin: 0 auto 30px;
  }
  main.sub .job_description .movie {
    margin-bottom: 120px;
  }
  main.sub .job_description .movie iframe {
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto 100px;
  }
  main.sub .job_description .blue_btn {
    margin: 80px auto 0;
  }
  main.sub .job_description .job_list {
    gap: 40px;
  }
  main.sub .welfare .secure img {
    max-width: 400px;
    border-radius: 10px;
  }
  main.sub .welfare .gear ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  main.sub .welfare .gear ul li {
    padding: 20px;
    border-radius: 20px;
  }
  main.sub .welfare .gear ul img {
    display: block;
    margin: 0 auto 10px;
  }
  main.sub .welfare .gear ul .blue_title {
    margin-bottom: 10px;
  }
  main.sub .welfare #event > img {
    margin: 0 auto 60px;
  }
  main.sub .welfare #event .box img {
    max-width: 300px;
    border-radius: 10px;
  }
  main.sub .welfare #event .box .imgright {
    margin-bottom: 40px;
  }
  main.sub .welfare #event .box ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 70px;
  }
  main.sub .welfare #event .btnarea {
    padding-top: 100px;
  }
  main.sub .faq img {
    max-width: 400px;
    border-radius: 10px;
  }
  main.sub .faq p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  main.sub .faq a {
    position: relative;
  }
  main.sub .faq a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  main.sub .faq a:hover {
    color: #ff8839;
  }
  main.sub .training .study .lead {
    margin: 60px auto;
  }
  main.sub .training .study .lead p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .training .study img {
    display: block;
    max-width: 960px;
    margin: 0 auto;
  }
  main.sub .training .learning > .sec_list {
    margin-bottom: 100px;
  }
  main.sub .training .learning p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .training .learning img {
    max-width: 300px;
    border-radius: 10px;
  }
  main.sub .training .learning .list img {
    max-width: 630px;
  }
  main.sub .training .learning .list .imgright {
    padding-left: 70px;
  }
  main.sub .training .learning .list .imgleft {
    padding-right: 70px;
  }
  main.sub .sdgs p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .sdgs .imgleft {
    margin: 40px 0;
  }
  main.sub .sdgs .imgleft > div {
    margin-left: 50px;
  }
  main.sub .sdgs .imgleft img {
    max-width: 150px;
  }
  main.sub .sdgs .pic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-bottom: 100px;
  }
  main.sub .sdgs .pic img {
    border-radius: 10px;
  }
  main.sub .sdgs .bb {
    border-bottom: 1px dashed #ababab;
    padding-bottom: 50px;
  }
  main.sub .recruit-info .flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  main.sub .recruit-info .flow .imgright img {
    max-width: 400px;
    border-radius: 10px;
  }
  main.sub .recruit-info .flow .imgright > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 50px;
  }
  main.sub .recruit-info .flow .imgright .step {
    width: 200px;
    text-align: center;
  }
  main.sub .recruit-info .flow .imgright .step .cat {
    margin-bottom: 20px;
  }
  main.sub .recruit-info .flow .imgright .cont {
    width: 450px;
  }
  main.sub .recruit-info .flow .imgright .cont .blue_title {
    margin-bottom: 40px;
  }
  main.sub .recruit-info .flow .arrow {
    height: 40px;
  }
  main.sub .recruit-info .flow .arrow img {
    position: absolute;
    left: 380px;
  }
  main.sub .recruit-info .briefing img,
  main.sub .recruit-info .internship img {
    max-width: 550px;
    border-radius: 10px;
  }
  main.sub .recruit-info .briefing .lead,
  main.sub .recruit-info .internship .lead {
    margin-bottom: 60px;
  }
  main.sub .recruit-info .briefing p:not(:last-child),
  main.sub .recruit-info .internship p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit-info .briefing p a,
  main.sub .recruit-info .internship p a {
    position: relative;
  }
  main.sub .recruit-info .briefing p a:after,
  main.sub .recruit-info .internship p a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
  }
  main.sub .recruit-info .briefing p a:hover,
  main.sub .recruit-info .internship p a:hover {
    color: #ff8839;
  }
  main.sub .recruit .link_area {
    gap: 25px 40px;
    padding-bottom: 100px;
  }
  main.sub .recruit .link_area li {
    width: 48%;
  }
  main.sub .recruit .line_area {
    margin-bottom: 60px;
  }
  main.sub .recruit img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  main.sub .recruit .stop {
    padding: 0 0 100px;
  }
  main.sub .recruit .stop > p {
    color: #fa4b4b;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 100px;
  }
  main.sub .workingman .link_area {
    gap: 25px 40px;
    margin-bottom: 50px;
  }
  main.sub .workingman .link_area li {
    width: 48%;
  }
  main.sub .workingman .bg_title {
    margin-bottom: 40px;
  }
  main.sub .workingman .imgleft {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .workingman .imgleft .thumb {
    display: block;
    max-width: 360px;
    width: 100%;
    position: relative;
  }
  main.sub .workingman .imgleft .thumb.mini {
    max-width: 420px;
  }
  main.sub .workingman .imgleft .thumb.mini:before {
    padding-top: 66.5%;
  }
  main.sub .workingman .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 80.5%;
  }
  main.sub .workingman .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .workingman .imgleft > div {
    margin-left: 50px;
    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 .workingman .imgleft > div .bold_title span {
    font-size: 0.8rem;
    margin-right: 20px;
  }
  main.sub .workingman .imgleft > div .blue_btn {
    width: 360px;
    margin: auto 0 0 auto;
  }
  main.sub .workingman p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .workingman .main_pic {
    margin-bottom: 150px;
  }
  main.sub .workingman .main_pic img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  main.sub .workingman.single .imgleft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.sub .archive .link_area {
    margin-bottom: 60px;
  }
  main.sub .archive .link_area .bdr_btn {
    padding: 5px 10px;
  }
  main.sub .pagination {
    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;
    padding-top: 40px;
  }
  main.sub .pagination span {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: block;
    border: 1px solid #ff8839;
    background: #ff8839;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 10px;
    border: 1px solid #ff8839;
    color: #ff8839;
    text-align: center;
  }
  main.sub .pagination a:hover {
    background: #ff8839;
    color: #fff;
  }
  main.sub .single .content .dec {
    max-width: 100%;
  }
  main.sub .single .content .dec .cat_list {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main.sub .single .content .dec .cat_list li {
    margin-bottom: 0;
  }
  main.sub .single .content .dec .cat_list .cat {
    max-width: 100%;
    padding: 0 10px;
  }
  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: #ff8839;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    background: #eaeaea;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #012371;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #012371;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 40px;
    margin: 40px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0;
  }
  main.sub .single .content h2 {
    margin: 40px 0;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 20px;
    border-left: 10px solid #012371;
  }
  main.sub .single .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 40px 0;
    border-bottom: 3px solid #012371;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    margin: 40px 0;
    color: #012371;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px 0;
  }
  main.sub .single .content table th {
    background: #012371;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #eaeaea;
    padding: 10px 15px;
    vertical-align: middle;
  }
  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: #012371;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    background: #eaeaea;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi .blue_btn {
    text-align: center;
  }
  main.sub .pagenavi .blue_btn:after {
    display: none;
  }
  main.sub #error p:not(:last-child),
  main.sub #thanks p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error .blue_btn,
  main.sub #thanks .blue_btn {
    margin: 40px auto;
  }
  footer section {
    padding: 100px 0;
  }
  footer .news .blue_btn {
    margin: 50px auto 100px;
  }
  footer .news iframe {
    display: block;
    max-width: 900px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }
  footer .gallery {
    overflow: hidden;
    margin-bottom: 40px;
  }
  footer .gallery img {
    width: 100%;
    border-radius: 10px;
    display: block;
  }
  footer .f_blc {
    padding: 60px 0 30px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  footer .f_blc .inner {
    width: 1240px;
  }
  footer .f_blc .f_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .f_blc .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  footer .f_blc .f_nav a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  footer .f_blc .f_nav a:hover {
    color: #ff8839;
  }
  footer .f_blc .btnarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  footer .f_blc small {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  footer .f_btm {
    width: 1240px;
    margin: 20px auto;
    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;
  }
  footer .f_btm .f_logo a {
    width: 360px;
    display: block;
  }
  footer .f_btm div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  footer .f_btm div > a {
    display: block;
    width: 220px;
  }
  footer .f_btm div .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 10px;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 24px;
    height: 22px;
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
  }
  footer .fixbtn {
    opacity: 0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 100%;
    scroll-padding-top: 60px;
  }
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_white {
    background: #f6f6f6;
  }
  body .main_title {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 900;
    margin-bottom: 20px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title.deco {
    padding-left: 40px;
  }
  body .main_title.deco:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_title.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
  }
  body .main_title span {
    display: block;
    text-transform: capitalize;
    font-family: "Teko", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    color: #012371;
  }
  body .bold_title {
    font-weight: 900;
  }
  body .bold_title.mdl {
    font-size: 1.2rem;
  }
  body .bold_title.big {
    font-size: 1.2rem;
  }
  body .bold_title.center {
    text-align: center;
  }
  body .bold_title.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  body .bold_title.flx span {
    display: block;
    width: 80px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 100px;
    font-weight: bold;
  }
  body .bold_title.flx div {
    width: calc(100% - 90px);
  }
  body .blue_title {
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    color: #012371;
  }
  body .blue_title.mini {
    font-size: 1rem;
  }
  body .blue_title.center {
    text-align: center;
  }
  body .blue_title.mb {
    margin-bottom: 15px;
  }
  body .blue_title.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  body .blue_title.flx span {
    display: block;
    width: 100px;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 100px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    padding: 5px;
  }
  body .blue_title.flx span.teko {
    font-family: "Teko", sans-serif;
    padding-top: 10px;
  }
  body .bg_title {
    color: #012371;
    font-weight: 900;
    font-size: 1.2rem;
    background: #d9d9d9;
    padding: 10px;
    margin-bottom: 20px;
  }
  body .bb_title {
    color: #012371;
    font-size: 1.2rem;
    font-weight: 900;
    border-bottom: 2px solid #012371;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  body .blue_btn {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .blue_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .org_btn {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .org_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .cta_shin_btn {
    background: -webkit-gradient(linear, left top, right top, from(#d97321), to(#e9a876));
    background: linear-gradient(90deg, #d97321 0%, #e9a876 100%);
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .cta_shin_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .cta_car_btn {
    background: -webkit-gradient(linear, left top, right top, from(#68d36a), to(#31ae36));
    background: linear-gradient(90deg, #68d36a 0%, #31ae36 100%);
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px;
    font-weight: 900;
    border-radius: 10px;
    position: relative;
  }
  body .cta_car_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .white_btn {
    background: #fff;
    width: 100%;
    border-radius: 10px;
  }
  body .white_btn a {
    display: block;
    position: relative;
    padding: 15px;
    font-weight: 900;
  }
  body .white_btn a:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
  }
  body .white_btn.blue a {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.blue a:after {
    background: url("images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
  }
  body .white_btn.org a {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .white_btn.org a:after {
    background: url("images/common/arrow_org.svg") no-repeat;
    background-size: 100%;
  }
  body .bdr_btn {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #012371;
    position: relative;
    padding: 10px 20px 10px 5px;
    font-weight: 900;
    color: #012371;
  }
  body .bdr_btn.arrow:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("images/common/arrow_bnavy.svg") no-repeat;
    background-size: 100%;
    right: 5px;
    width: 15px;
    height: 15px;
  }
  body .bdr_btn.triangle:after {
    position: absolute;
    content: "▼";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3px;
  }
  body .btnarea li {
    position: relative;
  }
  body .btnarea li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .btnarea p {
    font-weight: 900;
    text-align: center;
  }
  body .btnarea p span.blue {
    color: #0143d7;
  }
  body .btnarea p span.org {
    color: #fa4b4b;
  }
  body .link_area {
    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: 5px;
  }
  body .box {
    border: 2px solid #012371;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
  }
  body .graf .title {
    padding: 10px 0;
    font-weight: bold;
  }
  body .graf div {
    padding-bottom: 10px;
    border-bottom: 2px solid #012371;
  }
  body .graf div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .form .title span {
    font-size: 0.8rem;
    color: #fa4b4b;
    margin-left: 10px;
  }
  body .form input[type="text"] {
    font-size: 1rem;
    width: 100%;
    height: 40px;
    padding: 10px;
    background: #eaeaea;
    border-radius: 10px;
    border: none;
  }
  body .form .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    cursor: pointer;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
    content: "";
    background: #d9d9d9;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  body .form .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #012371;
    -webkit-box-shadow: 0 0 0 4px #d9d9d9;
            box-shadow: 0 0 0 4px #d9d9d9;
  }
  body .form textarea {
    width: 100%;
    font-size: 1rem;
    height: 10ssss0px;
    border-radius: 10px;
    border: none;
    padding: 10px;
    background: #eaeaea;
  }
  body .form > p {
    margin: 20px auto 40px;
  }
  body .form > p a {
    position: relative;
  }
  body .form > p a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  body .form .org_btn {
    padding: 0;
  }
  body .form .org_btn .ajax-loader {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    width: 100%;
    border-radius: 10px;
    background: none;
    display: block;
    padding: 20px;
    font-size: 1.2rem;
    text-align: left;
    outline: none;
    -webkit-appearance: none;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body .dec time {
    min-width: 70px;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  body .cat {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    padding: 0 5px;
  }
  body .cat.rds {
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 900;
  }
  body .cat.big {
    font-family: "Teko", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 5px;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .news_list .title {
    font-weight: bold;
  }
  body .news_list .title a {
    display: block;
  }
  body .job_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .job_list li a {
    position: relative;
    display: block;
  }
  body .job_list li a:not(:last-child) {
    margin-bottom: 20px;
  }
  body .job_list li a img {
    width: 100%;
    border-radius: 10px;
  }
  body .job_list li a .bold_title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
  }
  body .job_list li a .bold_title:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_black.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 15px;
    height: 15px;
  }
  body .job_list li p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .cta {
    background: #d9dfec;
  }
  body .cta .bold_title {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
  }
  body .cta .bold_title span {
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .cta > p {
    font-weight: 900;
    text-align: center;
    margin: 20px auto;
  }
  body .cta > p span {
    color: #0143d7;
  }
  body .cta .btnarea:not(:last-child) {
    margin-bottom: 30px;
  }
  body .line_area p {
    text-align: center;
    font-weight: 900;
    margin-bottom: 5px;
  }
  body .line_area p span {
    color: #31ae36;
  }
  body .line_area li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 15px 20px;
    min-height: 60px;
  }
  header .h_blc.active {
    background: #fff;
  }
  header .logo a {
    max-width: 280px;
    display: block;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  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 #000;
    border-right: 2px solid #000;
    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 a {
    display: block;
    position: relative;
  }
  header .menu-content .btnarea > li .sub_menu {
    display: none;
  }
  header .menu-content .btnarea > li.open .sub_menu {
    display: block;
  }
  header .menu-content .btnarea > li.open .sub_menu > li {
    margin-bottom: 10px;
  }
  header .menu-content .btnarea > li.open > .blue_btn:after {
    content: "−";
  }
  header .menu-content .btnarea > li > a,
  header .menu-content .btnarea > li div {
    font-weight: bold;
  }
  header .menu-content .btnarea > li > a.blue_btn,
  header .menu-content .btnarea > li div.blue_btn {
    margin-bottom: 10px;
  }
  header .menu-content .btnarea > li > a:after,
  header .menu-content .btnarea > li div:after {
    content: "+";
    background: none;
    width: auto;
    height: auto;
    font-size: 1.4rem;
    line-height: 1;
    right: 10px;
  }
  header .menu-content .sub_menu {
    padding-left: 30px;
    font-size: 0.9rem;
  }
  header .menu-content .sub_menu a {
    padding: 5px;
  }
  header .menu-content .sub_menu a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    top: 50%;
    left: -20px;
  }
  header .catch {
    position: relative;
  }
  header .catch.top > img {
    width: 100%;
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .catch.top .copy {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    font-family: "Noto Sans JP", sans-serif;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
  header .catch.top .copy strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
  }
  header .catch.top .copy strong span {
    font-size: 1.68rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(180deg, #ff8839 0%, #fa4b4b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .catch.top .copy .btnarea {
    font-size: 0.9rem;
  }
  header .catch.top .copy .btnarea li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .catch.top .copy .btnarea a {
    padding: 10px;
    max-width: 250px;
    margin: 0 auto;
  }
  header .catch.sub {
    padding-top: 60px;
  }
  header .catch.sub:before {
    position: absolute;
    content: "";
    background: url("images/catch/catch_deco.svg") no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 90px;
    left: 10px;
  }
  header .catch.sub:after {
    position: absolute;
    content: "";
    top: 80px;
    left: 0;
    z-index: -1;
    width: 95%;
    height: 120px;
    border-radius: 0 10px 10px 0;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  header .catch.sub > img {
    display: block;
    width: 80%;
    max-height: 100px;
    min-height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
  header .catch.sub .page_title {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
  }
  header .catch.sub .page_title span {
    text-transform: capitalize;
    display: block;
    font-family: "Teko", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 4px;
  }
  header .breadcrumbs {
    font-size: 0.6rem;
    padding: 5px 0 0 10px;
    color: #fff;
    width: 95%;
  }
  main.top section {
    padding: 40px 20px;
  }
  main.top .company p {
    margin-bottom: 20px;
  }
  main.top .company ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  main.top .company ul li a {
    display: block;
  }
  main.top .company ul li img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  main.top .company ul li h3 {
    position: relative;
    border: 1px solid #948e8e;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    font-size: 0.8rem;
  }
  main.top .company ul li h3:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_blue.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    width: 15px;
    height: 15px;
  }
  main.top .job .title_blc p {
    margin-bottom: 20px;
  }
  main.top .job .blue_btn {
    margin: 30px auto 0;
  }
  main.top .environment ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main.top .environment ul a {
    display: block;
    text-align: center;
    position: relative;
    border: 2px solid #012371;
    border-radius: 10px;
    padding: 5px;
  }
  main.top .environment ul a:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_navy.svg") no-repeat;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    width: 15px;
    height: 15px;
  }
  main.top .environment ul a div {
    width: 50px;
    height: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 50%;
    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 auto 5px;
  }
  main.top .environment ul a div img {
    width: 30px;
  }
  main.top .environment ul a .bold_title {
    font-size: 0.84rem;
  }
  main.top .workers {
    overflow: hidden;
  }
  main.top .workers .thumb {
    display: block;
    width: 100%;
    position: relative;
  }
  main.top .workers .thumb:before {
    content: "";
    display: block;
    padding-top: 102.78%;
  }
  main.top .workers .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  main.top .workers .cont {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }
  main.top .workers .cont .bold_title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  main.top .workers .cont .bold_title span {
    font-size: 0.9rem;
    margin-right: 10px;
  }
  main.sub .sec {
    padding: 40px 20px;
  }
  main.sub .sec_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .bdr_list > li {
    border-bottom: 2px dotted #948e8e;
    padding-bottom: 20px;
  }
  main.sub .bdr_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about .link_area {
    padding: 40px 20px 0;
  }
  main.sub .about #maruyo img,
  main.sub .about #message img {
    border-radius: 10px;
  }
  main.sub .about #maruyo .imgleft img,
  main.sub .about #message .imgleft img {
    max-width: 250px;
    width: 100%;
  }
  main.sub .about #maruyo .imgleft .right,
  main.sub .about #message .imgleft .right {
    text-align: right;
  }
  main.sub .about #rinen li:not(:last-child) {
    position: relative;
    padding-bottom: 30px;
  }
  main.sub .about #rinen li:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 2px dotted #948e8e;
    width: 100%;
  }
  main.sub .about #rinen li .bold_title {
    margin-bottom: 20px;
  }
  main.sub .about #rinen li .bold_title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 60px;
    color: #012371;
    font-weight: 900;
  }
  main.sub .about #rinen li .bold_title span em {
    color: #ff8839;
    font-family: "Teko", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
  }
  main.sub .about #rinen li .bold_title span em:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #012371;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -50px;
  }
  main.sub .about #rinen li img {
    border-radius: 10px;
  }
  main.sub .about #rinen li p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about #story .imgright {
    margin-bottom: 40px;
  }
  main.sub .about #story .imgright img {
    border-radius: 10px;
  }
  main.sub .about #story .list {
    padding-left: 20px;
  }
  main.sub .about #story .list > li {
    position: relative;
    z-index: 1;
  }
  main.sub .about #story .list > li:not(:last-child) {
    padding-bottom: 20px;
  }
  main.sub .about #story .list > li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #948e8e;
    top: 20px;
    left: -20px;
    z-index: -1;
  }
  main.sub .about #story .list .bold_title {
    position: relative;
    font-size: 1.4rem;
  }
  main.sub .about #story .list .bold_title:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
    border-radius: 50%;
    top: 12px;
    left: -27px;
  }
  main.sub .about #story .list .cont li {
    position: relative;
  }
  main.sub .about #story .list .cont li:not(:first-child) {
    padding-top: 10px;
  }
  main.sub .about #story .list .cont li:not(:first-child):after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #948e8e;
    border-radius: 50%;
    top: 15px;
    left: -27px;
  }
  main.sub .about #story .list .cont time {
    display: block;
    font-weight: bold;
  }
  main.sub .about #company .wrap > li:not(:last-child),
  main.sub .about #awards .wrap > li:not(:last-child),
  main.sub .about #access .wrap > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about #company .wrap > li img,
  main.sub .about #company .wrap > li iframe,
  main.sub .about #awards .wrap > li img,
  main.sub .about #awards .wrap > li iframe,
  main.sub .about #access .wrap > li img,
  main.sub .about #access .wrap > li iframe {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  main.sub .about #company .wrap > li img:not(:last-child),
  main.sub .about #company .wrap > li iframe:not(:last-child),
  main.sub .about #awards .wrap > li img:not(:last-child),
  main.sub .about #awards .wrap > li iframe:not(:last-child),
  main.sub .about #access .wrap > li img:not(:last-child),
  main.sub .about #access .wrap > li iframe:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .about #company .wrap > li p,
  main.sub .about #awards .wrap > li p,
  main.sub .about #access .wrap > li p {
    line-height: 2;
  }
  main.sub .about #company .wrap > li span a,
  main.sub .about #awards .wrap > li span a,
  main.sub .about #access .wrap > li span a {
    position: relative;
  }
  main.sub .about #company .wrap > li span a:before,
  main.sub .about #awards .wrap > li span a:before,
  main.sub .about #access .wrap > li span a:before {
    position: absolute;
    content: "";
    background: url("images/common/icon_link.svg") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    top: 4px;
    right: -20px;
  }
  main.sub .about #company .wrap > li span a:after,
  main.sub .about #awards .wrap > li span a:after,
  main.sub .about #access .wrap > li span a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
  }
  main.sub .about #company .bg_title,
  main.sub .about #awards .bg_title,
  main.sub .about #access .bg_title {
    color: #000;
  }
  main.sub .about #company .access_list,
  main.sub .about #awards .access_list,
  main.sub .about #access .access_list {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  main.sub .about #company .access_list .swiper-slide,
  main.sub .about #awards .access_list .swiper-slide,
  main.sub .about #access .access_list .swiper-slide {
    display: block;
    width: 100%;
    position: relative;
  }
  main.sub .about #company .access_list .swiper-slide:before,
  main.sub .about #awards .access_list .swiper-slide:before,
  main.sub .about #access .access_list .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 70.85%;
  }
  main.sub .about #company .access_list .swiper-slide img,
  main.sub .about #awards .access_list .swiper-slide img,
  main.sub .about #access .access_list .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .about #company .access_list .swiper-pagination,
  main.sub .about #awards .access_list .swiper-pagination,
  main.sub .about #access .access_list .swiper-pagination {
    position: relative;
    bottom: 0;
    padding-top: 20px;
  }
  main.sub .about #company .access_list .swiper-pagination-bullet,
  main.sub .about #awards .access_list .swiper-pagination-bullet,
  main.sub .about #access .access_list .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px !important;
    background: #fff;
    border: 1px solid #948e8e;
    opacity: 1;
  }
  main.sub .about #company .access_list .swiper-pagination-bullet-active,
  main.sub .about #awards .access_list .swiper-pagination-bullet-active,
  main.sub .about #access .access_list .swiper-pagination-bullet-active {
    background: #948e8e;
  }
  main.sub .job .lead {
    margin-bottom: 20px;
  }
  main.sub .job .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .jobcondition .link_area {
    padding: 40px 20px 0;
  }
  main.sub .jobcondition #number ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
        grid-template-rows: repeat(1, 1fr);
    gap: 10px;
  }
  main.sub .jobcondition #number ul li {
    padding: 10px;
    position: relative;
  }
  main.sub .jobcondition #number ul li.grid01 {
    grid-column: span 2 / span 2;
  }
  main.sub .jobcondition #number ul li.grid01 img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
  }
  main.sub .jobcondition #number ul li.grid02 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main.sub .jobcondition #number ul li.grid02 div {
    width: 48%;
  }
  main.sub .jobcondition #number ul li.grid02 img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
  }
  main.sub .jobcondition #number ul li.grid03, main.sub .jobcondition #number ul li.grid04 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  main.sub .jobcondition #number ul li.grid03 img {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
  }
  main.sub .jobcondition #number ul li.grid04 img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
  }
  main.sub .jobcondition #number ul li.grid05, main.sub .jobcondition #number ul li.grid06 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  main.sub .jobcondition #number ul li.grid05 img {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
  }
  main.sub .jobcondition #number ul li.grid07, main.sub .jobcondition #number ul li.grid08 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  main.sub .jobcondition #number ul li.grid07 img {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
  }
  main.sub .jobcondition #number ul li.grid09 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  main.sub .jobcondition #number ul li.grid09 .center {
    margin-bottom: 10px;
  }
  main.sub .jobcondition #number ul li.grid09 img {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 40px;
  }
  main.sub .jobcondition #number ul li.grid10 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  main.sub .jobcondition #number ul li.grid10 img {
    display: block;
    margin: 0 auto;
  }
  main.sub .jobcondition #number ul li.grid11 {
    grid-column: span 2 / span 2;
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  main.sub .jobcondition #number ul li.grid11 img {
    display: block;
    margin: 0 auto;
  }
  main.sub .jobcondition #number ul p {
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.sub .jobcondition #number ul p.center {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
  }
  main.sub .jobcondition #number ul strong {
    display: block;
    font-weight: bold;
    text-align: center;
  }
  main.sub .jobcondition #number ul strong span {
    color: #012371;
    font-family: "Teko", sans-serif;
    font-size: 4rem;
    display: inline-block;
    line-height: 0.8;
    font-weight: 500;
    margin-right: 10px;
  }
  main.sub .jobcondition #number ul em {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 0.8rem;
  }
  main.sub .jobcondition #service img {
    border-radius: 10px;
  }
  main.sub .jobcondition #job .lead {
    margin-bottom: 40px;
  }
  main.sub .jobcondition #job .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .jobcondition #environment #style {
    margin-bottom: 40px;
  }
  main.sub .jobcondition #environment #style img {
    border-radius: 10px;
  }
  main.sub .jobcondition #environment #style .imgright .bdr_list {
    margin-bottom: 20px;
  }
  main.sub .jobcondition #environment #style .btnarea {
    padding-top: 20px;
  }
  main.sub .job_description .description .imgleft img {
    border-radius: 10px;
  }
  main.sub .job_description #daily .sec_list {
    padding-top: 30px;
  }
  main.sub .job_description #daily .imgright img {
    border-radius: 10px;
  }
  main.sub .job_description #daily .arrow {
    width: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #948e8e;
    margin: 0 auto 30px;
  }
  main.sub .job_description .movie {
    margin-bottom: 40px;
  }
  main.sub .job_description .movie iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .job_description .blue_btn {
    margin: 30px auto 0;
  }
  main.sub .welfare .secure img {
    border-radius: 10px;
  }
  main.sub .welfare .gear li {
    padding: 20px;
    border-radius: 20px;
  }
  main.sub .welfare .gear li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .welfare .gear img {
    display: block;
    margin: 0 auto;
    width: 60px;
  }
  main.sub .welfare .gear .blue_title {
    margin-bottom: 10px;
  }
  main.sub .welfare #event > img {
    margin: 0 auto 30px;
  }
  main.sub .welfare #event .box img {
    border-radius: 10px;
  }
  main.sub .welfare #event .box .imgright {
    margin-bottom: 20px;
  }
  main.sub .welfare #event .box ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  main.sub .welfare #event .btnarea {
    padding-top: 20px;
  }
  main.sub .faq img {
    border-radius: 10px;
  }
  main.sub .faq p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.sub .faq a {
    position: relative;
  }
  main.sub .faq a:after {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
  main.sub .training .study .lead {
    margin: 20px auto;
  }
  main.sub .training .study .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .training .study img {
    display: block;
    margin: 0 auto;
  }
  main.sub .training .learning > .sec_list {
    margin-bottom: 30px;
  }
  main.sub .training .learning p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .training .learning img {
    border-radius: 10px;
  }
  main.sub .sdgs p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .sdgs .imgleft {
    margin-bottom: 20px;
  }
  main.sub .sdgs .imgleft img {
    max-width: 100px;
  }
  main.sub .sdgs .pic {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 40px;
  }
  main.sub .sdgs .pic img {
    border-radius: 5px;
  }
  main.sub .sdgs .bb {
    border-bottom: 1px dashed #ababab;
    padding-bottom: 20px;
  }
  main.sub .recruit-info .flow .imgright img {
    border-radius: 10px;
  }
  main.sub .recruit-info .flow .imgright .step img {
    width: 60px;
    margin: 5px auto 0;
  }
  main.sub .recruit-info .flow .imgright .blue_title {
    text-align: center;
  }
  main.sub .recruit-info .flow .arrow {
    text-align: center;
  }
  main.sub .recruit-info .flow .arrow img {
    width: 60px;
  }
  main.sub .recruit-info .briefing img,
  main.sub .recruit-info .internship img {
    border-radius: 10px;
  }
  main.sub .recruit-info .briefing .lead,
  main.sub .recruit-info .internship .lead {
    margin-bottom: 40px;
  }
  main.sub .recruit-info .briefing p:not(:last-child),
  main.sub .recruit-info .internship p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit-info .briefing p a,
  main.sub .recruit-info .internship p a {
    color: #ff8839;
    text-decoration: underline;
  }
  main.sub .recruit .link_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
  }
  main.sub .recruit .link_area li {
    width: 49%;
  }
  main.sub .recruit .line_area {
    margin-bottom: 40px;
  }
  main.sub .recruit .youkou {
    padding: 0 20px;
  }
  main.sub .recruit img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .recruit .stop {
    padding: 0 0 40px;
  }
  main.sub .recruit .stop > p {
    color: #fa4b4b;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  main.sub .workingman .link_area {
    margin-bottom: 20px;
  }
  main.sub .workingman .imgleft .thumb {
    display: block;
    max-width: 380px;
    width: 100%;
    position: relative;
    margin: 0 auto 20px;
  }
  main.sub .workingman .imgleft .thumb.mini {
    max-width: 400px;
  }
  main.sub .workingman .imgleft .thumb.mini:before {
    padding-top: 66.5%;
  }
  main.sub .workingman .imgleft .thumb:before {
    content: "";
    display: block;
    padding-top: 80.5%;
  }
  main.sub .workingman .imgleft .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .workingman .imgleft .bold_title span {
    font-size: 0.8rem;
    margin-right: 10px;
  }
  main.sub .workingman .imgleft .cat {
    max-width: 100px;
  }
  main.sub .workingman p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .workingman .main_pic {
    margin-bottom: 40px;
  }
  main.sub .workingman .main_pic img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  main.sub .archive .link_area {
    margin-bottom: 40px;
  }
  main.sub .archive .link_area .bdr_btn {
    padding: 5px 10px;
  }
  main.sub .pagination {
    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;
    padding-top: 40px;
  }
  main.sub .pagination span {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: block;
    border: 1px solid #ff8839;
    background: #ff8839;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
  }
  main.sub .pagination a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 5px;
    border: 1px solid #ff8839;
    color: #ff8839;
    text-align: center;
    font-size: 1.1rem;
  }
  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: #ff8839;
    font-weight: bold;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
  }
  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: #eaeaea;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #012371;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #012371;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
  }
  main.sub .single .content h2 {
    margin: 20px auto;
    font-weight: bold;
    padding: 0 10px;
    border-left: 5px solid #012371;
  }
  main.sub .single .content h3 {
    font-weight: bold;
    margin: 20px auto;
    border-bottom: 2px solid #012371;
  }
  main.sub .single .content h4 {
    margin: 20px auto;
    color: #012371;
    font-weight: bold;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #012371;
    padding: 5px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #eaeaea;
    padding: 5px;
    vertical-align: middle;
  }
  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: #012371;
    color: #fff;
    padding: 5px;
    width: 40%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 40%);
    background: #eaeaea;
    padding: 5px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 40px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi .blue_btn {
    min-width: 95px;
    text-align: center;
    padding: 10px;
  }
  main.sub .pagenavi .blue_btn:after {
    display: none;
  }
  main.sub #error p:not(:last-child),
  main.sub #thanks p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #error .blue_btn,
  main.sub #thanks .blue_btn {
    margin: 20px auto;
  }
  footer section {
    padding: 40px 20px;
  }
  footer .news .blue_btn {
    margin: 30px auto 40px;
  }
  footer .news iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }
  footer .gallery {
    overflow: hidden;
    margin-bottom: 40px;
  }
  footer .gallery img {
    width: 100%;
    border-radius: 10px;
    display: block;
  }
  footer .f_blc {
    background: -webkit-gradient(linear, left top, right top, from(#012371), to(#0143d7));
    background: linear-gradient(90deg, #012371 0%, #0143d7 100%);
  }
  footer .f_blc .f_nav a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #fff;
  }
  footer .f_blc .btnarea {
    padding: 20px;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
  }
  footer .f_btm {
    padding: 20px;
  }
  footer .f_btm .f_logo a {
    max-width: 400px;
    display: block;
    margin: 0 auto 20px;
  }
  footer .f_btm div > a {
    display: block;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  footer .f_btm div .sns {
    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: 20px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ff8839), to(#fa4b4b));
    background: linear-gradient(90deg, #ff8839 0%, #fa4b4b 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:after {
    position: absolute;
    content: "";
    background: url("images/common/arrow_white.svg") no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 15px;
    height: 15px;
  }
  footer .fixbtn {
    display: none;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn .btnarea {
    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;
  }
  footer .fixbtn .btnarea li {
    width: 50%;
    margin-bottom: 0;
  }
  footer .fixbtn .btnarea a {
    border-radius: 0;
    font-size: 0.9rem;
    padding: 20px 10px;
  }
  footer .fixbtn .btnarea a:after {
    right: 5px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */