.sp {
    display: none;
}

.talk-width{
	width:50%;
}

@media only screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}

.pc {
    display: block;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}


/************************** component *************************/

.c-list01 {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .c-list01 {
        width: calc(100% + 16px);
        margin-left: -8px;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .c-list01 {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

.c-list01__item {
    max-width: 240px;
}

@media only screen and (max-width: 768px) {
    .c-list01__item {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 500px) {
    .c-list01__item {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .c-list01__item:last-child {
        margin-bottom: 0;
    }
}

.c-list01__item figure {
    margin-bottom: 25px;
}

.c-list01__item p.txt {
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 768px) {
    .c-list01__item p.txt {
        font-size: 1.6rem;
        letter-spacing: 1;
    }
}

.c-list01__item span {
    font-family: "Oswald", sans-serif;
    letter-spacing: 1.5px;
    line-height: 1.4;
    display: block;
    margin-bottom: 11px;
}

@media only screen and (max-width: 768px) {
    .c-list01__item span {
        letter-spacing: 1;
        margin-bottom: 8px;
    }
}

.c-list01__item p:not(.txt) {
    line-height: 1.6;
}

@media only screen and (max-width: 1023px) {
    .c-listpost {
        order: 3;
    }
}

.c-listpost dl {
    display: flex;
    margin-bottom: 26px;
}



@media only screen and (max-width: 768px) {
    .c-listpost dl {
        margin-bottom: 22px;
        display: block;
    }
}

.c-listpost dl:last-child {
    margin-bottom: 0;
}

.c-listpost dt {
    width: 68px;
    padding-right: 15px;
    flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
    .c-listpost dt {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
}

.c-listpost dd {
    letter-spacing: 1.4px;
    line-height: 1.6;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .c-listpost dd {
        letter-spacing: 1px;
    }
}

.c-listpost--other dt {
    width: 120px;
}

@media only screen and (max-width: 768px) {
    .c-listpost--other dt {
        width: 100%;
    }
}

.c-title01 {
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: 3.5px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .c-title01 {
        order: 1;
    }
}

@media only screen and (max-width: 768px) {
    .c-title01 {
        font-size: 2.2rem;
    }
}

.c-title01--center {
    text-align: center;
}

.c-number::before {
    counter-increment: section;
    content: "0" counter(section);
    background: #fff;
    border: 4px solid #162b5a;
    font-size: 3.1rem;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    font-weight: 500;
    margin-bottom: 37px;
    padding: 0 0 2px 2px;
}

@media only screen and (max-width: 768px) {
    .c-number::before {
        font-size: 2.2rem;
        width: 45px;
        height: 45px;
        border: 3px solid #162b5a;
        margin-bottom: 20px;
    }
}

.c-title01--center.c-number::before {
    margin-left: auto;
    margin-right: auto;
}


/********************* list *********************/


/********************* Btn *********************/


/************************** page contributions *************************/

.p-talk {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-weight: 500;
    font-size: 1.5rem;
    color: #162b5a;
    counter-reset: section;
}

@media only screen and (max-width: 768px) {
    .p-talk {
        min-width: 100%;
        font-size: 1.4rem;
    }
}

.p-talk .container {
    padding: 0 70px;
}
.recruit .container {
    padding: 0px;
}

@media only screen and (max-width: 768px) {
    .p-talk .container {
        padding: 0 15px;
        max-width: 100%;
    }
}

.p-talk .c-mainvisual {
    width: 100%;
}

.p-talk .c-mainvisual__item {
    display: block;
    height: 700px;
    width: 100%;
    background: url(../images/talk/talk_mainvisual.jpg) no-repeat center top;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .p-talk .c-mainvisual__item {
        height: 400px;
    }
}

.p-talk .purple-box .title-box {
    min-height: 286px;
    padding: 10px 0 20px 0;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .p-talk .purple-box .title-box {
        padding: 10px 20px 20px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk .purple-box .title-box {
        display: block;
        padding: 50px 15px 50px 15px;
        min-height: auto;
    }
}

.p-talk .purple-box .title-box>div {
    max-width: 597px;
    margin-top: -15px;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .p-talk .purple-box h2 {
        max-width: 298px;
        margin-top: 0;
        margin-left: 0;
    }
    .p-talk .purple-box h2 img {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk .purple-box h3 {
        margin: 10px 0;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk .purple-box p {
        margin: 0;
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
}

.p-talk__member {
    padding: 53px 0 140px;
}

@media only screen and (max-width: 768px) {
    .p-talk__member {
        padding: 35px 0 55px;
    }
}

.p-talk__member .ttl {
    font-size: 4.1rem;
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: block;
    letter-spacing: 7px;
    margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
    .p-talk__member .ttl {
        font-size: 3rem;
        margin-bottom: 35px;
    }
}

.p-talk__biz1 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
    .p-talk__biz1 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk__biz1 {
        margin-bottom: 60px;
        padding: 0 15px;
    }
}

.p-talk__biz1__inner {
    max-width: 1164px;
    margin: 0 auto;
    *zoom: 1;
}

.p-talk__biz1__inner:after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (max-width: 1023px) {
    .p-talk__biz1__inner {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.p-talk__biz1__inner .c-title01 {
    padding-left: 2px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz1__inner .c-title01 {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk__biz1 .c-listpost {
        width: 100%;
    }
}

.p-talk__biz1 .c-listpost dd {
    margin-top: -2px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz1 .c-listpost dd {
        margin-top: 0;
    }
}

.p-talk__biz1 figure {
    width: 480px;
    flex-shrink: 0;
    margin-left: 60px;
    float: right;
}

@media only screen and (max-width: 1060px) {
    .p-talk__biz1 figure {
        width: 43%;
        max-width: 480px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .p-talk__biz1 figure {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        float: none;
        order: 2;
        margin-bottom: 35px;
    }
}

.p-talk__biz2 {
    margin-bottom: 94px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz2 {
        margin-bottom: 60px;
    }
}

.p-talk__biz2 .c-number::before {
    margin-bottom: 27px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz2 .c-number::before {
        margin-bottom: 20px;
    }
}

.p-talk__biz2 .c-title01 {
    margin-bottom: 56px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz2 .c-title01 {
        margin-bottom: 30px;
    }
}

.p-talk__biz2 figure {
    margin-bottom: 53px;
}

@media only screen and (max-width: 768px) {
    .p-talk__biz2 figure {
        margin-bottom: 35px;
    }
}

.p-talk__biz3 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
    .p-talk__biz3 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk__biz3 {
        margin-bottom: 60px;
        padding: 0 15px;
    }
}

.p-talk__biz3__inner {
    max-width: 1164px;
    margin: 0 auto;
    *zoom: 1;
}

.p-talk__biz3__inner:after {
    display: block;
    content: "";
    clear: both;
}

@media only screen and (max-width: 1023px) {
    .p-talk__biz3__inner {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

.p-talk__biz3__inner figure {
    margin-right: 46px;
}

@media only screen and (max-width: 1060px) {
    .p-talk__biz3__inner figure {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk__biz3__inner figure {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .p-talk__biz3 .c-listpost {
        width: 100%;
    }
}

.p-talk__biz3 figure {
    width: 480px;
    flex-shrink: 0;
    float: left;
}

@media only screen and (max-width: 1060px) {
    .p-talk__biz3 figure {
        width: 43%;
        max-width: 480px;
    }
}

@media only screen and (max-width: 1023px) {
    .p-talk__biz3 figure {
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        margin-bottom: 35px;
        order: 2;
    }
}

.p-talk .recruit {
    padding: 5px 0;
    background: #162B5A url("../images/talk/bg_layout.png") repeat;
    background-size: 8px 8px;
}

.p-talk .recruit .entry a {
    max-width: 476px;
}

@media only screen and (max-width: 768px) {
    .p-talk .recruit .entry a {
        margin: 50px auto;
        width: 300px;
        height: 50px;
        font-size: 2rem;
        letter-spacing: 0.2rem;
    }
}

@media screen\0 {
    .c-btn01 a {
        padding: 17px 30px 19px 30px;
    }
    .p-talk .purple-box .title-box {
        padding: 80px 0 80px 0;
    }
}

