:root {
    --color-01: #000080;
    /* --color-02: #0071bc;
  --color-03: #000;
  --accent-01: #3cad85; */
    --txt-white: #fff;
    --txt-lh: 1.7;
    --fs-custom1: 30px;
    --fs-custom2: 34px;
    --fs-custom3: 36px;
    --window-py: 80px;
    --window-px: 25px;
    --gap-pb: 60px;
    --gap-pt: 60px;
    --inner-box: 1400px;
    --inner-box2: 1200px;
}

a.anchor {
    width: 0;
    height: 0;
    opacity: 0;
    appearance: none;
    visibility: hidden;
    position: relative;
    top: -80px;
}

.cbg1 {
    background-color: var(--color-01);
}

.tw {
    color: var(--txt-white);
}

.pd-px {
    padding-left: var(--window-px);
    padding-right: var(--window-px);
}

.pd-py {
    padding-top: var(--window-py);
    padding-bottom: var(--window-py);
}

.pd-pb {
    padding-bottom: var(--gap-pb);
}

.pd-pt {
    padding-top: var(--gap-pt);
}

.mini-py {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sub .inner {
    max-width: var(--inner-box);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inner-md {
    max-width: var(--inner-box2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

.inner-fw {
    max-width: 100%;
    width: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.full-w {
    width: 100%;
}

.full-h {
    height: 100%;
}

.full-vh {
    height: 100vh;
}

.fit-w {
    max-width: fit-content;
    width: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.start-x {
    justify-content: flex-start;
}

.center-x {
    justify-content: center;
}

.between-x {
    justify-content: space-between;
}

.around-x {
    justify-content: space-around;
}

.even-x {
    /* justify-content: space-evenly; */
}

.end-x {
    justify-content: flex-end;
}

.stretch-x {
    justify-content: stretch;
}

.start-y {
    align-items: flex-start;
}

.center-y {
    align-items: center;
}

.end-y {
    align-items: flex-end;
}

.stretch-y {
    align-items: stretch;
}

.f-wrap {
    flex-wrap: wrap;
}

.f-nwrap {
    flex-wrap: nowrap;
}

.gpx10 {
    column-gap: 10px;
}

.gpx20 {
    column-gap: 20px;
}

.gpx30 {
    column-gap: 30px;
}

.gpx40 {
    column-gap: 40px;
}

.w {
    column-gap: 50px;
}

.gpy10 {
    row-gap: 10px;
}

.gpy20 {
    row-gap: 10px;
}

.gpy30 {
    row-gap: 30px;
}

.gpy40 {
    row-gap: 40px;
}

.gpy50 {
    row-gap: 50px;
}

.gpy60 {
    row-gap: 60px;
}

.gpxy10 {
    gap: 10px;
}

.gpxy20 {
    gap: 20px;
}

.gpxy30 {
    gap: 30px;
}

.gpxy40 {
    gap: 40px;
}

.gpxy50 {
    gap: 50px;
}

/* main.sub {
  background: url(../img/company/diagonal.svg) no-repeat;
  background-size: cover;
  background-position: center;
} */
.sub {
    margin-top: 80px;
}

.lower-mv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0;
}

.lower-mv .inner {
    position: relative;
}

.lower-mv .mv-box {
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding-top: 100px;
}

.lower-mv h2 {
    font-size: 36px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.lower-mv h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.lower-mv .breadcrumb {
    position: absolute;
    left: 3%;
    top: 20px;
}

.lower-mv .breadcrumb ul, .lower-mv .breadcrumb ul a {
    color: #fff;
}

.lower-mv .breadcrumb ul li {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.breadcrumbs {
    /*margin: 0 0 20px;*/
    /*padding: 0 3%;*/
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    font-size: 16px;
    position: absolute;
    left: 3%;
    top: 20px;
}

.breadcrumbs a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.breadcrumbs span {
    margin: 0 5px 0;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    color: #FFF;
}

.breadcrumbs span:first-child {
    margin: 0 5px 0 0;
}

.contactbnr {
    width: 100%;
    height: 300px;
    padding: 30px 25px;
    background: url(../img/contactbnr01.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 60px;
}

.contactbnr .inner {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactbnr h2 {
    display: flex;
    flex-wrap: wrap;
    font-size: 70px;
    gap: 10px;
}

.contactbnr h2 span:nth-of-type(3) {
    display: block;
    width: 100%;
}

.contactbnr .btn-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contactbnr .btn-box a {
    width: 250px;
    height: 50px;
    background-color: var(--color-01);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50vw;
    border: 2px solid #000;
    font-weight: bold;
    transition: 0.5s ease;
}

.contactbnr .btn-box a.recruit {
    background-color: #fff;
    color: #000;
}

.contactbnr .btn-box a span {
    position: absolute;
    right: 12px;
}

.contactbnr .btn-box a.recruit span img {
    filter: brightness(0);
}

.contactbnr .btn-box a:hover {
    opacity: 0.7;
}

/* infograph-start */
.sub-infograph .subttl {
    color: #000080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.sub-infograph .subttl span {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #000080;
}

.sub-infograph .inner {
    max-width: 1200px;
    background-color: #e0f7fa;
    padding: 60px 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.sub-infograph .flex-row {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sub-infograph .item a {
    background: #000080;
    width: 200px;
    height: 45px;
    border-radius: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -22.5px;
    font-weight: bold;
    transition: 0.5s ease;
}

.sub-infograph .item {
    width: calc(100% / 2 - 25px);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 275px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.sub-infograph .item img {
    max-width: 100%;
    width: 100%;
}

.sub-infograph .item img.icons {
    max-width: 120px;
}

.sub-infograph .item.f-w {
    width: 100%;
    height: auto;
    padding: 40px 15px;
}

.sub-infograph .item.f-w img {
    max-width: 100%;
}

.sub-infograph canvas {
    max-width: 450px;
    margin: auto;
}

/* welfare-start */
.sub-welfare {
    line-height: 1.7;
    /* font-weight: bold; */
}

.sub-welfare .inner {
    max-width: 1100px;
}

.sub-welfare h3 {
    font-size: 22px;
    color: #000080;
    text-align: center;
    padding: 15px 0;
    border-top: 5px solid #000080;
    border-bottom: 5px solid #000080;
    margin-bottom: 15px;
    font-weight: bold;
}

.sub-welfare p {
    font-size: 18px;
}

/* interview-start */
.sub-interview {
    line-height: 1.5;
}

.sub-interview .inner {
    max-width: 980px;
}

.sub-interview .img-box img {
    width: 100%;
}

.sub-interview p.flex-col {
    color: #000080;
    font-weight: bold;
    font-size: 18px;
}

.sub-interview .subttl {
    color: #000080;
    padding: 15px 0;
    border-top: 1px solid #0000004d;
    border-bottom: 1px solid #0000004d;
    margin-bottom: 0;
}

.sub-interview h3, .sub-interview h4 {
    font-size: 26px;
    text-align: center;
    color: #000080;
}

.sub-interview .inner h4 {
    text-align: left;
}

/* .sub-interview p {
  font-weight: bold;
} */
.sub-interview .time-schedule {
    display: flex;
    align-items: stretch;
    margin-top: 20px;
}

.sub-interview .time-schedule .txt-box {
    width: 40%;
    background-color: #000080;
    padding: 30px 25px;
}

.sub-interview .time-schedule .img-box {
    width: 60%;
}

.sub-interview .time-schedule .box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.sub-interview .time-schedule h2 {
    color: #fff;
    font-size: 26px;
}

.sub-interview .time-schedule dl {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    color: #fff;
    border-top: 2px solid #fff;
    padding: 15px 0;
    font-weight: bold;
}

.sub-interview .time-schedule dl:last-of-type {
    border-bottom: 2px solid #fff;
}

.sub-interview .time-schedule dt {
    width: 80px;
}

.sub-interview .time-schedule .img-box {
    background-color: #f5f5f5;
    padding: 30px 25px;
}

.sub-interview .time-schedule .img-box img {
    border-radius: 50vw;
    /*max-width: 225px;*/
    width: 100%;
    max-width: 160px;
}

/* csr-start */
.sub-csr {
    line-height: 1.5;
}

.sub-csr .inner {
    max-width: 1200px;
    width: 100%;
}

.sub-csr .content-box {
    width: 100%;
}

.sub-csr .item {
    display: flex;
    width: 100%;
    padding-bottom: 60px;
    border-bottom: 1px solid #0000004d;
}

.sub-csr .nmb {
    min-width: 100px;
    width: 100px;
    font-size: 55px;
    font-weight: bold;
    color: rgb(0, 175, 152);
    line-height: 1;
}

.sub-csr .box {
    width: 100%;
}

.sub-csr .txt-box {
    width: 50%;
}

.sub-csr .img-box {
    width: 50%;
    position: relative;
    z-index: 3;
    left: -20px;
}

.sub-csr .img-box img {
    width: 100%;
}

.sub-csr .img-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 175, 152);
    position: absolute;
    left: 20px;
    bottom: -20px;
    z-index: -1;
}

.sub-csr h3 {
    color: rgb(0, 175, 152);
    font-size: 26px;
    /* margin-bottom: 25px; */
    font-size: 20px;
}

.sub-csr p {
    font-size: 14px;
}

/* faq-start */
.hide {
    display: none;
}

#expand1:checked ~ .flex-col .item.item01 label span:nth-of-type(2), #expand2:checked ~ .flex-col .item.item02 label span:nth-of-type(2), #expand3:checked ~ .flex-col .item.item03 label span:nth-of-type(2), #expand4:checked ~ .flex-col .item.item04 label span:nth-of-type(2), #expand5:checked ~ .flex-col .item.item05 label span:nth-of-type(2), #expand6:checked ~ .flex-col .item.item06 label span:nth-of-type(2), #expand7:checked ~ .flex-col .item.item07 label span:nth-of-type(2), #expand8:checked ~ .flex-col .item.item08 label span:nth-of-type(2) {
    transform: rotate(90deg);
}

#expand1:checked ~ .flex-col .item.item01, #expand2:checked ~ .flex-col .item.item02, #expand3:checked ~ .flex-col .item.item03, #expand4:checked ~ .flex-col .item.item04, #expand5:checked ~ .flex-col .item.item05, #expand6:checked ~ .flex-col .item.item06, #expand7:checked ~ .flex-col .item.item07, #expand8:checked ~ .flex-col .item.item08 {
    height: 100px;
}

#expand1:checked ~ .flex-col .item.item01 .middle, #expand2:checked ~ .flex-col .item.item02 .middle, #expand3:checked ~ .flex-col .item.item03 .middle, #expand4:checked ~ .flex-col .item.item04 .middle, #expand5:checked ~ .flex-col .item.item05 .middle, #expand6:checked ~ .flex-col .item.item06 .middle, #expand7:checked ~ .flex-col .item.item07 .middle, #expand8:checked ~ .flex-col .item.item08 .middle {
    height: 0;
    opacity: 0;
    appearance: none;
}

/* #faq label {
} */
#faq label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 17px;
    z-index: 5;
    height: 100%;
}

#faq label span {
    width: 20px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: 0.3s ease;
}

#faq label span:nth-of-type(1) {
    margin-bottom: -3px;
}

#faq label span:nth-of-type(2) {
    transform: rotate(0);
}

#faq .subttl {
    color: #000080;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px auto;
}

#faq .subttl span {
    width: 25px;
    height: 25px;
    background-color: #000080;
    display: block;
}

.sub-faq .item {
    background-color: #000080;
    border-radius: 15px;
    padding-bottom: 25px;
    transition: 0.5s ease;
    overflow: hidden;
}

.sub-faq .item .upper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sub-faq .item .upper h3 {
    font-size: 24px;
    color: #fff;
    padding-top: 35px;
}

.sub-faq .item .question {
    background: url(../img/faq/quarter-round.png) no-repeat;
    width: 100px;
    height: 65px;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

.sub-faq .item .middle {
    background-color: #fff;
    max-width: calc(100% - 50px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 25px 15px;
    display: flex;
    gap: 15px;
}

.sub-faq .item .answer {
    font-size: 30px;
    font-weight: bold;
    color: #000080;
}

.sub-faq .middle .bdy-txt p {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: bold;
}

/* .sub-faq .middle p .arrow {
} */
.sub-faq .middle p .arrow img {
    max-width: 20px;
    transform: rotate(90deg);
}

.subttl {
    font-size: 30px;
    text-align: center;
    color: #00af98;
    margin-bottom: 40px;
}

/* sub-company */
#company .lower-mv {
    background-position: center;
}

#company .hde-pc {
    display: none;
}

.sub-company .persona .subttl {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    font-family: var(--font-family2);
    margin: 0 0 30px;
}

.sub-company .persona {
    align-items: stretch;
}

.sub-company .persona .txt-box {
    line-height: 1.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    z-index: 2;
}

.sub-company .persona .txt-box p {
    font-size: 17px;
    line-height: 2;
    margin: 0 0 30px;
    font-weight: 500;
}

.sub-company .persona .title .lg {
    font-size: 28px;
    line-height: 1;
    font-family: var(--font-family2);
}

.sub-company .persona .title span {
    font-size: 18px;
    display: block;
    line-height: 1;
}

.sub-company .persona .img-box {
    width: 100%;
    position: relative;
    margin-left: -5%;
}

.sub-company .persona .img-box::after {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(133,133,133,0) 100%);
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sub-company .persona .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-company .persona .txt-box img {
    width: 100%;
}

.banner {
    background: url(../img/company/banner.png) no-repeat;
    background-size: cover;
    background-position: right;
    height: 350px;
    color: #fff;
    text-align: center;
    line-height: 1.7;
}

.banner .subttl {
    color: #fff;
    margin-bottom: 10px;
}

.banner h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.banner p {
    font-size: 18px;
    font-weight: bold;
}

.sub-company .profile .subttl, .sub-company .inner-md .subttl {
    text-align: left;
    margin-bottom: 20px;
}

.sub-company .profile .subttl {
    margin-top: 40px;
}

.sub-company .profile .txt-box {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.sub-company .profile .img-box {
    max-width: 40%;
    width: 100%;
}

.sub-company .profile .img-box img {
    width: 100%;
}

.sub-company .profile dl {
    display: flex;
    column-gap: 100px;
    row-gap: 10px;
    line-height: 1.7;
    padding-top: 15px;
}

.sub-company .profile dl dt {
    border-bottom: 1px solid #000;
    width: 20%;
    padding-bottom: 15px;
}

.sub-company .profile dl dd {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.sub-company .profile dl dd .circle {
    font-size: 7px;
}

.sub-maps iframe {
    max-width: 100%;
    width: 100%;
}

/* news-start */
#news .news-item {
    padding: 30px 0;
    line-height: 1.7;
    border-bottom: 1px solid #000;
}

#news .news-item:nth-of-type(1) {
    padding-top: 0;
}

#news .news-item a {
    color: #000;
    font-weight: 400;
}

/*#news .news__pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#news .news__pagination li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#news .news__pagination li a:where([aria-current]) {
  background-color: #000080;
  color: #fff;
}

#news .news__pagination li a:active {
  color: unset;
}*/
/* privacy */
.sub-privacy p a:active {
    color: #000080;
}

.sub-privacy p.tel a {
    color: #000;
}

.sub-privacy {
    line-height: 1.7;
}

.sub-privacy p {
    /* font-size: 18px; */
}

.sub-privacy p .sp-none {
    display: none;
}

.sub-privacy .subttl {
    color: rgb(0, 175, 152);
}

/* contact-start */
.sub-thanks {
    text-align: center;
}

.sub-contact p {
    line-height: 1.7;
}

span.must {
    display: block;
    background-color: white;
    border: none;
    text-shadow: none;
    padding: revert;
    font-size: 10px;
    color: #cd0808;
    float: none;
    margin: 0px 0px;
    border-radius: unset;
    box-shadow: none;
    background-image: none;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
}

p.mb99 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.right_flex_box {
    width: 50%;
}

.left_flex_box {
    width: 50%;
}

.font-w {
    font-weight: bold;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.center.mb70 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

.sub-contact .c-red {
    color: #cd0808;
    font-weight: 600;
}

.sub-contact .section__ttl {
    color: #000;
}

.contact__form .submit_wap label a {
    color: var(--main-bg-color);
    text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
    background-color: var(--main-bg-color);
    font-weight: 600;
    padding: 20px 0;
    color: #fff;
    border: unset;
}

.contact__form {
    display: flex;
    justify-content: center;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
}

dl.contact__form--item.flex dt {
    display: flex;
}

p {
    line-height: var(--def-line-height);
}

.defalt_lineheight {
    line-height: var(--def-line-height);
}

.font-w {
    padding-top: var(--quarter-padding);
    padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

dl.contact__form--item.flex .text3 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

textarea.textarea {
    height: 100%;
    width: 100%;
    padding: 12px;
    min-height: 200px;
}

form#mailformpro {
    width: 1000px;
}

form#mailformpro dl dt, form#mailformpro dl dd {
    width: 100%;
}

form#mailformpro dl dd {
    height: 100%;
}

form#mailformpro dl dt {
    display: flex;
    align-content: center;
    align-items: center;
    width: 300px;
}

.lower-mv__text--box {
    display: flex;
    justify-content: center;
    width: 100%;
}

p.t4.mb40 {
    text-align: center;
}

.submit_wap {
    display: flex;
    justify-content: center;
    margin-top: var(--half-padding);
}

.sub-news {
    max-width: var(--inner-box2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    min-height: 350px;
}

.sub-news p {
    line-height: 2;
}

/*history*/
.company_section__history {
    padding: 0 3% 0;
}

.company_section__history .inner {
    max-width: 920px;
}

.history__list {
    position: relative;
    padding: 60px 0 60px;
    /* filter: sepia(1); */
}

.history__list::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #d0d0d0;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.history__listitemwrap {
    width: 40%;
    margin: -10px auto 0 0;
    padding: 20px;
    border: 2px solid #9c9c9c;
    position: relative;
    background: white;
}

.history__listitemwrap:first-child {
    margin: 0 auto 0 0;
}

.history__listitemwrap::before {
    content: "";
    width: calc((920px / 2) * 0.2);
    height: 1px;
    position: absolute;
    background: #9c9c9c;
    margin: auto;
    top: 0;
    bottom: 0;
    right: calc((920px / 2) * 0.2 * -1);
    left: auto;
}

.history__listitemwrap::after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--color-01);
    border-radius: 20px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: calc(((920px / 2) * 0.2 * -1) - 12px);
    left: auto;
}

.history__listitemwrap:nth-child(even) {
    margin: -10px 0 0 auto;
}

.history__listitemwrap:nth-child(even)::before {
    left: calc((920px / 2) * 0.2 * -1);
    right: auto;
}

.history__listitemwrap:nth-child(even)::after {
    left: calc(((920px / 2) * 0.2 * -1) - 12px);
    right: auto;
}

.history__listage {
    position: absolute;
    right: calc(((920px / 2)* 0.2* -1) - 1.2em);
    left: auto;
    top: -110px;
    bottom: 0;
    font-size: 35px;
    font-family: unset;
    margin: auto;
    height: 35px;
    line-height: 25px;
    font-weight: bold;
    width: 3.4em;
    text-align: center;
    color: var(--color-01);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.history__listage span {
    font-size: 16px;
    color: #000;
    font-family: unset;
}

.history__listitemwrap:nth-child(even) .history__listage {
    left: calc(((920px / 2) * 0.2 * -1) - 1.2em);
    right: auto;
}

.history__listimagewrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25%;
    margin: 0 0 20px;
}

.history__listimagewrap.none {
    display: none;
}

/* .history__listtextwrap {
} */
.history__listtextwrap .date {
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--color-01);
}

.history__listtextwrap span {
    font-size: 16px;
    color: #000;
}

.history__listtextwrap .text {
    line-height: 1.6;
    font-weight: 500;
}

.history__listtextwrap img {
    width: 100%;
    margin-bottom: 10px;
}

/*history*/
/* recruit start */
.sub-recruit .inner {
    max-width: 1000px;
}

.sub-recruit .wrap {
    border: solid #00af98;
}

.sub-recruit .wrap h2 {
    background-color: #00af98;
    color: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.sub-recruit .wrap ul li:nth-child(1) {
    padding: 0 30px 30px;
}

.sub-recruit .wrap ul li:nth-last-child(1) {
    border-bottom: 0;
}

.sub-recruit .wrap ul li {
    padding: 30px;
    border-bottom: solid 2px #3337;
}

.sub-recruit .wrap ul li .label {
    position: relative;
    color: #00af98;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub-recruit .wrap ul li .label.checkbox {
    padding-left: 40px;
}

.sub-recruit .wrap ul li .label.checkbox.black {
    color: #000;
}

.sub-recruit .wrap ul li .label.checkbox::after {
    content: "";
    background: url(../../img/recruit/checkbox_icon.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sub-recruit .wrap ul li .bg_txt {
    font-size: 20px;
    font-weight: 600;
}

.sub-recruit .wrap ul li .desc_txt {
    line-height: 25px;
}

.sub-recruit .wrap ul li .flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub-recruit .wrap ul li a {
    width: 100%;
    max-width: 250px;
    padding: 20px;
    color: #fff;
    background-color: #00af98;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

/* recruiit end */
@media screen and (max-width: 1400px) {
    .contactbnr {
        height: 250px;
    }

    .contactbnr .inner {
        max-width: 1100px;
    }

    .sub-company .profile dl dt {
        width: 30%;
    }

    .sub-company .persona .txt-box p {
        font-size: 15px;
        font-weight: 500;
    }

    .sub-company .persona .subttl {
        margin: 0 0 10px;
        font-size: 30px;
    }

    .sub-company .profile .subttl, .sub-company .inner-md .subttl {
        margin-bottom: 40px;
        font-size: 30px;
        text-align: center;
        color: #00af98;
    }

    /* .sub-company .persona .txt-box p br {
    display: none;
  } */
    .contactbnr h2 {
        font-size: 75px;
    }

    .sub-csr .inner {
        max-width: 1000px;
    }
}

/* @media screen and (max-width: 1100px) {
  main {
    margin-top: 80px;
  }
} */
@media screen and (max-width: 1000px) {
    .contactbnr h2 {
        font-size: 55px;
    }

    .sub-csr p {
        font-size: 16px;
    }

    .sub-csr p br {
        display: none;
    }

    .sub-csr h3 {
        font-size: 20px;
    }

    .sub-csr .nmb {
        font-size: 45px;
        width: 65px;
        min-width: 65px;
    }

    .sub-csr .item {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .sub-csr .item .box .flex-row {
        flex-wrap: wrap;
    }

    .sub-csr .item .txt-box {
        width: 100%;
        order: 2;
    }

    .sub-csr .item .img-box {
        width: 100%;
        order: 1;
        left: 0;
    }

    .sub-csr .img-box::after {
        left: 10px;
        bottom: -10px;
    }

    .sub-interview .time-schedule .txt-box, .sub-interview .time-schedule .img-box {
        width: 50%;
    }

    .sub-interview .time-schedule .img-box img {
        max-width: 50%;
    }
}

@media screen and (max-width: 980px) {
    .company_section__history {
        padding: 0px 3% 0px;
    }

    .company_section__history .inner {
        width: 100%;
    }

    .history__list {
        padding: 80px 0 10px;
    }

    .history__list::before {
        left: 9px;
        right: auto;
    }

    .history__listitemwrap {
        width: calc(100% - 26px);
        margin: 0 0 60px auto;
    }

    .history__listitemwrap:first-child {
        margin: 0 0 60px auto;
    }

    .history__listitemwrap::before {
        content: none;
    }

    .history__listitemwrap::after {
        right: auto;
        left: -27px;
        bottom: auto;
        top: -32px;
    }

    .history__listitemwrap:nth-child(even) {
        margin: 0 0 60px auto;
    }

    /* .history__listitemwrap:nth-child(even)::before {
  } */
    .history__listitemwrap:nth-child(even)::after {
        right: auto;
        left: -27px;
        bottom: auto;
        top: -32px;
    }

    .history__listage {
        right: auto;
        left: 0;
        top: -36px;
        bottom: auto;
        font-size: 24px;
        height: 28px;
    }

    .history__listitemwrap:nth-child(even) .history__listage {
        right: auto;
        left: 0;
        top: -36px;
        bottom: auto;
        font-size: 24px;
        height: 28px;
    }

    .history__listage span {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --window-py: 50px;
        --window-px: 25px;
        --gap-pb: 40px;
        --gap-pt: 40px;
    }

    .sub-csr .content-box.gpy50 {
        row-gap: 30px;
    }

    .sub-csr .item {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 30px;
    }

    .contactbnr {
        height: 400px;
        padding: 40px 25px;
    }

    .contactbnr .inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .contactbnr .inner h2 {
        line-height: 1;
        font-size: 42px;
    }

    .contactbnr .inner h2 span {
        width: 100%;
    }

    .subttl {
        font-size: 24px;
    }

    .lower-mv h3 {
        font-size: 26px;
    }

    .sub-company .persona.flex-row {
        flex-wrap: wrap;
    }

    .sub-company .persona .txt-box {
        order: 2;
        display: flex;
        flex-direction: column;
        padding-right: 0;
    }

    .sub-company .persona .txt-box img {
        margin: 0 0 20px;
    }

    .sub-company .persona .title span {
        display: block;
        margin: 0 auto;
        font-size: 15px;
    }

    .sub-company .persona .txt-box h3 {
        order: 1;
        margin-bottom: 20px;
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
        flex-direction: column;
    }

    .sub-company .persona .txt-box .subttl {
        /* order: 2; */
        margin-bottom: 10px;
    }

    .sub-company .persona .txt-box p {
        order: 3;
    }

    .sub-company .persona .img-box {
        order: 1;
    }

    .sub-company .profile {
        flex-wrap: wrap;
    }

    .sub-company .profile .txt-box, .sub-company .profile .img-box {
        max-width: 100%;
        width: 100%;
    }

    .sub-company .persona .txt-box p {
        font-size: 14px;
    }

    .sub-company .persona .txt-box p br {
        display: none;
    }

    #company .banner {
        /* background: unset; */
        height: auto;
        /* background-color: red; */
    }

    #company .banner.pd-py {
        padding: 0;
        padding: 50px 3%;
    }

    #company .hde-pc {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    #company .hde-sp {
        display: none;
    }

    .sub-company .persona .img-box img {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        height: auto;
    }

    .sub-company .persona .img-box::before {
        content: none;
    }

    .lower-mv {
        height: 140px;
        padding: 0;
    }

    .lower-mv .mv-box {
        padding: 0;
    }

    .lower-mv .breadcrumb ul li {
        font-size: 12px;
    }

    .lower-mv h2 {
        font-size: 20px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
    }

    .lower-mv h3 {
        font-size: 20px;
        text-align: 0px 1px 1px rgba(0, 0, 0, 1);
    }

    .sub-faq .item .upper h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .sub-faq .item .question {
        min-width: 60px;
        width: 60px;
        font-size: 24px;
        background-position: top right;
        padding-left: 5px;
        padding-bottom: 5px;
    }

    .sub-interview .time-schedule {
        flex-direction: column-reverse;
        max-width: 576px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .sub-interview .time-schedule .txt-box, .sub-interview .time-schedule .img-box {
        width: 100%;
    }

    .sub-interview .time-schedule .img-box .box {
        max-width: 350px;
        display: flex;
        flex-direction: column;
    }

    .sub-interview .time-schedule .img-box img {
        max-width: 100%;
        width: 100%;
    }

    .sub-interview .time-schedule .txt-box p br {
        display: none;
    }

    .sub-interview p br {
        display: none;
        line-height: 1.7;
    }

    .sub-welfare p br {
        display: none;
    }

    .sub-infograph .item {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .sub-faq .item .question {
        min-width: 50px;
        width: 50px;
        font-size: 24px;
        background-position: top right;
        padding-left: 5px;
        padding-bottom: 5px;
        margin-top: -5px;
    }

    .sub-faq .item .upper h3 {
        padding-right: 60px;
    }

    .sub-faq .middle .bdy-txt p {
        font-size: 14px;
        line-height: 1.5;
    }

    .sub-faq .item .upper {
        gap: 10px;
    }

    .sub-company .profile .txt-box {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .sub-company .profile dl {
        flex-wrap: wrap;
    }

    .sub-company .profile dl dt {
        height: auto;
        min-height: unset;
        border-bottom: none;
        width: 100%;
    }

    .sub-company .profile dl dd {
        height: auto;
        min-height: unset;
        padding-bottom: 15px;
    }

    .sub-interview .time-schedule h2 {
        font-size: 22px;
    }

    .sub-welfare h3 {
        font-size: 18px;
    }

    .sub-recruit .wrap ul li .flex {
        align-items: self-start;
        gap: 0;
        flex-direction: column;
    }

    .sub-recruit .wrap ul li .desc_txt br {
        display: none;
    }
}

img.pholo_img {
    filter: drop-shadow(10px 10px 5px #aaa);
    object-fit: contain;
}

h4.bus_komidashi {
    color: rgb(0, 175, 152);
    font-size: 18px;
}

a.bis_button {
    height: 55px;
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    color: black;
    background: rgb(0, 175, 152);
    color: white;
    margin-top: 30px;
}

p.bis_para.midashi {
    font-size: 16px;
    font-weight: bold;
}

h4.center_midashi_mini {
    text-align: center;
    padding-bottom: 15px;
    font-size: 21px;
    color: #00af98;
}

@media screen and (min-width: 769px) {
    main.sub {
        min-height: 600px;
    }
}

.sub-csr .active_br br {
    display: block;
}

.company_table_wrap {
    max-width: 700px;
    margin: 0 auto;
}

.company_table {
}

.company_table dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #00af98;
    border-bottom: 2px solid #FFF;
    /* padding: 30px 3%; */
}

.company_table dl:last-child {
    border-bottom: none;
}

.company_table dl dt {
    font-weight: bold;
    color: #00af98;
    width: 150px;
    font-size: 18px;
    padding: 20px 3%;
    background: #00af98;
    color: #FFF;
    height: 100%;
    text-align: center;
}

.company_table dl dd {
    width: calc(100% - 150px);
    line-height: 1.6;
    padding: 20px 3%;
    background: #f9f9f9;
    height: 100%;
}

@media screen and (max-width: 700px) {
    .company_table dl dt {
        width: 100%;
    }

    .company_table dl dd {
        width: 100%;
    }
}