@charset "UTF-8";

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/


/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */


/* =====================================================================
*    共通・大枠
* =================================================================== */

html {
    font-size: calc(10 / 750 * 100vw);
    overflow-x: hidden;
}

.gDef-wrapper {
    padding: 0;
}

.gDef-top-banner {
    background-color: #fffbb8;
    position: relative;
    z-index: 3;
}

.gDef-contents {
    background: #fff;
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif, cursive;
    font-size: 3rem;
    line-height: 2;
    letter-spacing: .05em;
}

.set1,
.set1 * {
    position: relative;
}

.set1 img {
    width: 100%;
    height: auto;
    display: block;
}

.inner {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
    z-index: 1;
}

svg {
    width: 100%;
    height: auto;
}

section h2.tit {
    font-size: 4.8rem !important;
    line-height: 1;
    margin-bottom: calc(35 / 750 * 100%);
}

section h2.tit span {
    font-size: 50%;
    display: inline-block;
    margin-left: 1.5em;
    font-family: "Zen Maru Gothic", sans-serif, cursive;
}

h3.dotted {
    position: relative;
    /* width: 50%; */
    font-size: 120%;
    font-weight: bold;
    margin: auto auto calc(100 / 750 * 100%);
    text-align: center;
    padding-bottom: 1em;
}

h3.dotted:after {
    content: "";
    display: block;
    width: 80px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}

#workstyle h3.dotted:after,
#benefit h3.dotted:after {
    background: #fff url(../images/common/line_dotted_green.svg) no-repeat bottom left/100%;
}

#programs h3.dotted:after,
#benefit h3.dotted:after {
    background: #fff url(../images/common/line_dotted_lightgreen.svg) no-repeat bottom left/100%;
}

@media screen and (min-width: 768px) {
    h3.dotted {
        padding: 0 calc(80 / 1856 * 100%) 1em;
        margin: 0 auto calc(44 / 1400 * 100%);
    }

    h3.dotted:after {
        width: 100px;
        left: calc(50% - 50px);
    }
}

.btn1 a {
    width: calc(420 / 650 * 100%);
    margin: 0 auto;
    -webkit-box-shadow: 0 1.2rem 2.9rem 0 rgba(50, 0, 92, 0.22);
    box-shadow: 0 1.2rem 2.9rem 0 rgba(50, 0, 92, 0.22);
    border-radius: 6rem;
}

.bold {
    font-weight: bold;
}

.marL {
    margin-left: calc(30 / 750 * 100%);
}

.marR {
    margin-right: calc(30 / 750 * 100%);
}

.marB50 {
    margin-bottom: calc(50 / 750 * 100%);
}

.marB100 {
    margin-bottom: calc(100 / 750 * 100%);
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1400 * 100vw);
    }

    .gDef-contents {
        font-size: 16px;
    }

    .inner {
        width: 100%;
        padding: 0 calc(30 / 1400 * 100%);
    }

    section h2.tit {
        font-size: 3.6rem !important;
        line-height: 1;
        margin-bottom: calc(35 / 750 * 100%);
    }

    section h2.tit span {
        display: block;
        margin-left: 0;
    }

    .sp {
        display: none !important;
    }

    .btn1 a {
        width: calc(280 / 1200 * 100%);
        margin: 0 auto;
        -webkit-box-shadow: 0 1rem 2rem 0 rgba(50, 0, 92, 0.15);
        box-shadow: 0 1rem 2rem 0 rgba(50, 0, 92, 0.15);
        top: 0;
    }

    .btn1 a:hover {
        -webkit-box-shadow: 0 1.4rem 3rem 0 rgba(50, 0, 92, 0.2);
        box-shadow: 0 1.4rem 3rem 0 rgba(50, 0, 92, 0.2);
        top: -1rem;
    }

    .hover1::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: -o-linear-gradient(left, #feff9f -25%, #b0e0ff 23%, #ffb3d0 77%, #fff6bd 125%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(-25%, #feff9f), color-stop(23%, #b0e0ff), color-stop(77%, #ffb3d0), color-stop(125%, #fff6bd));
        background-image: linear-gradient(90deg, #feff9f -25%, #b0e0ff 23%, #ffb3d0 77%, #fff6bd 125%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        mix-blend-mode: screen;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }

    .hover1:hover::after {
        opacity: 0.8;
    }

    .marL {
        margin-left: calc(30 / 1440 * 100%);
    }

    .marR {
        margin-right: calc(30 / 1440 * 100%);
    }

    .marB50 {
        margin-bottom: calc(50 / 1856 * 100%) !important;
    }

    .marB100 {
        margin-bottom: calc(100 / 1856 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 10px;
    }
}


/* =====================================================================
*    header
* =================================================================== */

header>h1 {
    width: calc(246 / 650 * 100%);
    margin: calc(15 / 650 * 100%) 0 calc(15 / 650 * 100%) calc(30 / 750 * 100%);
    position: relative;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    header>h1 {
        width: calc(300 / 1856 * 100%);
        margin: calc(10 / 1856 * 100%) 0 0 calc(30 / 1440 * 100%);
        float: left;
    }
}

@media screen and (min-width: 1600px) {
    header>h1 {
        width: 300px;
        margin: 10px 0 0 30px;
    }
}

header .header_btn {
    margin: 0 calc(30 / 750 * 100%) calc(10 / 650 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 9999;
}

@media screen and (min-width: 768px) {
    header .header_btn {
        width: calc(688 / 1856 * 100%);
        margin: calc(15 / 1856 * 100%) 0 calc(15 / 1856 * 100%) calc(1050 / 1856 * 100%);
    }
}

header .header_btn>div {
    display: block;
    width: 49%;
}

header .header_btn>div:nth-child(1) a {
    background: #ff8ca9;
}

header .header_btn>div:nth-child(2) a {
    /*  background: #00bfff; */
    background: #35e5cb;
}

header .header_btn a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2.8;
    border-radius: 0.5em;
    font-family: "Concert One";
}

header .header_btn a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
}

header .header_btn a:hover:after {
    border: 4px solid #ffffff;
}


/* =====================================================================
*    nav
* =================================================================== */


/*menu*/

.menu {
    position: absolute;
    right: 0;
    top: 8px;
    width: 37px;
    height: 24px;
    z-index: 99999;
    display: block;
    margin-right: calc(30 / 750 * 100%);
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .menu {
        right: 0;
        top: 50%;
        width: calc(37 / 1440 * 100%);
        height: auto;
        padding-top: calc(24 / 1440 * 100%);
        margin-right: calc(30 / 1440 * 100%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.menu__line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
}

.menu__line--top {
    top: 0;
}

.menu__line--center {
    top: 45%;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 45%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.menu__line--center.active {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 45%;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}


/*gnav*/

.gnav {
    background: #fff url(../images/common/bg_nav_sp.jpg) no-repeat bottom -30px center/contain;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.gnav__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.gnav__wrap-inner {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .gnav__wrap-inner {
        width: calc(960 / 1400 * 100%);
        max-width: 960px;
    }
}

.gnav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}

.gnav__menu li {
    width: 50%;
    font-family: "Concert One";
    font-size: 4.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: calc(30 / 750 * 100%);
}

.gnav__menu li span {
    display: block;
    font-size: 50%;
    color: #000;
}

.gnav__menu li:nth-child(1) {
    color: #f2248b;
}

.gnav__menu li:nth-child(2) {
    color: #24d0f2;
}

.gnav__menu li:nth-child(3) {
    color: #b6d936;
}

.gnav__menu li:nth-child(4) {
    color: #ff8ca9;
}

.gnav__menu li:nth-child(5) {
    color: #4dbf50;
}

.gnav__menu li:nth-child(6) {
    color: #f58700;
}

.gnav__menu li:nth-child(7) {
    color: #f58700;
}

.gnav__menu li:nth-child(8) {
    color: #000;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gnav__menu {
        width: calc(630 / 1400 * 100%);
        max-width: 630px;
        margin: calc(50 / 1400 * 100%) auto 0;
    }

    .gnav__menu li {
        margin-bottom: calc(60 / 1400 * 100%);
    }
}

@media screen and (min-width: 768px) {
    .gnav {
        background: #fff url(../images/common/bg_nav_pc.jpg) no-repeat bottom center/contain;
    }
}

.bosyu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(230 / 750 * 100%) calc(30 / 750 * 100%) calc(20 / 750 * 100%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bosyu_btn .bosyu {
    width: 49%;
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding-bottom: calc(20 / 750 * 100%);
    margin: 0 2% calc(40 / 750 * 100%) 0;
}

@media screen and (max-width: 767px) {
    .bosyu_btn .bosyu:nth-child(2n) {
        margin-right: 0;
    }
}

.bosyu_btn .bosyu:last-child {
    margin-right: 0;
}

.bosyu_btn .bosyu:after {
    content: "";
    display: none;
}

.bosyu_btn .bosyu h2.tit {
    height: auto;
    /* font-size: 1.8em; */
}

@media screen and (min-width: 768px) {
    .bosyu_btn {
        padding: calc(300 / 1856 * 100%) 0 calc(50 / 1856 * 100%);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .bosyu_btn .bosyu {
        width: 30%;
        padding: calc(10 / 1856 * 100%) calc(30 / 1856 * 100%) calc(40 / 1856 * 100%);
        margin: 0 calc(20 / 1856 * 100%) calc(60 / 1856 * 100%) 0;
    }

    .bosyu_btn.column2 .bosyu {
        width: 33%;
    }

    .bosyu_btn .bosyu h3 {
        width: 60%;
        background: #ffe730;
        color: #000000;
        display: block;
        border-radius: 30px;
        margin: -1em auto 0.5em;
        position: relative;
        bottom: auto;
        left: 0;
        margin: -1em auto 1em;
    }

    .bosyu_btn .bosyu.end h3 {
        background: #cccccc;
        color: #808080;
    }

    .bosyu_btn .bosyu.before h3 {
        background: #cccccc;
        color: #808080;
    }

    .bosyu_btn .bosyu h2.tit {
        height: auto;
        display: inline-block;
        margin: 0 !important;
        /* font-size: 140%; */
    }
}


/* =====================================================================
*   sub_mv
* =================================================================== */

@media screen and (min-width: 768px) {
    .sub_mv {
        margin-bottom: calc(120 / 1856 * 100%);
    }
}

.sub_mv .inner img {
    width: 100%;
    border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .sub_mv .inner img {
        border-radius: 30px;
    }
}

.sub_mv .inner .sub_mv_ttl {
    display: block;
    background: white;
    min-width: 70%;
    max-width: 90%;
    text-align: center;
    position: absolute;
    bottom: -1px;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 6.4rem !important;
    font-family: "Concert One";
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
    padding: 0.2em 0.2em 0;
    color: #f2248b;
}

@media screen and (min-width: 768px) {
    .sub_mv .inner .sub_mv_ttl {
        max-width: 80%;
        border-radius: 30px 30px 0 0;
        font-size: 4.8rem !important;
    }
}

/* @media screen and (min-width: 1400px) {
    .sub_mv .inner .sub_mv_ttl {
        width: 1240px;
        left: calc(50% - 620px);
    }
} */

.sub_mv .inner .sub_mv_ttl span {
    font-size: 50%;
    display: block;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    font-family: "Zen Maru Gothic", sans-serif, cursive;
}

.sub_mv .inner .sub_mv_ttl:before,
.sub_mv .inner .sub_mv_ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
    position: absolute;
}

.sub_mv .inner .sub_mv_ttl:before {
    bottom: 0;
    left: -14px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.sub_mv .inner .sub_mv_ttl:after {
    bottom: 0;
    right: -14px;
}

.sub_mv h2.on_ttl {
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: calc(70 / 750 * 100%) 0 calc(100 / 750 * 100%);
}

.sub_mv h2.on_ttl span {
    font-size: 1.4em;
    vertical-align: middle;
    padding-right: 3px;
}

@media screen and (min-width: 768px) {
    .sub_mv h2.on_ttl {
        text-align: left;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
}


/* =====================================================================
*   listtype01
* =================================================================== */

.listtype01 ul li {
    margin-bottom: calc(20 / 750 * 100%);
}

.listtype01 ul li img {
    border-radius: 15px;
}

.listtype01 ul li .txt_block {
    display: inline-block;
    background: white;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    font-size: 4.4rem !important;
    line-height: 1;
    border-radius: 0 15px 0 0;
    padding: calc(10 / 750 * 100%) calc(40 / 750 * 100%) 0;
    font-family: "Concert One";
}

.listtype01 ul li .txt_block span {
    font-size: 60%;
    display: block;
    font-family: "Zen Maru Gothic", sans-serif, cursive;
    font-weight: bold;
    color: #000000;
}

.listtype01 ul li .txt_block:before,
.listtype01 ul li .txt_block:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
    position: absolute;
}

.listtype01 ul li .txt_block:before {
    top: -14px;
    left: 0;
}

.listtype01 ul li .txt_block:after {
    bottom: 0;
    right: -14px;
}

.listtype01 ul li:nth-child(1) h3 {
    color: #f2248b;
}

.listtype01 ul li:nth-child(2) h3 {
    color: #24d0f2;
}

.listtype01 ul li:nth-child(3) h3 {
    color: #b6d936;
}

.listtype01 ul li:nth-child(4) h3 {
    color: #ff8ca9;
}

.listtype01 ul li:nth-child(5) h3 {
    color: #4dbf50;
}

.listtype01 ul li:nth-child(6) h3 {
    color: #f58700;
}

.listtype01 ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid #fff;
}

.listtype01 ul li a:hover {
    border: 8px solid #fff;
    border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .listtype01 ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .listtype01 ul li {
        width: 32%;
        margin: 0 0.5% calc(20 / 1440 * 100%);
    }

    .listtype01 ul li .txt_block {
        border-radius: 0 24px 0 0;
    }

    .listtype01 ul li .txt_block span {
        font-size: 1.8rem;
    }

    .listtype01 ul li img {
        border-radius: 30px;
    }

    .listtype01 ul li a {
        border-radius: 30px;
    }

    .listtype01 ul li a:hover {
        border: 8px solid #fff;
        border-radius: 30px;
    }
}


/* =====================================================================
*    select（TOPとNAVI共通）
* =================================================================== */

#newgraduate.bosyu {
    background: url(../images/common/bg_dotted.png) repeat top left;
}

#internship.bosyu {
    background: url(../images/common/bg_line.png) repeat top left;
}

#career.bosyu {
    background: url(../images/common/bg_border.png) repeat top left;
    color: #000;
}

#event.bosyu {
    background: url(../images/common/bg_dotted.png) repeat top left/2rem auto;
}

.bosyu {
    width: 49%;
    border-radius: 30px;
    text-align: center;
    padding-bottom: calc(270 / 750 * 100%);
    position: relative;
}

.bosyu:after {
    content: "";
    width: 85%;
    padding-top: 85%;
    display: block;
    background: white;
    border-radius: 500px;
    z-index: 0;
    position: absolute;
    bottom: -15%;
    right: 7.5%;
}

.bosyu a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.bosyu.before a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.bosyu.end a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.bosyu h3 {
    width: 70%;
    background: #ffe730;
    color: #000000;
    display: block;
    border-radius: 30px;
    margin: -1em auto 1em;
}

.bosyu h3:before {
    content: "募集中";
}

.bosyu.now h3:before {
    content: "随時実施中";
}

.bosyu.comingsoon h3:before {
    content: "coming soon";
}

.bosyu.before h3 {
    background: #cccccc;
    color: #808080;
}

.bosyu.before h3:before {
    content: "coming soon";
}

.bosyu.end h3 {
    background: #cccccc;
    color: #808080;
}

.bosyu.end h3:before {
    content: "募集終了";
}

.bosyu.detail h3:before {
    content: "詳細";
}

.bosyu.natsu h3:before {
    content: "";
}

.entry h3:before {
    /* content: "プレエントリー"; */
    white-space: pre;
}

.natusaiyou {
    color: #00bfff;
    line-height: 1;
    font-weight: bold;
    font-size: 1.8rem;
}

.bosyu h2.tit {
    display: inline-block;
    margin: auto;
    font-family: "Concert One";
    text-align: left;
    font-size: 4.8rem;
    line-height: 1;
    position: relative;
    z-index: 60;
}

.bosyu h2.tit span {
    display: block;
    padding-top: 10px;
    line-height: 1;
    margin: 0;
    font-size: 2rem;
    font-size: 50%;
}

.bosyu .select_illust {
    display: block;
    width: 72%;
    height: 56%;
    position: absolute;
    bottom: -5%;
    right: 14%;
    z-index: 10;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.bosyu .select_illust.on {
    bottom: 5%;
}

@media screen and (min-width: 768px) {
    .bosyu {
        width: calc(445 / 1856 * 100%);
        padding: calc(30 / 1856 * 100%) calc(30 / 1856 * 100%) calc(80 / 1856 * 100%);
        margin-left: calc(20 / 1856 * 100%);
    }

    .bosyu:after {
        content: "";
        width: 50%;
        padding-top: 50%;
        display: block;
        background: white;
        border-radius: 500px;
        z-index: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .bosyu.mar2 {
        margin-right: 0 !important;
    }

    .bosyu h2.tit {
        display: block;
        margin: 0 0 0 calc(30 / 1856 * 100%);
        font-size: 3.6rem;
        height: 120px;
    }

    .bosyu h3 {
        width: 42%;
        border-radius: 30px;
        position: absolute;
        bottom: 20px;
        left: 0;
        margin-left: calc(30 / 400 * 100%);
        font-size: 1.8rem;
    }

    .bosyu .select_illust {
        display: block;
        width: 50%;
        height: 88%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        margin-right: 0;
        margin-bottom: calc(10 / 400 * 100%);
    }

    #event.bosyu .select_illust {
        margin-bottom: calc(30 / 400 * 100%);
    }

    .entry h3:before {
        content: "プレエントリー";
    }
}

#newgraduate .select_illust {
    background: url(../images/top/img_newgraduate.png) no-repeat bottom center/contain;
}

#internship .select_illust {
    background: url(../images/top/img_internship.png) no-repeat bottom center/contain;
}

#career .select_illust {
    background: url(../images/top/img_career.png) no-repeat bottom center/contain;
}

#event .select_illust {
    background: url(../images/top/img_event.png) no-repeat bottom center/contain;
}


/* #newgraduate .select_illust.on {
  transition: all 0.3s;
  bottom: 10px;
  background: url(../images/top/img_newgraduate_on.png) no-repeat bottom center/contain;
} */


/* #internship .select_illust.on {
    transition: all 0.3s;
    bottom: 10px;
    background: url(../images/top/img_internship_on.png) no-repeat bottom center/contain;
}

#career .select_illust.on {
    transition: all 0.3s;
    bottom: 10px;
    background: url(../images/top/img_career_on.png) no-repeat bottom center/contain;
} */


/* =====================================================================
*    下層用タブ風リンク
* =================================================================== */

.tab_box {
    max-width: 1230px;
    margin: auto auto calc(80 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    .tab_box {
        width: 95%;
        margin: auto auto calc(80 / 1856 * 100%);
    }
}

.tab_box:before {
    content: "";
    border-top: 2px solid #e6e6e6;
    display: block;
    width: 100%;
    position: absolute;
    height: 30px;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .tab_box:before {
        border: 2px solid #e6e6e6;
        border-radius: 30px 30px 0 0;
        border-bottom: none;
    }
}

.tab_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    padding: 0 0.5em;
    max-width: 710px;
    margin: auto;
}

.tab_box ul li {
    width: 48.5%;
    text-align: center;
    font-size: 80%;
    line-height: 1;
}

.tab_box ul li span {
    display: block;
    color: #000;
    font-size: 4.8rem;
    font-family: "Concert One";
    padding-bottom: 0.1em;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .tab_box ul li {
        font-size: 100%;
    }

    .tab_box ul li span {
        font-size: 4rem;
    }
}

.tab_box ul li.select {
    overflow: hidden;
}

.tab_box ul li.select:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 150px;
    position: absolute;
    bottom: -160px;
    left: calc(50% - 90px);
    background: #fff;
    z-index: 10;
}

.tab_box ul li.select a {
    pointer-events: none;
}

.tab_box ul li a {
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
    padding: 3em 0;
    border-radius: 15px;
    background: url(../images/common/bg_dotted.png) repeat top left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tab_box ul li:nth-child(2) a {
    background: url(../images/common/bg_line.png) repeat top left;
}

.tab_box ul li a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#sections .tab_box ul li:nth-child(1) a {
    background: url(../images/common/bg_dotted_green.png) repeat top left;
}

#programs .tab_box ul li:nth-child(2) a {
    background: url(../images/common/bg_line_green.png) repeat top left;
}

#sections .tab_box ul li:nth-child(1).select a span,
#programs .tab_box ul li:nth-child(2).select a span {
    color: #b6d936;
}

#workstyle .tab_box ul li:nth-child(1) a {
    background: url(../images/common/bg_dotted_green2.png) repeat top left;
}

#benefit .tab_box ul li:nth-child(2) a {
    background: url(../images/common/bg_line_green2.png) repeat top left;
}

#workstyle .tab_box ul li:nth-child(1).select a span,
#benefit .tab_box ul li:nth-child(2).select a span {
    color: #4dbf50;
}

#company .tab_box ul li:nth-child(1) a {
    background: url(../images/common/bg_dotted_orange.png) repeat top left;
}

#faq .tab_box ul li:nth-child(2) a {
    background: url(../images/common/bg_line_orange.png) repeat top left;
}

#company .tab_box ul li:nth-child(1).select a span,
#faq .tab_box ul li:nth-child(2).select a span {
    color: #f58700;
}

.photo_2column .photo,
.photo_right .photo {
    width: 100%;
}

.photo_2column .photo figure,
.photo_right .photo figure {
    display: block;
    margin-top: 1em;
}

.photo_2column .photo figure img,
.photo_right .photo figure img {
    border-radius: 15px;
}

.photo_2column .photo figure figcaption,
.photo_right .photo figure figcaption {
    font-size: 80%;
}

@media screen and (min-width: 768px) {

    .photo_2column,
    .photo_right {
        max-width: 1000px;
        margin: auto;
    }

    .photo_2column .photo figure img,
    .photo_right .photo figure img {
        border-radius: 30px;
    }

    .photo_2column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .photo_2column .photo {
        width: 48%;
    }

    .photo_2column .photo:nth-child(2) {
        margin-left: 4%;
    }
}


/* =====================================================================
*    footer
* =================================================================== */

.footer {
    border-bottom: 8px solid #ffe730;
    position: relative;
    padding: calc(120 / 1400 * 100%) 0 calc(80 / 1400 * 100%);
    font-size: 3rem;
}

.footer .inner {}

.footer_catch {
    width: calc(500 / 750 * 100%);
    margin: auto;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Zen Maru Gothic", sans-serif, cursive;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(90 / 1400 * 100%) 0 calc(70 / 1400 * 100%);
}

.footer ul li {
    line-height: 1;
    margin: calc(20 / 750 * 100%) 0;
}

.footer ul li:nth-child(1) {
    width: 22%;
}

.footer ul li:nth-child(2) {
    width: 47%;
    text-align: center;
}

.footer ul li:nth-child(3) {
    width: 31%;
    text-align: right;
}

.footer ul li:nth-child(4) {
    width: 33%;
}

.footer ul li:nth-child(5) {
    width: 33%;
    text-align: center;
}

.footer ul li:nth-child(6) {
    width: 33%;
    text-align: center;
}

.footer ul li:nth-child(7) {
    width: 40%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .footer ul li:not(:nth-child(3n)) {
        border-right: 1px solid black;
    }
}

.footer .instagram {
    width: calc(64 / 750 * 100%);
    margin: auto;
}

.pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: #ffe730;
    border-radius: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagetop img {
    width: 50%;
    margin: auto;
}

.copyright p {
    font-size: 1.6rem;
    color: #000000;
    text-align: center;
    padding: 2em 0;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: calc(100 / 1400 * 100%) 0 0;
        position: relative;
        font-size: 16px;
    }

    .footer .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    .footer .footer_catch {
        margin: 0 0 calc(10 / 1856 * 100%);
        width: calc(440 / 1856 * 100%);
    }

    .footer ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        width: calc(1300 / 1856 * 100%);
        z-index: 1;
    }

    .footer ul li {
        line-height: 1;
        margin: calc(10 / 750 * 100%) 0;
        border-right: 1px solid black;
        font-size: 90%;
    }

    .footer ul li:nth-child(1),
    .footer ul li:nth-child(2),
    .footer ul li:nth-child(3),
    .footer ul li:nth-child(4),
    .footer ul li:nth-child(5),
    .footer ul li:nth-child(6),
    .footer ul li:nth-child(7) {
        width: auto;
        padding: 0 1em;
        text-align: center;
    }

    .footer .instagram {
        width: calc(24 / 1440 * 100%);
        margin: 0 0 calc(10 / 1856 * 100%);
        z-index: 2;
    }

    .copyright p {
        font-size: 1.2rem;
        padding: 3em 0;
        text-align: left;
        margin-left: calc(30 / 1856 * 100%);
    }
}

@media screen and (min-width: 1400px) {
    .footer {
        padding: 100px 0 0;
    }
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}