@charset "utf-8";

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 104px;
    padding-bottom: 24px;
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumb span {
    padding: 0 5px;
}

.sub-mv {
    position: relative;
    display: flex;
    justify-content: center;
    height: 180px;
    padding-top: 30px;
}

.sub-mv::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(126, 201, 177, 0.47);
}

.sub-mv figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sub-mv figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-mv__ttl {
    position: relative;
    width: 90%;
    max-width: 1240px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        height: auto;
        padding: 10px 0;
    }
}


/******************************
************ About ************
******************************/

.about-greeting figure {
    width: 30%;
}

.about-greeting .box {
    width: 67%;
}

.about-greeting__name {
    width: 150px;
    margin-left: auto;
}

.about-greeting__name span {
    font-size: 140%;
}

.about-detail__info dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    border-bottom: 1px solid #D2D2D2;
}

.about-detail__info dl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 1px;
    background-color: #00263A;
}

.about-detail__info dl dt {
    display: flex;
    align-items: center;
    width: 30%;
    font-weight: 500;
}

.about-detail__info dl dd {
    width: 70%;
}

.about-detail__info dl dd a {
    text-decoration: underline;
}

.about-group__company {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #F2F2F2;
}

.about-group__company .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    height: 160px;
    margin-right: 3%;
    padding: 10px;
    background-color: #fff;
}

.about-group__company .logo-box img {
    width: 85%;
}

.about-group__company .name {
    padding: 5px 0 10px;
    border-bottom: 1px solid #D2D2D2;
}

@media screen and (max-width: 768px) {
    .about-greeting figure {
        width: 100%;
        max-width: 270px;
        margin: 0 auto;
    }
    .about-greeting .box {
        width: 100%;
        margin-top: 20px;
    }
    .about-greeting__name {
        width: 100px;
    }
}

@media screen and (max-width: 600px) {
    .about-detail__info dl dt,
    .about-detail__info dl::after {
        width: 100%;
    }
    .about-detail__info dl dd {
        width: 100%;
        margin-top: 10px;
    }
    .about-group__company {
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .about-group__company .logo-box {
        width: 100%;
        margin: 0 0 10px;
    }
    .about-group__company .logo-box img {
        max-width: 250px;
    }
}


/*********************************
************** Service ***********
*********************************/

.envir-list li {
    width: 31%;
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.envir-list li h3 {
    min-height: 60px;
    line-height: 1.25;
}

.service-list li {
    width: 48.5%;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.service-list li h3 {
    line-height: 1.16;
}

@media screen and (max-width: 600px) {
    .envir-list li {
        width: 100%;
    }
    .envir-list li h3 {
        min-height: 0;
        margin-bottom: 15px;
    }
    .service-list li {
        width: 100%;
        padding: 20px;
    }
}


/*********************************
*************** Flow *************
*********************************/

.flow-list {
    border-top: 1px solid #00263A;
}

.flow__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0 40px 50px;
    border-bottom: 1px solid #00263A;
}

.flow__item .number {
    display: flex;
    align-items: center;
    width: 15%;
    font-size: 8rem;
}

.flow__item .icn-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 340px;
    min-height: 250px;
    border: 1px solid #e6e6e6;
    margin: 0 3%;
}

.flow__item .icn-box img {
    max-width: 115px;
}

.flow__item .txt {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .flow__item {
        padding-left: 0;
    }
    .flow__item .number {
        width: 60px;
        font-size: 6rem;
    }
}

@media screen and (max-width: 600px) {
    .flow__item .icn-box {
        width: 100%;
        max-width: none;
        min-height: 160px;
        margin: 0 0 15px;
        order: 1;
    }
    .flow__item .number {
        align-items: flex-start;
        font-size: 4rem;
        line-height: 1;
        order: 2;
    }
    .flow__item .flex-1 {
        order: 2;
    }
}


/*********************************
*************** Info *************
*********************************/

.info-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    border-bottom: 1px solid #D2D2D2;
}

.info-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 1px;
    background-color: #00263A;
}

.info-list li time {
    display: flex;
    align-items: center;
    width: 30%;
    font-weight: 500;
}

.info-list li a {
    display: block;
    width: 70%;
}

.post-single-meta .cat {
    margin-left: 20px;
    padding: 2px 10px;
    border: 1px solid #333;
}

.post-single-cont * {
	white-space: break-spaces;
}

.m-pagenation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 90px;
}

.m-pagenation ul li {
    margin: 0 5px;
}

.m-pagenation ul li span,
.m-pagenation ul li a {
    display: block;
    width: 30px;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 28px;
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.m-pagenation ul li span.current {
    background: #fff;
    color: #333;
}

.m-pagenation ul li a.prev,
.m-pagenation ul li a.next {
    width: auto;
    padding: 0 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    .info-list li::after,
    .info-list li time {
        width: 100%;
    }
    .info-list li a {
        width: 100%;
        margin-top: 10px;
    }
}


/*********************************
************** Recruit ***********
*********************************/

.recruit-app table {
    width: 100%;
}

.recruit-app table tr {
    display: flex;
    flex-wrap: wrap;
}

.recruit-app table tr th {
    width: 30%;
    padding: 25px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .05em;
}

.recruit-app table tr td {
    width: 70%;
    padding: 25px;
}

.recruit-app table tr td dl + dl {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 7px double #00263A;
}

.recruit-app table tr:nth-of-type(odd) th {
    background-color: #D2D2D2;
}

.recruit-app table tr:nth-of-type(even) th {
    background-color: #BBBBBB;
}

.recruit-app table tr:nth-of-type(even) td {
    background-color: #F0F0F0;
}

.recruit-group {
    padding: 30px 20px 20px;
    background-color: #F0F0F0;
}

.recruit-group__company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 716px;
    margin: 0 auto 20px;
}

.recruit-group__company .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 280px;
    height: 110px;
    margin-right: 3%;
    background-color: #fff;
}

.recruit-group__company .img-box img {
    width: 75%;
}

.recruit-group__company a {
    display: block;
    max-width: 350px;
    margin-left: auto;
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .recruit-app table tr th {
        width: 100%;
        text-align: left;
        padding: 20px 15px;
        background-color: #D2D2D2 !important;
    }
    .recruit-app table tr td {
        width: 100%;
        padding: 20px 15px;
        background-color: #fff !important;
    }
    .recruit-group__company .img-box {
        width: 100%;
        margin: 0 auto 10px;
    }
    .recruit-group__company .flex-1 {
        width: 100%;
        flex: none;
    }
    .recruit-group__company a {
        margin: 0 auto;
        text-align: center;
    }
}


/*********************************
************** Partner ***********
*********************************/

.partner-sec .container {
    max-width: 1258px;
}

.partner-img figure {
    width: 25%;
}

.partner-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-industry dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.partner-industry dl dt {
    width: 255px;
    margin-right: 30px;
    text-align: center;
    line-height: 75px;
    background-color: #D2D2D2;
}

.partner-industry dl dd {
    flex: 1;
    max-width: 605px;
}

.partner-contact__box {
    padding: 30px 10px;
    border-radius: 10px;
    background: #FFF;
}

.partner-contact__box .tel p {
    font-size: 4rem;
    padding: 0 15px;
}

.partner-contact__box .tel a {
    padding: 0 15px;
    font-size: 5.8rem;
    line-height: 1;
    color: #008BD5;
}

.partner-contact__box .tel a span {
    margin-right: 10px;
    font-size: 2.4rem;
}

.partner-contact__box .cmn-btn a {
    max-width: 395px;
}

@media screen and (max-width: 600px) {
    .partner-img figure {
        width: 50%;
    }
    .partner-industry dl dt {
        width: 100%;
        margin: 0 0 15px;
        line-height: 50px;
    }
    .partner-industry dl dd {
        flex: none;
        width: 100%;
    }
    .partner-contact__box .tel p {
        font-size: 2rem;
    }
    .partner-contact__box .tel a {
        font-size: 3rem;
    }
    .partner-contact__box .tel a span {
        margin-right: 4px;
        font-size: 1.8rem;
    }
}


/*********************************
************** Inquiry ***********
*********************************/

.inquiry__form-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}

.inquiry__form-heading {
    width: 230px;
    padding: 7px 0;
    font-weight: 500;
}

.inquiry__form-content {
    flex: 1;
}

.inquiry__form-content select,
.inquiry__form-content input,
.inquiry__form-content textarea {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
}

.inquiry__form-content textarea {
    height: 170px;
}

.inquiry__form-content select {
    padding: 0 30px 0 20px;
    width: 45%;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.inquiry__form-content.select {
    position: relative;
}

.inquiry__form-content.select::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #868686 transparent transparent transparent;
    position: absolute;
    top: 21px;
    left: 40%;
}

.inquiry__form-inner-content {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.inquiry__form-inner-content:last-of-type {
    margin-bottom: 0;
}

.inquiry__form-inner-content>p {
    width: 25%;
    font-weight: 500;
}

.inquiry__form-inner-content .content-input {
    max-width: 275px;
}

.inquiry__form-inner-content .content-input.select {
    position: relative;
}

.inquiry__form-inner-content .content-input.select select {
    width: 100%;
}

.inquiry__form-inner-content .content-input.select::after {
    content: '';
    position: absolute;
    top: 21px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #868686 transparent transparent transparent;
}

.inquiry__form-btm-txt {
    padding-top: 60px;
    text-align: center;
}

.inquiry__form-btm-txt > a {
    text-decoration: underline;
}

.inquiry__form-accept {
    padding: 62px 0 0;
    text-align: center;
}

.inquiry-form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 395px;
    height: 51px;
    margin: 0 auto 10px;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background-color: #008BD5;
    background-image: url(../img/common/icn-arrow.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    border-radius: 30px;
    border: none;
}

.inquiry-cta {
    max-width: 727px;
    margin: 0 auto;
    border: 1px solid #00263A;
    padding: 25px 20px 20px;
}

.inquiry-cta__num {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 700;
}

.inquiry-cta__num span {
    display: block;
    width: 30%;
    max-width: 150px;
    margin-right: 3%;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    background-color: #008BD5;
}


@media screen and (max-width: 600px) {
    .inquiry__form-heading {
        width: 100%;
        margin-bottom: 10px;
    }
    .inquiry__form-content {
        flex: none;
        width: 100%;
    }
    .inquiry__form-box {
        margin-top: 20px;
    }
    .inquiry__form-inner-content {
        margin-bottom: 20px;
    }
    .inquiry__form-inner-content>p {
        width: 100px;
    }
}

@media screen and (max-width: 480px) {
    .inquiry-cta__num {
        font-size: 3rem;
    }
    .inquiry-cta__num span {
        width: 120px;
        margin-right: calc(100% - 120px);
    }
}


/*********************************
************* PRIVACY ************
*********************************/

.privacy ul {
    margin-left: 1.25em;
}

.privacy ul li {
    text-indent: -1em;
}