@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}


/* ==========================================================================
   Reset
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    color: #444;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
input,
select,
textarea {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
}


/* Base
----------------------------------------------------------------- */

html {
    font-size: 62.5%;
    /*10px*/
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: palt;
    font-feature-settings: palt;
    /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    word-wrap: break-word;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

table {
    word-break: break-all;
}


/* ==========================================================================
   Component
   ========================================================================== */

.c_entry_btn {
    position: relative;
    width: 210px;
    height: 114px;
    background: #fa005e;
}

.c_entry_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.c_entry_btn .entry_btn_inner {
    width: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.c_entry_btn .entry_button_txt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .c_entry_btn {
        width: 140px;
        height: 90px;
    }
}


/*end of .c_entry_btn*/

.c_front_ttl_area {
    position: relative;
    z-index: 2;
}

.c_front_ttl_area .front_ttl {
    margin-bottom: 20px;
}

.c_front_ttl_area .front_sub_ttl {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

@media only screen and (max-width: 1280px) {
    .c_front_ttl_area .front_ttl {
        margin-bottom: 6px;
    }
    .c_front_ttl_area .front_sub_ttl {
        font-size: 12px;
        min-width: 120px;
    }
}


/*end of .c_front_ttl_area*/

.c_interview_card {
    position: relative;
    z-index: 2;
    width: 22%;
    background: #fff;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

@media only screen and (min-width: 1280px) {
    .c_interview_card:hover {
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }
}

.c_interview_card .interview_img {
    width: 100%;
    height: 446px;
}

.c_interview_card .interview_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.c_interview_card .interview_desc {
    -webkit-box-shadow: 2px 2px 2px 0px #d9d9d9;
    box-shadow: 2px 2px 2px 0px #d9d9d9;
    padding-bottom: 20px;
}

.c_interview_card .belonging_section {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    display: inline-block;
    margin-bottom: 20px;
    min-width: 240px;
    font-size: 15px;
    color: #fff;
    padding: 0.8em 1em 0.6em;
}

.c_interview_card .interview_intro,
.c_interview_card .person_info {
    padding: 0 20px;
}

.c_interview_card .interview_intro {
    font-size: 15px;
    color: #535353;
    margin-bottom: 14px;
}

.c_interview_card .person_info:after {
    content: "";
    display: table;
    clear: both;
}

.c_interview_card .person_info_name {
    font-weight: bold;
    color: #434343;
}

.c_interview_card .person_info_year {
    float: right;
    font-size: 13px;
}

@media only screen and (max-width: 600px) {
    .c_interview_card .belonging_section {
        min-width: 180px;
        padding: 0.6em 1em 0.4em;
    }
}


/*end of .c_interview_card*/

.c_more_btn {
    position: relative;
    z-index: 100;
    display: block;
    min-width: 500px;
    width: calc(50% - 600px);
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #eeeeee;
}

.c_more_btn .more_btn_inner {
    text-align: right;
    position: relative;
    z-index: 3;
    padding-right: 30px;
}

.c_more_btn .more_btn_inner:after {
    content: "";
    display: inline-block;
    background: url(../img/more_btn_arrow.png);
    background-size: cover;
    width: 12px;
    height: 20px;
    margin-left: 24px;
    position: relative;
    top: 3px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.c_more_btn .more_btn_inner {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.c_more_btn:hover .more_btn_inner {
    color: #fff;
}

.c_more_btn:hover .more_btn_inner:after {
    background: url(../img/more_btn_arrow_hover.png);
    background-size: cover;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.c_more_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.c_more_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media only screen and (max-width: 1280px) {
    .c_more_btn .more_btn_inner {
        color: #fff;
    }
    .c_more_btn .more_btn_inner:after {
        background: url(../img/more_btn_arrow_hover.png);
        background-size: cover;
    }
    .c_more_btn:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media only screen and (max-width: 600px) {
    .c_more_btn {
        height: 50px;
        line-height: 50px;
        min-width: 0;
        width: 280px;
    }
    .c_more_btn .more_btn_inner {
        font-size: 12px;
    }
    .c_more_btn .more_btn_inner:after {
        width: 7.2px;
        height: 12px;
    }
}

.c_effort_detail_item {
    position: relative;
    z-index: 10;
    width: 68%;
    background: rgba(255, 255, 255, .8);
    margin-bottom: 110px;
}

.c_effort_detail_item .item_lead,
.c_effort_detail_item .item_desc {
    position: relative;
    z-index: 12;
}

.c_effort_detail_item .item_lead {
    font-size: 25px;
    color: #fa005e;
    margin-bottom: 30px;
}

.c_effort_detail_item .item_desc {
    font-size: 13px;
    line-height: 2;
}

.c_effort_detail_item .item_pic img {
    max-width: 330px;
}

@media only screen and (max-width: 1280px) {
    .c_effort_detail_item .item_pic img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 1023px) {
    .c_effort_detail_item {
        width: 75%;
    }
    .c_effort_detail_item .item_pic img {
        max-width: 160px;
    }
    .c_effort_detail_item .item_lead {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .c_effort_detail_item {
        width: 90%;
        margin: 0 auto 30px;
    }
    .c_effort_detail_item .item_lead {
        font-size: 18px;
    }
}

.c_schedule_card {
    position: relative;
    width: 30%;
    border: 2px solid #d9d9d9;
    -webkit-box-shadow: 2px 2px 2px 0px #d9d9d9;
    box-shadow: 2px 2px 2px 0px #d9d9d9;
    margin-bottom: 100px;
}

.c_schedule_card .year {
    position: absolute;
    left: 26px;
    top: 36px;
    color: #b3b3b3;
    font-size: 28px;
}

.c_schedule_card .date_wrap {
    text-align: right;
    padding: 30px 24px 60px;
}

.c_schedule_card .date,
.c_schedule_card .day {
    font-weight: bold;
    color: #fa005e;
    line-height: 1;
}

.c_schedule_card .date {
    font-size: 60px;
    margin-bottom: 6px;
}

.c_schedule_card .day {
    font-size: 28px;
}

.c_schedule_card .label_ttl {
    position: relative;
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    max-width: 430px;
    width: 80%;
    padding: 20px 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.c_schedule_card .label_ttl:after {
    position: absolute;
    right: -44px;
    top: 0;
    content: "";
    display: block;
    width: 44px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ff4e00)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, #ff4e00 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #ff4e00 50.5%) no-repeat top left/100% 100%;
}

.c_schedule_card .conditions {
    padding: 0 30px 40px;
}

.c_schedule_card .condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 40px;
}

.c_schedule_card .condition:last-of-type {
    margin-bottom: 0;
}

.c_schedule_card .condition_head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #959595;
    padding: 0 30px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 120px;
    text-align: center;
    margin-right: 30px;
}

.c_schedule_card .condition_head_inner {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    font-size: 15px;
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .c_schedule_card {
        width: 47%;
        margin-bottom: 60px;
    }
    .c_schedule_card .condition {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .c_schedule_card .date_wrap {
        padding: 30px 24px;
    }
    .c_schedule_card .date {
        font-size: 40px;
    }
    .c_schedule_card .day {
        font-size: 20px;
    }
    .c_schedule_card .year {
        font-size: 22px;
        left: 20px;
        top: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .c_schedule_card {
        width: 90%;
        margin: 0 auto 40px;
    }
    .c_schedule_card .label_ttl {
        font-size: 16px;
        padding: 10px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .c_schedule_card .date_wrap {
        padding: 20px;
    }
    .c_schedule_card .date {
        font-size: 24px;
    }
    .c_schedule_card .day {
        font-size: 16px;
    }
    .c_schedule_card .year {
        font-size: 16px;
        left: 20px;
        top: 20px;
    }
    .c_schedule_card .condition {
        display: block;
    }
    .c_schedule_card .conditions {
        padding-bottom: 30px;
    }
    .c_schedule_card .condition_head {
        margin: 0 auto 10px;
    }
    .c_schedule_card .condition_detail {
        text-align: center;
    }
}

.c_qanda_item {
    border: 1px solid #ff0867;
    max-width: 1200px;
    margin: 0 auto 36px;
    padding: 40px 50px 50px;
}

.c_qanda_item .question,
.c_qanda_item .answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c_qanda_item .question_icon,
.c_qanda_item .answer_icon {
    font-size: 40px;
    font-weight: bold;
    margin-right: 50px;
    line-height: 1;
}

.c_qanda_item .question_icon {
    color: #fa005e;
}

.c_qanda_item .answer_icon {
    color: #ff400f;
}

.c_qanda_item .question_detail,
.c_qanda_item .answer_detail {
    font-size: 13px;
    line-height: 1.8;
}

.c_qanda_item .question_detail {
    color: #fa005e;
}

.c_qanda_item .question {
    margin-bottom: 44px;
}

@media only screen and (max-width: 1280px) {
    .c_qanda_item {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .c_qanda_item {
        padding: 20px;
        margin-bottom: 30px;
    }
    .c_qanda_item .question_icon,
    .c_qanda_item .answer_icon {
        font-size: 30px;
        margin-right: 20px;
    }
    .c_qanda_item .question {
        margin-bottom: 20px;
    }
}

.c_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c_info_item .info_date {
    width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 15px;
    color: #535353;
    margin-right: 30px;
}

.c_info_item .info_category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    font-size: 15px;
    color: #ff0f44;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .c_info_item {
        display: block;
    }
    .c_info_item .info_date,
    .c_info_item .info_category {
        display: block;
    }
    .c_info_item .info_date {
        margin-bottom: .6em;
    }
    .c_info_item .info_category {
        margin-bottom: .5em;
    }
}


/* ==========================================================================
   utility
   ========================================================================== */

.u_page_wrap {
    overflow: hidden;
}


/*トップページのエリア説明のフォント関連*/

.u_front_desc_font {
    font-size: 15px;
    color: #fa005e;
    line-height: 2;
}

@media only screen and (max-width: 600px) {
    .u_front_desc_font {
        font-size: 13px;
    }
}

.u_bold {
    font-weight: bold;
}

.u_object_fit_image {
    font-family: 'object-fit: cover';
}


/* ==========================================================================
   Global Block
   ========================================================================== */

.g_copy_right {
    border-top: 1px solid #7d7d7d;
    font-size: 10px;
    color: #1b1b1b;
    text-align: center;
    padding: 10px 0 60px;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.g_drawer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 0 60px;
    width: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background: #fff;
    overflow: hidden;
}

.g_drawer.open {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    z-index: 9998;
    -webkit-animation-name: drawer;
    animation-name: drawer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.g_drawer.open li {
    -webkit-animation-name: drawer-list;
    animation-name: drawer-list;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.g_drawer .nav_ja {
    font-size: 30px;
    margin-bottom: .3em;
}

.g_drawer .nav_en {
    font-size: 14px;
}

.g_drawer>ul {
    position: absolute;
    left: 50px;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 100%;
    padding-left: 60px;
}

.g_drawer>ul * {
    color: #fff;
}

.g_drawer>ul li {
    width: 400px;
    margin: 0 auto 2.6em;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.g_drawer>ul li:last-of-type {
    margin-bottom: 40px;
}

.g_drawer>ul li a {
    position: relative;
    color: #fff;
    display: block;
    line-height: 1;
}

.g_drawer>ul li a.outer_link:before {
    content: "";
    display: inline-block;
    background: url(../img/outer_link.png);
    background-size: cover;
    width: 12px;
    height: 11px;
    margin-right: 0.4em;
}

.g_drawer>ul li a:before {
    position: absolute;
    left: -50px;
    top: 50%;
    content: "";
    display: inline-block;
    background: #fff;
    width: 10px;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    height: 2px;
}

.g_drawer>ul li .c_social_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    text-align: center;
}

.g_drawer>ul li .c_social_icon:after {
    display: none;
}

.g_drawer>ul li .c_social_icon:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .g_drawer>ul li {
        margin-bottom: 1.8em;
    }
    .g_drawer>ul li a {
        font-size: 20px;
    }
    .g_drawer>ul li .nav_ja {
        font-size: 22px;
    }
    .g_drawer>ul li .nav_en {
        font-size: 11px;
    }
}

.g_drawer ul li:nth-child(1) {
    -webkit-animation-delay: 0.74s;
    animation-delay: 0.74s;
}

.g_drawer ul li:nth-child(2) {
    -webkit-animation-delay: 0.88s;
    animation-delay: 0.88s;
}

.g_drawer ul li:nth-child(3) {
    -webkit-animation-delay: 1.02s;
    animation-delay: 1.02s;
}

.g_drawer ul li:nth-child(4) {
    -webkit-animation-delay: 1.16s;
    animation-delay: 1.16s;
}

.g_drawer ul li:nth-child(5) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.g_drawer ul li:nth-child(6) {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
}

.g_drawer ul li:nth-child(7) {
    -webkit-animation-delay: 1.58s;
    animation-delay: 1.58s;
}

.g_drawer ul li:nth-child(8) {
    -webkit-animation-delay: 1.72s;
    animation-delay: 1.72s;
}

.g_drawer ul li:nth-child(9) {
    -webkit-animation-delay: 1.86s;
    animation-delay: 1.86s;
}

.g_drawer ul li:nth-child(10) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media only screen and (max-width: 600px) {
    .g_drawer>ul {
        left: 20px;
    }
}

@-webkit-keyframes drawer {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes drawer {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes drawer-list {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes drawer-list {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.c_burger_link {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 50px;
    width: 50px;
    top: 15px;
    left: 35px;
    z-index: 9999;
}

.c_burger_link .burger_btn {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    position: fixed;
    z-index: 9999;
    top: 38px;
    left: 44px;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background: #fa005e;
    -webkit-transition: .8s;
    transition: .8s;
}

.c_burger_link .burger_btn:before,
.c_burger_link .burger_btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background: #fa005e;
    -webkit-transition: .8s;
    transition: .8s;
}

.c_burger_link .burger_btn:before {
    margin-top: -12px;
}

.c_burger_link .burger_btn:after {
    margin-top: 10px;
}

.c_burger_link .burger_btn.close {
    background: transparent;
}

.c_burger_link .burger_btn.close:before,
.c_burger_link .burger_btn.close:after {
    background: #fff;
    margin-top: 0;
}

.c_burger_link .burger_btn.close:before {
    -webkit-transform: translate3d(0, 0, 0) rotate(-225deg);
    transform: translate3d(0, 0, 0) rotate(-225deg);
}

.c_burger_link .burger_btn.close:after {
    -webkit-transform: translate3d(0, 0, 0) rotate(-315deg);
    transform: translate3d(0, 0, 0) rotate(-315deg);
}

@media only screen and (max-width: 1420px) {
    .c_burger_link {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .c_burger_link {
        height: 34px;
        width: 34px;
        top: 10px;
        left: 10px;
    }
    .c_burger_link .burger_btn {
        width: 20px;
        top: 26px;
        left: 10px;
    }
    .c_burger_link .burger_btn:before,
    .c_burger_link .burger_btn:after {
        width: 20px;
    }
    .c_burger_link .burger_btn:before {
        margin-top: -8px;
    }
    .c_burger_link .burger_btn:after {
        margin-top: 6px;
    }
}


/* Footer
----------------------------------------------------------------- */

.g_footer {
    position: relative;
}

.g_footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1350px;
    margin: 0 auto;
    padding: 56px 0 70px;
}

.g_footer .footer_logo {
    margin-right: 150px;
}

.g_footer .footer_nav {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g_footer .footer_nav li {
    margin-right: 40px;
}

.g_footer .footer_nav a {
    font-size: 15px;
    font-weight: bold;
}

.g_footer .footer_nav .graduate_entry a {
    color: #fa005e;
}

.g_footer .back_to_top {
    position: absolute;
    top: 58px;
    right: 34px;
}

@media only screen and (max-width: 1600px) {
    .g_footer .footer_logo {
        margin-right: 80px;
    }
    .g_footer .footer_inner {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    .g_footer .footer_inner {
        display: block;
        text-align: center;
    }
    .g_footer .footer_logo {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .g_footer .footer_nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1280px) {
    .g_footer .footer_nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .g_footer .footer_nav li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .g_footer .footer_logo img {
        width: 220px;
    }
    .g_footer .footer_inner {
        padding: 30px 0;
    }
    .g_footer .footer_nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 290px;
        margin: 0 auto;
    }
    .g_footer .footer_nav li {
        margin-bottom: 10px;
    }
    .g_footer .footer_nav li:nth-of-type(3n) {
        margin-right: 0;
    }
    .g_footer .footer_nav a {
        font-size: 12px;
    }
    .g_footer .back_to_top {
        display: none;
        top: 318px;
        right: 0px;
    }
    .g_footer .back_to_top img {
        width: 30.6px;
        height: 30.6px;
    }
}

.g_graduate_entry {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    padding: 110px 0 120px;
}

.g_graduate_entry .graduate_entry_btn {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 42px 0;
    text-align: center;
    border: 2px solid #fff;
}

.g_graduate_entry .graduate_entry_btn:before {
    content: "";
    display: inline-block;
    background: url(../img/resume_icon.png);
    background-size: cover;
    width: 28px;
    height: 35px;
    margin-right: 40px;
    position: relative;
    top: 3px;
}

.g_graduate_entry .graduate_entry_btn:after {
    content: "";
    display: inline-block;
    background: url(../img/entry_btn_arrow.png);
    background-size: contain;
    width: 39px;
    height: 41px;
    margin-left: 130px;
    position: relative;
    top: 3px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.g_graduate_entry .graduate_entry_btn:hover:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.g_graduate_entry .graduate_entry_btn span {
    color: #fff;
    font-size: 36px;
    display: inline-block;
}

.g_graduate_entry .graduate_entry_btn span:first-of-type {
    margin-right: 1em;
}

@media only screen and (max-width: 1600px) {
    .g_graduate_entry {
        padding: 60px 0 80px;
    }
    .g_graduate_entry .graduate_entry_btn {
        width: 80%;
        padding: 30px 0;
    }
    .g_graduate_entry .graduate_entry_btn span {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1280px) {
    .g_graduate_entry .graduate_entry_btn {
        width: 90%;
    }
    .g_graduate_entry .graduate_entry_btn:after {
        margin-left: 50px;
        width: 27.3px;
        height: 28.7px;
    }
}

@media only screen and (max-width: 1023px) {
    .g_graduate_entry {
        padding: 30px 0;
    }
    .g_graduate_entry .graduate_entry_btn {
        position: relative;
        padding: 10px 0;
    }
    .g_graduate_entry .graduate_entry_btn:before {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .g_graduate_entry .graduate_entry_btn:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
        width: 19.5px;
        height: 20.5px;
    }
    .g_graduate_entry .graduate_entry_btn:hover:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .g_graduate_entry .graduate_entry_btn span {
        display: block;
        font-size: 20px;
    }
    .g_graduate_entry .graduate_entry_btn span:first-of-type {
        margin-right: 0;
    }
}

.g_header_tablet_sp {
    display: none;
    position: fixed;
    z-index: 5000;
    padding-left: 140px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

@media only screen and (max-width: 1420px) {
    .g_header_tablet_sp {
        display: block;
    }
}

.g_header_tablet_sp .header_logo {
    display: block;
    margin-top: 20px;
    float: left;
}

.g_header_tablet_sp .c_entry_btn {
    float: right;
}

@media only screen and (max-width: 600px) {
    .g_header_tablet_sp {
        padding-left: 70px;
    }
    .g_header_tablet_sp .header_logo {
        margin-top: 14px;
    }
    .g_header_tablet_sp .header_logo img {
        width: 170px;
    }
    .g_header_tablet_sp .c_entry_btn {
        width: 60px;
        height: 50px;
    }
    .g_header_tablet_sp .c_entry_btn .entry_button_icon {
        display: none;
    }
    .g_header_tablet_sp .c_entry_btn .entry_btn_inner {
        padding-top: 10px;
        width: 100%;
    }
    .g_header_tablet_sp .c_entry_btn .entry_button_txt {
        font-size: 12px;
    }
}

.g_header_tablet_sp_space {
    display: none;
    height: 90px;
}

@media only screen and (max-width: 1420px) {
    .g_header_tablet_sp_space {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .g_header_tablet_sp_space {
        height: 50px;
    }
}


/* Header
   ----------------------------------------------------------------- */

.g_header {
    position: relative;
    height: 116px;
    width: 100%;
    text-align: center;
}

.g_header:after {
    content: "";
    display: table;
    clear: both;
}

.g_header .header_logo {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    width: 420px;
    float: left;
}

.g_header .header_logo a {
    display: block;
    padding: 20px 0 26px;
}

.g_header .recruit_logo {
    margin-left: 30px;
}

@media only screen and (max-width: 1420px) {
    .g_header.is_pc {
        display: none;
    }
}


/* Header
   ----------------------------------------------------------------- */

.g_nav {
    float: right;
}

.g_nav .nav_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.g_nav .nav_item {
    padding: 0 2em;
    text-align: center;
    margin-top: 38px;
}

.g_nav .nav_ja {
    font-size: 16px;
    font-weight: bold;
}

.g_nav .nav_en {
    font-size: 10px;
    color: #7d7d7d;
}

.g_nav .c_entry_btn {
    margin-left: 50px;
}

@media only screen and (max-width: 1600px) {
    .g_nav .c_entry_btn {
        margin-left: 0;
    }
    .g_nav .nav_item {
        margin-top: 26px;
    }
}

.g_slogan_txt {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 100px;
    color: #fa005e;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
    .g_slogan_txt {
        display: none;
    }
}

.g_social_icons_tablet_sp {
    display: none;
}

.g_social_icons_tablet_sp .social_icon {
    margin-right: 40px;
}

.g_social_icons_tablet_sp .social_icon:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 1280px) {
    .g_social_icons_tablet_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 0;
        border-top: 1px solid #aaaaaa;
    }
}

.g_social_icons {
    position: absolute;
    z-index: 100;
    top: 170px;
    right: 0;
    width: 100px;
    text-align: center;
}

.g_social_icons .social_icon {
    margin-bottom: 36px;
}

@media only screen and (max-width: 1280px) {
    .g_social_icons.is_pc {
        display: none;
    }
}


/* ==========================================================================
   Local Block
   ========================================================================== */


/* effort 取組み
   ----------------------------------------------------------------- */

.p_effort .l_mv {
    position: relative;
    width: calc(100% - 200px);
    margin: 30px auto 80px;
}

.p_effort .l_mv .mv_img {
    width: 100%;
}

.p_effort .l_mv .ttl_and_lead {
    position: absolute;
    top: 100px;
    left: 115px;
}

.p_effort .l_mv .page_ttl {
    margin-bottom: 20px;
}

.p_effort .l_mv .page_ttl_en {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

.p_effort .l_mv .page_lead {
    font-size: 65px;
    font-weight: bold;
    color: #292929;
    font-style: italic;
}

@media only screen and (max-width: 1600px) {
    .p_effort .l_mv .ttl_and_lead {
        top: 50px;
        left: 55px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_effort .l_mv {
        width: 100%;
        margin: 0 auto 50px;
    }
    .p_effort .l_mv .page_ttl img {
        width: 263.9px;
    }
    .p_effort .l_mv .page_ttl_en {
        font-size: 14px;
    }
    .p_effort .l_mv .page_lead {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_effort .l_mv .ttl_and_lead {
        top: 30px;
        left: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .p_effort .l_mv {
        margin: 0 auto 20px;
    }
    .p_effort .l_mv .ttl_and_lead {
        display: none;
    }
}

.p_effort .l_ttl_and_lead_sp {
    display: none;
    width: 90%;
    margin: 0 auto 10px;
}

.p_effort .l_ttl_and_lead_sp .page_ttl {
    font-size: 0;
    margin-bottom: 6px;
}

.p_effort .l_ttl_and_lead_sp .page_ttl img {
    width: 113.1px;
}

.p_effort .l_ttl_and_lead_sp .page_ttl_en {
    font-size: 12px;
    min-width: 120px;
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    padding: 0 17px;
}

.p_effort .l_ttl_and_lead_sp .page_lead {
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    font-style: italic;
}

@media only screen and (max-width: 600px) {
    .p_effort .l_ttl_and_lead_sp {
        display: block;
    }
}

.p_effort .l_slogan_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 100px;
    color: #fa005e;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
    .p_effort .l_slogan_txt {
        display: none;
    }
}

.p_effort .l_communicate_top_area {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 70px;
}

.p_effort .l_communicate_top_area .ttl_en {
    margin-bottom: 20px;
}

.p_effort .l_communicate_top_area .ttl_ja {
    font-size: 16px;
    color: #fa005e;
    margin-bottom: 64px;
}

.p_effort .l_communicate_top_area .desc_lead {
    color: #fa005e;
    font-size: 30px;
}

@media only screen and (max-width: 1280px) {
    .p_effort .l_communicate_top_area {
        width: 90%;
    }
    .p_effort .l_communicate_top_area .ttl_ja {
        margin-bottom: 34px;
    }
    .p_effort .l_communicate_top_area .ttl_en img {
        width: 685.3px;
    }
    .p_effort .l_communicate_top_area .desc_lead {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_effort .l_communicate_top_area .desc_lead {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .p_effort .l_communicate_top_area {
        margin: 0 auto 30px;
    }
    .p_effort .l_communicate_top_area .desc_lead {
        font-size: 16px;
    }
    .p_effort .l_communicate_top_area .desc_detail {
        font-size: 14px;
    }
    .p_effort .l_communicate_top_area .ttl_en {
        margin-bottom: 0;
    }
    .p_effort .l_communicate_top_area .ttl_en img {
        width: 234.96px;
    }
    .p_effort .l_communicate_top_area .ttl_ja {
        font-size: 12px;
        margin-bottom: 14px;
    }
}

.p_effort .l_effort_detail_area .effort_detail_ttl {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    padding: 56px 0;
}

.p_effort .l_effort_detail_area .effort_detail {
    position: relative;
}

.p_effort .l_effort_detail_area .effort_detail:nth-of-type(odd) {
    background: url(../img/effort_communication_bg1.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

.p_effort .l_effort_detail_area .effort_detail:nth-of-type(even) {
    background: url(../img/effort_communication_bg2.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

.p_effort .l_effort_detail_area .top_left_border,
.p_effort .l_effort_detail_area .bottom_right_border,
.p_effort .l_effort_detail_area .top_right_border {
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_effort .l_effort_detail_area .top_right_border {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -220px;
}

.p_effort .l_effort_detail_area .top_left_border {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 470px;
}

.p_effort .l_effort_detail_area .bottom_right_border {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 0;
}

@media only screen and (max-width: 1280px) {
    .p_effort .l_effort_detail_area .effort_detail_ttl {
        font-size: 30px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 600px) {
    .p_effort .l_effort_detail_area .effort_detail_ttl {
        font-size: 18px;
        padding: 20px 1em;
    }
    .p_effort .l_effort_detail_area .top_left_border,
    .p_effort .l_effort_detail_area .bottom_right_border,
    .p_effort .l_effort_detail_area .top_right_border {
        width: 13px;
    }
    .p_effort .l_effort_detail_area .top_left_border {
        display: none;
    }
}

.p_effort .l_effort_detail_items {
    padding: 150px 0;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
    margin-left: auto;
    padding: 40px 33% 40px 40px;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic {
    position: absolute;
    right: 20%;
    bottom: 30px;
    z-index: 10;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):before {
    content: "";
    position: absolute;
    left: -160px;
    top: 0;
    width: 160px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, .9))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):after {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    height: 70px;
    width: 58%;
    top: -70px;
    right: 40px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
    margin-right: auto;
    padding: 40px 40px 40px 33%;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic {
    position: absolute;
    left: 20%;
    bottom: 30px;
    z-index: 10;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):before {
    content: "";
    position: absolute;
    right: -160px;
    top: 0;
    width: 160px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, .9))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):after {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    height: 70px;
    width: 58%;
    top: -70px;
    left: 40px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_effort .l_effort_detail_items .c_effort_detail_item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
        padding: 40px 26% 40px 40px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic {
        right: 8%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 40px 40px 40px 28%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic {
        left: 8%;
    }
}

@media only screen and (max-width: 1280px) {
    .p_effort .l_effort_detail_items .c_effort_detail_item {
        padding: 40px 26% 40px 40px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):after,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):after {
        height: 50px;
        top: -50px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):after {
        right: 0;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):after {
        left: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .p_effort .l_effort_detail_items {
        padding: 150px 0 100px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
        padding: 30px 26% 30px 30px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic {
        right: 4%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 30px 30px 30px 28%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic {
        left: 4%;
    }
}

@media only screen and (max-width: 600px) {
    .p_effort .l_effort_detail_items {
        padding: 40px 0;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd),
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 20px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic {
        position: static;
        text-align: center;
        margin-bottom: 14px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic img,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic img {
        max-width: 120px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):before,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):before {
        display: none;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd):after,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even):after {
        display: none;
    }
}


/* faq
   ----------------------------------------------------------------- */

.p_faq .g_graduate_entry {
    margin-top: 160px;
}

@media only screen and (max-width: 1280px) {
    .p_faq .g_graduate_entry {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_faq .g_graduate_entry {
        margin-top: 60px;
    }
}

.p_faq .l_qanda_wrap {
    position: relative;
}

.p_faq .l_qanda_wrap .top_right_border {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -590px;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
}

.p_faq .l_qanda_wrap .middle_left_border {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 30%;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
}

.p_faq .l_qanda_wrap .bottom_right_border {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 12%;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
}

@media only screen and (max-width: 1280px) {
    .p_faq .l_qanda_wrap .top_right_border,
    .p_faq .l_qanda_wrap .middle_left_border,
    .p_faq .l_qanda_wrap .bottom_right_border {
        display: none;
    }
}

.p_faq .l_page_ttl_set {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 60px;
}

.p_faq .l_page_ttl_set .page_ttl {
    margin-bottom: 20px;
}

.p_faq .l_page_ttl_set .page_ttl_ja {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

@media only screen and (max-width: 600px) {
    .p_faq .l_page_ttl_set {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .p_faq .l_page_ttl_set .page_ttl {
        margin-bottom: 10px;
    }
    .p_faq .l_page_ttl_set .page_ttl img {
        width: 81.6px;
    }
    .p_faq .l_page_ttl_set .page_ttl_ja {
        background: #3e0017;
        display: inline-block;
        color: #fff;
        display: inline-block;
        min-width: 120px;
        padding: 0 17px;
        font-size: 12px;
    }
}

.p_faq .l_page_nav {
    max-width: 1350px;
    margin: 0 auto 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p_faq .l_page_nav li {
    border: 1px solid #ff0767;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 20px;
}

.p_faq .l_page_nav li a {
    display: block;
    padding: 1.2em 1em;
    text-align: center;
    color: #ff0767;
    font-weight: bold;
}

.p_faq .l_page_nav li:nth-of-type(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 1280px) {
    .p_faq .l_page_nav {
        width: 90%;
    }
}

@media only screen and (max-width: 1023px) {
    .p_faq .l_page_nav li {
        width: 46%;
        margin-right: 8%;
    }
    .p_faq .l_page_nav li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .p_faq .l_page_nav {
        margin-bottom: 20px;
    }
    .p_faq .l_page_nav li a {
        font-size: 13px;
        padding: 1em .8em;
    }
}

.p_faq .l_qanda_area {
    padding: 44px 0 60px;
    border-top: 1px solid #ff1159;
    border-bottom: 1px solid #ff1159;
    max-width: 1500px;
    margin: 0 auto 80px;
}

.p_faq .l_qanda_area .qanda_area_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #fa005e;
}

.p_faq .l_qanda_area .c_qanda_item:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .p_faq .l_qanda_area {
        padding: 30px 0 40px;
        margin-bottom: 60px;
    }
    .p_faq .l_qanda_area .qanda_area_ttl {
        font-size: 24px;
        margin-bottom: 14px;
    }
}


/* frontpage
   ----------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
    .p_frontpage .is_pc {
        display: none;
    }
}

.p_frontpage .is_tablet_sp {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .is_tablet_sp {
        display: block;
    }
}

.p_frontpage .g_header .header_logo {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 405px;
}

.p_frontpage .g_header .header_logo a {
    height: 187px;
    padding-top: 46px;
}

.p_frontpage .g_header .company_logo,
.p_frontpage .g_header .recruit_logo {
    display: block;
    margin: 0 auto;
}

.p_frontpage .g_header .company_logo {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .g_header .header_logo {
        width: 285px;
        height: 129px;
    }
    .p_frontpage .g_header .header_logo a {
        padding-top: 22px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .c_interview_card .interview_img {
        height: 286px;
    }
}

.p_frontpage .l_mainvisual_and_info_area {
    position: relative;
}

.p_frontpage .l_mainvisual {
    width: calc(100% - 200px);
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
}

.p_frontpage .l_mainvisual img {
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_mainvisual {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 600px) {}

.p_frontpage .l_info {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p_frontpage .l_info .info_head {
    position: relative;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    width: 340px;
    padding: 25px 0 25px 116px;
    font-size: 21px;
    color: #fff;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p_frontpage .l_info .info_head:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
}

.p_frontpage .l_info .news_swiper_container {
    background: #fff;
    height: 75px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;
}

.p_frontpage .l_info .info_items {
    height: 75px;
}

.p_frontpage .l_info .info_item {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 25px 140px 25px 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_frontpage .l_info .info_date {
    width: 120px;
    display: inline-block;
    font-size: 15px;
    color: #535353;
    margin-right: 30px;
}

.p_frontpage .l_info .info_category {
    display: inline-block;
    width: 120px;
    font-size: 15px;
    color: #ff0f44;
    margin-right: 20px;
}

.p_frontpage .l_info .info_link {
    position: absolute;
    z-index: 120;
    display: inline-block;
    text-align: right;
    width: 120px;
    color: #fa005e;
    font-size: 16px;
    top: 25px;
    right: 10px;
}

.p_frontpage .l_info .info_link:before {
    content: "";
    display: inline-block;
    background: url(../img/news_arrow.png);
    background-size: cover;
    width: 10px;
    height: 15px;
    margin-right: 16px;
}

.p_frontpage .l_info .info_detail {
    display: inline;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_info {
        position: relative;
        bottom: 0;
        width: 96%;
        margin: 30px auto 0;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
    }
    .p_frontpage .l_info .info_head {
        padding-left: 30px;
        width: 210px;
    }
    .p_frontpage .l_info .info_head:before {
        display: none;
    }
    .p_frontpage .l_info .info_category {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_info .news_swiper_container {
        height: 46px;
    }
    .p_frontpage .l_info .info_items {
        height: 46px;
    }
    .p_frontpage .l_info .info_item {
        padding: 10px 80px 10px 1em;
    }
    .p_frontpage .l_info .info_date {
        font-size: 12px;
        width: 76px;
        margin-right: 0;
    }
    .p_frontpage .l_info .info_detail {
        font-size: 12px;
    }
    .p_frontpage .l_info .info_link {
        font-size: 12px;
        top: auto;
        bottom: 12px;
    }
    .p_frontpage .l_info .info_link:before {
        width: 7px;
        height: 10.5px;
        margin-right: 10px;
    }
}

.p_frontpage .l_slogan_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 100px;
    color: #fa005e;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_slogan_txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_slogan_txt {
        padding-top: 180px;
    }
}

.p_frontpage .l_scroll_area {
    position: relative;
    padding: 50px 0;
    text-align: center;
}

.p_frontpage .l_scroll_area .right_bottom_border {
    position: absolute;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
    bottom: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_scroll_area {
        padding: 36px 0;
    }
}

.p_frontpage .l_vision {
    position: relative;
    width: 100%;
    height: 55vw;
    background: url(../img/top_vision_bg.jpg);
    background-size: cover;
    overflow: hidden;
}

.p_frontpage .l_vision .c_more_btn {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.p_frontpage .l_vision .top_left_border {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_frontpage .l_vision .bottom_right_rect {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: 1;
    width: 150px;
    height: 800px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_frontpage .l_vision .rect_decoration1 {
    width: 140px;
    height: 240px;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    bottom: 70px;
    left: 500px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.p_frontpage .l_vision .vision_inner {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    padding-top: 82px;
}

.p_frontpage .l_vision .vision_lead {
    position: relative;
    z-index: 2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: right;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_vision .vision_lead {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

.p_frontpage .l_vision .vision_txt {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

.p_frontpage .l_vision .vision_link {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 16px;
    color: #fa005e;
    position: relative;
}

.p_frontpage .l_vision .vision_link:after {
    content: "";
    display: inline-block;
    background: url(../img/more_icon.png);
    background-size: cover;
    width: 31px;
    height: 31px;
    position: absolute;
    top: -4px;
    left: 55px;
}

.p_frontpage .l_vision .vision_message_detail {
    position: absolute;
    z-index: 2;
    bottom: 120px;
    left: 0;
    background: rgba(255, 255, 255, .9);
    padding: 50px 0;
    max-width: 580px;
}

.p_frontpage .l_vision .vision_message_detail:before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, .9))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    right: -100px;
}

.p_frontpage .l_vision .vision_message_detail:after {
    content: "";
    display: block;
    position: absolute;
    left: -5000px;
    top: 0;
    width: 5000px;
    height: 100%;
    background: rgba(255, 255, 255, .9);
}

.p_frontpage .l_vision .c_more_btn {
    position: absolute;
    bottom: 100px;
    right: 0;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_vision .vision_inner {
        padding-top: 80px;
        width: 90%;
    }
    .p_frontpage .l_vision .vision_message_detail {
        padding: 30px 0;
        bottom: 30px;
    }
    .p_frontpage .l_vision .rect_decoration1 {
        bottom: 10px;
        left: 500px;
    }
    .p_frontpage .l_vision .vision_txt {
        font-size: 40px;
    }
    .p_frontpage .l_vision .bottom_right_rect {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_vision {
        background: none;
        height: auto;
    }
    .p_frontpage .l_vision .vision_message_detail {
        bottom: 110px;
    }
    .p_frontpage .l_vision .rect_decoration1 {
        bottom: 90px;
        display: none;
    }
    .p_frontpage .l_vision .rect_decoration1:before,
    .p_frontpage .l_vision .rect_decoration1:after {
        display: none;
    }
    .p_frontpage .l_vision .c_front_ttl_area {
        margin-bottom: 50px;
    }
    .p_frontpage .l_vision .vision_img img {
        width: 100%;
    }
    .p_frontpage .l_vision .c_more_btn {
        position: relative;
        bottom: 0;
    }
    .p_frontpage .l_vision .vision_message_detail {
        position: static;
        margin: 0 auto;
        max-width: none;
        width: 80%;
    }
    .p_frontpage .l_vision .c_more_btn {
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
}

@media only screen and (max-width: 1023px) {
    .p_frontpage .l_vision .front_ttl img {
        width: 226.8px;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_vision .front_ttl img {
        width: 97.2px;
    }
    .p_frontpage .l_vision .c_front_ttl_area {
        margin-bottom: 40px;
    }
    .p_frontpage .l_vision .vision_inner {
        padding-top: 30px;
    }
    .p_frontpage .l_vision .top_left_border {
        width: 13px;
        height: 360px;
        bottom: auto;
        top: 130px;
    }
    .p_frontpage .l_vision .vision_message_detail {
        width: 100%;
        padding: 20px 0;
    }
}

.p_frontpage .l_career_vision {
    position: relative;
    padding-bottom: 90px;
}

.p_frontpage .l_career_vision .bottom_right_border {
    position: absolute;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
    bottom: 0;
    right: 0;
    z-index: -1;
}

.p_frontpage .l_career_vision .career_vision_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p_frontpage .l_career_vision .ttl_side_txt {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 32px;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_career_vision .ttl_side_txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

.p_frontpage .l_career_vision .ttl_side_bar {
    position: relative;
    background: #fa005e;
    height: 1px;
    width: 100%;
    margin-left: 80px;
    margin-top: 40px;
}

.p_frontpage .l_career_vision .ttl_side_bar:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fa005e;
    position: absolute;
    left: -6px;
    top: -6px;
}

.p_frontpage .l_career_vision .c_front_ttl_area {
    width: 800px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    margin-bottom: 30px;
}

.p_frontpage .l_career_vision .career_vision_inner {
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 130px;
}

.p_frontpage .l_career_vision .career_vision_desc {
    width: 950px;
    margin-left: auto;
    margin-bottom: 60px;
}

.p_frontpage .l_career_vision .c_more_btn {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_career_vision .career_vision_inner {
        padding-top: 100px;
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_career_vision {
        padding-bottom: 0;
    }
    .p_frontpage .l_career_vision .c_front_ttl_area {
        margin-left: auto;
    }
}

@media only screen and (max-width: 1023px) {
    .p_frontpage .l_career_vision .c_front_ttl_area {
        width: auto;
    }
    .p_frontpage .l_career_vision .career_vision_desc {
        width: auto;
    }
    .p_frontpage .l_career_vision .front_ttl img {
        width: 473.9px;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_career_vision .front_ttl img {
        width: 203.1px;
    }
    .p_frontpage .l_career_vision .career_vision_desc {
        margin-bottom: 30px;
    }
    .p_frontpage .l_career_vision .bottom_right_border {
        width: 13px;
        height: 800px;
    }
    .p_frontpage .l_career_vision .career_vision_inner {
        padding-top: 40px;
    }
}

.p_frontpage .l_interview_cards_area {
    padding: 0 40px;
    margin-bottom: 45px;
}

.p_frontpage .l_interview_cards_area .interview_cards {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_interview_cards_area {
        padding: 0 20px;
    }
    .p_frontpage .l_interview_cards_area .swiper-button-next {
        right: 0;
    }
    .p_frontpage .l_interview_cards_area .swiper-button-next,
    .p_frontpage .l_interview_cards_area .swiper-button-prev {
        z-index: 100;
        top: 40%;
    }
    .p_frontpage .l_interview_cards_area .swiper-button-next img,
    .p_frontpage .l_interview_cards_area .swiper-button-prev img {
        width: 37.2px;
        height: 37.2px;
    }
}

.p_frontpage .l_efforts {
    position: relative;
    background: url(../img/effort_bg.jpg);
    background-size: 100%;
    padding: 70px 0 90px;
}

.p_frontpage .l_efforts .efforts_ttl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1500px;
    margin: 0 auto 50px;
}

.p_frontpage .l_efforts .ttl_side_txt {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 600px;
    font-size: 40px;
    font-weight: bold;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_efforts .ttl_side_txt {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

.p_frontpage .l_efforts .ttl_side_bar {
    position: relative;
    background: #fa005e;
    height: 1px;
    width: 100%;
    margin-right: 100px;
    margin-top: 40px;
    margin-left: 08px;
}

.p_frontpage .l_efforts .ttl_side_bar:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fa005e;
    position: absolute;
    right: -6px;
    top: -6px;
}

.p_frontpage .l_efforts .c_front_ttl_area {
    width: 480px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p_frontpage .l_efforts .effort_img {
    width: 90%;
    position: relative;
}

.p_frontpage .l_efforts .effort_img img {
    width: 100%;
}

.p_frontpage .l_efforts .effort_desc {
    position: absolute;
    z-index: 10;
    bottom: 290px;
    right: calc(50% - 850px);
    background: rgba(255, 255, 255, .9);
    width: 700px;
    padding: 54px 0 54px 30px;
}

.p_frontpage .l_efforts .effort_desc:before {
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, rgba(255, 255, 255, .9))) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .9) 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    top: 0;
    left: -200px;
    z-index: 10;
}

.p_frontpage .l_efforts .effort_desc:after {
    content: "";
    display: block;
    position: absolute;
    right: -5000px;
    top: 0;
    width: 5000px;
    height: 100%;
    background: rgba(255, 255, 255, .9);
}

.p_frontpage .l_efforts .rect_decoration {
    width: 140px;
    height: 240px;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    bottom: 270px;
    right: calc(50% - 100px);
    z-index: 8;
    -webkit-transform: skewX(-38deg);
    transform: skewX(-38deg);
}

.p_frontpage .l_efforts .left_top_rect {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 150px;
    height: 800px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.p_frontpage .l_efforts .c_more_btn {
    position: absolute;
    left: 0;
    bottom: 65px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_efforts .effort_desc {
        right: 0;
    }
    .p_frontpage .l_efforts .effort_desc:before {
        width: 150px;
        left: -150px;
    }
    .p_frontpage .l_efforts .left_top_rect {
        display: none;
    }
    .p_frontpage .l_efforts .efforts_inner {
        width: 90%;
        margin: 0 auto;
    }
    .p_frontpage .l_efforts .effort_desc {
        width: 600px;
        padding: 34px 20px 34px 30px;
        bottom: 68px;
    }
    .p_frontpage .l_efforts .rect_decoration {
        bottom: 30px;
        -webkit-transform: skewX(-35deg);
        transform: skewX(-35deg);
    }
    .p_frontpage .l_efforts .ttl_side_txt {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_efforts {
        background: none;
        padding: 100px 0 0;
    }
    .p_frontpage .l_efforts .rect_decoration {
        display: none;
    }
    .p_frontpage .l_efforts .effort_img {
        margin: 0 auto;
    }
    .p_frontpage .l_efforts .effort_desc {
        position: relative;
        width: 80%;
        margin: 0 auto;
        bottom: 0;
    }
    .p_frontpage .l_efforts .c_more_btn {
        position: relative;
        bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .p_frontpage .l_efforts .front_ttl img {
        width: 280.7px;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_efforts {
        padding-top: 40px;
    }
    .p_frontpage .l_efforts .c_front_ttl_area {
        margin-left: 5%;
    }
    .p_frontpage .l_efforts .front_ttl img {
        width: 120.3px;
    }
    .p_frontpage .l_efforts .efforts_inner {
        width: 100%;
    }
    .p_frontpage .l_efforts .effort_img {
        width: 100%;
    }
    .p_frontpage .l_efforts .effort_desc {
        width: 100%;
        padding: 20px;
    }
    .p_frontpage .l_efforts .efforts_ttl {
        margin-bottom: 40px;
    }
}

.p_frontpage .l_qanda .c_front_ttl_area,
.p_frontpage .l_requirement .c_front_ttl_area {
    margin-bottom: 24px;
}

.p_frontpage .l_qanda .requirement_desc,
.p_frontpage .l_qanda .qnada_desc,
.p_frontpage .l_requirement .requirement_desc,
.p_frontpage .l_requirement .qnada_desc {
    max-width: 700px;
    text-align: left;
}

.p_frontpage .l_qanda {
    position: relative;
    padding-top: 60px;
    position: relative;
}

.p_frontpage .l_qanda .c_more_btn {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.p_frontpage .l_qanda .left_top_border {
    position: absolute;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    top: 0;
    left: 0;
    z-index: -1;
}

.p_frontpage .l_qanda .qanda_inner {
    text-align: right;
    max-width: 1700px;
    margin: 0 auto;
    background: url(../img/qanda_bg.jpg);
    background-size: cover;
    height: 460px;
    padding-top: 50px;
    padding-right: 100px;
}

.p_frontpage .l_qanda .qanda_inner:after {
    content: "";
    display: table;
    clear: both;
}

.p_frontpage .l_qanda .qnada_desc {
    float: right;
}

.p_frontpage .l_qanda .c_more_btn {
    position: absolute;
    bottom: 40px;
    right: 0;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_qanda .qanda_inner {
        padding-right: 60px;
    }
    .p_frontpage .l_qanda .c_more_btn {
        bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_qanda .qanda_inner {
        height: auto;
        background: none;
        margin-bottom: 30px;
    }
    .p_frontpage .l_qanda .qanda_image {
        background: url(../img/qanda_bg.jpg);
        background-size: cover;
        height: 300px;
        width: 100%;
    }
    .p_frontpage .l_qanda .c_more_btn {
        bottom: 100px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_frontpage .l_qanda .front_ttl img {
        width: 148.4px;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_qanda {
        padding-top: 0;
        padding-top: 0;
    }
    .p_frontpage .l_qanda .front_ttl img {
        width: 63.6px;
    }
    .p_frontpage .l_qanda .qanda_inner {
        width: 90%;
        margin: 0 auto 30px;
        padding-top: 40px;
        padding-right: 0;
    }
    .p_frontpage .l_qanda .left_top_border {
        display: none;
        width: 13px;
    }
    .p_frontpage .l_qanda .qanda_image {
        height: 130px;
    }
    .p_frontpage .l_qanda .c_more_btn {
        bottom: -30px;
    }
}

.p_frontpage .l_requirement {
    position: relative;
    padding-top: 60px;
    padding-bottom: 160px;
}

.p_frontpage .l_requirement .right_bottom_border {
    position: absolute;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    bottom: 0;
    right: 0;
    z-index: -1;
}

.p_frontpage .l_requirement .requirement_inner {
    height: 450px;
    max-width: 1700px;
    padding-top: 50px;
    padding-left: 100px;
    margin: 0 auto;
    background: url(../img/requirement_bg.jpg);
    background-size: cover;
}

.p_frontpage .l_requirement .c_more_btn {
    position: absolute;
    bottom: 208px;
    left: 0;
}

.p_frontpage .l_requirement .c_more_btn {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media only screen and (max-width: 1600px) {
    .p_frontpage .l_requirement {
        padding-bottom: 70px;
    }
    .p_frontpage .l_requirement .requirement_inner {
        padding-left: 60px;
    }
    .p_frontpage .l_requirement .c_more_btn {
        bottom: 140px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_frontpage .l_requirement .requirement_inner {
        background: none;
        height: auto;
    }
    .p_frontpage .l_requirement .requirement_img {
        background: url(../img/requirement_bg.jpg);
        background-size: cover;
        height: 300px;
        width: 100%;
    }
    .p_frontpage .l_requirement .c_more_btn {
        bottom: 170px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_frontpage .l_requirement .front_ttl img {
        width: 469px;
    }
}

@media only screen and (max-width: 600px) {
    .p_frontpage .l_requirement .front_ttl img {
        width: 201px;
    }
    .p_frontpage .l_requirement .requirement_inner {
        width: 90%;
        margin: 0 auto 30px;
        padding-top: 40px;
        padding-left: 0;
    }
    .p_frontpage .l_requirement .requirement_img {
        background-position: right;
        height: 130px;
    }
    .p_frontpage .l_requirement .c_more_btn {
        bottom: 40px;
    }
    .p_frontpage .l_requirement .right_bottom_border {
        width: 13px;
        height: 400px;
    }
}

.p_info .l_ttl_set {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 60px;
}

.p_info .l_ttl_set .page_ttl {
    font-size: 0;
    margin-bottom: 20px;
}

.p_info .l_ttl_set .page_ttl_ja {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

@media only screen and (max-width: 600px) {
    .p_info .l_ttl_set {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .p_info .l_ttl_set .page_ttl {
        margin-bottom: 10px;
    }
    .p_info .l_ttl_set .page_ttl img {
        width: 236px;
    }
    .p_info .l_ttl_set .page_ttl_ja {
        background: #3e0017;
        display: inline-block;
        color: #fff;
        min-width: 120px;
        padding: 0 17px;
        font-size: 12px;
    }
}

.p_info .l_info_area {
    max-width: 1500px;
    margin: 0 auto 140px;
    padding: 100px 0 120px;
    border-top: 1px solid #ff0867;
    border-bottom: 1px solid #ff0867;
}

.p_info .l_info_area .info_list {
    max-width: 1200px;
    margin: 0 auto;
}

.p_info .l_info_area .c_info_item {
    margin-bottom: 30px;
    padding: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.p_info .l_info_area .c_info_item:last-of-type {
    margin-bottom: 0;
}

.p_info .l_info_area .info_detail {
    font-size: 15px;
}

.p_info .l_info_area .info_detail a {
    color: #ff0f44;
}

.p_info .l_info_area .info_detail .outer_link:before {
    content: "";
    display: inline-block;
    background: url(../img/ico_blank1_red.png);
    width: 12px;
    height: 12px;
    background-size: cover;
    margin-right: .6em;
}

@media only screen and (max-width: 1280px) {
    .p_info .l_info_area {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    .p_info .l_info_area {
        padding: 40px 0;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .swiper-button-prev img,
    .p_interview_d .swiper-button-next img {
        width: 37px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .c_interview_card .interview_img {
        height: 256px;
    }
}

.p_interview_d .l_interivew_d_top {
    padding-left: 220px;
    margin: 50px auto 110px;
    height: 480px;
    width: calc(100% - 200px);
    background: url(../img/interview_d_top_bg.jpg);
    background-size: cover;
    border-radius: 40px;
}

.p_interview_d .l_interivew_d_top:after {
    content: "";
    display: table;
    clear: both;
}

.p_interview_d .l_interivew_d_top .person_pic {
    float: left;
    width: 640px;
    height: 100%;
}

.p_interview_d .l_interivew_d_top .person_pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p_interview_d .l_interivew_d_top .page_ttl {
    font-size: 0;
    margin-bottom: 20px;
}

.p_interview_d .l_interivew_d_top .page_info {
    max-width: 500px;
    float: right;
    text-align: right;
    padding-right: 90px;
    padding-top: 110px;
}

.p_interview_d .l_interivew_d_top .page_lead {
    font-size: 25px;
    color: #fa005e;
    font-weight: bold;
    text-align: right;
    line-height: 2;
    margin-top: 26px;
}

.p_interview_d .l_interivew_d_top .belonging_section {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    min-width: 174px;
    padding: 0.2em 0.6em;
}

.p_interview_d .l_interivew_d_top .person_info {
    margin-top: 30px;
}

.p_interview_d .l_interivew_d_top .person_info__name,
.p_interview_d .l_interivew_d_top .person_info__year {
    display: inline-block;
}

.p_interview_d .l_interivew_d_top .person_info__name {
    font-size: 25px;
    font-weight: bold;
    margin-right: 1em;
}

.p_interview_d .l_interivew_d_top .person_info__year {
    font-size: 18px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interivew_d_top {
        padding-left: 70px;
    }
    .p_interview_d .l_interivew_d_top .person_pic {
        width: 480px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_d .l_interivew_d_top {
        width: 90%;
        height: auto;
        margin: 50px auto 60px;
        padding-top: 30px;
        padding-left: 0;
    }
    .p_interview_d .l_interivew_d_top .person_pic,
    .p_interview_d .l_interivew_d_top .page_info {
        float: none;
        margin: 0 auto;
    }
    .p_interview_d .l_interivew_d_top .person_pic {
        width: 50%;
    }
    .p_interview_d .l_interivew_d_top .page_info {
        padding: 30px 0;
        max-width: none;
        text-align: left;
        width: 80%;
    }
    .p_interview_d .l_interivew_d_top .page_lead {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interivew_d_top {
        border-radius: 20px;
        margin: 20px auto 40px;
    }
    .p_interview_d .l_interivew_d_top .person_pic {
        width: 90%;
    }
    .p_interview_d .l_interivew_d_top .page_ttl {
        margin-bottom: 14px;
    }
    .p_interview_d .l_interivew_d_top .page_ttl img {
        width: 206.4px;
    }
    .p_interview_d .l_interivew_d_top .page_lead {
        font-size: 16px;
        margin-top: 14px;
    }
    .p_interview_d .l_interivew_d_top .belonging_section {
        font-size: 14px;
    }
    .p_interview_d .l_interivew_d_top .person_info {
        margin-top: 20px;
    }
    .p_interview_d .l_interivew_d_top .person_info__name {
        font-size: 20px;
    }
    .p_interview_d .l_interivew_d_top .person_info__year {
        font-size: 14px;
    }
}

.p_interview_d .l_interview_d_main1 {
    max-width: 1500px;
    margin: 0 auto 114px;
    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;
}

.p_interview_d .l_interview_d_main1 .main1_img {
    max-width: 400px;
}

.p_interview_d .l_interview_d_main1 .main1_img img {
    width: 100%;
}

.p_interview_d .l_interview_d_main1 .main1_desc {
    position: relative;
    max-width: 780px;
}

.p_interview_d .l_interview_d_main1 .main1_lead {
    font-size: 40px;
    font-weight: bold;
    color: #fa005e;
    margin-bottom: 20px;
}

.p_interview_d .l_interview_d_main1 .person_info {
    margin-bottom: 30px;
}

.p_interview_d .l_interview_d_main1 .person_info__name,
.p_interview_d .l_interview_d_main1 .person_info__job {
    display: inline-block;
}

.p_interview_d .l_interview_d_main1 .person_info__name {
    font-size: 25px;
    font-weight: bold;
    margin-right: 40px;
}

.p_interview_d .l_interview_d_main1 .person_info__job {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    font-size: 16px;
    color: #fff;
    min-width: 130px;
    padding: 0.2em 0.6em;
}

.p_interview_d .l_interview_d_main1 .desc_detail {
    position: relative;
}

.p_interview_d .l_interview_d_main1 .desc_detail:after {
    position: absolute;
    z-index: -1;
    right: -210px;
    top: -30px;
    content: "";
    display: inline-block;
    background: url(../img/interview_d_mainarae1_rect.png);
    background-size: cover;
    width: 318px;
    height: 249px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_d_main1 {
        width: 90%;
    }
    .p_interview_d .l_interview_d_main1 .main1_desc {
        width: 65%;
    }
    .p_interview_d .l_interview_d_main1 .main1_img {
        width: 30%;
    }
    .p_interview_d .l_interview_d_main1 .desc_detail:after {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_d .l_interview_d_main1 {
        margin-bottom: 74px;
    }
    .p_interview_d .l_interview_d_main1 .main1_lead {
        font-size: 24px;
    }
    .p_interview_d .l_interview_d_main1 .main1_img {
        width: 40%;
    }
    .p_interview_d .l_interview_d_main1 .main1_desc {
        width: 55%;
    }
    .p_interview_d .l_interview_d_main1 .person_info {
        margin-bottom: 20px;
    }
    .p_interview_d .l_interview_d_main1 .person_info__name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_d_main1 {
        display: block;
        margin-bottom: 50px;
    }
    .p_interview_d .l_interview_d_main1 .main1_desc {
        width: 100%;
        margin-bottom: 20px;
    }
    .p_interview_d .l_interview_d_main1 .main1_lead {
        font-size: 18px;
    }
    .p_interview_d .l_interview_d_main1 .person_info__name {
        font-size: 20px;
    }
    .p_interview_d .l_interview_d_main1 .person_info__job {
        font-size: 14px;
    }
    .p_interview_d .l_interview_d_main1 .desc_detail {
        font-size: 14px;
    }
    .p_interview_d .l_interview_d_main1 .main1_img {
        width: 100%;
    }
}

.p_interview_d .l_interview_d_main2 .main2_lead_wrap {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
}

.p_interview_d .l_interview_d_main2 .main2_lead_container {
    max-width: 1360px;
    margin: 0 auto;
}

.p_interview_d .l_interview_d_main2 .main2_lead_container:after {
    content: "";
    display: table;
    clear: both;
}

.p_interview_d .l_interview_d_main2 .main2_lead {
    padding: 24px 0 30px;
    color: #fff;
    font-size: 33px;
    float: right;
    max-width: 780px;
}

.p_interview_d .l_interview_d_main2 .main2_content {
    max-width: 1360px;
    margin: 0 auto 170px;
    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;
}

.p_interview_d .l_interview_d_main2 .main2_img {
    margin-top: -240px;
    max-width: 480px;
}

.p_interview_d .l_interview_d_main2 .main2_img img {
    width: 100%;
}

.p_interview_d .l_interview_d_main2 .main2_detail {
    padding-top: 90px;
    font-size: 13px;
    line-height: 2.4;
    max-width: 780px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_d_main2 .main2_lead_container {
        width: 90%;
    }
    .p_interview_d .l_interview_d_main2 .main2_img {
        width: 40%;
    }
    .p_interview_d .l_interview_d_main2 .main2_detail {
        padding-top: 40px;
        width: 50%;
    }
    .p_interview_d .l_interview_d_main2 .main2_lead {
        width: 50%;
    }
    .p_interview_d .l_interview_d_main2 .main2_content {
        padding: 0 10%;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_d .l_interview_d_main2 .main2_lead {
        width: 100%;
        font-size: 22px;
        padding: 14px 0 18px;
    }
    .p_interview_d .l_interview_d_main2 .main2_img {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_d_main2 .main2_content {
        margin-bottom: 50px;
        display: block;
    }
    .p_interview_d .l_interview_d_main2 .main2_img {
        width: 100%;
        margin-top: 20px;
    }
    .p_interview_d .l_interview_d_main2 .main2_lead {
        font-size: 18px;
    }
    .p_interview_d .l_interview_d_main2 .main2_detail {
        padding-top: 20px;
        width: 100%;
    }
}

.p_interview_d .l_interview_d_images {
    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;
    max-width: 1360px;
    margin: 0 auto 190px;
}

.p_interview_d .l_interview_d_images .image_wrap {
    width: 33.3%;
}

.p_interview_d .l_interview_d_images .image_wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_d_images {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_d_images {
        margin-bottom: 60px;
    }
}

.p_interview_d .l_interview_others {
    max-width: 1100px;
    margin: 0 auto 150px;
}

.p_interview_d .l_interview_others .l_interview_other:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.p_interview_d .l_interview_others .l_interview_other:nth-of-type(odd) .interview_other_img {
    text-align: right;
}

.p_interview_d .l_interview_others .l_interview_other:nth-of-type(even) {
    margin-bottom: 0;
}

.p_interview_d .l_interview_others .l_interview_other:nth-of-type(even) .interview_other_img {
    text-align: left;
}

.p_interview_d .l_interview_others .l_interview_other:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_others {
        width: 90%;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_others {
        margin-bottom: 60px;
    }
}

.p_interview_d .l_interview_other {
    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;
    margin-bottom: 90px;
}

.p_interview_d .l_interview_other .interview_other_img {
    width: 50%;
}

.p_interview_d .l_interview_other .interview_other_img img {
    max-width: 480px;
    width: 100%;
}

.p_interview_d .l_interview_other .interview_other_desc {
    width: 42.6%;
}

.p_interview_d .l_interview_other .interview_other_lead {
    font-size: 33px;
    color: #fa005e;
    margin-bottom: 50px;
}

.p_interview_d .l_interview_other .interview_other_detail {
    line-height: 2.4;
    font-size: 13px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_other .interview_other_lead {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_other {
        display: block;
        margin-bottom: 40px;
    }
    .p_interview_d .l_interview_other .interview_other_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .p_interview_d .l_interview_other .interview_other_desc {
        width: 100%;
    }
    .p_interview_d .l_interview_other .interview_other_lead {
        font-size: 18px;
        margin-bottom: 1em;
    }
}

.p_interview_d .l_interview_cards_area {
    position: relative;
    padding: 180px 0 140px;
    border-top: 1px solid #ff0867;
}

.p_interview_d .l_interview_cards_area .interview_cards_area_inner {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 40px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_d .l_interview_cards_area {
        padding: 100px 0 80px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_cards_area {
        padding: 40px 0 30px;
    }
}

.p_interview_l .c_interview_card {
    margin-bottom: 45px;
}

@media only screen and (max-width: 1600px) {
    .p_interview_l .c_interview_card .interview_img {
        height: 360px;
    }
}

@media screen and (max-width: 1400px) {
    .p_interview_l .c_interview_card {
        width: 30%;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .c_interview_card .interview_img {
        height: 320px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_interview_l .c_interview_card {
        width: 45%;
    }
    .p_interview_l .c_interview_card .interview_img {
        height: 340px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_l .c_interview_card {
        width: 90%;
        margin-bottom: 50px;
    }
    .p_interview_l .c_interview_card .interview_img {
        height: 340px;
    }
}

.p_interview_l .l_interview_content_wrap {
    position: relative;
}

.p_interview_l .l_interview_content_wrap .top_right_border,
.p_interview_l .l_interview_content_wrap .middle_left_border,
.p_interview_l .l_interview_content_wrap .bottom_right_border {
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.p_interview_l .l_interview_content_wrap .top_right_border {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.p_interview_l .l_interview_content_wrap .middle_left_border {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45%;
}

.p_interview_l .l_interview_content_wrap .bottom_right_border {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 600px) {
    .p_interview_l .l_interview_content_wrap .top_right_border,
    .p_interview_l .l_interview_content_wrap .middle_left_border,
    .p_interview_l .l_interview_content_wrap .bottom_right_border {
        display: none;
    }
}

.p_interview_l .l_mv_area {
    position: relative;
    width: calc(100% - 200px);
    background: url(../img/interviewl_mv.jpg);
    background-position: center;
    background-size: cover;
    height: 35.05vw;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 130px;
    padding-right: 90px;
}

.p_interview_l .l_mv_area:after {
    content: "";
    display: table;
    clear: both;
}

.p_interview_l .l_mv_area .mv_center_bottom_rect {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 120px;
    height: 160px;
    -webkit-transform: skewX(-28deg) translate(-50%, 50%);
    transform: skewX(-28deg) translate(-50%, 50%);
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
}

.p_interview_l .l_mv_area .page_ttl_set {
    float: right;
    padding-top: 50px;
    text-align: right;
}

.p_interview_l .l_mv_area .page_ttl {
    font-size: 0;
    margin-bottom: 24px;
}

.p_interview_l .l_mv_area .page_ttl_ja {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
    margin-bottom: 40px;
}

.p_interview_l .l_mv_area .mv_desc {
    font-size: 25px;
    color: #fa005e;
}

@media only screen and (max-width: 1600px) {
    .p_interview_l .l_mv_area {
        padding-right: 40px;
    }
    .p_interview_l .l_mv_area .page_ttl_set {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .l_mv_area {
        width: 100%;
        border-radius: 0;
        margin-bottom: 50px;
    }
    .p_interview_l .l_mv_area .page_ttl_set {
        display: none;
    }
    .p_interview_l .l_mv_area .mv_center_bottom_rect {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_l .l_mv_area {
        margin-bottom: 20px;
    }
}

.p_interview_l .l_ttl_and_lead_tablet_sp {
    display: none;
}

.p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl {
    font-size: 0;
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .l_ttl_and_lead_tablet_sp {
        width: 90%;
        margin: 0 auto 50px;
        display: block;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl {
        margin-bottom: 30px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl img {
        width: 473.9px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl_ja {
        background: #3e0017;
        color: #fff;
        display: inline-block;
        min-width: 194px;
        padding: 0 17px;
        margin-bottom: 14px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .mv_desc {
        color: #fa005e;
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_l .l_ttl_and_lead_tablet_sp {
        margin-bottom: 30px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl {
        margin-bottom: 6px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl img {
        width: 203.1px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .page_ttl_ja {
        font-size: 12px;
        min-width: 120px;
    }
    .p_interview_l .l_ttl_and_lead_tablet_sp .mv_desc {
        font-size: 14px;
    }
}

.p_interview_l .l_interview_cards {
    max-width: 1686px;
    margin: 0 auto 200px;
    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;
}

@media only screen and (max-width: 1600px) {
    .p_interview_l .l_interview_cards {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .l_interview_cards {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_l .l_interview_cards {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

.p_interview_l .l_interviewl_bottom {
    position: relative;
    z-index: 2;
    height: 256px;
    width: 100%;
    background: url(../img/interviewl_bottom_bg.jpg);
    background-size: cover;
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .l_interviewl_bottom {
        height: 140px;
    }
}

.p_interview_l .l_interviewl_bottom_people {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: -150px;
}

@media only screen and (max-width: 1280px) {
    .p_interview_l .l_interviewl_bottom_people img {
        width: 329.7px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_l .l_interviewl_bottom_people {
        margin-top: -70px;
    }
    .p_interview_l .l_interviewl_bottom_people img {
        width: 188.4px;
    }
}

.p_requirement .g_header {
    margin-bottom: 30px;
}

.p_requirement .l_area_ttl {
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 118px;
    line-height: 118px;
    text-align: center;
    -webkit-transform: skewX(-30deg) translate(-50%, -50%);
    transform: skewX(-30deg) translate(-50%, -50%);
}

.p_requirement .l_area_ttl .area_ttl_inner {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .p_requirement .l_area_ttl {
        width: 270px;
        height: 88px;
        line-height: 88px;
    }
}

@media only screen and (max-width: 600px) {
    .p_requirement .l_area_ttl {
        width: 200px;
        height: 68px;
        line-height: 68px;
        -webkit-transform: skewX(-12deg) translate(-50%, -50%);
        transform: skewX(-12deg) translate(-50%, -50%);
    }
    .p_requirement .l_area_ttl .area_ttl_inner {
        font-size: 20px;
        -webkit-transform: skewX(12deg);
        transform: skewX(12deg);
    }
}

.p_requirement .l_requirement_ttl {
    position: relative;
    text-align: center;
    height: 280px;
    max-width: 1700px;
    margin: 0 auto 100px;
    background: url(../img/requirement_bg.jpg);
    background-size: cover;
}

.p_requirement .l_requirement_ttl .ttl_set {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p_requirement .l_requirement_ttl .ttl_en {
    margin-bottom: 24px;
}

.p_requirement .l_requirement_ttl .ttl_ja {
    text-align: center;
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 180px;
    padding: 0 17px;
}

@media only screen and (max-width: 1023px) {
    .p_requirement .l_requirement_ttl .ttl_en img {
        width: 468.3px;
    }
}

@media only screen and (max-width: 600px) {
    .p_requirement .l_requirement_ttl {
        height: 130px;
        margin-bottom: 60px;
    }
    .p_requirement .l_requirement_ttl .ttl_en {
        margin-bottom: 4px;
    }
    .p_requirement .l_requirement_ttl .ttl_en img {
        width: 200.7px;
    }
    .p_requirement .l_requirement_ttl .ttl_ja {
        font-size: 12px;
    }
}

.p_requirement .l_requirement_list_wrap {
    position: relative;
    max-width: 1500px;
    margin: 0 auto 90px;
    border: 1px solid #ff0867;
    padding: 120px 150px 100px;
    /*選考フロー*/
}

.p_requirement .l_requirement_list_wrap.m_selection_flow {
    /*選考フロー*/
    /*選考フローここまで*/
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list {
    position: relative;
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list:before {
    content: "";
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 82px;
    height: 100%;
    width: 178px;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .list_item_head {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 180px;
    margin-left: -40px;
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .list_item_head:before {
    content: "";
    display: block;
    background: url(../img/requirement_arrow.png);
    background: url(../img/requirement_arrow.png);
    background-size: cover;
    width: 9px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: -60px;
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list_item {
    margin-bottom: 70px;
}

.p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list_item:last-of-type .list_item_head:before {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list:before {
        left: 44px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list:before {
        left: 0;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .list_item_head {
        margin-left: -42px;
    }
}

@media only screen and (max-width: 600px) {
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list:before {
        display: none;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .list_item_head {
        background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
        background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
        background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
        margin-left: 0;
        margin-bottom: .6em;
        text-align: left;
        padding-left: .4em;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .list_item_head:before {
        display: none;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list_item:after {
        content: "";
        display: block;
        background: url(../img/sp_flow_arrow.png);
        background-size: cover;
        width: 7px;
        height: 32px;
        margin-top: 12px;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list {
        padding: 20px;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list .requirement_list_item {
        margin-bottom: 20px;
    }
    .p_requirement .l_requirement_list_wrap.m_selection_flow .requirement_list .requirement_list_item:last-of-type:after {
        display: none;
    }
}

.p_requirement .l_requirement_list_wrap .right_top_double_border {
    position: absolute;
    z-index: 1;
    right: -150px;
    top: -220px;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_requirement .l_requirement_list_wrap .left_bottom_double_border {
    position: absolute;
    z-index: 1;
    left: -190px;
    bottom: -370px;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 800px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_requirement .l_requirement_list_wrap .requirement_list {
    border: 1px solid #ff0867;
    padding: 80px 120px;
}

.p_requirement .l_requirement_list_wrap .requirement_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.p_requirement .l_requirement_list_wrap .list_item_head {
    position: relative;
    z-index: 10;
    font-size: 15px;
    color: #ff0965;
    width: 100px;
    margin-right: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p_requirement .l_requirement_list_wrap .list_item_detail {
    font-size: 13px;
}

@media only screen and (max-width: 1600px) {
    .p_requirement .l_requirement_list_wrap {
        width: 90%;
        padding: 120px 120px 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_requirement .l_requirement_list_wrap {
        padding: 100px 60px;
    }
    .p_requirement .l_requirement_list_wrap .list_item_head {
        margin-right: 90px;
    }
    .p_requirement .l_requirement_list_wrap .requirement_list {
        padding: 60px 80px;
    }
}

@media only screen and (max-width: 1023px) {
    .p_requirement .l_requirement_list_wrap {
        padding: 80px 60px 60px;
    }
    .p_requirement .l_requirement_list_wrap .list_item_head {
        margin-right: 40px;
    }
    .p_requirement .l_requirement_list_wrap .requirement_list {
        padding: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .p_requirement .l_requirement_list_wrap {
        padding: 50px 20px 20px;
        margin-bottom: 60px;
    }
    .p_requirement .l_requirement_list_wrap .requirement_list {
        padding: 20px;
    }
    .p_requirement .l_requirement_list_wrap .requirement_list_item {
        display: block;
        margin-bottom: 20px;
    }
    .p_requirement .l_requirement_list_wrap .list_item_head {
        margin-bottom: .4em;
    }
    .p_requirement .l_requirement_list_wrap .right_top_double_border,
    .p_requirement .l_requirement_list_wrap .left_bottom_double_border {
        width: 20px;
    }
}

.p_requirement .l_requirement_img_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto 130px;
}

.p_requirement .l_requirement_img_area .img_wrap img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .p_requirement .l_requirement_img_area {
        margin-bottom: 70px;
    }
}


/* schedule
   ----------------------------------------------------------------- */

.p_schedule .l_mv_area {
    position: relative;
    width: calc(100% - 200px);
    background: url(../img/schedule_mv_bg.jpg);
    background-size: cover;
    margin: 0 auto 150px;
    padding-top: 50px;
    padding-bottom: 160px;
    border-radius: 40px;
}

.p_schedule .l_mv_area .ttl_set {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 60px;
}

.p_schedule .l_mv_area .page_ttl {
    font-size: 0;
    margin-bottom: 24px;
}

.p_schedule .l_mv_area .page_ttl_ja {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

.p_schedule .l_mv_area .desc {
    background: rgba(255, 255, 255, .8);
}

.p_schedule .l_mv_area .desc_inner {
    position: relative;
    z-index: 3;
    max-width: 770px;
    margin: 0 auto;
    color: #fa005e;
    font-size: 25px;
    line-height: 2;
    padding: 30px 0 38px;
}

.p_schedule .l_mv_area .pic_left_top {
    position: absolute;
    z-index: 1;
    left: 170px;
    top: 0;
}

.p_schedule .l_mv_area .pic_right_bottom {
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: 0;
}

.p_schedule .l_mv_area .rect_center_bottom {
    width: 140px;
    height: 160px;
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: skewX(-30deg) translate(-50%, 50%);
    transform: skewX(-30deg) translate(-50%, 50%);
}

@media only screen and (max-width: 1600px) {
    .p_schedule .l_mv_area .pic_left_top {
        left: 20px;
    }
    .p_schedule .l_mv_area .pic_left_top img {
        width: 237.3px;
    }
    .p_schedule .l_mv_area .pic_right_bottom img {
        width: 343.7px;
    }
    .p_schedule .l_mv_area .rect_center_bottom {
        width: 98px;
        height: 112px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_schedule .l_mv_area {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .p_schedule .l_mv_area {
        margin-bottom: 100px;
    }
    .p_schedule .l_mv_area .pic_left_top img {
        width: 169.5px;
    }
    .p_schedule .l_mv_area .pic_right_bottom img {
        width: 245.5px;
    }
    .p_schedule .l_mv_area .desc_inner {
        max-width: 600px;
    }
    .p_schedule .l_mv_area .rect_center_bottom {
        width: 70px;
        height: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .p_schedule .l_mv_area {
        margin-bottom: 40px;
        padding-bottom: 110px;
    }
    .p_schedule .l_mv_area .page_ttl {
        margin-bottom: 10px;
    }
    .p_schedule .l_mv_area .page_ttl img {
        width: 180.4px;
    }
    .p_schedule .l_mv_area .page_ttl_ja {
        font-size: 12px;
        min-width: 120px;
    }
    .p_schedule .l_mv_area .pic_left_top {
        left: 0;
    }
    .p_schedule .l_mv_area .pic_left_top img {
        width: 101.7px;
    }
    .p_schedule .l_mv_area .pic_right_bottom img {
        width: 147.3px;
    }
    .p_schedule .l_mv_area .ttl_set {
        margin-bottom: 20px;
    }
    .p_schedule .l_mv_area .desc_inner {
        width: 90%;
        font-size: 16px;
        line-height: 1.8;
        padding: 20px 0 24px;
    }
    .p_schedule .l_mv_area .rect_center_bottom {
        display: none;
    }
}

.p_schedule .l_slogan_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 100px;
    color: #fa005e;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
    .p_schedule .l_slogan_txt {
        display: none;
    }
}

.p_schedule .l_schedule_area {
    max-width: 1686px;
    margin: 0 auto;
}

.p_schedule .l_schedule_area .schedule_ttl_set {
    text-align: center;
    margin-bottom: 68px;
}

.p_schedule .l_schedule_area .schedule_ttl_set * {
    color: #fa005e;
}

.p_schedule .l_schedule_area .schedule_ttl {
    font-weight: bold;
    font-size: 40px;
}

.p_schedule .l_schedule_area .schedule_subttl {
    font-size: 16px;
}

.p_schedule .l_schedule_area .schedule_cards {
    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;
    margin-bottom: -100px;
}

@media only screen and (max-width: 1600px) {
    .p_schedule .l_schedule_area .schedule_cards {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    .p_schedule .l_schedule_area .schedule_ttl {
        font-size: 20px;
    }
    .p_schedule .l_schedule_area .schedule_subttl {
        font-size: 14px;
    }
    .p_schedule .l_schedule_area .schedule_ttl_set {
        margin-bottom: 30px;
    }
}

.p_schedule .l_bottom_pic {
    max-width: 1200px;
    margin: 110px auto;
}

.p_schedule .l_bottom_pic img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .p_schedule .l_bottom_pic {
        width: 90%;
        margin: 50px auto;
    }
}

@media only screen and (max-width: 600px) {
    .p_schedule .l_bottom_pic {
        margin: 20px auto;
    }
}

.p_vision .l_mv_area {
    position: relative;
    height: 53.64vw;
    width: 100%;
    background: url(../img/vision_mainvisual.jpg);
    background-size: cover;
}

.p_vision .l_mv_area .bottom_right_rect {
    position: absolute;
    bottom: -180px;
    right: -50px;
    z-index: 1;
    width: 150px;
    height: 800px;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
    background: -webkit-gradient(linear, left top, right top, from(#ff0072), to(#ff4e00));
    background: -webkit-linear-gradient(left, #ff0072 0%, #ff4e00 100%);
    background: linear-gradient(to right, #ff0072 0%, #ff4e00 100%);
}

.p_vision .l_mv_area .bottom_left_border {
    position: absolute;
    left: 0;
    bottom: -640px;
    z-index: 2;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-34deg);
    transform: skewX(-34deg);
}

.p_vision .l_mv_area .mv_area_inner {
    max-width: 1500px;
    margin: 0 auto;
}

.p_vision .l_mv_area .ttl_set {
    float: left;
    padding-top: 100px;
}

.p_vision .l_mv_area .page_ttl {
    margin-bottom: 24px;
}

.p_vision .l_mv_area .page_ttl_ja {
    background: #3e0017;
    display: inline-block;
    color: #fff;
    display: inline-block;
    min-width: 194px;
    padding: 0 17px;
}

.p_vision .l_mv_area .mv_lead_ara {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    float: right;
    padding-top: 74px;
}

@media only screen and (max-width: 1280px) {
    .p_vision .l_mv_area .mv_lead_ara {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

.p_vision .l_mv_area .mv_lead_catch {
    font-size: 30px;
    margin-left: 60px;
    padding-top: 14px;
}

.p_vision .l_mv_area .mv_lead {
    font-size: 25px;
    color: #fa005e;
    letter-spacing: 6px;
}

@media only screen and (max-width: 1600px) {
    .p_vision .l_mv_area .mv_area_inner {
        width: 80%;
    }
    .p_vision .l_mv_area .mv_lead_catch {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .p_vision .l_mv_area .bottom_left_border {
        display: none;
    }
    .p_vision .l_mv_area .bottom_right_rect {
        bottom: -80px;
        right: -30px;
        width: 70px;
        height: 400px;
    }
    .p_vision .l_mv_area .mv_lead_catch {
        margin-left: 0;
    }
    .p_vision .l_mv_area .mv_area_inner {
        width: 90%;
    }
    .p_vision .l_mv_area .ttl_set {
        padding-top: 50px;
    }
    .p_vision .l_mv_area .ttl_set,
    .p_vision .l_mv_area .mv_lead_ara {
        float: none;
    }
}

@media only screen and (max-width: 1023px) {
    .p_vision .l_mv_area .mv_lead_ara {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .p_vision .l_mv_area {
        margin-bottom: 20px;
    }
    .p_vision .l_mv_area .ttl_set {
        display: none;
    }
    .p_vision .l_mv_area .mv_lead_ara,
    .p_vision .l_mv_area .bottom_right_rect {
        display: none;
    }
}

.p_vision .l_ttl_set_sp {
    display: none;
    width: 90%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 600px) {
    .p_vision .l_ttl_set_sp {
        display: block;
    }
    .p_vision .l_ttl_set_sp .page_ttl {
        font-size: 0;
        margin-bottom: 10px;
    }
    .p_vision .l_ttl_set_sp .page_ttl img {
        width: 91.2px;
    }
    .p_vision .l_ttl_set_sp .page_ttl_ja {
        background: #3e0017;
        display: inline-block;
        color: #fff;
        display: inline-block;
        min-width: 120px;
        padding: 0 17px;
        font-size: 12px;
    }
}

.p_vision .l_greeting_area {
    position: relative;
    padding: 130px 0 240px;
    background: url(../img/vision_message_bg.gif);
    background-size: cover;
}

.p_vision .l_greeting_area .bottom_right_border {
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #fa2576;
    border-left: 1px solid #fa2576;
    width: 33px;
    height: 1000px;
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
}

.p_vision .l_greeting_area .greeting_inner {
    max-width: 1500px;
    margin: 0 auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.p_vision .l_greeting_area .greeting_ttl {
    text-align: center;
    margin: 0 auto 90px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    position: absolute;
    top: 40px;
    left: 50%;
    height: 100px;
    width: 38px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media only screen and (max-width: 1280px) {
    .p_vision .l_greeting_area .greeting_ttl {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

.p_vision .l_greeting_area .greeting_desc {
    width: 50%;
    -ms-flex-item-align: center;
    align-self: center;
}

.p_vision .l_greeting_area .message_lead {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 30px;
    color: #fa005e;
    line-height: 1.4;
    margin-bottom: 30px;
}

.p_vision .l_greeting_area .message_detail {
    font-size: 15px;
    margin-bottom: 30px;
}

.p_vision .l_greeting_area .boss_info {
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    text-align: right;
}

.p_vision .l_greeting_area .boss_job {
    display: inline-block;
    font-size: 20px;
    margin-right: 40px;
}

.p_vision .l_greeting_area .boss_name {
    display: inline-block;
    font-size: 35px;
}

.p_vision .l_greeting_area .boss_image_wrap {
    width: 50%;
    text-align: right;
}

.p_vision .l_greeting_area .boss_image {
    width: 90%;
}

@media only screen and (max-width: 1600px) {
    .p_vision .l_greeting_area .greeting_inner {
        width: 90%;
    }
}

@media only screen and (max-width: 1280px) {
    .p_vision .l_greeting_area {
        padding: 80px 0 120px;
    }
    .p_vision .l_greeting_area .greeting_ttl {
        margin-bottom: 70px;
        position: static;
        height: auto;
        width: auto;
        -webkit-transform: none;
        transform: none;
    }
    .p_vision .l_greeting_area .greeting_inner {
        display: block;
    }
    .p_vision .l_greeting_area .greeting_desc {
        width: 100%;
    }
    .p_vision .l_greeting_area .boss_image_wrap {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 600px) {
    .p_vision .l_greeting_area {
        padding: 40px 0 80px;
    }
    .p_vision .l_greeting_area .greeting_ttl {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .p_vision .l_greeting_area .message_lead {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .p_vision .l_greeting_area .boss_image_wrap {
        margin-bottom: 20px;
    }
    .p_vision .l_greeting_area .message_detail {
        font-size: 13px;
    }
    .p_vision .l_greeting_area .boss_job {
        margin-right: 20px;
        font-size: 10px;
    }
    .p_vision .l_greeting_area .boss_name {
        font-size: 26px;
    }
    .p_vision .l_greeting_area .bottom_right_border {
        width: 13px;
    }
}


/* 2017.12.12 add */

.notfound {
    text-align: center;
    margin: 10% 0;
}

.c_effort_detail_item .item_pic img {
    max-width: 400px;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic {
    top: -100px;
    right: 12%;
}

.p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic {
    top: -100px;
    left: 12%;
}

@media only screen and (max-width: 1600px) {
    .c_effort_detail_item .item_pic img {
        max-width: 360px;
    }
    .c_effort_detail_item {
        width: 80%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
        padding: 40px 40% 40px 40px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 40px 40px 40px 40%;
    }
}

@media only screen and (max-width: 1280px) {
    .c_effort_detail_item .item_pic img {
        max-width: 300px;
    }
    .c_effort_detail_item {
        width: 90%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
        padding: 40px 45% 40px 40px;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 40px 40px 40px 45%;
    }
}

@media only screen and (max-width: 1023px) {
    .c_effort_detail_item .item_lead,
    .c_effort_detail_item .item_desc {
        background: rgba(255, 255, 255, .8);
    }
}

@media only screen and (max-width: 600px) {
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) .item_pic img,
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) .item_pic img {
        max-width: 100%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(odd) {
        padding: 10%;
    }
    .p_effort .l_effort_detail_items .c_effort_detail_item:nth-of-type(even) {
        padding: 10%;
    }
}


/* 2017.12.13 add */

.g_slogan_txt,
.p_vision .l_mv_area .mv_lead_catch,
.p_vision .l_mv_area .mv_lead,
.p_interview_l .l_mv_area .mv_desc,
.p_effort .l_mv .page_lead {
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
}

.p_effort .l_communicate_top_area {
    max-width: none;
    width: 90%;
}

.p_effort .l_communicate_top_area .desc_detail {
    padding: 0px 15%;
}

@media only screen and (max-width: 600px) {
    .p_effort .l_communicate_top_area .ttl_en img {
        width: 95%;
    }
    .p_effort .l_communicate_top_area .ttl_ja {
        font-size: 14px;
    }
    .p_effort .l_communicate_top_area .desc_detail {
        padding: 0px 10%;
    }
}


/* 2017.12.14 add */

body {
    line-height: 2;
}

.p_interview_l .l_mv_area .mv_desc {
    font-size: 17px;
    padding-left: 55%;
    text-align: left;
}

.p_vision .l_greeting_area .message_detail,
.p_effort .l_communicate_top_area .desc_detail,
.c_effort_detail_item .item_desc,
.c_qanda_item .question_detail,
.c_qanda_item .question_detail,
.c_qanda_item .answer_detail,
.p_interview_d .l_interview_d_main1 .desc_detail,
.p_interview_d .l_interview_d_main2 .main2_detail,
.p_interview_d .l_interview_other .interview_other_detail,
.p_requirement .l_requirement_list_wrap .list_item_detail {
    font-size: 15px;
    line-height: 2;
}

@media only screen and (max-width: 600px) {
    .p_schedule .l_mv_area {
        padding-bottom: 40px;
    }
    .p_vision .l_greeting_area .message_detail,
    .p_effort .l_communicate_top_area .desc_detail,
    .c_effort_detail_item .item_desc,
    .c_qanda_item .question_detail,
    .c_qanda_item .question_detail,
    .c_qanda_item .answer_detail,
    .p_interview_d .l_interview_d_main1 .desc_detail,
    .p_interview_d .l_interview_d_main2 .main2_detail,
    .p_interview_d .l_interview_other .interview_other_detail,
    .p_requirement .l_requirement_list_wrap .list_item_detail {
        font-size: 13px;
    }
    .p_vision .l_greeting_area {
        padding: 10px 0 80px;
    }
}


/* 2017.12.15 add */

.p_interview_d .l_interview_d_main1 .main1_lead,
.p_interview_d .l_interview_d_main2 .main2_lead,
.p_interview_d .l_interview_other .interview_other_lead {
    font-size: 24px;
}

@media only screen and (max-width: 1280px) {
    .p_interview_d .l_interview_d_main1 .main1_lead,
    .p_interview_d .l_interview_d_main2 .main2_lead,
    .p_interview_d .l_interview_other .interview_other_lead {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .p_interview_d .l_interview_d_main1 .main1_lead,
    .p_interview_d .l_interview_d_main2 .main2_lead,
    .p_interview_d .l_interview_other .interview_other_lead {
        font-size: 18px;
    }
}


/* 2018.01.09 add */

.entry-btn {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 86%;
    border: #fa005e 1px solid;
    z-index: 1;
}

.entry-btn a {
    color: #fa005e;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    -webkit-tap-highlight-color: transparent;
}

.entry-btn a:hover {
    background: #fa005e;
    color: #fff;
}

.btn {
    padding-bottom: 90px;
}


/* 2018.01.11 add */

.c_interview_card a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.c_interview_card .interview_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c_interview_card .interview_desc {
    height: 100%;
}

.l_interview_cards.swiper-wrapper {
    min-height: 100% !important;
}

.c_interview_card.swiper-slide {
    height: auto !important;
}

.p_frontpage .l_interview_cards_area,
.p_interview_d .l_interview_cards_area .interview_cards_area_inner {
    padding: 10px 40px;
}

/* 2018.02.27 add */
.external_banner {
    text-align: center;
    margin: 0px 0 70px 0;
}


/*2019.03.04 Tsujino*/
.external_banner a {
    display: inline-block;
    margin: 0 0.5em 1em;
}

@media only screen and (max-width: 600px) {
    .external_banner a {
        margin: 0 0.2em 0.7em; 
    }
    .external_banner img {
        max-height: 45px;
    }
}