:root {
    --margin-left: 15%;
    --margin-right: 15%;
    --padding-left: 15%;
    --padding-right: 15%;
    --padding: 15%;
}

main {
    overflow: hidden;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.text-purple {
    color: var(--main-bg-color);
}

.text-20 {
    font-size: 20px;
}

.line-lr {
    position: relative;
    padding: 0 20px;
    width: fit-content;
    color: var(--main-bg-color);
    margin-bottom: 8px;
}

.line-lr.center {
    margin-left: auto;
    margin-right: auto;
}

.line-lr::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: var(--main-bg-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.line-lr::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: var(--main-bg-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.link01 {
    display: block;
    position: relative;
    color: var(--main-bg-color);
    text-decoration: none;
    padding-right: 50px;
    margin-top: 30px;
    width: fit-content;
}

.link01.center {
    margin-left: auto;
    margin-right: auto;
}

.link01.purple::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/arrow-rounded-purple.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.link01.white::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/arrow-rounded-white.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.section__ttl {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.section-my {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section-px {
    padding-left: 3%;
    padding-right: 3%;
}

.section-py {
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin-left {
    margin-left: var(--margin-left);
}

.margin-right {
    margin-right: var(--margin-right);
}

.padding-left {
    padding-left: var(--padding-left);
}

.padding-right {
    padding-right: var(--padding-right);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0 20px 0;
    z-index: 20;
}

header.active {
    background: var(--main-bg-color);
    box-shadow: 0 1px 25px 2px rgba(0, 0, 0, 0.2);
}

ul.header__navi--list.flex li a {
    color: #fff;
}

header .inner {
    max-width: unset;
}

.header__contact--mail {
    padding: 0 30px;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.mv {
    height: 44vw;
    display: flex;
    align-items: center;
    background-image: url(../img/top-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    padding-top: 130px;
    min-height: 600px;
}

.mv_txt--box {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.mv .heading {
    font-size: 54px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

.mv .subheading {
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
}

/*lower-mv */
.lower-mv_margin {
    position: relative;
    z-index: 1;
    margin-top: -25%;
}

/*lower-mv */
.w-100 {
    width: 100%;
}

.p-0 {
    padding: 0;
}

.sub .section__ttlbox .section__subttl {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
}

.section__subttl.white {
    color: #fff;
}

.section__subttl.purple {
    color: var(--main-bg-color);
}

#top .about .section__ttlbox {
    padding: 0;
}

.about .inner {
    max-width: 1500px;
    margin: unset;
    margin-left: auto;
    padding-left: 3%;
}

.about .imgbox {
    position: relative;
    min-height: 450px;
}

.about .imgbox img {
    object-fit: cover;
    min-height: 450px;
}

.about .textbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px 5%;
}

.info .inner {
    max-width: unset;
    position: relative;
}

#top .info .section__ttlbox {
    padding: 0;
}

.info .imgbox {
    max-width: 1350px;
    height: 700px;
}

.info .imgbox img {
    width: 100%;
    height: 85%;
    object-fit: cover;
}

.info .txt-box {
    background-color: var(--main-bg-color);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    min-width: fit-content;
    color: #fff;
    padding: 60px 3%;
}

.info .lead {
    margin-bottom: 15px;
    font-size: 20px;
}

.info .line-lr {
    color: #fff;
}

.info .line-lr::before, .info .line-lr::after {
    background-color: #fff;
}

.section_desc {
    margin-bottom: 30px;
}

.info-link {
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    transition: 0.5s ease;
}

a.info-link:active {
    transform: scale(0.8);
}

.info-link:hover {
    transform: scale(0.9);
}

.info-link:nth-of-type(4) {
    margin-bottom: 0;
}

.info-link .txt {
    width: 190px;
}

.initiative .inner {
    max-width: 1500px;
    margin: unset;
    margin-left: auto;
    padding-left: 3%;
}

.initiative .imgbox {
    position: relative;
    min-height: 450px;
}

.initiative .imgbox img {
    object-fit: cover;
    min-height: 450px;
}

.initiative .textbox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 40px 5%;
}

.access {
    padding-bottom: 0;
    margin-bottom: 0;
}

#top .section__ttlbox, .access__item {
    padding: 0 3%;
}

.access .inner {
    max-width: unset;
}

.access .section__ttlbox {
    text-align: center;
}

.recruit {
    background: var(--main-bg-color);
    text-align: center;
    color: #fff;
}

.recruit .line-lr {
    color: #fff;
}

.recruit .line-lr::before, .recruit .line-lr::after {
    background-color: #fff;
}

.recruit .link01 {
    color: #fff;
}

.footer {
    background-color: #ede5fa;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer__logobox {
    max-width: 260px;
    margin-bottom: 30px;
}

.footer__logobox a {
    display: block;
}

p.footer__text--ttl {
    margin-bottom: 8px;
}

/* sub - recruit */
.sub-recruit .interview .section__ttlbox {
    max-width: 1000px;
    margin: 0 auto;
}

.sub-recruit .interview .wrapper .sub-wrapper {
    display: flex;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 {
    align-items: flex-end;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 .imgbox {
    width: 45%;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 .imgbox img {
    position: relative;
    width: 140%;
    z-index: -1;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 .textbox {
    background: var(--main-bg-color);
    color: #fff;
    width: 55%;
    height: fit-content;
    padding: 35px;
    position: relative;
    bottom: 10px;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 .textbox .ttl {
    font-size: 30px;
    line-height: 45px;
}

.sub-recruit .interview .wrapper .sub-wrapper--1 .textbox .name {
    font-size: 20px;
}

.sub-recruit .interview .wrapper .sub-wrapper--2 {
    gap: 20px;
}

.sub-recruit .interview .wrapper .sub-wrapper--2 .textbox, .sub-recruit .interview .wrapper .sub-wrapper--2 .imgbox {
    width: 50%;
}

.sub-recruit .interview .wrapper .sub-wrapper--2 .textbox {
    padding-left: 23%;
}

.sub-recruit .nurture {
    background-image: linear-gradient(to right, #fff 23%, var(--main-bg-color) var(--padding-left));
    padding-top: 60px;
}

.sub-recruit .nurture .wrapper {
    display: flex;
    gap: 20px;
    padding-top: 60px;
    background-image: linear-gradient(to left, var(--main-bg-color) var(--padding-left), #fff var(--padding-left));
}

.sub-recruit .nurture .wrapper .textbox {
    width: 50%;
    padding-left: 23%;
}

.sub-recruit .nurture .wrapper .textbox .ttl {
    font-size: 20px;
    margin-bottom: 20px;
}

.sub-recruit .nurture .wrapper .imgbox {
    width: 50%;
}

.sub-recruit .requirements {
    background: var(--main-bg-color);
    padding-top: 60px;
    padding-left: 23%;
}

.sub-recruit .requirements .textbox {
    padding: 40px;
    background-color: #fff;
}

.sub-recruit .requirements .wrapper {
    max-width: 800px;
}

.sub-recruit .requirements .wrapper .ttl {
    font-size: 20px;
    margin-bottom: 16px;
}

.sub-recruit .requirements .table dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}

.sub-recruit .requirements .table dl dt {
    width: 200px;
}

.sub-recruit .requirements .table dl dd {
    padding: 10px 0;
    line-height: 30px;
}

.sub-recruit .message .inner {
    display: flex;
    gap: 30px;
}

.sub-recruit .message .inner .textbox {
    width: 50%;
}

.sub-recruit .message .inner .imgbox {
    width: 50%;
}

.sub-recruit .message .inner .imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* sub - recruit end*/
/* sub - policy */
.sub-policy .management .wrapper ul li {
    display: flex;
    margin-bottom: 30px;
    line-height: 1.6;
}

.sub-policy .management .wrapper ul li .number {
    padding-right: 10px;
}

.sub-policy .management .wrapper ul li h2 {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 10px;
}

.sub-policy .flow .wrapper {
    display: flex;
    gap: 40px;
}

.sub-policy .flow .wrapper .imgbox {
    width: 45%;
}

.sub-policy .flow .wrapper .textbox {
    width: 55%;
}

.sub-policy .flow .wrapper .textbox .ttl {
    font-size: 25px;
    line-height: 45px;
}

.sub-policy .flow .section__ttlbox-sp {
    display: none;
}

.sub-policy .flow-img {
    max-width: 1000px;
    margin: 0 auto;
}

.sub-policy .technology {
    position: relative;
}

.sub-policy .technology::before {
    content: "";
    background-color: var(--main-bg-color);
    position: absolute;
    width: 71%;
    height: 50%;
    right: 0;
    top: 0;
    z-index: -1;
}

.sub-policy .technology .inner {
    padding-top: 60px;
}

.sub-policy .technology .wrapper .textbox {
    background: #fff;
    padding-top: 60px;
}

.sub-policy .technology .descbox--2 {
    padding: 0 var(--padding);
}

.sub-policy .eco {
    position: relative;
}

.sub-policy .eco::before {
    content: "";
    background-color: var(--main-bg-color);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.sub-policy .eco .inner {
    padding-top: 60px;
    margin-bottom: 60px;
    padding-left: 28%;
    max-width: unset;
}

.sub-policy .eco .wrapper {
    background-color: #fff;
}

.sub-policy .eco .wrapper .textbox {
    padding: 20px;
}

.sub-policy .eco .slider {
    display: flex;
    margin-bottom: 60px;
}

.sub-policy .eco .slider .slide {
    padding: 0 15px;
}

.sub-policy .eco .descbox--2 {
    padding: 0 var(--padding);
}

.sub-policy .text-purple {
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
}

/* sub - policy end */
/* sub - about */
.sub-about .greet .wrapper {
    display: flex;
    gap: 20px;
}

.sub-about .greet .wrapper .imgbox {
    width: 45%;
}

.sub-about .greet .wrapper .textbox {
    width: 55%;
    padding-left: 3%;
}

.sub-about .outline {
    background: var(--main-bg-color);
    padding-top: 60px;
    position: relative;
    padding-left: 0;
    margin-left: 23%;
}

.sub-about .outline .textbox {
    background-color: #fff;
    padding: 40px;
    padding-left: 0;
    position: relative;
}

.sub-about .outline .textbox::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -1px;
}

.sub-about .outline .textbox::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.sub-about .outline .textbox .wrapper {
    max-width: 1000px;
}

.sub-about .outline .table dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
}

.sub-about .outline .table dl dt {
    width: 200px;
}

.sub-about .outline .table dl dd {
    padding: 10px 0;
    line-height: 30px;
}

.sub-about .history {
    background: var(--main-bg-color);
    padding-top: 60px;
    position: relative;
    padding-left: 23%;
}

.sub-about .history::after {
    content: "";
    width: 85%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.sub-about .history > .textbox {
    padding: 40px;
    background-color: #fff;
}

.sub-about .history .wrapper {
    max-width: 1000px;
    display: flex;
    gap: 40px;
    position: relative;
}

.sub-about .history .wrapper::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #332959;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub-about .history .wrapper::after {
    content: "";
    width: 4px;
    height: 100%;
    background: #332959;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub-about .history .wrapper .imgbox {
    width: 50%;
    padding-bottom: 20px;
}

.sub-about .history .wrapper .textbox {
    width: 50%;
    margin-top: -7px;
}

/* sub - about end */
/* sub - field start */
.sub-field .sub-field_inner .inner {
    max-width: unset;
}

.sub-field .sub-field_inner .wrapper {
    display: flex;
    gap: 50px;
    margin-bottom: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.sub-field .sub-field_inner .section__ttl-sp {
    display: none;
}

.sub-field .wrapper .sub-field_img {
    width: 75%;
}

.sub-field .sub-field_inner .wrapper::before {
    content: "";
    background: #ebe6f7;
    position: absolute;
    width: 60%;
    height: 75%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.sub-field .wrapper .sub-field_text {
    width: 100%;
    border-top: solid 10px #ebe6f7;
    padding: 30px 0;
}

.entry-contents {
}

.entry-contents h3 {
    font-size: 24px;
    margin: 0 0 20px;
    border-bottom: 1px solid #000;
    padding: 0 0 20px 0px;
}

.entry-contents p {
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

/* sub - field end */
@media (max-width: 1800px) {
    :root {
        --margin-left: 10%;
        --margin-right: 10%;
        --padding-left: 10%;
        --padding-right: 10%;
        --padding: 10%;
    }
}

@media (max-width: 1700px) {
}

@media (max-width: 1500px) {
    :root {
        --margin-left: 5%;
        --margin-right: 5%;
        --padding-left: 5%;
        --padding-right: 5%;
        --padding: 5%;
    }

    .section-my {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .sub-policy .eco .inner {
        padding-left: 15%;
    }

    .sub-policy .technology::before {
        width: 86%;
    }

    .sub-about .outline {
        margin-left: 15%;
    }

    .sub-about .history {
        padding-left: 15%;
    }

    .sub-field .wrapper .sub-field_img img {
        height: 100%;
        object-fit: cover;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--2 .textbox {
        padding-left: 12%;
    }

    .sub-recruit .nurture .wrapper .textbox {
        padding-left: 12%;
    }

    .sub-recruit .nurture {
        background-image: linear-gradient(to right, #fff 12%, var(--main-bg-color) var(--padding-left));
    }

    .sub-recruit .requirements {
        padding-left: 12%;
    }
}

@media (max-width: 1300px) {
    .sub-policy .flow .wrapper .imgbox {
        width: 50%;
    }

    .sub-policy .flow .wrapper .textbox {
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .mv {
        align-items: flex-end;
        padding: 100px 3% 30px;
    }

    .mv_txt--box {
        max-width: fit-content;
        height: fit-content;
        background-color: #00000036;
        margin: unset;
        padding: 3%;
    }

    .mv .heading {
        font-size: 40px;
    }

    .mv .subheading {
        font-size: 20px;
    }

    .section__ttlbox {
        margin-bottom: 30px;
    }

    .header__contact--mail {
        padding: 0;
    }

    .info .txt-box {
        padding: 60px 30px;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 .imgbox {
        width: 95%;
        margin-right: auto;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 .imgbox img {
        width: 100%;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 .textbox {
        width: 95%;
        margin-left: auto;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--2 {
        flex-direction: column;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--2 .textbox, .sub-recruit .interview .wrapper .sub-wrapper--2 .imgbox {
        padding: 0 var(--padding);
        width: 100%;
    }

    .sub-recruit .nurture .wrapper {
        flex-direction: column;
        padding-right: var(--padding-right);
        padding-left: var(--padding-left);
    }

    .sub-recruit .nurture .wrapper .textbox, .sub-recruit .nurture .wrapper .imgbox {
        width: 100%;
        padding: 0;
    }

    .sub-recruit .nurture .wrapper .textbox {
        padding-right: 20px;
    }

    .sub-recruit .requirements .textbox {
        padding: 20px;
        padding-right: var(--padding-right);
    }

    .sub-about .greet .wrapper {
        flex-direction: column;
    }

    .sub-about .greet .wrapper .textbox, .sub-about .greet .wrapper .imgbox {
        width: 100%;
    }

    .sub-about .greet {
        padding: 0 var(--padding);
    }

    .sub-recruit .nurture, .sub-recruit .requirements, .sub-about .outline {
        padding-top: var(--padding);
    }

    .sub-about .outline .textbox {
        padding: 20px;
        padding-left: 0;
    }

    .sub-about .history {
        padding-top: 0;
        padding-bottom: var(--padding);
    }

    .sub-about .history::after {
        display: none;
    }

    .sub-about .history > .textbox {
        padding: 20px;
    }

    .sub-about .history .wrapper {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
    }

    .sub-about .history .wrapper .textbox {
        width: 100%;
        margin-top: -10px;
    }

    .sub-about .history .wrapper .imgbox {
        width: 100%;
        padding-bottom: 0;
    }

    .sub-about .history .wrapper::before, .sub-about .history .wrapper::after {
        left: 0;
    }

    .sub-policy .flow .wrapper {
        flex-direction: column;
        padding: 0 var(--padding);
    }

    .sub-policy .flow .wrapper .textbox, .sub-policy .flow .wrapper .imgbox {
        width: 100%;
        padding: 0;
    }

    .sub-policy .flow .section__ttlbox-sp {
        display: block;
        margin-bottom: 0;
    }

    .sub-policy .flow .section__ttlbox-pc {
        display: none;
    }

    .sub-policy .technology .inner, .sub-policy .eco .inner {
        padding-top: var(--padding);
    }

    .sub-policy .technology .wrapper, .sub-policy .eco .wrapper {
        padding-top: var(--padding);
        padding-bottom: 10px;
        background-color: #fff;
    }

    .sub-policy .technology .wrapper .textbox {
        background: none;
        padding-top: 0;
    }

    .sub-field .wrapper {
        flex-direction: column;
        padding: 0 3%;
    }

    .sub-field .wrapper::before {
        height: 42%;
        top: 30px;
    }

    .sub-field .wrapper .sub-field_img {
        width: 100%;
        text-align: center;
        background: linear-gradient(90deg, #ebe6f7 70%, transparent 10%);
        padding-bottom: 60px;
    }

    .section-my {
        margin-bottom: 30px;
    }

    .sub-policy .flow-img {
        padding: 0 3%;
    }

    .sub-policy .technology::before {
        width: 97%;
    }

    .sub-policy .eco .inner {
        padding-left: 3%;
    }

    .sub-field .sub-field_inner .wrapper::before {
        content: none;
    }

    .sub-field .sub-field_inner .wrapper {
        margin-bottom: 50px;
        padding-bottom: 0;
        gap: 30px;
    }

    .sub-field .wrapper .sub-field_img img {
        width: 80%;
    }

    .sub-about .outline {
        margin-left: 3%;
    }

    .sub-about .history {
        padding-left: 3%;
    }

    .sub-recruit .message .inner {
        flex-direction: column-reverse;
    }

    .sub-recruit .message .inner .textbox, .sub-recruit .message .inner .imgbox {
        width: 100%;
    }

    .sub-recruit .interview .section__ttlbox {
        padding: 0 5%;
    }

    .sub-recruit .nurture {
        background-image: linear-gradient(to right, #fff 5%, var(--main-bg-color) var(--padding-left));
    }

    .sub-recruit .requirements {
        padding-left: 5%;
    }

    .sub-field .sub-field_inner .section__ttl-sp {
        display: block;
    }

    .sub-field .sub-field_inner .section__ttl-pc {
        display: none;
    }

    .sub-field .wrapper .sub-field_text {
        border-top: 0;
        border-bottom: solid 10px #ebe6f7;
        padding: 0px 0 30px;
    }

    .entry-contents {
    }

    .entry-contents h3 {
        font-size: 20px;
    }

    .entry-contents p {
    }
}

@media (max-width: 800px) {
    :root {
        --margin-left: 3%;
        --margin-right: 3%;
        --padding-left: 3%;
        --padding-right: 3%;
        --padding: 3%;
    }

    .sub-field .lower-mv_02 .lower-mv__text--box {
        width: 100%;
    }

    .mv {
        padding: 120px 3% 40px;
    }

    .mv .cards .card {
        width: 100%;
        min-width: unset;
        max-width: 600px;
    }

    .mv .headingbox.sp {
        text-align: left;
        width: 100%;
        max-width: 600px;
    }

    .mv .cards .card {
        width: 100%;
        min-width: unset;
        max-width: 600px;
    }

    .news .inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .news .inner .section__ttlbox {
        width: fit-content;
        margin: 0 auto;
    }

    .news .inner .news__list--box {
        width: 100%;
    }

    /* subs */
    .sub-recruit .interview .wrapper .sub-wrapper--1 .imgbox {
        width: 97%;
        margin-right: auto;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 .textbox {
        width: 97%;
        margin-left: auto;
    }

    .sub-about .outline .table dl {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
        gap: 8px;
    }

    .sub-about .outline .table dl dd, .sub-about .outline .table dl dt {
        padding: 0;
    }

    .sub-policy .technology .slider .slide, .sub-policy .eco .slider .slide {
        max-width: 450px;
    }

    /* subs end */
    .footer .inner {
        width: fit-content;
        margin: 0 auto;
    }

    .footer__logobox {
        margin-bottom: 30px;
    }

    .footer-wrapper {
        flex-direction: column-reverse;
    }

    p.footer__text {
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .text-20 {
        font-size: 18px;
    }

    .sub-policy .text-purple {
        font-size: 16px;
    }

    .sub-policy .flow .wrapper .textbox .ttl {
        font-size: 18px;
        line-height: 1.8;
    }

    .mv {
        max-height: 450px;
        min-height: 450px;
        background-position: 80%;
    }

    .mv h1.heading {
        font-size: 28px;
    }

    .section__ttl {
        font-size: 26px;
    }

    .sub-field .wrapper .sub-field_img {
        padding-bottom: 30px;
    }

    .sub-recruit .interview .wrapper .sub-wrapper--1 .textbox .ttl {
        font-size: 20px;
        line-height: 25px;
    }

    .sub-recruit .interview .section__ttlbox {
        padding: 0 3%;
    }

    .sub-recruit .nurture {
        background-image: linear-gradient(to right, #fff 3%, var(--main-bg-color) var(--padding-left));
    }

    .sub-recruit .requirements {
        padding-left: 3%;
    }

    .sub-field .wrapper .sub-field_text p br {
        display: none;
    }

    .info .txt-box {
        position: relative;
        top: -200px;
        top: -20px;
        right: initial;
        bottom: initial;
        max-width: 97%;
        min-width: unset;
        margin-left: auto;
        margin-bottom: -200px;
        width: 100%;
        padding: 30px 3%;
        z-index: 2;
        margin: 0 0 0 auto;
    }

    .info .imgbox {
        max-width: 97%;
        height: 350px;
        height: auto;
        margin: 0 0 0px;
    }
}

@media (max-width: 576px) {
    .about .inner {
        padding-left: 0;
    }

    .about .imgbox, .initiative .imgbox {
        min-height: unset;
        height: auto;
    }

    .about .imgbox img, .initiative .imgbox img {
        min-height: unset;
        height: 240px;
        object-fit: cover;
        object-position: center;
    }

    .about .textbox {
        position: static;
        transform: unset;
        padding: 20px 3%;
    }

    .initiative .inner {
        padding-left: 0;
    }

    .initiative .textbox {
        position: static;
        transform: unset;
        padding: 20px 3%;
    }

    .sub-policy .technology .slider .slide, .sub-policy .eco .slider .slide {
        max-width: 340px;
    }

    .section_desc {
        font-size: 15px;
    }

    .sub-recruit .requirements .table dl {
        align-items: start;
        flex-direction: column;
        padding-top: 10px;
    }
}

@media (max-width: 375px) {
    /* footer */ .footer__nav {
        flex-direction: column;
    }

    .sub-field .sub-field_inner .section__ttl-sp {
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .mv h1.heading {
        font-size: 25px;
    }

    .mv .subheading {
        font-size: 16px;
    }
}
