.p-index-mv__kv {
    position: relative;
    /*background: url(../img/top/kv.png) top / cover no-repeat;*/
    width: 100%;
    height: 32vw;
    padding-top: 185px;
    position: relative;
}
.p-index-mv__kv-catch {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    writing-mode: vertical-rl;
    line-height: 2.5;
    color: #6f6f6f;
    font-family: "NotoSansCJKjp-Thin";
}
@media only screen and (max-width: 768px) {
    .p-index-mv__kv {
        background: url(../img/top/kv-sp.png) top / cover no-repeat;
        height: 100vh;
        padding-top: 0;
    }
    .p-index-mv__kv-catch {
        font-size: 25px;
        line-height: 2;
        top: 20%;
    }
}
/* about */
.p-index-about__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 95px 0;
}
.p-index-about__contents {
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
}
.p-index-about__heading {
    font-size: 20px;
    font-weight: 700;
    color: #46afe1;
    margin-bottom: 20px;
}
.p-index-about__img {
    width: 100%;
}
.p-index-about__txt {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .p-index-about__inner {
        width: auto;
        padding: 60px 20px;
    }
    .p-index-about__contents {
        display: block;
        padding-right: 0;
    }
    .p-index-about__imgarea {
        margin-bottom: 30px;
    }
}

/* profile */
.p-index-profile {
    /*background: url("../img/top/profile_img.png") center / cover no-repeat;*/
}
.p-index-profile__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 95px 0;
}
.p-index-profile__contents {
    width: 602px;
    margin-left: auto;
}
.p-index-profile__txtarea {
    margin-bottom: 45px;
}
.p-index-profile__txt {
    font-size: 35px;
    line-height: 1.6875;
    font-family: "NotoSansCJKjp-Thin";
}

@media only screen and (max-width: 768px) {
    .p-index-profile {
        /*background: url("../img/top/profile_img_sp.png") top / contain no-repeat;*/
    }
    .p-index-profile__inner {
        width: auto;
        padding: 287px 20px 60px;
    }
    .p-index-profile__contents {
        width: auto;
        background-color: #fff;
        border-radius: 30px;
        padding: 40px 20px;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .p-index-profile__txt {
        font-size: 25px;
        text-align: center;
    }
}

/* office */
.p-index-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
    padding: 95px 0 50px;
}
.p-index-office,
.p-index-recruit {
    width: 510px;
}
.p-index-office__img,
.p-index-recruit__img {
    vertical-align: bottom;
    width: 100%;
}
.p-index-office__txtarea,
.p-index-recruit__txtarea {
    background-color: #ecf7fc;
    padding: 30px 40px;
    height: 330px;
    border-radius: 0 0 50px 50px;
    position: relative;
    box-sizing: border-box;
}
.p-index-office__heading,
.p-index-recruit__heading {
    font-size: 20px;
    color: #46afe1;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.6;
}
.p-index__btn-area {
    width: 100%;
    margin: 0 auto 50px;
}
.p-index__btn {
    width: 200px;
    margin: 0 auto;
}
.p-index__btn-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    background-color: #fa4600;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.p-index__btn-link::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .p-index-wrapper {
        display: block;
        width: auto;
        padding: 60px 20px 0;
    }
    .p-index-office,
    .p-index-recruit {
        width: auto;
    }
    .p-index-office__txtarea,
    .p-index-recruit__txtarea {
        padding: 25px 20px;
        margin-bottom: 60px;
    }
    .p-index-recruit__txtarea {
        height: 388px;
    }
    .p-index-office__heading,
    .p-index-recruit__heading {
        margin-bottom: 15px;
    }
}

/* info */
.p-index-info__container {
    background: url("../img/top/info_bg.png") top / cover no-repeat;
}
.p-index-info__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 95px 0;
}
.p-index-info__txtarea {
    background-color: #fff;
    border-radius: 30px;
    padding: 70px 40px 50px;
    margin-bottom: 50px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
.p-index-info__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-index-info__list {
    width: calc(50% - 15px);
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
}
.p-index-info__link-ttl {
    color: #909090;
    font-size: 14px;
    margin-bottom: 10px;
}
.p-index-info__link-time {
    margin-right: 20px;
}
.p-index-info__link-txt {
    color: #222222;
    margin-bottom: 20px;
}
.p-index-info__link-txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
    .p-index-info__inner {
        width: auto;
        padding: 60px 20px;
    }
    .p-index-info__txtarea {
        padding: 35px 20px;
        margin-bottom: 40px;
    }
    .p-index-info__item {
        display: block;
    }
    .p-index-info__list {
        width: 100%;
    }
}

/* ir */
.p-index-ir__container {
    padding: 95px 0;
}
.p-index-ir__inner {
    width: 1100px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #ecf7fc;
}
.p-index-ir__contents {
    display: flex;
    justify-content: space-between;
}
.p-index-ir__imgarea {
    width: 270px;
}
.p-index-ir__txtarea {
    padding: 95px 90px;
    box-sizing: border-box;
    width: calc(100% - 270px);
}
.p-index-ir__info {
    margin-bottom: 50px;
}
.p-index-ir__list {
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
}
.p-index-ir__link-ttl {
    color: #909090;
    font-size: 14px;
    margin-bottom: 10px;
}
.p-index-ir__link-time {
    margin-right: 20px;
}
.p-index-ir__link-txt {
    color: #222222;
    margin-bottom: 20px;
}
.p-index-ir__link-txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
    .p-index-ir__container {
        padding: 60px 20px;
    }
    .p-index-ir__inner {
        width: auto;
    }
    .p-index-ir__contents {
        display: block;
    }
    .p-index-ir__txtarea {
        padding: 60px 20px;
        width: 100%;
    }
    .p-index-ir__imgarea {
        width: 100%;
    }
    .p-index-ir__img {
        width: 100%;
    }
}

/* sns */
.p-index-sns__container {
    background: url("../img/top/info_bg.png") top / cover no-repeat;
}
.p-index-sns__inner {
    width: 590px;
    margin: 0 auto;
    padding: 95px 0;
}
.p-index-sns__txtarea {
    margin-bottom: 50px;
}
.p-index-sns__txt {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.p-index-sns__item {
    display: flex;
    justify-content: space-between;
}
.p-index-sns__imgarea {
    width: 590px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .p-index-sns__inner {
        width: auto;
        padding: 60px 0;
    }
    .p-index-sns__item {
        display: block;
    }
    .p-index-sns__list {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .p-index-sns__imgarea {
        width: auto;
    }
}
