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


/* contents-top */

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

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

/* layout-imglink-top */

.layout-imglink-top .box-img,
.layout-imglink-top picture {
    overflow: hidden;
    position: relative;
    display: block;
}

.layout05 .box-img {
    overflow: visible;
}

.layout-imglink-top a:hover {
    opacity: 1;
}

.layout-imglink-top .box-img img {
    transition: .5s all;
}

.layout-imglink-top .box-img:hover img {
    transform: scale(1.1, 1.1);
    transition: .5s all;
}


/* link-top */

.link-top01 {
    padding-right: 40px;
}

.link-top01 a {
    display: inline-block;
    font-weight: var(--base-weight3);
    font-size: var(--base-font-size);
    line-height: 1.2;
    letter-spacing: 0em;
    position: relative;
    text-align: center;
    border-bottom-style: solid;
    border-color: var(--color-base);
    border-width: 1px;
    padding-bottom: 3px;
}

.link-top01 a:hover {
    opacity: 1;
}

.link-top01 a::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 32px;
    height: 32px;
    transition: .5s;
    margin-right: -40px;
    margin-top: -5px;
}

.link-top01 a:hover::before {
    margin-right: -45px;
}

.contents-top .box-link {
    padding-top: 50px;
    text-align: right;
}


/* title_contents-top */

.title_contents-top_bottom {
    margin-bottom: 70px;
}

.title_contents-top h2,
.title_contents-top h3 {
    line-height: 1;
    letter-spacing: 0em;
}

.title_contents-top h2 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub2);
    font-size: 17px;
    margin-bottom: 10px;
}

.title_contents-top h3 {
    font-weight: var(--base-weight);
    font-size: 50px;
    text-indent: -5px;
}


/* main-img-top */

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

.main-img-top::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/frame-slider.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 1170px;
}

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

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.main-img-top .box-text h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight3);
    color: #FFF;
    font-size: 58px;
    line-height: 1.6;
    letter-spacing: 0em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}

.main-img-top .box-text h2::before {
    bottom: 15px;
    width: 17px;
    height: 17px;
}

/* container */

.container {
    width: 100%;
    background-color: var(--color-back01);
}


/* contents01 */

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

.contents01::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/top/back-contents.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 970px;
}

/* contents03 */

.contents03 {
    padding: 50px 0px 150px;
    position: relative;
}

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

.contents03 .box-inner {
    position: relative;
}

/* contents04 */

.contents04 {
    width: 100%;
    background-image: url("../../images/top/img11.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px 150px;
    text-align: center;
}

.contents04::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

/* contents05 */

.contents05 {
    width: 100%;
    padding: 100px 0px;
    background-color: #FFF;
}


/* layout01 */

.layout01 {
    position: relative;
    padding: 120px 0px;
    text-align: center;
}


.contents01 p {
    color: #FFF;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}

.contents01 h6 a {
    font-weight: var(--base-weight3);
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0em;
    display: inline-block;
    position: relative;
    border-bottom-style: solid;
    border-color: #FFF;
    border-width: 1px;
    padding-bottom: 5px;
}

.contents01 h6 a:hover {
    opacity: 1;
}

.contents01 h6 a::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    background-image: url("../../images/common/link-arrow01.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 32px;
    height: 32px;
    transition: .5s;
    margin-right: -40px;
    margin-top: -5px;
}

.contents01 h6 a:hover::after {
    margin-right: -50px;
}


/* layout02 */

.layout02 .box a {
    display: block;
    position: relative;
}

.layout02 .box:not(:last-child) {
    margin-bottom: 110px;
}

.layout02 .box:nth-child(2) a::after {
    content: "";
    position: absolute;
    right: 120px;
    top: 0px;
    background-image: url("../../images/top/text01.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 121px;
    height: 305px;
    display: block;
    margin-top: -30px;
}

.layout02 .title_contents-top {
    position: absolute;
    bottom: 15px;
    z-index: 1;
}

.layout02 .box:nth-child(odd) .title_contents-top {
    right: 20px;
}

.layout02 .box:nth-child(even) .title_contents-top {
    left: 10px;
}

.layout02 .box-img {
    position: relative;
}

.layout02 .box-img::before {
    content: "";
    position: absolute;
    bottom: 0px;
    display: block;
    width: 320px;
    height: 130px;
    background-color: var(--color-back01);
    z-index: 1;
}

.layout02 .box:nth-child(odd) .box-img::before {
    right: 0px;
}

.layout02 .box:nth-child(even) .box-img::before {
    left: 0px;
}

/* layout03 */

.layout03,
.layout04 .box-inner,
.layout05 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout03 {
    padding-top: 80px;
}

.layout03 .box,
.layout04 .box,
.layout05 .box {
    width: 32%;
    position: relative;
}

.layout05 .box {
    width: 48.5%;
}

.layout03 .box-text,
.layout04 .box-text,
.layout05 .title_contents-top {
    padding-top: 20px;
}

.layout03 h6 {
    position: relative;
    padding-left: 100px;
    font-weight: var(--base-weight2);
    font-size: var(--base-font-size3);
    line-height: 1.2;
    letter-spacing: 0em;
}

.layout03 h6::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-family: var(--subtitle2-font);
    font-weight: 200;
    color: var(--color-main);
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: 0em;
}

.layout03 .box:nth-child(1) h6::before {
    content: "01.";
}

.layout03 .box:nth-child(2) h6::before {
    content: "02.";
}

.layout03 .box:nth-child(3) h6::before {
    content: "03.";
}

/* layout04 */

.layout04 {
    position: relative;
}

.layout04::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    background-image: url("../../images/top/text02.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 521px;
    height: 65px;
    display: block;
    margin-top: -35px;
}

.layout04 .box-inner {
    overflow-x: auto;
    width: 100%;
}

.layout04 .box {
    padding: 0px 20px;
}

.layout04 .box-img a {
    position: relative;
    display: block;
}

.layout04 .box-img a::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    display: block;
    background: -moz-linear-gradient(50% 25.2% -90deg, rgba(255, 255, 255, 0) 0%, rgba(209, 209, 209, 0.24) 38.6%, rgba(65, 65, 65, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(209, 209, 209, 0.24) 38.6%, rgba(65, 65, 65, 1) 100%);
    background: -webkit-gradient(linear, 50% 25.2%, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.386, rgba(209, 209, 209, 0.24)), color-stop(1, rgba(65, 65, 65, 1)));
    background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(209, 209, 209, 0.24) 38.6%, rgba(65, 65, 65, 1) 100%);
    background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(209, 209, 209, 0.24) 38.6%, rgba(65, 65, 65, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#414141' ,GradientType=0)";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(209, 209, 209, 0.24) 38.6%, rgba(65, 65, 65, 1) 100%);
    mix-blend-mode: multiply;
    z-index: 1;
}

.layout04 .box-title {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    padding-top: 0px;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: left;
}

.layout04 .box-title h6 {
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.layout04 p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0em;
}


/* layout05 */

.layout05 {
    padding-top: 150px;
}

.layout05 .box-link {
    padding-top: 35px;
}

.layout05 .box:nth-child(2) {
    margin-top: 50px;
}

.layout05 .box-img a {
    position: relative;
    display: block;
}

.layout05 .box-img a::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    margin-top: -35px;
    z-index: 1;
}

.layout05 .box:nth-child(1) .box-img a::before {
    background-image: url("../../images/top/text03.svg");
    width: 110px;
    height: 201px;
}

.layout05 .box:nth-child(2) .box-img a::before {
    background-image: url("../../images/top/text04.svg");
    width: 109px;
    height: 308px;
}


/* layout06 */

.layout06 {
    position: relative;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0px;
}

.layout06::before {
    content: "採用について";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0em;
}

.layout06 .box {
    width: 48.5%;
}

.layout06 .box a {
    width: 100%;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.layout06 .box a:hover {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.layout06 .box a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    background-image: url("../../images/common/link-arrow02.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    width: 32px;
    height: 100%;
    display: block;
    transition: .5s;
}

.layout06 .box a:hover::before {
    right: 20px;
}


.layout06 h3 {
    font-weight: var(--base-weight2);
    font-size: var(--base-font-size2);
    line-height: 1.2;
}


/* layout07 */

.layout07 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout07 .box-title {
    flex: 1;
}

.layout07 .box-detail {
    width: 700px;
}

.layout07 .box {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 0px;
    border-bottom-style: solid;
    border-color: #ECF0F2;
    border-width: 1px;
}

.layout07 .box:first-child {
    border-top-style: solid;
}

.layout07 h2 {
    font-weight: var(--base-weight);
    font-size: var(--base-font-size4);
    line-height: 1.2;
    padding-top: 10px;
}

.layout07 h5 {
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 14px;
    line-height: 1.8;
    width: 115px;
}

.layout07 p {
    font-weight: var(--base-weight);
    line-height: 1.6;
    flex: 1;
}


.sp-view {
    display: none;
}
