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

@media only screen and (max-width: 768px) {
#page_ttl .ttl_wrap h1.ttl .jp img {
    width: 10.941rem;
}
}


/* #intro
----------------------------------------- */
#intro {
}

#intro .inner {
    padding-top: 5rem;
    padding-bottom: 14rem;
    position: relative;
    z-index: 1;
}
#intro::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/recruit/intro_bg.png") no-repeat center center / contain;
    position: absolute;
    left: -5rem;
    z-index: -1;
}

#intro .inner > .page_navi {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 2rem;
    margin-bottom: 12rem;
}

#intro .inner > .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: calc(48 / 26);
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#intro .inner > .ttl .sub {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 0.8rem;
    text-align: center;
    color: #0A4F7F;
    border-bottom: 1px dashed #0A4F7F;
    margin-bottom: 4rem;
}
#intro .inner > .txt {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: calc(45 / 15);
    font-weight: 600;
    text-align: center;
    margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
#intro {
}

#intro .inner {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 12rem;
}
#intro::before {
    content: '';
    width: 21.5rem;
    height: 7.1rem;
    background: url("../images/recruit/intro_bg_sp01.svg") no-repeat center center / contain;
    position: absolute;
    top: 8rem;
    bottom: auto;
    left: auto;
    right: -5rem;
    z-index: -1;
}
#intro::after {
    content: '';
    width: 22.5rem;
    height: 7.3rem;
    background: url("../images/recruit/intro_bg_sp02.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 1rem;
    left: -1rem;
    z-index: -1;
}

#intro .inner > .page_navi {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 1rem;
    margin-bottom: 9rem;
}
#intro .inner > .page_navi .btn_wrap .btn {
    padding: 1rem 1.5rem;
}
#intro .inner > .page_navi .btn_wrap .btn span {
    font-size: 1.4rem;
}

#intro .inner > .ttl {
    width: 31.5rem;
    margin: auto;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: calc(48 / 26);
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#intro .inner > .ttl .sub {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 0.8rem;
    text-align: center;
    color: #0A4F7F;
    border-bottom: 1px dashed #0A4F7F;
    margin-bottom: 4rem;
}
#intro .inner > .txt {
    width: 31.5rem;
    margin: auto;
    margin-top: 3rem;
    line-height: calc(35 / 15);
}
}


/* #future
----------------------------------------- */
#future {
    position: relative;
    z-index: 1;
}
#future::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/recruit/feature_bg.png") no-repeat center center / contain;
    position: absolute;
    inset: 0;
    z-index: -1;
}

#future .inner {
    padding-top: 13rem;
    padding-bottom: 15rem;
}

#future .future_list_wrap {
    display: flex;
    flex-flow: column;
    grid-gap: 12rem 0;
    margin-top: 6rem;
}
#future .future_list_wrap .layout {
    display: flex;
    align-items: center;
}
#future .future_list_wrap .layout:nth-child(odd) {
    flex-flow: row-reverse;
}

#future .img_wrap {
    width: calc(550 / 1166 * 100%);
    position: relative;
    z-index: 1;
}
#future .img_wrap img {
    width: 100%;
}
#future .img_wrap .on {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#future .img_wrap .on img {
    width: 96%;
}

#future .img_wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #446379;
    border-radius: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .6s;
}
#future .future_list_wrap .layout .img_wrap::after  {
    transform: rotate(2deg) translate(2.5rem, -1rem);
    transform-origin: 0 0;
}
#future .future_list_wrap .layout:nth-child(odd) .img_wrap::after  {
    transform: rotate(-2deg) translate(-3rem, 3rem);
    transform-origin: 0 0;
}


#future .txt_wrap {
    width: calc(100% - calc(550 / 1166 * 100%));
    padding: 0 10rem;
}
#future .txt_wrap > .icon {
    width: 7.4rem;
    height: 4.2rem;
    border: 1px solid #0A4F7F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #0A4F7F;
    margin-bottom: 4rem;
}
#future .txt_wrap > .txt {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 4rem;
}
#future .txt_wrap > .btn_wrap {
    margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
#future {
}
#future .inner {
    padding-top: 10rem;
    padding-bottom: 12rem;
}
#future .inner::before {
    content: '';
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 31.9rem;
    height: 18.7rem;
    background: url("../images/top/initiative_illust_sp01.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
#future .inner::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 29.8rem;
    height: 7.6rem;
    background: url("../images/top/initiative_illust_sp02.svg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}

#future .future_list_wrap {
    display: flex;
    flex-flow: column;
    grid-gap: 8rem 0;
    margin-top: 4rem;
}
#future .future_list_wrap .layout {
    flex-flow: column-reverse;
}
#future .future_list_wrap .layout:nth-child(odd) {
    flex-flow: column-reverse;
}

#future .img_wrap {
    width: 100%;
}
#future .img_wrap img {
    width: 100%;
}

#future .img_wrap::after {
    border-radius: 1.2rem;
}

#future .future_list_wrap .layout .img_wrap::after  {
    transform: rotate(2deg) translate(1.5rem, -1rem);
    transform-origin: 0 0;
}
#future .future_list_wrap .layout:nth-child(odd) .img_wrap::after  {
    transform: rotate(-2deg) translate(-2rem, 2rem);
    transform-origin: 0 0;
}

#future .txt_wrap {
    width: 28rem;
    margin: auto;
    margin-top: 3rem;
    padding: 0 0;
}
#future .txt_wrap > .icon {
    margin-bottom: 2rem;
}
#future .txt_wrap > .txt {
    margin-top: 3rem;
}
#future .txt_wrap > .btn_wrap {
    margin-top: 3rem;
}

}



/* #message
----------------------------------------- */
#message {
    position: relative;
    z-index: 1;
}

#message .inner {
    /*max-width: 96rem;*/
    max-width: calc(960 / 1366 * 100%);
    padding-top: 15rem;
    padding-bottom: 15rem;
}

#message .layout {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
#message .layout .img_wrap {
    width: calc(378 / 960 * 100%);
    position: relative;
    z-index: 1;
}

#message .layout .txt_wrap {
    width: calc(512 / 960 * 100%);
}
#message .layout .txt_wrap > h2.ttl {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: calc(40/22);
    position: relative;
}
#message .layout .txt_wrap > h2.ttl .sub {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #0A4F7F;
    margin-bottom: 2rem;
}

#message .layout .txt_wrap > .txt {
    font-size: 1.5rem;
    line-height: calc(35/15);
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 2rem;
}
#message .layout .txt_wrap > .name_wrap {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: calc(35 / 14);
    font-weight: 600;
}
#message .layout .txt_wrap > .name_wrap .name {
    font-size: 2rem;
}


@media only screen and (max-width: 768px) {
#message .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#message .layout {
    flex-flow: column;
    margin-top: 0;
}
#message .layout .img_wrap {
    width: 100%;
    margin-top: 4rem;
}
#message .layout .txt_wrap {
    width: 100%;
}
#message .layout .txt_wrap > h2.ttl {
    font-size: 2.0rem;
}
#message .layout .txt_wrap > h2.ttl .sub {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

#message .layout .txt_wrap > .txt {
    margin-top: 2.5rem;
}
#message .layout .txt_wrap > .name_wrap {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 2.5rem;
}
#message .layout .txt_wrap > .name_wrap .name {
    font-size: 2rem;
    line-height: 1;
    margin-top: 1rem;
}

}


/* #information
----------------------------------------- */
#information {
    position: relative;
    z-index: 1;
}

#information .inner {
    max-width: 96rem;
    /*max-width: calc(960 / 1366 * 100%);*/
    padding-top: 13rem;
    padding-bottom: 16rem;
}

#information .infotable {
    width: 100%;
    margin-top: 4rem;
}
#information .infotable td {
    width: 100%;
}

#information .btn_wrap {
    justify-content: center;
    margin-top: 6rem;
}


@media only screen and (max-width: 768px) {
#information .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 12rem;
}

#information .infotable {
    margin-top: 3rem;
}

#information .btn_wrap {
    margin-top: 5rem;
}

}


/* #internship
----------------------------------------- */
#internship {
    position: relative;
    z-index: 1;
}

#internship .inner {
    max-width: 96rem;
    /*max-width: calc(960 / 1366 * 100%);*/
    padding-top: 13rem;
    padding-bottom: 16rem;
}

#internship .infotable {
    width: 100%;
    margin-top: 4rem;
}
#internship .infotable td {
    width: 100%;
}

#internship .btn_wrap {
    justify-content: center;
    margin-top: 6rem;
}


@media only screen and (max-width: 768px) {
#internship .inner {
    max-width: none;
    padding-top: 10rem;
    padding-bottom: 12rem;
}

#internship .infotable {
    margin-top: 3rem;
}

#internship .btn_wrap {
    margin-top: 5rem;
}

}
