@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
    background-image: url("../../images/top/back01.jpg");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 120% auto;
    padding-top: 130px;
}

.contents-top img {
    width: 100%;
    height: auto;
}

.contents-top p {
    line-height: 2;
}

.contents-top-wrap {
    width: 100%;
    padding-top: 80px;
}


/* box-img */

.layout-joblink .box-img {
    position: relative;
    overflow: hidden;
}

.layout-joblink .box-img img {
    width: 100%;
    height: auto;
    transition: .5s all;
    z-index: -1;
}

.layout-joblink a:hover .box-img img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
    z-index: -1;
}

.layout-joblink a:hover {
    opacity: 1;
}

/* main-img-top */

.main-img-top {
    width: 100%;
    position: relative;
}

.main-img-top::before {
    content: "";
    position: absolute;
    right: 2%;
    bottom: 0px;
    display: block;
    background-image: url("../../images/top/text01.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: 5%;
    height: 280px;
}

.main-img-top::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/frame01.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 102% auto;
    width: 100%;
    height: 106%;
    margin-top: -3%;
}

.main-img-top .box-img {
    width: 88%;
}

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-left: 10%;
    padding-bottom: 60px;
}

.main-img-top h2,
.main-img-top h3 {
    color: #FFF;
}

.main-img-top h2 {
    font-weight: var(--base-weight3);
    font-size: 4.7vw;
    line-height: 1.2;
    letter-spacing: 0em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    margin-bottom: 25px;
}

.main-img-top h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 1.4vw;
    line-height: 0.8;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 8px 20px 10px;
    background-color: #000;
}

@media screen and (max-width: 1400px) {
    .main-img-top h2 {
        font-size: 65px;
    }

    .main-img-top h3 {
        font-size: 20px;
    }

}

/* contents02 */

.contents02,
.contents05,
.contents07,
.contents08,
.contents10 {
    text-align: center;
}

.contents02,
.contents03,
.contents07 {
    padding: 100px 0px 120px;
}

.contents07 {
    padding-top: 0px;
}

.contents03 {
    padding-bottom: 0px;
}

.contents05,
.contents08 {
    background-color: #FFF;
    padding-bottom: 120px;
}

.contents02 h2,
.contents05 h2 {
    font-weight: var(--base-weight3);
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.contents05 h2 {
    color: #FFF;
    padding: 25px 0px;
    background-color: #000;
}

/* contents03 */

.contents03,
.contents06,
.contents07,
.contents10 {
    background-color: #FFF;
}

/* contents09 */

.contents09 {
    width: 100%;
    height: 660px;
    background-image: url("../../images/top/back03.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* contents10 */

.contents10 {
    padding: 100px 0px;
}


/* layout01 */

.layout01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFF;
    border-style: solid;
    border-color: var(--color-sub2);
    border-width: 2px;
    border-radius: 10px;
    overflow: hidden;
}

.layout01 .box-title {
    width: 20%;
    background-color: var(--color-sub2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout01 .box-detail {
    flex: 1;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0px 30px;
    position: relative;
}

/*

.layout01 .box-detail a {
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0px 30px;
    position: relative;
}
*/

.layout01 .box-detail a::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: block;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 400px;
    height: 40px;
}

.layout01 h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 24px;
    line-height: 0.8;
    letter-spacing: 0em;
}

.layout01 h6 {
    width: 100px;
    font-weight: var(--base-weight2);
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.layout01 p {
    flex: 1;
    line-height: 1.6;
}


/* layout03 */

.layout03 .box-title {
    background-image: url("../../images/top/text02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 102%;
    width: 100%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.layout03 h2 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #000;
    padding: 8px 40px;
    padding-right: 0px;
    display: inline-block;
    border-radius: 8px;
}

/* layout04 */

.layout04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 6%;
    padding: 80px 0px 150px;
}

.layout04 .box-img {
    width: 35%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.layout04 .box-img img {
    min-height: 930px;
}

.layout04 .box-detail {
    flex: 1;
}

.layout04 .box-detail .inner {
    width: 100%;
    max-width: 820px;
    padding-top: 30px;
}

.layout04 h3 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight3);
    font-size: 30px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    display: inline;
    background-color: var(--color-sub3);
    padding: 7px 20px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.layout04 h6 {
    text-align: right;
    padding-top: 50px;
}

.layout04 h6 img {
    height: 60px;
    width: auto;
}

.layout04 p {
    font-size: 14px;
    line-height: 2.2;
    padding-top: 40px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1500px) {

    .layout04 h3 {
        font-size: 28px;
    }
}


/* layout05 */

.layout05 {
    width: 100%;
    position: relative;
}

.layout05::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/text03.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 115px;
    margin-top: -60px;
}


.layout05 .box-img img {
    min-height: 900px;
}

.layout05 .box-title {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("../../images/top/text02.svg");
    background-position: center top 40%;
    background-repeat: no-repeat;
    background-size: auto 16vw;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.layout05 h2 img {
    height: 400px;
    width: auto;
}

.layout05 h2 {
    margin-bottom: 60px;
}

.layout05 h3 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: inline-block;
    background-color: #000;
    padding: 8px 40px;
    padding-right: 30px;
    display: inline-block;
}

/* layout06 */

.layout06 {
    position: relative;
    margin-top: -80px;
}

.layout06::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80px;
    display: block;
    width: 100%;
    height: 75%;
    background-color: #FFF;
}

.layout06 .inner {
    position: relative;
}

.layout06 .item-shadow {
    filter: drop-shadow(18px 18px 12px rgba(0, 0, 0, .5));
    -webkit-filter: drop-shadow(18px 18px 12px rgba(0, 0, 0, .5));
}

.layout06 .item {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #FFF;
    padding-left: 20%;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 1500px) {
    .layout06 .item {
        clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
        -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    }
}

.layout06 .item-shadow:not(:last-child) {
    margin-bottom: 40px;
}

.layout06 .item-shadow .item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 40%;
    height: 100%;
}

.layout06 .item-shadow:nth-child(1) .item::before {
    background-image: url("../../images/top/v01.svg");
}

.layout06 .item-shadow:nth-child(2) .item::before {
    background-image: url("../../images/top/v02.svg");
}

.layout06 .item-shadow:nth-child(3) .item::before {
    background-image: url("../../images/top/v03.svg");
}

.layout06 .box-detail {
    padding: 0px 8%;
}

.layout06 h4 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.layout06 p {
    letter-spacing: 0em;
    font-size: 14px;
}


/* layout07 */

.layout07 {
    text-align: center;
    padding: 100px 0px;
}

.layout07 .box-title {
    background-image: url("../../images/top/text04.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout07 h6 {
    font-family: var(--base-font2);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    background-color: #000;
    padding: 8px 40px;
    padding-right: 0px;
    display: inline-block;
    border-radius: 8px;
}

/* layout08 */

.layout08 {
    width: 100%;
    position: relative;
}

.layout08::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 40px;
    display: block;
    width: 100%;
    height: 50%;
    background-color: var(--color-main);
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
    padding-bottom: 130px;
}

/* スライド */
.infinite-slider .swiper-slide {
    /* 高さを指定 */
    height: 820px !important;
    width: auto !important;
    position: relative;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
    width: auto;
    height: 820px !important;
}

.layout08 .i01,
.layout08 .i03,
.layout08 .i07 {
    margin-top: 60px;
}

.layout08 .i02,
.layout08 .i08 {
    margin-top: 130px;
}

.layout08 .i05,
.layout08 .i09 {
    margin-top: 90px;
}

.layout08 .box::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    background-position: left -3px bottom 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100px;
    height: 100%;
    z-index: 1;
}

.layout08 .i01::before {
    background-image: url("../../images/top/name01.svg");
}

.layout08 .i02::before {
    background-image: url("../../images/top/name02.svg");
}

.layout08 .i03::before {
    background-image: url("../../images/top/name03.svg");
}

.layout08 .i04::before {
    background-image: url("../../images/top/name04.svg");
}

.layout08 .i05::before {
    background-image: url("../../images/top/name05.svg");
}

.layout08 .i06::before {
    background-image: url("../../images/top/name06.svg");
}

.layout08 .i07::before {
    background-image: url("../../images/top/name07.svg");
}

.layout08 .i08::before {
    background-image: url("../../images/top/name08.svg");
}

.layout08 .i09::before {
    background-image: url("../../images/top/name09.svg");
}


.layout08 a {
    display: block;
}

.layout08 a:hover {
    opacity: 1;
}

.layout08 .i01 .box-img,
.layout08 .i03 .box-img,
.layout08 .i05 .box-img,
.layout08 .i07 .box-img,
.layout08 .i09 .box-img {
    clip-path: url(#clip-frame);
}

.layout08 .i02 .box-img,
.layout08 .i04 .box-img,
.layout08 .i06 .box-img,
.layout08 .i08 .box-img {
    clip-path: url(#clip-frame2);
}

.layout08 .box-detail {
    position: absolute;
    right: 0px;
    bottom: 90px;
    width: 100%;
    text-align: right;
    z-index: 2;
}

.layout08 .box-detail .inner {
    display: inline-block;
    background-color: var(--color-main);
    text-align: center;
}

.layout08 h5,
.layout08 h6 {
    font-weight: var(--base-weight2);
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 6px 30px;
}

.layout08 h5 {
    font-size: 24px;
}

.layout08 h6 {
    color: #FFF;
    font-size: 18px;
    background-color: var(--color-sub);
}

/* layout09 */

.layout09 {
    width: 100%;
    background-color: #f1f1f1;
    padding: 70px 0px;
}

.layout09 .box-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px 2%;
}

.layout09 .box {
    width: 32%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px 20px 20px;
}

.layout09 .box-detail {
    width: 100%;
    height: 70%;
    position: relative;
    text-align: right;
}

.layout09 .box-detail::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90px;
    width: 40%;
    height: 100%;
    margin-top: -10px;
}

.layout09 .box:nth-child(1) .box-detail::before {
    background-image: url("../../images/top/icon-n01.svg");
    width: 45%;
}

.layout09 .box:nth-child(2) .box-detail::before {
    background-image: url("../../images/top/icon-n02.svg");
}

.layout09 .box:nth-child(3) .box-detail::before {
    background-image: url("../../images/top/icon-n03.svg");
}

.layout09 .box:nth-child(4) .box-detail::before {
    background-image: url("../../images/top/icon-n04.svg");
    background-size: auto 100px;
}

.layout09 .box:nth-child(5) .box-detail::before {
    background-image: url("../../images/top/icon-n05.svg");
    background-size: auto 65px;
    width: 45%;
}

.layout09 .box:nth-child(6) .box-detail::before {
    background-image: url("../../images/top/icon-n06.svg");
    background-size: auto 100px;
    width: 35%;
}

.layout09 .box:nth-child(7) .box-detail::before {
    background-image: url("../../images/top/icon-n07.svg");
    width: 45%;
}

.layout09 .box:nth-child(8) .box-detail::before {
    background-image: url("../../images/top/icon-n08.svg");
    background-size: auto 75px;
    width: 25%;
}

.layout09 .box:nth-child(9) .box-detail::before {
    background-image: url("../../images/top/icon-n09.svg");
    background-size: auto 75px;
    width: 20%;
}

.layout09 h4 {
    font-weight: var(--base-weight3);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-image: url("../../images/common/back-title02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.layout09 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 85px;
    line-height: 0.8;
    letter-spacing: -0.02em;
    position: relative;
}

.layout09 h5::before,
.layout09 h5::after {
    content: "";
    font-family: var(--base-font);
    font-weight: var(--base-weight2);
    font-size: 40px;
    line-height: 1.2;
    display: inline-block;
}

.layout09 .box:nth-child(5) h5::before {
    content: "年";
    padding-right: 3px;
}

.layout09 h5::after {
    content: "";
    padding-left: 3px;
}

.layout09 .box:nth-child(1) h5::after {
    content: "名";
}

.layout09 .box:nth-child(2) h5::after {
    content: "億";
}

.layout09 .box:nth-child(3) h5::after {
    content: "社";
}

.layout09 .box:nth-child(4) h5::after {
    content: "名";
}

.layout09 .box:nth-child(5) h5::after {
    content: "回";
}

.layout09 .box:nth-child(6) h5::after {
    content: "年";
}

.layout09 .box:nth-child(7) h5::after {
    content: "相当";
}

.layout09 .box:nth-child(8) h5::after {
    content: "人";
}

.layout09 .box:nth-child(9) h5::after {
    content: "名";
}

.layout09 h6 {
    font-weight: var(--base-weight2);
    font-size: 17px;
    line-height: 1.2;
    padding-left: 40%;
    text-align: center;
}

.layout09 .box:nth-child(7) h6 {
    font-size: 16px;
    padding-left: 40%;
}

/* layout10 */

.layout10 .item:not(:last-child) {
    margin-bottom: 100px;
}

.layout10 .box {
    text-align: left;
    padding-top: 30px;
}

.layout10 .box:not(:last-child) {
    margin-bottom: 40px;
}

.faq-title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

.faq-title::before,
.faq-title::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #000;
    transition: all .5s ease;
}

.faq-title::before {
    top: 50%;
    right: 20px;
    transform: rotate(0deg);
    z-index: 10;
}

.faq-title::after {
    top: 50%;
    right: 20px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.faq-title.close::before {
    transform: rotate(45deg);
}

.faq-title.close::after {
    transform: rotate(135deg);
}

.layout10 .faq-detail {
    position: relative;
    padding-top: 30px;
    padding-left: 80px;
    display: none;
}

.layout10 .faq-detail::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 25px;
    display: block;
    background-image: url("../../images/common/answer.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 50px;
    height: 60px;
}

.layout10 h4 {
    font-weight: var(--base-weight3);
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    background-image: url("../../images/common/back-title02.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.layout10 h6 {
    font-weight: var(--base-weight3);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    border-bottom-style: solid;
    border-color: var(--color-base);
    border-width: 1px;
    padding-bottom: 30px;
    padding-left: 80px;
}

.layout10 h6::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 10px;
    display: block;
    background-image: url("../../images/common/question.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 60px;
    height: 80px;
}

.layout10 p {
    min-height: 120px;
}


/* layout11 */

.layout11 h2,
.layout11 h3,
.layout11 p {
    color: #FFF;
}

.layout11 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    font-size: 180px;
    line-height: 0.8;
    letter-spacing: 0.05em;
}

.layout11 h3 {
    font-weight: var(--base-weight3);
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding: 50px 0px 30px;
}

.layout11 .box-link a {
    font-weight: var(--base-weight3);
    background-color: var(--color-sub2);
    font-size: 20px;
}

.layout11 .box-link a:hover {
    background-color: var(--color-base);
}

.layout11 p {
    font-weight: var(--base-weight2);
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

/* layout12 */

.layout12 p {
    font-size: 22px;
    line-height: 3;
}



.sp-view {
    display: none;
}
