@charset "UTF-8";
/* CSS Document */

/*******************************************

共通

*******************************************/
.main {
    border-bottom: none;
    padding-bottom: 0;
}
.inbox {
	max-width: 1020px;
    margin: auto;
}
.sp {
    width: 100%;
}

/*******************************************

見出し

*******************************************/
section.starting {
    background-color: #ffffdb;
    padding: 4rem 0;
}

.starting .inbox {
    text-align: center;
}

.centerbox {
    background-image: url(../img/pc/pc_waku.png);
    background-size: 100%;
}

img.foot {
    vertical-align: top;
}

.starting .inbox h1 {
    font-size: 20px;
    background-color: #b1f1ff;
    border-radius: 40px;
    width: 50rem;
    margin: 0 auto 1.5rem;
    font-weight: bold;
    line-height: 49px;
    letter-spacing: 4px;
}

.starting p {
    letter-spacing: 1px;
}

.starting p:last-child {
    margin-bottom: 0;
}

@media screen and ( max-width:1024px ) {
    section.starting {
        padding: 11vw 15px;
    }
    .starting .inbox h1 {
        font-size: 2vw;
        width: 93%;
    }
    .starting p {
        width: 90%;
        margin: auto;
    }
}
@media screen and ( max-width:599px ) {
    section.starting {
        padding: 27vw 15px 11vw;
    }
    .centerbox {
        background-image: url(../img/sp/sp_middle.png);
        background-size: 100%;
    }
    .starting .inbox h1 {
        margin: 0 auto 1rem;
        line-height: 4.5vw;
        font-size: 3.9vw;
        padding: 3vw 0;
        letter-spacing: 2px;
    }
    .starting p {
        margin-bottom: 0;
    }
}

/*******************************************

ABOUT US

*******************************************/

section.about {
    background-color: #ffffdb;
    padding-bottom: 27rem;
}

.about .inbox {
	position: relative;
}

.about .inbox img {
    width: 41%;
    margin: auto;
}

.round {
    position: relative;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    border: 4px dashed #ff680d;
}

.round:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-color: #ff680d;
}

.round img {
	position: absolute;
    top: -21px;
    left: 50%;
    transform: translate(-50%, 0);
}

.round p {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    text-align: center;
    line-height: 1.1;
}

.round p span {
	display: block;
    color: #333;
    font-size: 23px;
    margin-top: 5px;
}

.tm {
    position: absolute;
    top: 62px;
    left: 0;
}

.ms {
    position: absolute;
    top: 224px;
    left: 235px;
}

.his {
	position: absolute;
    top: 224px;
    right: 235px;
}

.nb {
	position: absolute;
    top: 62px;
    right: 0;
}

@media screen and ( max-width:1024px ) {
    section.about {
        padding: 0 15px 39vw;
    }
    .about .inbox img {
        width: 48%;
    }
    .tm,
    .nb {
        top: 8vw;
    }
    .ms {
        top: 24vw;
        left: 22vw;
    }
    .his {
        top: 24vw;
        right: 22vw;
    }
    .round {
        width: 23vw;
        height: 23vw;
        border: 3px dashed #ff680d;
    }
    .round:before {
        width: 20vw;
        height: 20vw;
    }
    .round p {
        top: 37%;
        font-size: 2.5vw;
    }
    .round p span {
        font-size: 2.2vw;
        margin-top: 3px;
    }
}

@media screen and ( max-width:599px ) {
    section.about {
        padding: 0 15px 121vw;
    }
    .about .inbox img {
        width: 66%;
    }
    .about .inbox .round img {
        width: 18vw;
    }
    .round {
        width: 45vw;
        height: 45vw;
    }
    .round:before {
        width: 40vw;
        height: 40vw;
    }
    .round p {
        font-size: 5vw;
    }
    .round p span {
        font-size: 4vw;
        margin-top: 5px;
    }
    .tm {
        top: 36vw;
    }
    .ms {
        top: 36vw;
        left: 22vw;
        right: 0;
        left: auto;
    }
    .his {
        top: 87vw;
        right: auto;
        left: 0;
    }
    .nb {
        top: 87vw;
        left: auto;
        right: 0;
    }
}



/*******************************************

MEMBER

*******************************************/

section.member {
    background-color: #fffff4;
    border-top: 2px dashed #464646;
    border-bottom: 2px dashed #464646;
}

section.member .inbox {
    position: relative;
    padding: 9rem 0;
}

.member .inbox > img {
    position: absolute;
    top: -168px;
    left: 2%;
    width: 44rem;
}

.member .pc.list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
}

.list-box {
    width: 32%;
    border-radius: 20px;
    position: relative;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    margin-bottom: 2vw ;
}

.list-box img {
    border-radius: 20px;
    object-fit: cover;
    height: 21vw;
}

.list-box .profile {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff96;
    width: 100%;
    margin: 0;
    border-radius: 0 0 20px 20px;
    padding: 16px;
    color: #ff680d;
    font-weight: 600;
    font-size: 19px;
}

.list-box p, .list-box span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.list-box span {
    color: #333;
    font-size: 15px;
}

a.btn {
    position: relative;
    background-color: #2d2d2d;
    width: 265px;
    display: block;
    margin: 3rem auto 0;
    color: #fff;
    text-align: left;
    line-height: 67px;
    border-radius: 50px;
    font-size: 25px;
    padding-left: 51px;
}

a.btn:after {
    content: "";
    position: absolute;
    margin-top: -3px;
    top: 50%;
    right: 45px;
    width: 13px;
    height: 13px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translate(-50%);
    -webkit-transform: rotate(45deg) translate(-50%);
    -ms-transform: rotate(45deg) translate(-50%);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and ( max-width:1024px ) {
    section.member .inbox {
        padding: 11vw 15px;
    }
    .member .inbox > img {
        top: -16vw;
        left: 2vw;
        width: 70%;
    }
    .member .list-box img {
        height: 42vw;
    }
    .list-box .profile {
        font-size: 17px;
        padding: 2vw;
        line-height: 19px;
    }
    a.btn {
        width: 27vw;
        margin: 2rem auto 0;
        line-height: 5vw;
        font-size: 3vw;
        padding-left: 3vw;
    }
    a.btn:after {
        right: 4vw;
        border-top: 3px solid #ffffff;
        border-right: 3px solid #ffffff;
    }
}

@media screen and ( max-width:599px ) {
    section.member .inbox {
        padding: 17vw 15px;
    }
    .member .inbox > img {
        top: -18vw;
        width: 83%;
    }
    .member .pc.list {
        display: none;
    }
    .member .list {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        justify-content: center;
    }
    .list-box {
        width: 48%;
        margin: 0 0 1rem 0;
    }
    .member .list-box img {
        height: 67vw;
    }
    .list-box .profile {
        font-size: 12px;
        line-height: 17px;
    }
    .list-box span {
        font-size: 12px;
    }
    a.btn {
        width: 48vw;
        margin: 1rem auto 0;
        line-height: 9vw;
        font-size: 6vw;
        padding-left: 4vw;
    }
}

/*******************************************

MOVIE

*******************************************/

section.movie {
    background-color: #ffffdb;
    border-bottom: 2px dashed #464646;
}

section.movie .inbox {
    position: relative;
    padding: 8rem 0 10rem;
}

.movie .inbox > img {
    position: absolute;
    top: -96px;
    right: 18%;
    width: 46rem;
}

.youtube {
    display: block;
    margin: auto;
    padding-top: 56.25%;
    position: relative;
    width: 90%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and ( max-width:1024px ) {
    section.movie .inbox {
        padding: 17vw 0;
    }
    .movie .inbox > img {
        top: -6vw;
        right: 19vw;
        width: 73%;
    }
}

@media screen and ( max-width:599px ) {
    section.movie .inbox {
        padding: 17vw 0 20vw;
    }
    .movie .inbox > img {
        top: -11vw;
        right: 7vw;
        width: 89%;
    }
}

/*******************************************

RECRUITMENT

*******************************************/

section.recruit {
    background-color: #ff680d;
    border-bottom: 2px dashed #464646;
}

section.recruit .inbox {
    position: relative;
    padding: 9rem 24px 5rem;
}

.recruit .inbox > img {
    position: absolute;
    top: -130px;
    right: 2%;
    width: 50rem;
}

.recruit .list {
    display: flex;
    justify-content: space-between;
}
.recruit .list-box {
    width: 31%;
    position: relative;
    background-color: unset;
    border-radius: unset;
    box-shadow: none;
}

.recruit .list-box img {
    height: 14vw;
}

.recruit .list-box a {
    background-color: #2d2d2d;
    width: 17rem;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 66px;
    position: absolute;
    bottom: -30px;
    right: -18px;
    padding-left: 16px;
}

.recruit .list-box a:after {
    content: '';
    width: 22px;
    height: 23px;
    background: url(../img/pc/yajirushi.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(-20px, -50%);
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
}

.recruit .list-box a:hover {
    text-decoration: none;
}

a.btn.rec {
    background-color: #fff;
    color: #333;
    font-weight: 400;
    padding-left: 29px;
    margin: 5rem auto 0;
    font-size: 21px;
    letter-spacing: 2px;
}

a.btn.rec:after {
    border-top: 4px solid #ff680d;
    border-right: 4px solid #ff680d;
}

@media screen and ( max-width:1024px ) {
    section.recruit .inbox {
        padding: 10vw 14px 5vw;
    }
    .recruit .inbox > img {
        top: -12vw;
        right: 5vw;
        width: 74%;
    }
    .recruit .list-box a {
        width: 27vw;
        font-size: 2.2vw;
        line-height: 6vw;
        bottom: -3vw;
        right: -1vw;
        padding-left: 1vw;
    }
    .recruit .list-box a:after {
        width: 2vw;
        height: 2vw;
    }
    a.btn.rec {
        font-size: 2vw;
        padding-left: 3vw;
        margin: 7vw auto 0;
    }
    a.btn.rec:after {
        border-top: 3px solid #ff680d;
        border-right: 3px solid #ff680d;
        right: 4vw;
    }
}

@media screen and ( max-width:599px ) {
    section.recruit .inbox {
        padding: 16vw 14px 11vw;
    }
    .recruit .inbox > img {
        top: -14vw;
        right: 5vw;
        width: 90%;
    }
    .recruit .list {
        display: block;
    }
    .recruit .list-box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .recruit .list-box img {
        height: 33vw;
        border-radius: 13px;
    }
    .recruit .list-box a {
        width: 64vw;
        font-size: 6vw;
        line-height: 12vw;
        right: 0;
        padding-left: 3vw;
    }
    .recruit .list-box a:after {
        width: 4vw;
        height: 4vw;
        right: -6px;
    }
    a.btn.rec {
        width: 60vw;
        font-size: 5vw;
        padding-left: 6vw;
    }
}
