/* ==========================================================================
   recruit common
   ========================================================================== */
/* p-recruit
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-recruit__heading {
        padding: 9.33vw 2.67vw 8vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-recruit__heading {
        padding: 70px 40px 60px;
    }
}

.p-recruit__title {
    font-weight: normal;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .p-recruit__title {
        margin-bottom: 2.67vw;
        font-size: 48px;
        font-size: 6.4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-recruit__title {
        margin-bottom: 15px;
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-recruit__description {
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-recruit__description {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .p-recruit__description {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-recruit__visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
}

.p-recruit__image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-recruit__footer {
        padding: 13.33vw 0vw 13.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-recruit__footer {
        padding: 60px 0;
    }
}

.p-recruit__button {
    margin-left: auto;
    margin-right: auto;
}

.p-recruit__logobox {
    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;
}

@media screen and (max-width: 1023px) {
    .p-recruit__logobox {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.p-recruit__logoimgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 63px;
}

.p-recruit__logoimg {
    width: 313px;
    height: 63px;
    margin-right: 63px;
}

@media screen and (max-width: 1023px) {
    .p-recruit__logoimg {
        margin-right: 0;
        margin-bottom: 4vw;
        margin-left: -2.26667vw;
    }
}

@media screen and (max-width: 767px) {
    .p-recruit__logoimg {
        width: 61%;
        height: auto;
        margin-bottom: 6vw;
    }
}

.p-recruit__logo {
    width: 515px;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .p-recruit__logo {
        width: 100%;
    }
}

.p-recruit__theme {
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .p-recruit__theme {
        font-size: 30px;
        font-size: 4vw;
        font-size: 52px;
        font-size: 6.93vw;
    }
}

.p-recruit__message {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    font-size: 60px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .p-recruit__message {
        font-size: 70px;
        font-size: 9.33vw;
    }
}

.p-recruit__text {
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .p-recruit__text {
        font-size: 25px;
        font-size: 3.33vw;
        font-size: 34px;
        font-size: 4.53vw;
    }
}

.p-recruit__green {
    color: #23ac38;
}

.p-recruit__yellow {
    color: #f8b62b;
}

.p-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: calc(100vw / 5 * .75);
}

@media screen and (max-width: 1023px) {
    .p-tile__imagenone {
        display: none;
    }
}

.p-tile__image {
    width: 20%;
}

@media screen and (max-width: 1023px) {
    .p-tile__image {
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-tile__image {
        -o-object-fit: scale-down;
           object-fit: scale-down;
    }
}

@media screen and (max-width: 1023px) {
    .p-tile {
        height: calc(100vw / 2 * .75);
    }
}

/* c-table
-------------------------------------------------------------------------- */
.c-table {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-table--primary {
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .c-table--primary {
        line-height: 1.6;
    }
}

.c-table--primary th, .c-table--primary td {
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .c-table--primary th, .c-table--primary td {
        display: block;
        width: 100%;
        padding-left: 2.67vw;
        padding-right: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .c-table--primary th, .c-table--primary td {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

.c-table--primary th {
    text-align: left;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .c-table--primary th {
        padding-top: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .c-table--primary th {
        width: 32.91%;
        padding-left: 12.5%;
    }
}

.c-table--primary td {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-table--primary td {
        padding-bottom: 2.67vw;
        padding-right: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .c-table--primary td {
        padding-right: 16px;
    }
}

.c-table--primary tr:nth-child(odd) {
    background-color: rgba(35, 172, 56, .08);
}

.p-emphasis {
    background-color: #23ac38;
}

.p-emphasis__heading {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .p-emphasis__heading {
        padding: 5.33vw 0vw 5.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-emphasis__heading {
        padding: 30px 0 30px;
    }
}

.p-emphasis__link {
    font-weight: normal;
    font-weight: 700;
    list-style: none;
    text-decoration: none;
    position: relative;
}

.p-emphasis__link a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .p-emphasis__link a {
        font-size: 35px;
        font-size: 4.67vw;
        letter-spacing: .69333vw;
        padding-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .p-emphasis__link a {
        font-size: 35px;
        font-size: 3.5rem;
        letter-spacing: 5.2px;
    }
}

.p-emphasis__link::before {
    position: absolute;
    content: '';
    background-image: url(../image/common_icon_08.png);
    background-size: cover;
    display: block;
}

@media screen and (max-width: 767px) {
    .p-emphasis__link::before {
        left: -11.86667vw;
        width: 8.4vw;
        height: 5.2vw;
    }
}

@media screen and (min-width: 768px) {
    .p-emphasis__link::before {
        left: -89px;
        width: 63px;
        height: 39px;
    }
}

.p-emphasis__link::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .p-emphasis__link::after {
        top: 50%;
        right: -4.93333vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: .66667vw solid white;
        border-right: .66667vw solid white;
    }
}

@media screen and (min-width: 768px) {
    .p-emphasis__link::after {
        top: 6%;
        right: -37px;
        width: 20px;
        height: 20px;
        border-top: 5px solid white;
        border-right: 5px solid white;
    }
}

.p-icon {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-icon {
        padding-top: 7.87vw;
    }
}

@media screen and (min-width: 768px) {
    .p-icon {
        padding-top: 59px;
    }
}


.p-featuredContents__text {
    text-align: left;
}

/* p-featuredContents
   ----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-featuredContents__list--large {
        margin-bottom: 10.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--large {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.p-featuredContents__list--large .p-featuredContents__item {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        margin-bottom: 5.33vw;
        -webkit-box-shadow: 1.33333vw 1.6vw 1.33333vw rgba(0, 0, 0, .1);
                box-shadow: 1.33333vw 1.6vw 1.33333vw rgba(0, 0, 0, .1);
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        -webkit-box-shadow: 4px 6px 4px rgba(0, 0, 0, .1);
                box-shadow: 4px 6px 4px rgba(0, 0, 0, .1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        width: 46%;
        margin-bottom: 4%;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        width: 31.66%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item:first-child {
        margin-right: 4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item:last-child {
        margin-bottom: 0;
    }
}

.p-featuredContents__list--large .p-featuredContents__link {
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__link {
        height: 100%;
    }
}

.p-featuredContents__list--large .p-featuredContents__thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__thumbnail {
        padding-top: 5.33vw;
        height: 66.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__thumbnail {
        padding-top: 10px;
        height: 280px;
    }
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--01 {
    background-color: #23ac38;
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--02 {
    background: url(../image/top_img_01.jpg) no-repeat center center;
    background-size: cover;
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--03 {
    background: url(../image/top_img_02.jpg) no-repeat center center;
    background-size: cover;
}

.p-featuredContents__list--large .p-featuredContents__icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__icon {
        width: 13.33333vw;
        top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__icon {
        top: 20px;
    }
}

.p-featuredContents__list--large .p-featuredContents__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__headline {
        font-size: 82px;
        font-size: 10.93vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__headline {
        font-size: 44px;
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__headline span:last-child {
        font-size: 110px;
        font-size: 14.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__headline span:last-child {
        font-size: 60px;
        font-size: 6rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__number {
    position: absolute;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__number {
        right: 4vw;
        bottom: 4vw;
        font-size: 90px;
        font-size: 12vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__number {
        right: 20px;
        bottom: 20px;
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__content {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__content {
        padding: 5.33vw 5.33vw 8vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__content {
        padding: 20px 20px 30px;
    }
}

.p-featuredContents__list--large .p-featuredContents__title {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__title {
        margin-bottom: 4vw;
        padding-bottom: 5.33vw;
        font-size: 42px;
        font-size: 5.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__title {
        margin-bottom: 13px;
        padding-bottom: 22px;
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__title::after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__title::after {
        width: 29.33333vw;
        height: .53333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__title::after {
        width: 120px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__button {
        margin-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__button {
        margin-top: 26px;
    }
}

.p-featuredContents__list--small {
    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;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--small {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 50%;
        padding-left: 2.67vw;
        padding-right: 2.67vw;
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 42%;
        margin: 3% 3%;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__item:nth-child(-n+2) {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        margin-bottom: 60px;
    }
}

.p-featuredContents__list--small .p-featuredContents__link {
    display: block;
    text-decoration: none;
    text-align: center;
}

.p-featuredContents__list--small .p-featuredContents__heading {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__heading {
        padding-top: 5.33vw;
        margin-bottom: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__heading {
        padding-top: 50px;
        margin-bottom: 23px;
    }
}

.p-featuredContents__list--small .p-featuredContents__number {
    position: absolute;
    color: #dadada;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__number {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 180px;
        font-size: 24vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__number {
        top: -15px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 120px;
        font-size: 12rem;
    }
}

.p-featuredContents__list--small .p-featuredContents__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__title {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.p-featuredContents__list--small .p-featuredContents__en {
    color: #23ac38;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__en {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 3em;
        text-align: center;
        margin-bottom: 1.33vw;
        font-size: 50px;
        font-size: 6.67vw;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__en {
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-featuredContents__list--small .p-featuredContents__jp {
    letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__jp {
        font-size: 34px;
        font-size: 4.53vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__jp {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--small .p-featuredContents__text {
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__text {
        display: inline-block;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__text br {
        display: none;
    }
}

/* p-interview
-------------------------------------------------------------------------- */
.p-interview .pc {
    display: none;
}

@media screen and (min-width: 1024px) {
    .p-interview .pc {
        display: block;
    }
}

.p-interview .p-contentsBlock {
    padding-top: 0;
    padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
    .p-interview .p-contentsBlock {
        padding-bottom: 21.33vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-interview__heading {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__heading {
        padding: 9.33vw 2.67vw 8vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-interview__heading {
        padding: 70px 40px 60px;
    }
}

.p-interview__title {
    font-weight: normal;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-interview__title {
        margin-bottom: 2.67vw;
        font-size: 48px;
        font-size: 6.4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-interview__title {
        margin-bottom: 15px;
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-interview__description {
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-interview__description {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .p-interview__description {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
}

.p-interview__image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-interview__footer {
        padding: 13.33vw 0vw 13.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-interview__footer {
        padding: 60px 0;
    }
}

.p-interview__button {
    margin-left: auto;
    margin-right: auto;
}

.p-interview__mv {
    background-color: #23ac38;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1023px) {
    .p-interview__mv {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__mv {
        max-height: 400px;
    }
}

.p-interview__introduction {
    width: 50%;
    max-width: 600px;
}

@media screen and (max-width: 1023px) {
    .p-interview__introduction {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__introduction {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 50%;
    }
}

.p-interview__catch {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    display: inline-block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 57px;
    line-height: 65px;
}

@media screen and (max-width: 1023px) {
    .p-interview__catch {
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__catch {
        font-size: 58px;
        font-size: 7.73vw;
        line-height: 1.5;
        margin-top: 5.33vw;
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__catch {
        width: 100%;
        margin-top: 7.73vw;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .p-interview__catch {
        margin-top: 100px;
        margin-bottom: 57px;
    }
}

.p-interview__name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    padding-right: 26px;
    line-height: 1;
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: white;
    border-top: 10px solid #f8b62b;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .p-interview__name {
        text-align: center;
        padding-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__name {
        font-size: 40px;
        font-size: 5.33vw;
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__name {
        margin-bottom: 40px;
        height: 75px;
        -ms-flex-item-align: end;
            align-self: flex-end;
    }
    .p-interview__name:before {
        content: '';
        height: 116%;
        background-color: white;
        border-top: 10px solid #f8b62b;
        position: absolute;
        top: -10px;
        width: 100vw;
        left: -100vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-interview__character {
        margin-bottom: 40px;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__character {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__character {
        width: 50%;
        max-width: 600px;
        max-height: 400px;
        height: 100%;
        margin-right: 20px;
    }
    .p-interview__character img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.p-interview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.p-interview__content--bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin-top: 25px;
}

@media screen and (max-width: 767px) {
    .p-interview__content--bottom {
        margin-top: 9.33vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-interview__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.p-interview__textbox {
    max-width: 740px;
}

@media screen and (min-width: 1024px) {
    .p-interview__textbox--top {
        margin-right: 20px;
    }
}

.p-interview__textbox--bottom {
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
    .p-interview__textbox--bottom {
        padding-bottom: 10.67vw;
        margin-bottom: 10.67vw;
    }
}

.p-interview__textbox--bottomend {
    width: 100%;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .p-interview__textbox--bottomend {
        padding-bottom: 10.67vw;
    }
}

.p-interview__imgbox {
    max-width: 400px;
    max-height: 400px;
}

@media screen and (max-width: 1023px) {
    .p-interview__imgbox {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__imgbox {
        max-width: 600px;
        max-height: 600px;
    }
}

.p-interview__img {
    display: block;
    position: relative;
}

.p-interview__img img {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .p-interview__img img {
        width: 78.66667vw;
        height: 78.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-interview__img img {
        width: 400px;
        height: 400px;
    }
}

.p-interview__img--right :after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #eef8ef;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.p-interview__message {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 87px;
    margin-top: -15px;
    letter-spacing: .1em;
    position: relative;
}

.p-interview__message:after {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#23ac38), color-stop(50%, #23ac38), color-stop(50%, #f8b62b), to(#f8b62b));
    background: linear-gradient(90deg, #23ac38 0%, #23ac38 50%, #f8b62b 50%, #f8b62b 100%);
    position: absolute;
    bottom: -6px;
}

@media screen and (max-width: 1023px) {
    .p-interview__message:after {
        bottom: -10px;
    }
}

@media screen and (max-width: 1023px) {
    .p-interview__message {
        line-height: 1.5;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__message {
        font-size: 53px;
        font-size: 7.07vw;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__message {
        font-size: 23.5px;
        font-size: 3.13vw;
        line-height: 5.33333vw;
    }
}

@media screen and (min-width: 1280px) {
    .p-interview__message {
        font-size: 40px;
        font-size: 4rem;
        line-height: 69px;
        padding-bottom: 17px;
    }
}

@media screen and (max-width: 1023px) {
    .p-interview__message .text-small {
        font-size: 25px;
        font-size: 3.33vw;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__message .text-small {
        font-size: 43px;
        font-size: 5.73vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-interview__message .text-small {
        font-size: 15.5px;
        font-size: 2.07vw;
    }
}

@media screen and (min-width: 1280px) {
    .p-interview__message .text-small {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-interview__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 35px;
}

@media screen and (max-width: 1023px) {
    .p-interview__text {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-interview__text {
        padding-top: 6vw;
    }
}

.text-big {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .text-big {
        font-size: 40px;
        font-size: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .text-big {
        margin-bottom: 15px;
        font-size: 20px;
        font-size: 2rem;
    }
}



.p-featuredContents__text {
    text-align: left;
}

/* p-land
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-graduate__heading {
        padding: 9.33vw 2.67vw 8vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-graduate__heading {
        padding: 70px 40px 60px;
    }
}

.p-graduate__title {
    font-weight: normal;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .p-graduate__title {
        margin-bottom: 2.67vw;
        font-size: 48px;
        font-size: 6.4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-graduate__title {
        margin-bottom: 15px;
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-graduate__description {
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-graduate__description {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .p-graduate__description {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) {
    .p-graduate__visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
}

.p-graduate__image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-graduate__footer {
        padding: 13.33vw 0vw 13.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-graduate__footer {
        padding: 60px 0;
    }
}

.p-graduate__button {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-graduate__terminology {
        padding: 8vw 0vw 8vw 0vw;
    }
}

/* p-topNews
   ----------------------------------------------------------------- */
.p-topNews {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-topNews {
        padding: 8vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-topNews {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .p-topNews__inner {
        padding: 0vw 5.33vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-topNews__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 1200px;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-topNews__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media screen and (max-width: 767px) {
    .p-topNews__heading {
        margin: 0vw 0vw 8vw 0vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-topNews__heading {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .p-topNews__heading {
        margin-top: 50px;
    }
}

.p-topNews__button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

@media screen and (max-width: 767px) {
    .p-topNews__button {
        margin-top: 4vw;
    }
}

@media screen and (min-width: 768px) {
    .p-topNews__button {
        margin-top: 35px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .p-topNews__body {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* p-entriesGroup
   ----------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    .p-entriesGroup__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__item {
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-entriesGroup__item {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .p-entriesGroup__item {
        width: 47.5%;
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 1024px) {
    .p-entriesGroup__item:nth-child(3), .p-entriesGroup__item:nth-child(4) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-entriesGroup__item:last-child {
        margin-bottom: 0;
    }
}

.p-entriesGroup__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.p-entriesGroup__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #23ac38;
    font-family: 'Prompt', sans-serif;
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__date {
        margin-top: 2vw;
        margin-right: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-entriesGroup__date {
        width: 170px;
        margin-right: 30px;
    }
}

.p-entriesGroup__month {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__month {
        font-size: 24px;
        font-size: 3.2vw;
        letter-spacing: .1em;
    }
}

@media screen and (min-width: 768px) {
    .p-entriesGroup__month {
        margin-bottom: 9px;
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-entriesGroup__day {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__day {
        margin-top: 1.33vw;
        font-size: 76px;
        font-size: 10.13vw;
        letter-spacing: .05em;
    }
}

@media screen and (min-width: 768px) {
    .p-entriesGroup__day {
        font-size: 76px;
        font-size: 7.6rem;
    }
}

.p-entriesGroup__label {
    display: inline-block;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    text-align: center;
    background: #e60012;
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__label {
        width: 10.66667vw;
        height: 4.8vw;
        line-height: 4.8vw;
        margin-right: 1.33vw;
        font-size: 24px;
        font-size: 3.2vw;
        -webkit-transform: translateY(-.53333vw);
                transform: translateY(-.53333vw);
    }
}

@media screen and (min-width: 768px) {
    .p-entriesGroup__label {
        width: 50px;
        height: 22px;
        line-height: 22px;
        margin-right: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-entriesGroup__title {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {
    .p-entriesGroup__title {
        line-height: 1.8;
    }
}

@media screen and (min-width: 768px) {
    .p-entriesGroup__title {
        line-height: 1.8;
    }
}

.p-emphasis {
    background-color: #23ac38;
    text-align: center;
}

.p-emphasis__heading {
    color: white;
}

@media screen and (max-width: 1023px) {
    .p-emphasis__heading {
        padding: 5.33vw 0vw 5.33vw 0vw;
        font-size: 30px;
        font-size: 4vw;
    }
}

@media screen and (max-width: 767px) {
    .p-emphasis__heading {
        font-size: 48px;
        font-size: 6.4vw;
        line-height: 7.73333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-emphasis__heading {
        padding: 20px 0 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-emphasis__spbr {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-emphasis__spbr {
        display: block;
    }
}

/* p-introduction
-------------------------------------------------------------------------- */
.p-introduction {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction {
        padding-bottom: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-introduction__container {
    position: relative;
}

@media screen and (min-width: 1024px) {
    .p-introduction__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.p-introduction__wrap {
    width: 50%;
    padding-left: 20px;
}

@media screen and (max-width: 1023px) {
    .p-introduction__wrap {
        width: 100%;
        padding-left: 0;
    }
}

.p-introduction__notice {
    max-width: 545px;
    margin-left: auto;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .p-introduction__notice {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.33vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-introduction__notice {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 5.33vw;
        padding-left: 5.33vw;
        margin-bottom: 5.2%;
    }
}

.p-introduction__notice img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-introduction__thumbnail {
        width: 74.66667vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-introduction__thumbnail {
        width: 65.1%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.2%;
    }
}

@media screen and (min-width: 1024px) {
    .p-introduction__thumbnail {
        width: 480px;
        margin-right: 60px;
    }
}

.p-introduction__thumbnail img {
    width: 100%;
    height: auto;
}

.p-introduction__content {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction__content {
        padding-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 1.33vw;
    }
}

.p-introduction__en, .p-introduction__jp, .p-introduction__jpsub {
    display: block;
    text-align: center;
}

.p-introduction__jp {
    color: #23ac38;
    letter-spacing: .1em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-introduction__jp {
        margin-bottom: 2vw;
        font-size: 34px;
        font-size: 4.53vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__jp {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-introduction__jpsub {
    color: #000;
    letter-spacing: .1em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-introduction__jpsub {
        margin-bottom: 2vw;
        font-size: 39px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__jpsub {
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-introduction__en {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .p-introduction__en {
        font-size: 38px;
        font-size: 5.07vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__en {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

.p-introduction__green {
    color: #f8b62b;
}

.p-introduction__red {
    color: #23ac38;
}

.p-introduction__text {
    letter-spacing: 1.4px;
}

.p-introduction__title {
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .p-introduction__title {
        font-size: 52px;
        font-size: 6.93vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__title {
        margin-bottom: 20px;
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-introduction__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 700;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .p-introduction__name {
        font-size: 35px;
        font-size: 4.67vw;
        height: 12vw;
        margin-bottom: 17.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction__name {
        font-size: 20px;
        font-size: 2rem;
        height: 78px;
    }
}

.p-introduction__image {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .p-introduction__image {
        width: 100%;
        margin-right: auto;
    }
}

.p-introduction__image img {
    min-height: 520px;
    min-width: 1020px;
}

@media screen and (max-width: 1024px) {
    .p-introduction__image img {
        width: 100%;
        min-height: auto;
        min-width: auto;
    }
}

/* p-contentsBlock
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-contentsBlock {
        padding: 0;
        padding-top: 8vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-contentsBlock {
        max-width: 1200px;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-contentsBlock--rev {
    background-color: #f4f3f3;
}

.p-contentsBlock--pb0 {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-contentsBlock__inner {
        padding-right: 5.33vw;
        padding-left: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contentsBlock__inner {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-contentsBlock__inner {
        padding-right: 5.2%;
        padding-left: 5.2%;
    }
}

@media screen and (min-width: 1024px) {
    .p-contentsBlock__inner {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-contentsBlock__heading {
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contentsBlock__heading {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .p-contentsBlock__row {
        margin-bottom: 13.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contentsBlock__row {
        margin-bottom: 60px;
    }
}

.p-contentsBlock__row:last-child {
    margin-bottom: 0;
}

/* p-description
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-description {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-description {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

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

@media screen and (max-width: 1023px) {
    .p-description__items {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.p-description__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

@media screen and (max-width: 1023px) {
    .p-description__item {
        width: 46%;
        padding-left: 2.67vw;
        margin-right: 2.67vw;
    }
    .p-description__item:nth-child(2) {
        border-left: 1px solid #000;
    }
    .p-description__item:nth-child(4) {
        border-left: 1px solid #000;
    }
    .p-description__item:nth-child(n+1):nth-child(-n+2) {
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 767px) {
    .p-description__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .p-description__item:nth-child(2) {
        border-left: none;
    }
    .p-description__item:nth-child(4) {
        border-left: none;
    }
    .p-description__item:nth-child(n+1):nth-child(-n+4) {
        margin-bottom: 5.33vw;
    }
    .p-description__item:nth-child(n+2):nth-child(-n+4) {
        padding-top: 5.33vw;
        border-top: 1px solid #000;
    }
}

@media screen and (min-width: 1024px) {
    .p-description__item {
        width: 25%;
        padding-left: 20px;
        margin-right: 20px;
    }
    .p-description__item:nth-child(n+2):nth-child(-n+4) {
        border-left: 1px solid #000;
    }
}

.p-description__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 75px;
}

@media screen and (min-width: 768px) {
    .p-description__title {
        margin-bottom: 1.33vw;
    }
}

@media screen and (max-width: 767px) {
    .p-description__title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 55px;
    }
}

.p-description__num {
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
    color: #23ac38;
}

@media screen and (max-width: 767px) {
    .p-description__num {
        font-size: 55px;
        font-size: 5.5rem;
        letter-spacing: .05em;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-description__num {
        font-size: 75px;
        font-size: 7.5rem;
    }
}

.p-description__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .p-description__text {
        font-size: 20px;
        font-size: 2rem;
        padding-left: 8.81%;
    }
}

@media screen and (min-width: 768px) {
    .p-description__text {
        font-size: 20px;
        font-size: 2rem;
        padding-left: 8.81%;
    }
}

@media screen and (min-width: 1280px) {
    .p-description__text {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.p-description__contetnt {
    letter-spacing: .5px;
    width: 100%;
    word-break: break-all;
}

@media screen and (max-width: 1023px) {
    .p-description__contetnt {
        margin-bottom: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-description__contetnt {
        letter-spacing: .5px;
    }
}

.p-description__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

@media screen and (max-width: 767px) {
    .p-description__image {
        height: 100%;
        margin-bottom: 0;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .p-description__image img {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .p-description__image {
        margin-bottom: 10px;
    }
    .p-description__image img {
        width: 100%;
    }
}

/* p-featuredContents
   ----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .p-featuredContents__list--large {
        margin-bottom: 10.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--large {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

.p-featuredContents__list--large .p-featuredContents__item {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        margin-bottom: 5.33vw;
        -webkit-box-shadow: 1.33333vw 1.6vw 1.33333vw rgba(0, 0, 0, .1);
                box-shadow: 1.33333vw 1.6vw 1.33333vw rgba(0, 0, 0, .1);
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        -webkit-box-shadow: 4px 6px 4px rgba(0, 0, 0, .1);
                box-shadow: 4px 6px 4px rgba(0, 0, 0, .1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        width: 46%;
        margin-bottom: 4%;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--large .p-featuredContents__item {
        width: 31.66%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item:first-child {
        margin-right: 4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--large .p-featuredContents__item:last-child {
        margin-bottom: 0;
    }
}

.p-featuredContents__list--large .p-featuredContents__link {
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__link {
        height: 100%;
    }
}

.p-featuredContents__list--large .p-featuredContents__thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__thumbnail {
        padding-top: 5.33vw;
        height: 66.66667vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__thumbnail {
        padding-top: 10px;
        height: 280px;
    }
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--01 {
    background-color: #23ac38;
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--02 {
    background: url(../image/top_img_01.jpg) no-repeat center center;
    background-size: cover;
}

.p-featuredContents__list--large .p-featuredContents__thumbnail--03 {
    background: url(../image/top_img_02.jpg) no-repeat center center;
    background-size: cover;
}

.p-featuredContents__list--large .p-featuredContents__icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__icon {
        width: 13.33333vw;
        top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__icon {
        top: 20px;
    }
}

.p-featuredContents__list--large .p-featuredContents__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__headline {
        font-size: 82px;
        font-size: 10.93vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__headline {
        font-size: 44px;
        font-size: 4.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__headline span:last-child {
        font-size: 110px;
        font-size: 14.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__headline span:last-child {
        font-size: 60px;
        font-size: 6rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__number {
    position: absolute;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__number {
        right: 4vw;
        bottom: 4vw;
        font-size: 90px;
        font-size: 12vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__number {
        right: 20px;
        bottom: 20px;
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__content {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__content {
        padding: 5.33vw 5.33vw 8vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__content {
        padding: 20px 20px 30px;
    }
}

.p-featuredContents__list--large .p-featuredContents__title {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__title {
        margin-bottom: 4vw;
        padding-bottom: 5.33vw;
        font-size: 42px;
        font-size: 5.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__title {
        margin-bottom: 13px;
        padding-bottom: 22px;
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.p-featuredContents__list--large .p-featuredContents__title::after {
    position: absolute;
    display: inline-block;
    content: '';
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #000;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__title::after {
        width: 29.33333vw;
        height: .53333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__title::after {
        width: 120px;
        height: 2px;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--large .p-featuredContents__button {
        margin-top: 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--large .p-featuredContents__button {
        margin-top: 26px;
    }
}

.p-featuredContents__list--small {
    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;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--small {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 100%;
        padding-left: 2.67vw;
        padding-right: 2.67vw;
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 100%;
        margin: 3% 3%;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__item:nth-child(-n+2) {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__item {
        margin-bottom: 60px;
    }
}

.p-featuredContents__list--small .p-featuredContents__link {
    display: block;
    text-decoration: none;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.p-featuredContents__list--small .p-featuredContents__heading {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__heading {
        padding-top: 5.33vw;
        margin-bottom: 4vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__heading {
        padding-top: 6.67vw;
        margin-bottom: 8vw;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__heading {
        min-width: 390px;
        padding-top: 50px;
        margin-bottom: 23px;
    }
}

.p-featuredContents__list--small .p-featuredContents__number {
    position: absolute;
    color: #dadada;
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__number {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 180px;
        font-size: 24vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__number {
        top: -15px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 120px;
        font-size: 12rem;
    }
}

.p-featuredContents__list--small .p-featuredContents__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__title {
        font-size: 23px;
        font-size: 2.3rem;
    }
}

.p-featuredContents__list--small .p-featuredContents__en {
    color: #23ac38;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__en {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 3em;
        text-align: center;
        margin-bottom: 1.33vw;
        font-size: 50px;
        font-size: 6.67vw;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__en {
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3;
    }
}

.p-featuredContents__list--small .p-featuredContents__jp {
    letter-spacing: .1em;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .p-featuredContents__list--small .p-featuredContents__jp {
        font-size: 34px;
        font-size: 4.53vw;
    }
}

@media screen and (min-width: 768px) {
    .p-featuredContents__list--small .p-featuredContents__jp {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 1023px) {
    .p-featuredContents__list--small .p-featuredContents__text {
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .p-featuredContents__list--small .p-featuredContents__text {
        display: inline-block;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .graduate__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.graduate__item {
    margin-bottom: 30px;
    line-height: 1.8;
}

@media screen and (min-width: 1024px) {
    .graduate__item {
        width: 50%;
    }
}

/* p-introduction2
-------------------------------------------------------------------------- */
.p-introduction2 {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction2 {
        padding-bottom: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-introduction2__container {
    position: relative;
}

@media screen and (min-width: 1024px) {
    .p-introduction2__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.p-introduction2__wrap {
    width: 50%;
    padding-left: 20px;
}

@media screen and (max-width: 1023px) {
    .p-introduction2__wrap {
        width: 100%;
        padding-left: 0;
    }
}

.p-introduction2__notice {
    max-width: 545px;
    margin-left: auto;
    margin-right: 40px;
}

@media screen and (max-width: 767px) {
    .p-introduction2__notice {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.33vw;
    }
}

@media screen and (max-width: 1023px) {
    .p-introduction2__notice {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 5.33vw;
        padding-left: 5.33vw;
        margin-bottom: 5.2%;
    }
}

.p-introduction2__notice img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .p-introduction2__thumbnail {
        width: 74.66667vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.33vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .p-introduction2__thumbnail {
        width: 65.1%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5.2%;
    }
}

@media screen and (min-width: 1024px) {
    .p-introduction2__thumbnail {
        width: 480px;
        margin-left: 60px;
    }
}

.p-introduction2__thumbnail img {
    width: 100%;
    height: auto;
}

.p-introduction2__content {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction2__content {
        padding-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 1.33vw;
    }
}

.p-introduction2__en, .p-introduction2__jp, .p-introduction2__jpsub {
    display: block;
    text-align: center;
}

.p-introduction2__jp {
    color: #23ac38;
    letter-spacing: .1em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-introduction2__jp {
        margin-bottom: 2vw;
        font-size: 34px;
        font-size: 4.53vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__jp {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.p-introduction2__jpsub {
    color: #000;
    letter-spacing: .1em;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-introduction2__jpsub {
        margin-bottom: 2vw;
        font-size: 39px;
        font-size: 5.2vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__jpsub {
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-introduction2__en {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .p-introduction2__en {
        font-size: 50px;
        font-size: 6.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__en {
        font-size: 30px;
        font-size: 3rem;
    }
}

.p-introduction2__green {
    color: #f8b62b;
}

.p-introduction2__red {
    color: #23ac38;
}

.p-introduction2__text {
    letter-spacing: 1.4px;
}

.p-introduction2__title {
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .p-introduction2__title {
        font-size: 52px;
        font-size: 6.93vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__title {
        margin-bottom: 20px;
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-introduction2__name {
    line-height: 1;
    font-weight: 700;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-introduction2__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .p-introduction2__name {
        font-size: 35px;
        font-size: 4.67vw;
        padding: 20px 10px;
        margin-bottom: 17.33vw;
        line-height: 1.5;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__name {
        font-size: 20px;
        font-size: 2rem;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-introduction2__name .text-small {
        font-size: 32px;
        font-size: 4.27vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction2__name .text-small {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.p-introduction2__image {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .p-introduction2__image {
        width: 100%;
        margin-right: auto;
    }
}

.p-introduction2__image img {
    min-height: 520px;
    min-width: 1020px;
}

@media screen and (max-width: 1024px) {
    .p-introduction2__image img {
        width: 100%;
        min-height: auto;
        min-width: auto;
    }
}

.c-headline__company, .c-headline__companyen, .c-headline__companysub, .c-headline__table {
    display: block;
    text-align: center;
}

.c-headline__company {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .c-headline__company {
        font-size: 42px;
        font-size: 5.6vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__company {
        font-size: 40px;
        font-size: 4rem;
    }
}

.c-headline__company--rev {
    color: #fff;
}

.c-headline__companyen {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .c-headline__companyen {
        font-size: 72px;
        font-size: 9.6vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__companyen {
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.c-headline__companyen--rev {
    color: #fff;
}

.c-headline__companysub {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .c-headline__companysub {
        font-size: 36px;
        font-size: 4.8vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__companysub {
        font-size: 20px;
        font-size: 2rem;
    }
}

.c-headline__companysub--rev {
    color: #fff;
}

.c-headline__table {
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    .c-headline__table {
        font-size: 72px;
        font-size: 9.6vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__table {
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.c-headline__table--rev {
    color: #fff;
}

.c-headline__en {
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: 3px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .c-headline__en {
        font-size: 52px;
        font-size: 6.93vw;
    }
}

@media screen and (min-width: 768px) {
    .c-headline__en {
        font-size: 40px;
        font-size: 4rem;
    }
}

.c-headline__jp {
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

.bk_glay {
    display: block;
    background-color: #f4f3f3;
}

.bk_green {
    display: block;
    background-color: #eef8ef;
}

/* p-introduction3
-------------------------------------------------------------------------- */
.p-introduction3 {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction3 {
        padding-bottom: 1.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.p-introduction3__thumbnail {
    width: 100%;
}

.p-introduction3__thumbnail img {
    width: 100%;
    height: auto;
}

.p-introduction3__content {
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-introduction3__content {
        padding-bottom: 8.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction3__content {
        padding-bottom: 60px;
    }
}

.p-introduction3__title {
    font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .p-introduction3__title {
        font-size: 52px;
        font-size: 6.93vw;
        margin-bottom: 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction3__title {
        margin-bottom: 20px;
        font-size: 46px;
        font-size: 4.6rem;
    }
}

.p-introduction3__name {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 700;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .p-introduction3__name {
        font-size: 40px;
        font-size: 5.33vw;
        height: 12vw;
    }
}

@media screen and (min-width: 768px) {
    .p-introduction3__name {
        font-size: 20px;
        font-size: 2rem;
        height: 78px;
    }
}

/* p-form
   ----------------------------------------------------------------- */
.p-form {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-form {
        padding-bottom: 13.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-form {
        padding-bottom: 102px;
    }
}

.p-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
    letter-spacing: 1px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-form__button {
    width: 30%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: none;
    border-color: transparent;
    background-color: #23ac38;
    color: white;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

@media screen and (max-width: 1023px) {
    .p-form__button {
        width: 47%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .p-form__button {
        font-size: 30px;
        font-size: 4vw;
        padding-top: 4.26667vw;
        padding-bottom: 4.26667vw;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .p-form__button {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 32px;
        padding-bottom: 32px;
        margin: 0 10px;
    }
}

.p-form__text {
    line-height: 1;
    margin-left: -30px;
}

@media screen and (max-width: 767px) {
    .p-form__text {
        margin-left: -4vw;
    }
}

.p-form--more {
    display: inline-block;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
}

.p-form--more::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
    .p-form--more::after {
        right: 4.26667vw;
        width: 3.2vw;
        height: 3.2vw;
        border-top: .66667vw solid white;
        border-right: .66667vw solid white;
    }
}

@media screen and (min-width: 768px) {
    .p-form--more::after {
        right: 32px;
        width: 20px;
        height: 20px;
        border-top: 5px solid white;
        border-right: 5px solid white;
    }
}