@charset "UTF-8";
.article_news .article-header-heading,
.b_mid_career a,
.b_mid_career a:hover,
.b_mid_career-flow-2 .right-text .-note,
ins {
    text-decoration: underline;
}
article,
aside,
blockquote,
dialog,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
    display: block;
}
*,
.slick-slider {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
a,
a:hover {
    color: #333;
    text-decoration: none;
}
.l_container,
body {
    min-width: 320px;
    min-height: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.heading_1 .-text,
a img,
input,
select {
    vertical-align: middle;
}
li,
nav ul,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
mark {
    background: 0 0;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.3;
	font-size: 1.2rem;
	width: 110%;
}
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input[type=button],
input[type=submit] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

html {
    font-size: 81.25%;
}
body,
input,
select,
textarea {
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    width: 100%;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.3;
}
i,
p {
    line-height: 1.6;
}
input,
select,
textarea {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.heading_1 .-text,
.heading_2 .-small,
.heading_4 {
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
}
a:hover {
    opacity: 0.7;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.-br {
    display: none;
}
.-br_pc {
    display: inline-block;
}



.floating-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  /*left: 50%;
  transform: translate3d(-50%, 0px, 0px);*/
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
background-color: beige;
  text-align: center;
	font-size: 15px;
  line-height: 1.2pc;
}

.floating-button.floating-button {
  display: block;
  background: #d2cab3;
  color: black !important;
  width: 90vw;
  max-width: 380px;
  text-align: center;
  text-decoration: none;
  padding: 10px 6px;
  box-shadow: 0px 2px 4px #00000029;
  font-size: 15px;
  line-height: 1.2;
}

.floating-button-wrapper--out.floating-button-wrapper--out {
  transition: .3s ease-in-out;
  opacity: 0;
}

@media only screen and (max-width:768px) {
    input,
    select,
    textarea {
        font-size: 1.23077rem;
    }
    .-br {
        display: inline-block;
    }
    .-br_pc {
        display: none;
    }
	

}
.-hide {
    display: none;
}
.-cf::after {
    content: " ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.btn_more-flip::before,
.btn_more-wh::before,
.btn_more::before,
.btn_prev-flip::before {
    content: "";
}
.heading_1 {
    background: #000;
    text-align: center;
    padding: 19px 0;
}
.heading_1 .-text {
    font-size: 1.34615rem;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.15em;
  font-family: Averta-Semibold;
}
.heading_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
}

.heading_2 .text {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.heading_2 .-text {
    font-size: 1.5rem;
    font-weight: 700;
}
.heading_2 .-small {
    font-size: 0.69231rem;
    letter-spacing: 0.15em;
    margin-top: 5px;
    display: block;
    opacity: 0.8;
}
.btn_more-flip:hover,
.btn_more-wh:hover,
.btn_more:hover,
.btn_prev-flip:hover {
    opacity: 1;
}
.heading_3 .-text {
    font-size: 1.30769rem;
    font-weight: 700;
}
.heading_4 {
    text-align: center;
    font-size: 1.07692rem;
    padding: 28px 0;
    z-index: 2;
    position: relative;
}

.btn_more .-text,
.btn_more-2 .-text,
.btn_more-flip .-text,
.btn_more-wh .-text {
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    vertical-align: middle;
}
.btn_more,
.btn_more-wh {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #fff;
}

.btn_more {
    width: 100%;
    background: 0 0;
    position: relative;
}
.btn_more .-text {
    color: #fff;
    display: inline-block;
    position: relative;
}

.btn_more::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_more:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn_more-wh {
    width: 100%;
    background: 0 0;
    position: relative;
}
.btn_more-2,
.btn_more-flip {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #000;
}
.btn_more-wh .-text {
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_more-wh .-arr,
.btn_more-wh::before {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    top: 0;
    bottom: 0;
}

.btn_more-wh::before {
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease;
}
.btn_more-wh:hover .-text {
    color: #000;
}

.btn_more-wh:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn_more-flip {
    width: 100%;
    background: #000;
    position: relative;
}
.btn_more-flip .-text {
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_more-flip .-arr {
    width: 22px;
    height: 15px;
    margin: auto;
    display: block;
    background: url("../../../img/common/icn-arr-r-2.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_more-flip::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_more-2 {
    width: 100%;
    background: 0 0;
    position: relative;
}
.btn_more-2-flip,
.btn_prev {
    padding: 12px 0;
    text-align: center;
    border: 1px solid #fff;
}
.btn_more-2 .-text {
    color: #000;
    display: inline-block;
}

.btn_more-2-flip {
    width: 100%;
    background: #fff;
    position: relative;
}
.btn_more-2-flip .-text {
    color: #000;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width:769px) {
    .heading_1 {
        padding: 35px 0;
    }
    .heading_1 .-text {
        font-size: 2rem;
		font-family: Averta-Semibold;
    }
    .heading_4 {
        font-size: 2rem;
		font-family: Averta-Semibold;
        padding: 50px 0;
    }
    .btn_more .-text,
    .btn_more-2 .-text,
    .btn_more-2-flip .-text,
    .btn_more-flip .-text,
    .btn_prev .-text,
    .btn_prev-2 .-text,
    .btn_prev-2-flip .-text,
    .btn_prev-flip .-text {
        font-size: 1.30769rem;
    }
    .btn_more,
    .btn_more-2,
    .btn_more-2-flip,
    .btn_more-flip,
    .btn_prev,
    .btn_prev-2,
    .btn_prev-2-flip,
    .btn_prev-flip {
        padding: 15px 0;
    }
    .btn_more-2.flip-pc {
        border: 1px solid #fff;
    }
    .btn_more-2.flip-pc .-text {
        color: #fff;
    }
    
    .icn_slash-w18,
    .icn_slash-w18-flip {
        width: 25px;
        height: 28px;
    }
    .btn_play {
        width: 70px;
        height: 96px;
    }
    .l_container {
        min-width: 1024px;
    }
}
.l_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #f9f7f2;
    overflow: hidden;
}
.l_container::after {
    content: " ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.modal-open .l_container,
.navi-open .l_container {
    position: fixed;
    left: 0;
    top: 0;
}
.l_footer,
.l_header {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
}
@media only screen and (max-width:719px) {
    .l_footer,
    .l_header {
        min-width: 320px;
    }
}



.l_contents {
    /*margin-top: 66px;*/
    letter-spacing: 2px;
}
.top-page .l_contents {
    margin-top: 0;
}

.li_bread li::before,
.li_bread-flip li::before {
    content: ">";
    margin: 0 4px;
}

.li_bread .-text,
.li_bread a:hover {
    color: #000;
}
.li_bread .-text,
.li_bread a,
.li_bread li::before,
.li_bread-flip .-text {
    font-size: 0.69231rem;
    padding-top: 10px;
}
.media_eyecatch .b_ec-descript-c.shown {
    opacity: 1;
}
.li_bread li:first-child::before {
    display: none;
}
.li_bread .-text,
.li_bread-flip li,
.li_bread-flip li::before {
    display: inline-block;
    vertical-align: middle;
}
.li_bread a {
    color: #000;
    border-bottom: 1px solid #000;
}
.li_bread-flip li::before {
    color: #fff;
    padding-top: 10px;
}
.li_bread-flip li:first-child::before {
    display: none;
}
.li_bread-flip a {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}
.li_bread-flip a:hover {
    color: #fff;
}
.li_bread-flip .-text {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.b_ec_top {
    width: 100%;
    height: 0;
    padding-bottom: 142.00171%;
    position: relative;
    overflow: hidden;
}
.b_ec_header-video,
.b_ec_header-video video,
.b_ec_header-video::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.b_ec_header-video {
    height: 100%;
    display: none;
}
.b_ec_header-video::after {
    content: "";
    display: block;
    height: 100%;
    background: rgba(0,0,0,.4);
}
.b_ec_header-video video {
    right: 0;
    bottom: 0;
    margin: auto;
}
.b_ec_header-slider,
.b_ec_header-slider .slick-list,
.b_ec_header-slider .slick-track {
    width: 100%;
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 0;
}

.media_top_eyecatch .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_ec_header {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.b_ec_header-heading {
    width: 90.0161%;
    height: 0;
    padding-bottom: 19.6995%;
    position: absolute;
    margin: auto;
    right: 250px;
    /* bottom: 0; */
    top: 50%; /* Rewrite */
    -webkit-transform: translateY(-73%);
    transform: translateY(-73%);
    text-align: center;
}
.b_ec_footer,
.b_top_member_slider-header .-image {
    position: relative;
}
.b_ec_header-heading .-small {
    color: #fff;
    font-size: 1.07692rem;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    text-align: center;
    margin: 5px 0 0;
}
.b_ec_header-heading .-small.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 0.5s ease-in 6.5s!important;
    transition: all 0.5s ease-in 6.5s!important;
}
.b_ec_header-heading .-small.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.b_ec_header-heading-body {
    color: #fff;
    /* font-size: 1.84615rem; Rewrite*/
    letter-spacing: 0rem;/*Rerite*/
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b_ec_header-heading-body .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.01) translateY(40%);
    transform: scale(1.01) translateY(40%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b_ec_header-heading-body .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
/* Rewrite ( add ) start */
.b_ec_header-heading-body .-left{
    width: 200px;
    display: block;
    margin: 0 auto;
    line-height: 0;
}
.b_ec_header-heading-body .-right{
    display: inline-block;
    vertical-align: bottom;
    margin: 15px 0 0;
}
.b_ec_header-heading-body .-logo {
    display: block;
    line-height: 0;
    -webkit-transition: all 0.5s ease-in 6.5s!important;
    transition: all 0.5s ease-in 6.5s!important;
}
/* end Rewrite ( add ) */
.b_ec_header-heading-body .-text {
    font-size: 1.3rem;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in 6.5s!important;
    transition: all 0.5s ease-in 6.5s!important;
}
.b_ec_scroll {
    display: none;
}
.b_ec_footer {
    color: #fff;
    width: 100%;
    background: #000;
}
.b_ec_footer-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.li_ec_footer-news {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.li_ec_footer-news li:not(:first-child) {
    display: none;
}
.li_ec_footer-news a {
    padding: 13px 0;
}
.b_ec_footer-item {
    display: block;
    color: #fff;
}
.b_ec_footer-item:hover {
    color: #fff;
}
.b_ec_footer-item-heading {
    display: block;
    margin-bottom: 8px;
}
.b_ec_footer-item-heading .-icn {
    width: 20px;
    height: 20px;
    margin: 0 8px 8px 0;
    display: inline-block;
    vertical-align: middle;
}
.b_ec_footer-item-heading .-time {
    font-size: 0.69231rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 8px 8px 0;
    display: inline-block;
    vertical-align: middle;
}
.b_ec_footer-item-heading .-category {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 8px;
}
.b_ec_footer-item-heading .-cat {
    font-size: 0.69231rem;
    border: 1px solid #fff;
    padding: 3px 8px;
    letter-spacing: 0.2em;
    margin: 0 8px 0 0;
    display: inline-block;
}
.b_ec_footer-item-body {
    font-size: 0.76923rem;
}
.b_ec_footer-btn {
    width: 46px;
    height: 46px;
}
.b_ec_footer-btn .btn {
    width: 18px;
    margin: 0 0 0 auto;
    padding: 14px 0;
    display: block;
}

.media_top_about {
    width: 100%;
}
.media_top_member {
    width: 100%;
    padding-bottom: 20px;
}
.media_top_member .media-header {
    /* display: none;*/
}
.media_top_member .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
}
.b_top_member_slider {
    width: 100%;
    padding: 20px 0;
}
.b_top_member_slider-item {
    display: block;
}
.b_top_member_slider-item:hover {
    opacity: 1;
}
.b_top_member_slider-inner {
    font-size: 0.69231rem;
}
.b_top_member_slider-header {
    position: relative;
    z-index: -1;
}
.b_top_member_slider-header .-on {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.b_top_member_slider-body {
    width: 85.32934%;
    margin: -105px auto 0;
    padding: 40px 20px 20px;
    position: relative;
    background: #fff;
    z-index: 2;
}
.b_top_member_slider-body-text .-pos-1,
.b_top_member_slider-body-text .-pos-2,
.b_top_member_slider-body-text .-pos-3, 
.b_top_member_slider-body-text .-pos-4 {
    font-size: 0.69231rem;
    display: block;
    width: 140px;
    padding: 9px 0;
    position: absolute;
    top: 0;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    left: 0;
    text-align: center;
}
.b_top_member_slider-body-text {
    color: #000;
}
.b_top_member_slider-body-text .-pos-1 {
    background: #e47272;
    color: #fff;
}
.b_top_member_slider-body-text .-pos-2 {
    background: #63d4cc;
    color: #fff;
}
.b_top_member_slider-body-text .-pos-3 {
    background: #fec219;
    color: #fff;
}
.b_top_member_slider-body-text .-pos-4 {
    background: #66a5d3;
    color: #fff;
}
.b_top_member_slider-body-text .-name {
    font-size: 1.07692rem;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-right: 8px;
    display: inline;
}
.b_top_member_slider-body-text .-name-small {
    font-size: 0.69231rem;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
}
.b_top_member_slider-body-text .-descript {
    font-size: 0.69231rem;
    display: block;
    margin: 10px 0 0;
}
.b_top_member_slider-body-text .body,
.btn_top_member {
    margin-top: 15px;
}
.media_top_infographics {
    width: 100%;
    background: url("../../../img/top/sp-bg-infographics.jpg") center top no-repeat;
    background-size: cover;
    padding: 0 0 25px;
}
.media_top_infographics .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.b_top_infographics {
    width: 95.94203%;
    margin: 0 auto;
    padding-top: 25px;
}
.b_top_infographics-left-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    margin-bottom: 3.32326%;
}
.b_top_infographics-item-1 {
    width: 48.33837%;
    margin: 0;
    padding: 14px 0 0;
    background: rgba(255,255,255,.25);
}
.b_top_infographics-item-1 .text-1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.28205rem;
    text-align: center;
    display: block;
    margin: 0 0 10px;
}
.b_top_infographics-item-1 .image {
    width: 76.875%;
    line-height: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_top_infographics-item-1 .image.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.b_top_infographics-item-1 .text-2 {
    color: #fff;
    font-weight: 700;
    font-size: 3.58974rem;
    text-align: center;
}
.b_top_infographics-item-2 {
    width: 48.33837%;
    margin: 0 0 0 3.32326%;
    padding: 14px 0 0;
    background: rgba(255,255,255,.25);
}
.b_top_infographics-item-2 .text-1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.28205rem;
    text-align: center;
    display: block;
    margin: 0 0 20px;
}
.b_top_infographics-item-2 .image {
    width: 71.25%;
    line-height: 0;
    margin: 0 auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_top_infographics-item-2 .image.shown {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.b_top_infographics-item-3 {
    width: 48.33837%;
    margin: 0;
    padding: 14px 0;
    background: rgba(255,255,255,.25);
}
.b_top_infographics-item-3 .image {
    width: 78.125%;
    line-height: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1.01);
    transform: translateY(20px) scale(1.01);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_top_infographics-item-3 .image.shown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}
.b_top_infographics-item-4 {
    width: 48.33837%;
    margin: 0 0 0 3.32326%;
    padding: 14px 0;
    background: rgba(255,255,255,.25);
}
.b_top_infographics-item-4 .image {
    width: 60%;
    line-height: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateX(-20px) scale(1.01);
    transform: translateX(-20px) scale(1.01);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_top_infographics-item-4 .image.shown {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}
.b_top_infographics-item-5 {
    width: 100%;
    padding: 26px 0;
    background: rgba(255,255,255,.25);
}
.b_top_infographics-item-5 .item {
    width: 78.54985%;
    line-height: 0;
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
    font-size: 1.28205rem;
}
.b_top_infographics-item-5 .text-2 {
    margin: 17px 0 26px;
}
.b_top_infographics-item-5 .text-2::after {
    height: 0;
    visibility: hidden;
    display: block;
}
.b_top_infographics-item-5 .text-2 .-num {
    width: 45%;
    font-size: 3.84615rem;
    display: inline-block;
    float: left;
    line-height: 1;
}
.b_top_infographics-item-5 .text-2 .-text {
    width: 55%;
    display: inline-block;
    float: left;
}
.b_top_infographics-item-5 .image {
    margin: 1.78359% 0;
}
.b_top_infographics-item-5 .image::after {
    height: 0;
    visibility: hidden;
    display: block;
}
.b_top_infographics-item-5 .-opacity-1 {
    width: 10%;
    padding-left: 1.78359%;
    display: block;
    float: left;
}
.b_top_infographics-item-5 .-opacity-half {
    width: 10%;
    padding-left: 1.78359%;
    display: block;
    float: left;
    opacity: 0.5;
}
.btn_top_infographics {
    width: 95.94203%;
    margin: 15px auto 0;
}
.-arr-b {
    width: 22px;
    height: 15px;
    margin: auto;
    display: block;
    background: url("../../../img/common/icn-arr-r-4.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width:769px) {
    .-arr-b {
        width: 18px;
        height: 12px;
    }
}

.text-black {
    color: #000;
    position: relative;
    z-index: 1;
}
.media_top_recruit {
    width: 100%;
}
.media_top_recruit .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0;
}
.media_top_recruit .media-body-1 {
    background: #e94d10;
}
.media_top_recruit .media-body-2 {
    background: #ad976e;
}
.media_top_recruit .media-left .-image,
.media_top_recruit .media-right .-image {
    line-height: 0;
}
.media_top_recruit .media-text {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.media_top_recruit .media-text-inner {
    color: #fff;
    padding: 25px 0 35px;
}
.b_top_recruit-body,
.btn_top_recruit {
    margin-top: 20px;
}
.media_top_message {
    width: 100%;
    padding: 0 0 50px;
    color: #fff;
    background: url("../../../img/top/sp-bg-message.webp") center top no-repeat;
    background-size: cover;
}
.media_top_message .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 22px;
}
.media_top_message .media-top {
    padding: 90px 0 0;
}
.media_top_message .media-heading {
    width: 92.74924%;
    margin: 0 auto;
}
.media_top_message .media-body {
    margin-top: 25px;
}
.media_top_message .media-text {
    width: 96.07251%;
    margin: 0 auto;
    font-size: 0.82846rem;
    line-height: 1.49618;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn_top_message {
    margin-top: 30px;
}
@media only screen and (min-width:769px) {
    .media_top_eyecatch {
        width: 100%;
        margin-top: 0;
    }
    .b_ec_top {
        width: 100%;
        height: 0;
        padding-bottom: 55.89286%;
        background: #000;
        position: relative;
    }
    .media_top_eyecatch .media-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 25px;
    }
    .b_ec_header-video {
        display: block;
    }
    .b_ec_header-slider {
        display: none!important;
    }
    .b_ec_header {
        width: 83.28571%;
        min-width: 1024px;
        padding: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: auto;
    }
    .b_ec_header-heading {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        position: absolute;
        margin: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .b_ec_header-heading .-small {
        color: #000;
        font-size: 1.2000rem;
        font-family: "Yu Mincho";
        display: block;
        text-align: center;
        margin: 0; /* Rwrite */
        letter-spacing: 6px;
    }
    .b_ec_header-heading-body,
    .media_top_about .media-text,
    .media_top_message .media-text {
        font-weight: 700;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .b_ec_header-heading-body {
        color: #fff;
        font-size: 3.53846rem;
        letter-spacing: 0.75rem;/*Rerite*/
    }
    /* Rewrite ( add ) start */
    .b_ec_header-heading-body .-left{
    width: 40.892857%;
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    padding: 0 0 8px;
	margin: 0 340px 0 0;
    }
	.b_ec_header-heading-body .-left02{
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    padding: 0 0 8px;
    margin: 0 250px 0 0;
    }
	.b_ec_header-heading-body .-left03{
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    padding: 0 0 8px;
    margin: 0 250px 0 0;
    }
    .b_ec_header-heading-body .-right{
        display: inline-block;
        vertical-align: bottom;
        margin: 0;
    }
    .b_ec_header-heading-body .-logo {
        display: block;
        line-height: 0;
    }
    .b_ec_header-heading-body .-text{
        font-size: 3.75rem;
    }
    /* end Rewrite ( add ) */
    .b_ec_scroll {
        display: block;
    }
    .btn_ec_scroll {
        width: 3.21429%;
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 5.11073%;
    }
	
	
    .b_ec_footer {
        color: #fff;
        width: 100%;
        background: #000;
    }
    .b_ec_footer-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 20px;
        display: block;
    }
    .li_ec_footer-news {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -webkit-align-items: top;
        -ms-flex-align: top;
        align-items: top;
    }
    .li_ec_footer-news li {
        width: 50%;
        position: relative;
    }
    .li_ec_footer-news li::after {
        content: "";
        width: 0;
        height: 60%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-left: 1px dotted #7e8080;
    }
    .li_ec_footer-news li:not(:first-child) {
        display: block;
    }
    .li_ec_footer-news a {
        display: block;
        padding: 25px 20px;
    }
    .b_ec_footer-item-heading,
    .b_top_infographics {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }
    .b_ec_footer-item-heading {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
    }
    .b_ec_footer-item-heading .-icn {
        width: 20px;
        height: 20px;
        display: block;
        margin-right: 8px;
    }
    .b_ec_footer-item-heading .-time {
        font-size: 0.69231rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        margin-right: 8px;
    }
    .b_ec_footer-item-heading .-cat {
        font-size: 0.69231rem;
        border: 1px solid #fff;
        padding: 3px 8px;
        letter-spacing: 0.2em;
    }
    .b_ec_footer-item-body {
        font-size: 0.76923rem;
    }
    .b_ec_footer-btn {
        display: none;
    }
    .media_top_about {
        width: 100%;
        display: block;
        background: url("https://www.akomeya.jp/img/usr/26recruit/bg-about.jpg") center top no-repeat fixed;
        background-size: cover;
        padding-bottom: 155px;
    }
    .media_top_about .media-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_top_about .media-header {
        padding-top: 118px;
    }
    .media_top_about .media-header .-small.shown {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .media_top_about .media-header .-text.shown {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .media_top_about .media-heading {
        width: 650px;
        height: auto;
        margin: 0 auto;
        line-height: 0;
        overflow: hidden;
        padding: 0 0 38px;
    }
    .media_top_about .media-heading .-small {
        opacity: 0;
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: all 0.5s ease 0.4s!important;
        transition: all 0.5s ease 0.4s!important;
        display: block;
    }
    .media_top_about .media-heading-2 .-text {
        width: 100%;
        max-width: 385px;
        margin: 0 auto;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        display: block;
    }
    .media_top_about .media-heading-2 .-small {
        width: 100%;
        max-width: 371px;
        margin: 0 auto;
        padding: 27px 0 0;
        display: block;
    }
    .media_top_about .media-body {
        width: 90.47698%;
        margin: 0 auto;
        padding-top: 0;
    }
    .media_top_about .media-text {
        color: #fff;
        text-align: center;
    }
    .media_top_about .media-text p {
        line-height: 2.2;
    }
    .btn_top_about {
        width: 304px;
        margin: 75px auto 0;
    }
	
    .media_top_member {
        width: 100%;
        padding-bottom: 45px;
    }
    .media_top_member .media-header {
        display: block;
    }
    .media_top_member .media-inner {
        width: 94.85714%;
        margin: 0 auto;
        padding: 0;
    }
    .b_top_member_slider {
        width: 101%;
        margin-top: 60px;
        position: relative;
    }
    .b_top_member_slider-item {
        width: 440px;
        margin: 0 30px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .b_top_member_slider-item:hover,
    .b_top_member_slider-item:hover .b_top_member_slider-header .-image .-on {
        opacity: 1;
    }
    .b_top_member_slider-inner {
        font-size: 0.92308rem;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    .b_top_member_slider-header {
        position: relative;
        z-index: -1;
    }
    .b_top_member_slider-header .-image {
        position: relative;
    }
    .b_top_member_slider-body {
        width: 101%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .btn_top_member {
        width: 433px;
        margin: 20px auto 0;
    }
    .media_top_infographics {
        width: 100%;
        background: url("../../../img/top/bg-infographics.jpg") center top no-repeat;
        background-size: cover;
        padding: 0 0 65px;
    }
    .media_top_infographics .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_top_infographics {
        width: 100%;
        margin: 0 auto;
        padding-top: 55px;
        display: flex;
        -webkit-box-align: top;
        -webkit-align-items: top;
        -ms-flex-align: top;
        align-items: top;
    }
    .b_top_infographics-left {
        width: 48.66785%;
    }
    .b_top_infographics-right {
        width: 49.73357%;
        background: rgba(255,255,255,.25);
        margin: 0 0 0 1.59858%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .media_top_recruit .media-body-1::after,
    .media_top_recruit .media-body-2::after {
        content: " ";
        clear: both;
        visibility: hidden;
        display: block;
        height: 0;
    }
    .b_top_infographics-left-inner:last-child {
        margin-bottom: 0;
    }
    .b_top_infographics-item-5 {
        width: 100%;
        padding: 0;
        background: 0 0;
    }
    .b_top_infographics-item-5 .item {
        width: 74.84444%;
        font-size: 1.69231rem;
    }
    .b_top_infographics-item-5 .text-2 .-num {
        font-size: 4.61538rem;
        text-align: center;
    }
    .btn_top_infographics {
        width: 100%;
        margin: 50px auto 0;
    }
    .media_top_recruit {
        width: 100%;
    }
    .media_top_recruit .media-inner {
        margin: 0 auto;
        width: 100%;
        min-width: 1024px;
        padding: 0;
    }
    .media_top_recruit .media-body-1 .media-text-inner {
        margin-left: 10.71429%;
    }
    .media_top_recruit .media-body-2 .media-text-inner {
        margin-left: 10.71429%;
    }
    .media_top_recruit .media-left {
        width: 50%;
        float: left;
        position: relative;
    }
    .media_top_recruit .media-right {
        width: 50%;
        float: right;
        position: relative;
    }
    .media_top_recruit .media-text {
        margin: 0 auto;
        width: 100%;
        padding: 0 0 58.42857%;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .media_top_recruit .media-text-inner {
        width: 70.71429%;
        position: absolute;
        top: 60%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .b_top_recruit-body {
        padding-left: 10px;
        margin-top: 5.71429%;
    }
    .b_top_recruit-text p {
        line-height: 1.6;
    }
    .btn_top_recruit {
        width: 300px;
        margin-top: 5.71429%;
    }
    .media_top_message {
        width: 100%;
        padding: 0 0 134px;
        background: url("../img/bg-about.webp")center top no-repeat fixed;
        background-size: cover;
    }
    .media_top_message .media-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_top_message .media-top {
        padding: 118px 0 0;
    }
    .media_top_message .media-heading {
        width: 65.36412%;
        margin: 0 auto;
    }
    .media_top_message .media-body {
        width: 84.8135%;
        margin: 70px auto 0;
    }
    .media_top_message .media-text {
        font-size: 0.98231rem;
        width: 96.07251%;
        margin: 0 auto;
        line-height: 1.49618;
        text-align: center;
    }
    .media_top_message .media-text p {
        line-height: 2.11765;
    }
    .btn_top_message {
        width: 304px;
        margin: 93px auto 0;
    }
}

@media screen and (max-width:769px) {

.media_top_about {
        width: 100%;
        display: block;
        background: url("https://www.akomeya.jp/img/usr/26recruit/bg-about.jpg") center top no-repeat fixed;
        background-size: cover;
        padding-bottom: 50px;
    }
    .media_top_about .media-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_top_about .media-header {
        padding-top: 20px;
    }
    .media_top_about .media-header .-small.shown {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .media_top_about .media-header .-text.shown {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .media_top_about .media-heading {
        width: 340px;
        height: auto;
        line-height: 0;
        overflow: hidden;
    }
    .media_top_about .media-heading .-small {
        opacity: 0;
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: all 0.5s ease 0.4s!important;
        transition: all 0.5s ease 0.4s!important;
        display: block;
    }
    .media_top_about .media-heading-2 .-text {
        width: 100%;
        max-width: 385px;
        margin: 0 auto;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        display: block;
    }
    .media_top_about .media-heading-2 .-small {
        width: 100%;
        max-width: 371px;
        margin: 0 auto;
        padding: 27px 0 0;
        display: block;
    }
    .media_top_about .media-body {
        margin: 0 auto;
        padding-top: 50px;
    }
    .media_top_about .media-text {
        color: #fff;
		width: 340px;
    }
    .media_top_about .media-text p {
        line-height: 2.117647;
    }
    }

@media only screen and (min-width:1091px) {
    .b_top_recruit-text {
        font-size: 1.2rem;
    }
    .b_top_recruit-text p {
        line-height: 2.30769;
    }
}
.article_greeting-1 .article-image,
.b_greeting_ec-descript {
    line-height: 0;
}
.media_greeting_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 81.40097%;
    position: relative;
    background: url("../../../img/greeting/eyecatch.webp") center top no-repeat;
    background-size: cover;
}
.media_greeting_eyecatch .media-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.media_greeting_eyecatch .media-bread {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.b_greeting_ec {
    width: 88.16425%;
    height: 0;
    margin: auto;
    padding-bottom: 29.71014%;
    position: absolute;
    left: 0;
    right: 0;
    top: 42.46575%;
}
.b_greeting_ec-heading {
    position: absolute;
    left: 0;
    bottom: 0;
}
.b_greeting_ec-heading .-text {
    font-size: 0.76923rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.b_greeting_ec-heading .-main {
    color: #fff;
    font-size: 0.76923rem;
    font-weight: 700;
    background: #252a2e;
    min-width: 98px;
    padding: 9px 20px;
    text-align: center;
    display: inline-block;
}
.article_greeting-1 .b_greeting-num,
.article_greeting-2 .b_greeting-num,
.article_greeting-3 .b_greeting-num,
.article_greeting-4 .b_greeting-num,
.article_greeting-5 .b_greeting-num {
    display: none;
}
.media_greeting {
    width: 100%;
}
.media_greeting .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.media_greeting .media-body {
    width: 95.05208%;
    margin: 0 auto;
    padding: 20px 0;
}
.article_greeting-2,
.article_greeting-3,
.article_greeting-4,
.article_greeting-5 {
    margin-top: 25px;
}
.article_greeting-1 .article-body-text-inner p,
.article_greeting-2 .article-body-text-inner p,
.article_greeting-3 .article-body-text-inner p,
.article_greeting-4 .article-body-text-inner p,
.article_greeting-5 .article-body-text-inner p {
    font-size: 0.92308rem;
    margin-bottom: 10px;
}
.article_greeting-1 {
    width: 100%;
}
.article_greeting-1 .article-body {
    background: #fff;
}
.article_greeting-1 .article-body-heading {
    color: #fff;
    background: #252a2e;
    padding: 12px 30px;
    line-height: 1.8;
    font-weight: 700;
}
.article_greeting-1 .article-body-text {
    padding: 0 30px;
}
.article_greeting-1 .article-body-text-inner {
    padding: 18px 0;
}
.article_greeting-2 .article-image {
    line-height: 0;
}
.article_greeting-2 .article-body {
    background: #fff;
}
.article_greeting-2 .article-body-heading {
    color: #fff;
    background: #252a2e;
    padding: 12px 30px;
    line-height: 1.8;
    font-weight: 700;
}
.article_greeting-2 .article-body-text {
    padding: 0 30px;
}
.article_greeting-2 .article-body-text-inner {
    padding: 18px 0;
}
.article_greeting-3 .article-image {
    line-height: 0;
}
.article_greeting-3 .article-body {
    background: #fff;
}
.article_greeting-3 .article-body-heading {
    color: #fff;
    background: #252a2e;
    padding: 12px 30px;
    line-height: 1.8;
    font-weight: 700;
}
.article_greeting-3 .article-body-text {
    padding: 0 30px;
}
.article_greeting-3 .article-body-text-inner {
    padding: 18px 0;
}
.article_greeting-4 .article-image {
    line-height: 0;
}
.article_greeting-4 .article-body {
    background: #fff;
}
.article_greeting-4 .article-body-heading {
    color: #fff;
    background: #252a2e;
    padding: 12px 30px;
    line-height: 1.8;
    font-weight: 700;
}
.article_greeting-4 .article-body-text {
    padding: 0 30px;
}
.article_greeting-4 .article-body-text-inner {
    padding: 18px 0;
}
.article_greeting-5 .article-image {
    line-height: 0;
}
.article_greeting-5 .article-body {
    background: #fff;
}
.article_greeting-5 .article-body-heading {
    color: #fff;
    background: #252a2e;
    padding: 12px 30px;
    line-height: 1.8;
    font-weight: 700;
}
.article_greeting-5 .article-body-text {
    padding: 0 30px;
}
.article_greeting-5 .article-body-text-inner {
    padding: 18px 0;
}
@media only screen and (min-width:769px) {
    .b_greeting_ec-heading .-main,
    .b_greeting_ec-heading .-text {
        font-size: 1.53846rem;
        font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
        font-weight: 700;
    }
    .media_greeting_eyecatch {
        width: 100%;
        height: 0;
        padding-bottom: 48.85714%;
        position: relative;
        background: url("../../../img/greeting/eyecatch.webp") center center no-repeat;
        background-size: cover;
    }
    .media_greeting_eyecatch .media-bread {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_greeting_ec {
        width: 54.03087%;
        height: 0;
        margin: auto;
        padding-bottom: 20.84048%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .b_greeting_ec-heading {
        position: static;
        margin-bottom: 54px;
    }
    .b_greeting_ec-heading .-text {
        display: block;
        margin-bottom: 18px;
    }
    .b_greeting_ec-heading .-main {
        color: #fff;
        background: #252a2e;
        min-width: 194px;
        padding: 9px 15px;
        text-align: center;
        display: inline-block;
    }
    .b_greeting_ec-descript {
        line-height: 0;
    }
    .media_greeting {
        width: 100%;
    }
    .media_greeting .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_greeting .media-body {
        width: 95.05208%;
        margin: 0 auto;
        padding: 66px 0 145px;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        position: relative;
    }
    .media_greeting .media-body::after,
    .media_greeting .media-body::before {
        content: "";
        width: 27.55556%;
        height: 100%;
        position: absolute;
        top: 0;
        border-left: 1px solid #dcdcdc;
        display: block;
    }
    .media_greeting .media-body::before {
        left: 50%;
        border-right: 1px solid #dcdcdc;
    }
    .media_greeting .media-body::after {
        right: 50%;
    }
    .article_greeting-1 {
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 105px 0 0;
    }
    .article_greeting-1 .article-image {
        display: block;
        line-height: 0;
        position: relative;
    }
    .article_greeting-1 .icn_corner-lt {
        width: 20.07105%;
        height: 0;
        padding-bottom: 15.45293%;
        display: block;
        background: url("../../../img/common/bar-lt.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: -4.77528%;
        top: -5.67986%;
    }
    .article_greeting-1 .article-body {
        width: 92.0071%;
        margin: -7.54885% auto 0;
        background: #fff;
        position: relative;
    }
    .article_greeting-1 .article-body-header {
        position: relative;
    }
    .article_greeting-1 .b_greeting-num {
        width: 100%;
        display: block;
        position: absolute;
        top: -17.2117%;
        left: 0;
        text-align: center;
        margin: auto;
    }
    .article_greeting-1 .b_greeting-num .-text {
        font-size: 8.84615rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .article_greeting-1 .b_greeting-num .fade-in-cus {
        opacity: 0;
        display: inline-block;
        -webkit-transform: translateX(-20px) scale(1.01);
        transform: translateX(-20px) scale(1.01);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article_greeting-1 .b_greeting-num .fade-in-cus.shown {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .article_greeting-1 .article-body-heading {
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #fff;
        font-size: 1.61538rem;
        background: #252a2e;
        padding: 20px 65px;
        font-weight: 700;
        text-align: left;
        display: inline-block;
        position: absolute;
        right: -3.73002%;
        bottom: 18.76076%;
    }
    .article_greeting-1 .article-body-heading .-main {
        display: block;
    }
    .article_greeting-1 .article-body-text {
        padding: 0 60px;
    }
    .article_greeting-1 .article-body-text-inner {
        padding: 50px 0;
    }
    .article_greeting-1 .article-body-text-inner p {
        font-size: 0.92308rem;
        line-height: 2.30769;
        margin-bottom: 10px;
    }
    .article_greeting-2 {
        margin-top: 70px;
        position: relative;
        z-index: 2;
    }
    .article_greeting-2 .article-image {
        width: 62.78863%;
        margin: 0 0 0 auto;
        padding-top: 0;
        display: block;
        line-height: 0;
        position: relative;
    }
    .article_greeting-2 .icn_corner-rb {
        width: 31.96605%;
        height: 0;
        padding-bottom: 24.61103%;
        display: block;
        background: url("../../../img/common/bar-rb.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: -4.91803%;
        bottom: -5.83333%;
    }
    .article_greeting-2 .article-body-header {
        position: relative;
    }
    .article_greeting-2 .b_greeting-num {
        display: block;
        position: absolute;
        left: 8.61813%;
        bottom: -130px;
        line-height: 0;
    }
    .article_greeting-2 .b_greeting-num .-text {
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 8.84615rem;
    }
    .article_greeting-2 .b_greeting-num .fade-in-cus {
        opacity: 0;
        display: inline-block;
        -webkit-transform: translateX(-20px) scale(1.01);
        transform: translateX(-20px) scale(1.01);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article_greeting-2 .b_greeting-num .fade-in-cus.shown {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .article_greeting-2 .article-body-heading {
        background: 0 0;
        position: absolute;
        top: 45px;
        left: 0;
        padding: 0;
        z-index: 2;
    }
    .article_greeting-2 .article-body-heading .-main {
        font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
        color: #fff;
        font-size: 1.61538rem;
        background: #252a2e;
        margin: 0 0 5px;
        padding: 15px 35px;
        font-weight: 700;
        text-align: left;
        display: inline-block;
    }
    .article_greeting-2 .article-body {
        width: 59.76909%;
        position: absolute;
        left: 0;
        top: 225px;
        background: #fff;
    }
    .article_greeting-2 .article-body-text {
        padding: 0 60px 115px;
        position: relative;
    }
    .article_greeting-2 .article-body-text-inner {
        padding: 50px 0;
    }
    .article_greeting-2 .article-body-text-inner p {
        font-size: 0.92308rem;
        line-height: 2.30769;
        margin-bottom: 10px;
    }
    .article_greeting-3 {
        width: 100%;
        height: 0;
        padding-bottom: 86.4486%;
        margin-top: 188px;
        position: relative;
        z-index: 2;
    }
    .article_greeting-3 .article-image {
        width: 62.78863%;
        margin: 0;
        padding-top: 0;
        display: block;
        line-height: 0;
        position: relative;
    }
    .article_greeting-3 .article-body {
        background: #fff;
    }
    .article_greeting-3 .article-body-header {
        position: relative;
    }
    .article_greeting-3 .b_greeting-num {
        display: block;
        position: absolute;
        left: 11.45648%;
        bottom: -135px;
    }
    .article_greeting-3 .b_greeting-num .-text {
        font-size: 8.84615rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .article_greeting-3 .b_greeting-num .fade-in-cus {
        opacity: 0;
        display: inline-block;
        -webkit-transform: translateX(-20px) scale(1.01);
        transform: translateX(-20px) scale(1.01);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article_greeting-3 .b_greeting-num .fade-in-cus.shown {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .article_greeting-3 .article-body-heading {
       font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #fff;
        font-size: 1.61538rem;
        background: #252a2e;
        padding: 16px 35px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 100px;
        left: 39.43162%;
    }
    .article_greeting-3 .article-body {
        width: 59.76909%;
        position: absolute;
        right: 0;
        top: 24.43385%;
    }
    .article_greeting-3 .article-body-text {
        padding: 0 60px;
        position: relative;
    }
    .article_greeting-3 .article-body-text-inner {
        padding: 50px 0;
    }
    .article_greeting-3 .article-body-text-inner p {
        font-size: 0.92308rem;
        line-height: 2.30769;
        margin-bottom: 10px;
    }
    .article_greeting-3 .article-body-text-inner .-strong {
        font-size: 1.30769rem;
        font-weight: 700;
    }
    .article_greeting-4 {
        width: 100%;
        margin-top: 75px;
        position: relative;
        z-index: 2;
    }
    .article_greeting-4 .article-image {
        width: 62.78863%;
        margin: 0 0 0 auto;
        padding-top: 0;
        display: block;
        line-height: 0;
        position: relative;
    }
    .article_greeting-4 .icn_corner-rb {
        width: 31.96605%;
        height: 0;
        padding-bottom: 24.61103%;
        display: block;
        background: url("../../../img/common/bar-rb.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: -4.66761%;
        bottom: -5.83333%;
    }
    .article_greeting-4 .article-body {
        background: #fff;
    }
    .article_greeting-4 .article-body-header {
        position: relative;
    }
    .article_greeting-4 .b_greeting-num {
        display: block;
        position: absolute;
        left: 4.16667%;
        bottom: -107px;
    }
    .article_greeting-4 .b_greeting-num .-text {
        font-size: 8.84615rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .article_greeting-4 .b_greeting-num .fade-in-cus {
        opacity: 0;
        display: inline-block;
        -webkit-transform: translateX(-20px) scale(1.01);
        transform: translateX(-20px) scale(1.01);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article_greeting-4 .b_greeting-num .fade-in-cus.shown {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .article_greeting-4 .article-body-heading {
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #fff;
        font-size: 1.61538rem;
        background: #252a2e;
        padding: 17px 62px;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 76px;
        left: 0;
    }
    .article_greeting-4 .article-body {
        width: 600px;
        position: absolute;
        left: 0;
        top: 200px;
    }
    .article_greeting-4 .article-body-text {
        padding: 0 60px;
        position: relative;
    }
    .article_greeting-4 .article-body-text-inner {
        padding: 50px 0;
    }
    .article_greeting-4 .article-body-text-inner p {
        font-size: 0.92308rem;
        line-height: 2.30769;
        margin-bottom: 10px;
    }
    .article_greeting-4 .article-body-text-inner .-strong {
        font-size: 1.38462rem;
        font-weight: 700;
    }
    .article_greeting-5 {
        width: 100%;
        margin-top: 180px;
        position: relative;
        z-index: 2;
    }
    .article_greeting-5 .article-image {
        display: block;
        line-height: 0;
        position: relative;
    }
    .article_greeting-5 .icn_corner-lt {
        width: 20.07105%;
        height: 0;
        padding-bottom: 15.45293%;
        display: block;
        background: url("../../../img/common/bar-lt.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: -4.77528%;
        top: -5.67986%;
    }
    .article_greeting-5 .article-body {
        width: 92.0071%;
        margin: -7.54885% auto 0;
        background: #fff;
        position: relative;
    }
    .article_greeting-5 .article-body-header {
        position: relative;
    }
    .article_greeting-5 .b_greeting-num {
        width: 100%;
        text-align: center;
        display: block;
        position: absolute;
        bottom: -132px;
        left: 0;
    }
    .article_greeting-5 .b_greeting-num .-text {
        font-size: 8.84615rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .article_greeting-5 .b_greeting-num .fade-in-cus {
        opacity: 0;
        display: inline-block;
        -webkit-transform: translateX(-20px) scale(1.01);
        transform: translateX(-20px) scale(1.01);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .article_greeting-5 .b_greeting-num .fade-in-cus.shown {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    .article_greeting-5 .article-body-heading {
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #fff;
        font-size: 1.61538rem;
        min-width: 557px;
        background: #252a2e;
        padding: 15px 70px;
        font-weight: 700;
        text-align: left;
        display: inline-block;
        position: absolute;
        right: -3.73002%;
        bottom: 18.76076%;
    }
    .article_greeting-5 .article-body-text {
        padding: 0 60px;
    }
    .article_greeting-5 .article-body-text-inner {
        padding: 50px 0;
    }
    .article_greeting-5 .article-body-text-inner p {
        font-size: 0.92308rem;
        line-height: 2.30769;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:1300px) {
    .article_greeting-5 {
        margin-top: 145px;
    }
}
.media_interview_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url("../../../img/interview/sp-eyecatch.png") center top no-repeat;
    background-size: cover;
    position: relative;
}
.media_interview_eyecatch .media-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.media_interview_eyecatch .media-bread {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_interview_eyecatch .b_ec {
    width: 81.40097%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.media_interview_eyecatch .b_ec-heading {
    margin: 0 auto;
    text-align: center;
}
.media_interview_eyecatch .b_ec-heading .icn_slash {
    display: none;
}
.media_interview_eyecatch .b_ec-heading .-text {
    color: #fff;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 1.92308rem;
    display: block;
    letter-spacing: 5px;
    margin: 10px 0 5px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_interview_eyecatch .b_ec-heading .-text.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_interview_eyecatch .b_ec-heading .-small {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_interview_eyecatch .b_ec-heading .-small.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_interview_eyecatch .b_ec-body {
    margin-top: 20px;
    font-size: 0.76923rem;
    text-align: left;
    color: #fff;
    font-weight: 700;
}
.media_interview_eyecatch .b_ec-descript {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_interview:hover,
.media_interview_eyecatch .b_ec-descript.shown {
    opacity: 1;
}
.media_interview_eyecatch .b_ec-descript p {
    line-height: 2.02545;
}
.media_interview {
    width: 100%;
}
.media_interview .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
}
.media_interview .media-body {
    width: 90.82292%;
    margin: 0 auto;
    padding: 30px 0 25px;
}
.li_interview-item {
    margin-bottom: 17px;
    background: #fff;
}
.li_interview-item:last-child {
    margin-bottom: 0;
}
.b_interview {
    display: block;
}
.b_interview:hover .b_interview-header-image .-off {
    opacity: 0;
}
.b_interview-header-image {
    line-height: 0;
    position: relative;
}
.b_interview-header-image .-off {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.b_interview-header-image .-on {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.b_interview-body,
.b_interview-body-text .-image {
    position: relative;
}
.b_interview-body {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 20px;
    z-index: 2;
}
.b_interview-body-text {
    color: #000;
    position: relative;
    z-index: -1;
}
.b_interview-body-text .-pos-1,
.b_interview-body-text .-pos-2,
.b_interview-body-text .-pos-3,
.b_interview-body-text .-pos-4 {
    font-size: 0.69231rem;
    display: block;
    width: 140px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -20px;
    top: -40px;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
}
.b_interview-body-text .-pos-1 {
    background: #e47272;
}
.b_interview-body-text .-pos-2 {
    background: #63d4cc;
}
.b_interview-body-text .-pos-3 {
    background: #fec219;
}
.b_interview-body-text .-pos-4 {
    background: #66a5d3;
}
.b_interview-body-text .-name {
    font-size: 1.07692rem;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-right: 8px;
    display: inline;
}
.b_interview-body-text .-name-small {
    font-size: 0.69231rem;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
}
.b_interview-body-text .-descript {
    font-size: 0.76923rem;
    display: block;
    margin-top: 10px;
}
.b_interview-body-text .body {
    font-size: 0.76923rem;
    margin-top: 15px;
}
@media only screen and (min-width:769px) {
    .media_interview_eyecatch {
        width: 100%;
        height: 0;
        padding-bottom: 38.14286%;
        background: url("../../../img/interview/eyecatch.png") center top no-repeat;
        background-size: cover;
        position: relative;
    }
    .media_interview_eyecatch .media-bread {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_interview_eyecatch .b_ec {
        width: 63.76554%;
        margin: 0 auto;
        position: absolute;
        top: 18.72659%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .b_interview,
    .b_interview-body,
    .b_interview-body-text,
    .b_interview-body-text .-image,
    .media_interview {
        position: relative;
    }
    .media_interview_eyecatch .b_ec-heading {
        width: 31.33705%;
        margin: 0 auto;
        text-align: center;
    }
    .media_interview_eyecatch .b_ec-heading .icn_slash {
        display: inline-block;
    }
    .media_interview_eyecatch .b_ec-heading .-text {
        display: block;
        margin-top: 10px;
    }
    .media_interview_eyecatch .b_ec-body {
        width: 620px;
        margin: 6.68524% auto 0;
        font-size: 0.92308rem;
        text-align: left;
        color: #fff;
    }
    .media_interview_eyecatch .b_ec-descript {
        font-weight: 700;
    }
    .media_interview_eyecatch .b_ec-descript p {
        line-height: 1.53846;
    }
    .media_interview {
        width: 100%;
        margin-top: 5%;
    }
    .media_interview .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_interview .media-body {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 35px;
    }
    .li_interview {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .li_interview-item {
        width: 31.70515%;
        margin: 2.22025% 0 0 2.22025%;
    }
    .li_interview-item:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }
    .li_interview-item:last-child {
        margin-bottom: 0;
    }
    .b_interview {
        display: block;
    }
    .b_interview:hover {
        opacity: 1;
    }
    .b_interview-header-image {
        line-height: 0;
        position: relative;
    }
    .b_interview-body {
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px 20px;
        z-index: 2;
    }
    .b_interview-body-text {
        color: #000;
        z-index: -1;
    }
    .b_interview-body-text .-pos-1,
    .b_interview-body-text .-pos-2,
    .b_interview-body-text .-pos-3,
    .b_interview-body-text .-pos-4 {
        font-size: 0.69231rem;
        width: 140px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        position: absolute;
        left: -20px;
        top: -40px;
		font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: 0.15em;
        display: block;
    }
    .b_interview-body-text .-pos-1 {
        background: #e47272;
    }
    .b_interview-body-text .-pos-2 {
        background: #63d4cc;
    }
    .b_interview-body-text .-pos-3 {
        background: #fec219;
    }
    .b_interview-body-text .-pos-4 {
        background: #66a5d3;
    }
    .b_interview-body-text .-name {
        font-size: 1.8000rem;
        font-weight: 700;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-right: 8px;
    }
    .b_interview-body-text .-name-small {
        font-size: 0.69231rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: 0.15em;
    }
    .b_interview-body-text .-descript {
        font-size: 0.76923rem;
        display: block;
        margin-top: 10px;
    }
    .b_interview-body-text .body {
        font-size: 1.2rem;
        margin-top: 15px;
    }
}
.media_interview_detail_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 81.64251%;
    position: relative;
}

.media_interview_detail_eyecatch .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_interview_detail_eyecatch .b_ec-heading {
    margin: 5.34759% 0 8.02139%;
}
.media_interview_detail_eyecatch .b_ec-heading .-text {
    font-size: 12px;
    line-height: 1.79;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 0 2px #fff;
}
.media_interview_detail_eyecatch .b_ec-heading .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_interview_detail_eyecatch .b_ec-heading .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.media_interview_detail_eyecatch .b_ec-descript {
    width: 182px;
}
.media_interview_detail_eyecatch .b_ec-descript .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1) translateX(-20px);
    transform: scale(1) translateX(-20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_interview_detail_eyecatch .b_ec-descript .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.media_interview_detail_eyecatch .b_ec-descript-left {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.media_interview_detail_eyecatch .b_ec-descript-left .btn {
    background: #252a2e;
    color: #fff;
    font-weight: 700;
    font-size: 0.76923rem;
    padding: 8px 0;
}
.media_interview_detail_eyecatch .b_ec-descript-right {
    width: 100%;
    text-align: center;
}
.media_interview_detail_eyecatch .b_ec-descript-right .btn {
    background: #f5bc0c;
    color: #fff;
    font-weight: 700;
    font-size: 0.76923rem;
    padding: 8px 0;
}
.article_interview_detail .article-text,
.article_interview_detail-1 .article-text,
.article_interview_detail-2 .article-text {
    font-size: 0.92308rem;
}
.media_interview_detail {
    width: 100%;
    padding-bottom: 15px;
}
.media_interview_detail .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.article_interview_detail-1,
.article_interview_detail-2 {
    width: 100%;
    margin-top: 30px;
}
.article_interview_detail .article-body-inner,
.article_interview_detail-1 .article-body-inner,
.article_interview_detail-2 .article-body-inner {
    background: #fff;
    padding: 25px 30px;
}
.article_interview_detail .article-image {
    line-height: 0;
}
.article_interview_detail .article-image.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail .article-image.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail .article-body .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1) translateX(-30px);
    transform: scale(1) translateX(-30px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail .article-body .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail .article-body-header {
    margin-bottom: 20px;
}
.article_interview_detail .article-body-heading {
    font-weight: 700;
}
.article_interview_detail .article-text p {
    line-height: 1.53846;
    margin-bottom: 10px;
}
.article_interview_detail .article-text p:last-child {
    margin-bottom: 0;
}
.article_interview_detail-1 .article-image {
    line-height: 0;
}
.article_interview_detail-1 .article-image.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-1 .article-image.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail-1 .b_interview_detail-num {
    display: none;
}
.article_interview_detail-1 .b_interview_detail-body.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-1 .b_interview_detail-body.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail-1 .b_interview_detail-body .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1) translateY(20px);
    transform: scale(1) translateY(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-1 .b_interview_detail-body .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail-1 .article-body-header {
    margin-bottom: 20px;
}
.article_interview_detail-1 .article-body-heading {
    font-weight: 700;
}
.article_interview_detail-1 .article-text p {
    line-height: 1.53846;
    margin-bottom: 10px;
}
.article_interview_detail-1 .article-text p:last-child {
    margin-bottom: 0;
}
.article_interview_detail-2 .article-image {
    line-height: 0;
}
.article_interview_detail-2 .article-image.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-2 .article-image.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.article_interview_detail-2 .b_interview_detail-num {
    display: none;
}
.article_interview_detail-2 .b_interview_detail-body.fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1.1) translateX(0);
    transform: scale(1.1) translateX(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-2 .b_interview_detail-body.fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.article_interview_detail-2 .b_interview_detail-body .fade-in-cus {
    opacity: 0;
    -webkit-transform: scale(1) translateX(-40px);
    transform: scale(1) translateX(-40px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.article_interview_detail-2 .b_interview_detail-body .fade-in-cus.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}
.article_interview_detail-2 .article-body-header {
    margin-bottom: 20px;
}
.article_interview_detail-2 .article-body-heading {
    font-weight: 700;
}
.article_interview_detail-2 .article-text p {
    line-height: 1.53846;
    margin-bottom: 10px;
}
.article_interview_detail-2 .article-text p:last-child {
    margin-bottom: 0;
}
.b_interview_pagenavi {
    margin-top: 13px;
}
.li_interview_pagenavi::after {
    height: 0;
    visibility: hidden;
    display: block;
}
.li_interview_pagenavi li {
    width: 49.45055%;
    max-width: 434px;
    float: right;
}
.li_interview_pagenavi li:nth-child(2n+1) {
    float: left;
}
.li_interview_pagenavi.-first li:nth-child(2n+1) {
    float: right;
}
@media only screen and (min-width:769px) {
    .media_interview_detail .media-body::before,
    .media_interview_detail .media-header::before {
        left: 50%;
        border-right: 1px solid #dcdcdc;
    }
    .media_interview_detail .media-body::after,
    .media_interview_detail .media-header::after {
        right: 50%;
    }
    .media_interview_detail_eyecatch {
        width: 100%;
        height: 0;
        min-height: 457px;
        padding-bottom: 32.64286%;
        position: relative;
    }
   
    .media_interview_detail_eyecatch .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_interview_detail_eyecatch .b_ec-heading {
        margin: 6.57194% 0 4.97336%;
        padding-left: 34px;
    }
    .media_interview_detail_eyecatch .b_ec-heading .sp {
        display: none;
    }
    .media_interview_detail_eyecatch .b_ec-heading .-text {
        font-size: 2.38462rem;
        line-height: 1.82375;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .media_interview_detail_eyecatch .b_ec-descript {
        width: 563px;
        font-weight: 700;
    }
    .media_interview_detail_eyecatch .b_ec-descript::after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .media_interview_detail_eyecatch .b_ec-descript-left {
        width: 276px;
        text-align: center;
        float: left;
    }
    .media_interview_detail_eyecatch .b_ec-descript-left .btn {
        background: #252a2e;
        color: #fff;
        font-weight: 700;
        font-size: 1.23077rem;
        padding: 11px 0;
    }
    .media_interview_detail_eyecatch .b_ec-descript-right {
        width: 276px;
        margin: 0 0 0 11px;
        text-align: center;
        float: left;
    }
    .media_interview_detail_eyecatch .b_ec-descript-right .btn {
        background: #f5bc0c;
        color: #fff;
        font-weight: 700;
        font-size: 1.23077rem;
        padding: 11px 0;
    }
    .media_interview_detail {
        width: 100%;
        padding-bottom: 0;
    }
    .media_interview_detail .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_interview_detail .media-header {
        width: 100%;
        position: relative;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
    .media_interview_detail .media-header::after,
    .media_interview_detail .media-header::before {
        content: "";
        width: 27.55556%;
        height: 100%;
        position: absolute;
        display: block;
        top: 0;
        border-left: 1px solid #dcdcdc;
    }
    .media_interview_detail .media-body {
        width: 100%;
        position: relative;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
    .media_interview_detail .media-body::after,
    .media_interview_detail .media-body::before {
        content: "";
        width: 27.55556%;
        height: 100%;
        position: absolute;
        top: 0;
        border-left: 1px solid #dcdcdc;
        display: block;
    }
    .article_interview_detail {
        position: relative;
        z-index: 2;
    }
    .article_interview_detail .article-image {
        line-height: 0;
        position: relative;
    }
    .article_interview_detail .icn_corner-lt {
        width: 20.07105%;
        height: 0;
        padding-bottom: 15.45293%;
        display: block;
        background: url("../../../img/common/bar-lt.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: -4.79574%;
        top: -5.67986%;
    }
    .article_interview_detail .article-body {
        width: 91.82948%;
        max-width: 1034px;
        margin: -10.30195% auto 0;
        position: relative;
    }
    .article_interview_detail .article-body-inner {
        padding: 60px 60px 95px;
        background: #fff;
    }
    .article_interview_detail .article-body-header {
        margin-bottom: 20px;
    }
    .article_interview_detail .article-body-heading {
        font-size: 1.46154rem;
        font-weight: 700;
    }
    .article_interview_detail .article-text {
        font-size: 0.92308rem;
    }
    .article_interview_detail .article-text p {
        line-height: 1.84615;
        margin-bottom: 30px;
    }
    .article_interview_detail .article-text p:last-child {
        margin-bottom: 0;
    }
    .article_interview_detail .icn_corner-rb {
        width: 21.85687%;
        height: 0;
        padding-bottom: 16.82785%;
        display: block;
        background: url("../../../img/common/bar-rb.png") center center no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: -5.02901%;
        bottom: -53px;
    }
    .article_interview_detail-1 {
        width: 100%;
        min-height: 583px;
        margin-bottom: 50px;
        position: relative;
        z-index: 2;
    }
    .article_interview_detail-1 .article-image {
        width: 62.78863%;
        max-width: 707px;
        top: 40px;
        right: 0;
        line-height: 0;
        position: absolute;
    }
    .article_interview_detail-1 .article-body {
        width: 60.12433%;
        padding: 118px 0 0;
        position: relative;
        background: 0 0;
    }
    .article_interview_detail-1 .b_interview_detail-num {
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
    }
    .article_interview_detail-1 .b_interview_detail-num.fade-in-cus {
        opacity: 0;
        height: 0;
        -webkit-transform: scale(1) translateY(50px);
        transform: scale(1) translateY(50px);
        -webkit-transition: height 0.6s ease,opacity 1s ease,-webkit-transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,-webkit-transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,transform 0.8s ease,-webkit-transform 0.8s ease;
        display: inline-block;
        overflow: hidden;
    }
    .article_interview_detail-1 .b_interview_detail-num.fade-in-cus.shown {
        opacity: 1;
        height: 147px;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    .article_interview_detail-1 .article-body-inner {
        padding: 65px 13.29394%;
        background: #fff;
        position: relative;
    }
    .article_interview_detail-1 .icn_corner-lt {
        width: 0;
        height: 0;
        border-top: 46px solid #f5f5f5;
        border-left: 50px solid #f5f5f5;
        border-right: 50px solid transparent;
        border-bottom: 46px solid transparent;
        display: block;
        position: absolute;
        left: 0;
        top: 118px;
    }
    .article_interview_detail-1 .icn_corner-rb {
        width: 0;
        height: 0;
        border-top: 46px solid transparent;
        border-left: 50px solid transparent;
        border-right: 50px solid #f5f5f5;
        border-bottom: 46px solid #f5f5f5;
        display: block;
        position: absolute;
        right: 0;
        bottom: -39px;
    }
    .article_interview_detail-1 .article-body-header {
        margin-bottom: 20px;
    }
    .article_interview_detail-1 .article-body-heading {
        font-size: 1.46154rem;
        font-weight: 700;
    }
    .article_interview_detail-1 .article-text {
        font-size: 0.92308rem;
    }
    .article_interview_detail-1 .article-text p {
        line-height: 1.84615;
        margin-bottom: 30px;
    }
    .article_interview_detail-1 .article-text p:last-child {
        margin-bottom: 0;
    }
    .article_interview_detail-2 {
        width: 100%;
        min-height: 583px;
        position: relative;
        z-index: 2;
    }
    .article_interview_detail-2 .article-image {
        width: 62.78863%;
        max-width: 707px;
        top: 60px;
        left: 0;
        line-height: 0;
        position: absolute;
    }
    .article_interview_detail-2 .article-body {
        width: 60.12433%;
        margin: 0 0 0 auto;
        padding: 118px 0 0;
        position: relative;
        background: 0 0;
    }
    .article_interview_detail-2 .b_interview_detail-num {
        display: block;
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
    }
    .article_interview_detail-2 .b_interview_detail-num.fade-in-cus {
        opacity: 0;
        height: 0;
        -webkit-transform: scale(1) translateY(-50px);
        transform: scale(1) translateY(-50px);
        -webkit-transition: height 0.6s ease,opacity 1s ease,-webkit-transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,-webkit-transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,transform 0.8s ease;
        transition: height 0.6s ease,opacity 1s ease,transform 0.8s ease,-webkit-transform 0.8s ease;
        display: inline-block;
        overflow: hidden;
    }
    .article_interview_detail-2 .b_interview_detail-num.fade-in-cus.shown {
        opacity: 1;
        height: 147px;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
    .article_interview_detail-2 .article-body-inner {
        padding: 65px 13.29394%;
        background: #fff;
        position: relative;
    }
    .article_interview_detail-2 .icn_corner-lt {
        width: 0;
        height: 0;
        border-top: 46px solid #f5f5f5;
        border-left: 50px solid #f5f5f5;
        border-right: 50px solid transparent;
        border-bottom: 46px solid transparent;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .article_interview_detail-2 .icn_corner-rb {
        width: 0;
        height: 0;
        border-top: 46px solid transparent;
        border-left: 50px solid transparent;
        border-right: 50px solid #f5f5f5;
        border-bottom: 46px solid #f5f5f5;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .article_interview_detail-2 .article-body-header {
        margin-bottom: 20px;
    }
    .article_interview_detail-2 .article-body-heading {
        font-size: 1.46154rem;
        font-weight: 700;
    }
    .article_interview_detail-2 .article-text {
        font-size: 0.92308rem;
    }
    .article_interview_detail-2 .article-text p {
        line-height: 1.84615;
        margin-bottom: 30px;
    }
    .article_interview_detail-2 .article-text p:last-child {
        margin-bottom: 0;
    }
    .b_interview_pagenavi {
        margin-top: 0;
        padding: 100px 0;
        width: 100%;
        position: relative;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
    }
    .b_interview_pagenavi::after,
    .b_interview_pagenavi::before {
        content: "";
        width: 27.55556%;
        height: 100%;
        position: absolute;
        top: 0;
        border-left: 1px solid #dcdcdc;
        display: block;
    }
    .b_interview_pagenavi::before {
        left: 50%;
        border-right: 1px solid #dcdcdc;
    }
    .b_interview_pagenavi::after {
        right: 50%;
    }
    .b_interview_pagenavi-inner {
        position: relative;
        z-index: 2;
    }
    .li_interview_pagenavi::after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .li_interview_pagenavi li {
        width: 49.45055%;
    }
}
.media_company_system {
    width: 100%;
}
.media_company_system .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0;
}
.b_company_system-image-1,
.b_company_system-image-2,
.b_company_system-image-3,
.b_company_system-image-4,
.b_company_system-image-5,
.b_company_system-image-6 {
    width: 100%;
    height: 0;
    padding-bottom: 66.42512%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.li_company_system-item {
    width: 100%;
    position: relative;
}
.b_company_system {
    display: block;
    color: #333;
    -webkit-transition: background 0.8s ease,color 0.05s ease;
    transition: background 0.8s ease,color 0.05s ease;
}
.b_company_system-image-1 {
    background: url("../../../img/company-system/img-1.webp") center center no-repeat;
    background-size: cover;
}
.b_company_system-image-2 {
    background: url("../../../img/company-system/sp-img-2.jpg") center center no-repeat;
    background-size: cover;
}
.b_company_system-image-3 {
    background: url("../../../img/company-system/img-3.webp") center center no-repeat;
    background-size: cover;
}
.b_company_system-image-4 {
    background: url("../../../img/company-system/sp-img-4.jpg") center center no-repeat;
    background-size: cover;
}
.b_company_system-image-5 {
    background: url("../../../img/company-system/sp-img-5.jpg") center center no-repeat;
    background-size: cover;
}
.b_company_system-image-6 {
    background: url("../../../img/company-system/img-6.webp") center center no-repeat;
    background-size: cover;
}
.b_company_system-body {
    width: 60.38647%;
    min-width: 250px;
    padding: 4.83092% 0 6.52174%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}
.b_company_system-body-header {
    text-align: center;
}
.b_company_system-body-header .-pc {
    display: none;
}
.b_company_system-body-header .-sp {
    display: block;
}
.icn_company_system_slash {
    width: 23px;
    height: 23px;
    margin-bottom: 7px;
    display: inline-block;
    line-height: 0;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.icn_company_system_slash.shown {
    opacity: 1;
}
.icn_company_system_slash::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b_company_system-body-heading {
    text-align: center;
}
.b_company_system-body-heading .-text {
    font-size: 1.23077rem;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_company_system-body-heading .-small,
.b_java_app-body-heading {
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b_company_system-body-heading .-text.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.b_company_system-body-heading .-small {
    font-size: 0.76923rem;
    display: block;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_company_system-body-heading .-small.shown {
    opacity: 1;
}
.b_company_system-body-text {
    display: none;
}
.btn_company_system {
    width: 76%;
    min-width: 190px;
    max-width: 300px;
    margin: 6.15385% auto 0;
}
.btn_company_more {
    width: 100%;
    background: 0 0;
    padding: 12px 0;
    text-align: center;
    position: relative;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_company_more .-text {
    color: #000;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.15em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn_company_more .-arr {
    width: 22px;
    height: 15px;
    margin: auto;
    display: block;
    background: url("../../../img/common/icn-arr-r-2-bl.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width:769px) {
    .media_company_system {
        width: 100%;
    }
    .media_company_system .media-inner {
        margin: 0 auto;
        width: 100%;
        min-width: 1024px;
        padding: 0;
    }
    .li_company_system-item {
        width: 100%;
        position: relative;
    }
    .b_company_system {
        background: #fff;
    }
    .b_company_system:hover {
        opacity: 1;
        color: #fff;
        background: #252a2e;
    }
    .b_company_system:hover .icn_company_system_slash::after {
        background: #fff;
    }
    .b_company_system:hover .btn_company_more {
        border: 1px solid #fff;
    }
    .b_company_system:hover .btn_company_more .-text {
        color: #fff;
    }
    .b_company_system:hover .btn_company_more .-arr {
        background: url("../../../img/common/icn-arr-r-2.png") center center no-repeat;
        background-size: 100% auto;
    }
    .b_company_system-col {
        display: table;
        width: 100%;/* Rerite */
    }
    .b_company_system-left,
    .b_company_system-right {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
    .b_company_system-image-1,
    .b_company_system-image-2,
    .b_company_system-image-3,
    .b_company_system-image-4,
    .b_company_system-image-5,
    .b_company_system-image-6 {
        width: 50%;
        height: 100%;
        padding-bottom: 0;
        line-height: 0;
        position: static;
        display: table-cell;
        vertical-align: middle;
    }
    .b_company_system-image-1 {
        background: url("../../../img/company-system/img-1.webp") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-image-2 {
        background: url("../../../img/company-system/img-2.jpg") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-image-3 {
        background: url("../../../img/company-system/img-3.webp") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-image-4 {
        background: url("../../../img/company-system/img-4.jpg") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-image-5 {
        background: url("../../../img/company-system/img-5.jpg") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-image-6 {
        background: url("../../../img/company-system/img-6.webp") center center no-repeat;
        background-size: cover;
    }
    .b_company_system-body {
        width: 62.14286%;
        padding: 40px 0;
        background: 0 0;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin: 0 auto;
        z-index: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .b_company_system-body-header .-pc {
        display: block;
    }
    .b_company_system-body-header .-sp {
        display: none;
    }
    .icn_company_system_slash {
        width: 28px;
        height: 28px;
        margin-bottom: 10px;
    }
    .b_company_system-body-heading .-text {
        font-size: 2.07692rem;
    }
    .b_company_system-body-heading .-small {
        font-size: 1.30769rem;
        margin-top: 10px;
    }
    .b_company_system-body-text {
        display: block;
        font-size: 0.92308rem;
        line-height: 1.51385;
        margin: 6.89655% 0 0;
    }
    .btn_company_system {
        width: 76%;
        min-width: 190px;
        margin: 8.04598% auto 0;
    }
    .btn_company_more {
        padding: 15px 0;
    }
    .btn_company_more .-text {
        font-size: 1.30769rem;
    }
}
.b_training_link,
.b_vacation-image-1 {
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
.b_training_system-top-heading .-pc,
.b_training_system-top-image .-pc {
    display: none;
}
.media_training_system {
    width: 100%;
}
.b_training_system-top {
    width: 100%;
    padding: 30px 0 0;
}
.b_training_system-top-header {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    text-align: center;
}
.b_training_system-top-heading {
    width: 270px;
    margin: 30px auto 0;
}
.b_training_system-top-body {
    padding: 40px 0 0;
}
.b_training_system-top-image {
    line-height: 0;
    margin: 0 0 43px;
}
.b_training_system-top-text {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_training_system-top-text p {
    font-size: 0.92308rem;
}
.b_training_system-bottom {
    width: 100%;
    padding: 30px 0 0;
}
.b_training_system-bottom-header {
    text-align: center;
}
.b_training_system-bottom-heading {
    width: 100px;
    margin: 30px auto 0;
}
.b_training_system-bottom-body {
    padding: 40px 0 0;
}
.b_training_system-bottom-left,
.b_training_system-bottom-right {
    width: 100%;
    height: 0;
    padding-bottom: 75.60386%;
    position: relative;
    backgorund-size: cover;
    color: #fff;
    display: block;
}
.b_training_system-bottom-left {
    background: url("../../../img/company-system/training-system/sp-img-2.webp") center center no-repeat;
}
.b_training_system-bottom-left:hover {
    color: #fff;
}
.b_training_system-bottom-right {
    background: url("../../../img/company-system/training-system/sp-img-3.webp") center center no-repeat;
}
.b_training_system-bottom-right:hover {
    color: #fff;
}
.b_training_link {
    width: 250px;
    margin: auto;
    padding: 8px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.b_training_link-outline {
    width: auto;
    border: 2px solid #fff;
    padding: 22px 0;
}
.b_training_link-inner {
    padding: 0 15px;
}
.b_training_link-heading {
    font-size: 0.76923rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.45455;
}
.b_training_link-heading::after {
    content: "";
    width: 84px;
    height: 2px;
    margin: 15px auto;
    background: #fff;
    display: block;
}
.b_training_link-body {
    font-size: 0.69231rem;
}
@media only screen and (min-width:769px) {
    .media_training_system {
        width: 100%;
    }
    .b_training_system-top {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 63px 0 0;
    }
    .b_training_system-top-header {
        margin: 0 auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b_training_system-top-heading {
        width: 825px;
        margin: 30px auto 0;
    }
    .b_training_system-top-heading .-pc {
        display: block;
    }
    .b_training_system-top-heading .-sp {
        display: none;
    }
    .b_training_system-top-body {
        padding: 50px 0 0;
    }
    .b_training_system-top-image {
        line-height: 0;
        margin: 0 0 84px;
    }
    .b_training_system-top-image .-pc {
        display: block;
    }
    .b_training_system-top-image .-sp {
        display: none;
    }
    .b_training_system-top-text {
        margin: 0 auto;
        width: 84.36945%;
        padding: 0;
    }
    .b_training_system-top-text p {
        font-size: 0.92308rem;
    }
    .b_training_system-bottom {
        width: 100%;
        padding: 90px 0 0;
    }
    .b_training_system-bottom-header {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
        text-align: center;
    }
    .b_training_system-bottom-heading {
        width: 146px;
        margin: 15px auto 0;
    }
    .b_training_system-bottom-body {
        padding: 60px 0 0;
    }
    .b_training_system-bottom-left,
    .b_training_system-bottom-right {
        width: 50%;
        height: 0;
        padding-bottom: 33.57143%;
        position: relative;
        backgorund-size: cover;
        float: left;
        color: #fff;
        display: block;
    }
    .b_training_system-bottom-col::after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .b_training_system-bottom-left {
        background: url("../../../img/company-system/training-system/img-2.webp") center center no-repeat;
    }
    .b_training_system-bottom-left:hover {
        color: #fff;
    }
    .b_training_system-bottom-right {
        background: url("../../../img/company-system/training-system/img-3.webp") center center no-repeat;
    }
    .b_training_system-bottom-right:hover {
        color: #fff;
    }
    .b_training_link {
        width: 50.71429%;
        margin: auto;
        padding: 15px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    .b_training_link-outline {
        width: auto;
        border: 2px solid #fff;
        padding: 30px 0;
    }
    .b_training_link-inner {
        padding: 0 25px;
    }
    .b_training_link-heading {
        font-size: 1.23077rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.45455;
    }
    .b_training_link-heading::after {
        content: "";
        width: 126px;
        height: 2px;
        margin: 15px auto;
        background: #fff;
        display: block;
    }
    .b_training_link-body {
        font-size: 0.76923rem;
    }
}
.media_java_app {
    width: 100%;
}
.b_java_app {
    width: 100%;
    background: #f6f6f6;
}
.b_java_app-flip {
    width: 100%;
    background: #fff;
}
.b_java_app-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_java_app-col {
    width: 100%;
    padding: 25px 0;
}
.b_java_app-image {
    line-height: 0;
}
.b_java_app-image .-pc {
    display: none;
}
.b_java_app-body {
    padding: 30px 0 0;
}
.b_java_app-body-header {
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_java_app-body-header.shown {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.b_java_app-body-heading {
    font-size: 1.23077rem;
}
.media_unique_system_eyecatch .b_ec-heading .-text,
.media_vacation_eyecatch .b_ec-heading .-text {
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-weight: 700;
}
.b_java_app-body-text {
    font-size: 0.92308rem;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_java_app-body-text.shown {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.b_java_app-body-text .-list {
    font-size: 0.76923rem;
    margin: 15px 0 0;
}
.b_java_app-body-text p {
    margin-bottom: 10px;
}
.b_java_app-body-text p::last-child {
    margin-bottom: 0;
}
@media only screen and (min-width:769px) {
    .media_java_app {
        width: 100%;
    }
    .b_java_app-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_java_app-col {
        width: 100%;
        padding: 55px 0;
    }
    .b_java_app-col::after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .b_java_app-left {
        width: 50%;
        float: left;
    }
    .b_java_app-right {
        width: 50%;
        float: right;
        text-align: right;
    }
    .b_java_app-image {
        width: 82.41563%;
        line-height: 0;
        display: inline-block;
    }
    .b_java_app-image .-pc {
        display: none;
    }
    .b_java_app-body {
        padding: 0;
        text-align: left;
    }
    .b_java_app-body-header {
        margin-bottom: 35px;
    }
    .b_java_app-body-heading {
        font-size: 1.5rem;
        font-weight: 700;
    }
    .b_java_app-body-text {
        font-size: 0.92308rem;
    }
    .b_java_app-body-text .-list {
        font-size: 1.2rem;
        margin: 40px 0 0;
    }
    .b_java_app-body-text p {
        margin-bottom: 15px;
		font-size: 1.2rem;
    }
    .b_java_app-body-text p::last-child {
        margin-bottom: 0;
    }
}
.media_aguriculture {
    width: 100%;
    padding: 0 0 55px;
}
.media_aguriculture .media-body {
    padding: 20px 0 0;
}
.media_aguriculture .media-body:first-child {
    padding: 0;
}
.b_aguriculture-heading-1 {
    width: 262px;
    margin: 30px auto 0;
}
.b_aguriculture-heading-2 {
    width: 131px;
    margin: 30px auto 0;
}
.b_aguriculture-video {
/*    width: 100%;
    height: 0;*/
    width: 100%;
    height: auto;
    line-height: 0;
/*    padding: 0 0 74.39614%;*/
    padding: 0 0 56%;
    margin: 0 0 43px;
    position: relative;
    overflow: hidden;
}
.b_aguriculture-video video {
/*    width: auto;
    height: 100%;*/
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.b_aguriculture-video .-sp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.b_aguriculture-video .-pc {
    display: none;
}
.b_aguriculture-btn {
    width: 46px;
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: block;
}
@media only screen and (min-width:768px) {
    .media_aguriculture {
        width: 100%;
        padding: 0 0 100px;
    }
    .b_aguriculture-heading-1 {
        width: 394px;
        margin: 30px auto 0;
    }
    .b_aguriculture-heading-2 {
        width: 199px;
        margin: 30px auto 0;
    }
    .b_aguriculture-video {
        width: 100%;
        height: 0;
        line-height: 0;
        padding: 0 0 41.08062%;
        margin: 0 0 84px;
        position: relative;
        overflow: hidden;
    }
    .b_aguriculture-video video {
        width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }
    .b_aguriculture-video .-sp {
        display: none;
    }
    .b_aguriculture-video .-pc {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
    }
    .b_aguriculture-btn {
        width: 70px;
        height: 95px;
        display: block;
        visibility: visible;
    }
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.media_vacation_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 83.57488%;
    position: relative;
    background: url("../../../img/company-system/unique-vacation/sp-eyecatch.jpg") center bottom no-repeat;
    background-size: cover;
}
.media_vacation_eyecatch .media-inner {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.media_vacation_eyecatch .media-bread {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_vacation_eyecatch .b_ec {
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
.media_vacation_eyecatch .b_ec-header {
    text-align: center;
}
.media_vacation_eyecatch .icn_slash {
    margin: 0 0 4.12088%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
}
.media_vacation_eyecatch .icn_slash.shown {
    opacity: 1;
}
.media_vacation_eyecatch .b_ec-heading {
    margin: 0 auto;
    text-align: center;
}
.media_vacation_eyecatch .b_ec-heading .-text {
    font-size: 1.92308rem;
    display: block;
    letter-spacing: 5px;
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_vacation_eyecatch .b_ec-heading .-text.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_vacation_eyecatch .b_ec-heading .-small {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_vacation_eyecatch .b_ec-heading .-small.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_vacation_eyecatch .b_ec-body {
    margin-top: 20px;
    font-size: 0.76923rem;
    text-align: left;
    color: #fff;
    display: none;
}
.media_vacation_eyecatch .b_ec-descript {
    color: #fff;
    font-size: 0.76923rem;
    line-height: 2.02545;
    text-align: left;
    letter-spacing: 0;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_vacation_eyecatch .b_ec-descript.shown {
    opacity: 1;
}
.media_vacation {
    width: 100%;
    background: #f0f0f0;
    padding: 0 0 40px;
}
.media_vacation .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_vacation .media-top {
    padding: 30px 0 0;
    text-align: center;
}
.media_vacation .media-heading {
    width: 133px;
    margin: 20px auto 0;
}
.media_vacation .media-body {
    padding: 16px 0 0;
}
.li_vacation {
    width: 86.0274%;
    margin: 0 auto;
}
.li_vacation-item {
    width: 100%;
    margin: 30px 0 0;
    background: #fff;
}
.b_vacation-header {
    width: 100%;
    height: 210px;
    background: #f4f7f9;
    position: relative;
}
.icn_married,
.icn_single {
    width: 63px;
    height: 80px;
    display: block;
}
.li_vacation-item:nth-child(2n) .b_vacation-header {
    background: #f4f9f4;
}
.b_vacation-icn {
    width: 63px;
    display: block;
    position: absolute;
    left: 18px;
    top: -14px;
}
.icn_married {
    background: url("../../../img/common/icn-married.png") center center no-repeat;
    background-size: 100% auto;
}
.icn_single {
    background: url("../../../img/common/icn-single.png") center center no-repeat;
    background-size: 100% auto;
}
.b_vacation-image-1 {
    width: 106px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-2,
.b_vacation-image-3 {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-2 {
    width: 154px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-3 {
    width: 104px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-4,
.b_vacation-image-5 {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-4 {
    width: 109px;
    transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-5 {
    width: 80px;
    transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-6,
.b_vacation-image-7 {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-6 {
    width: 82px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-7 {
    width: 100px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-image-8,
.b_vacation-image-9 {
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    line-height: 0;
}
.b_vacation-image-8 {
    width: 97px;
    transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-9 {
    width: 80px;
    transform: translate3d(-50%,-50%,0);
}
.b_unique_system-image-1,
.b_vacation-image-10 {
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
.b_vacation-image-10 {
    width: 110px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_vacation-body {
    padding: 0 11.46497%;
}
.b_vacation-body-header {
/*    font-size: 1.07692rem;*/
    font-size: 1.02rem;
    font-weight: 700;
    text-align: center;
    padding: 20px 5px;
}
.b_vacation-body-text {
    font-size: 0.84615rem;
    padding-bottom: 30px;
}
.b_vacation-footer-note {
    font-size: 0.84615rem;
    text-align: center;
    margin: 20px 0 0;
    padding: 0 50px 0 0;
}
@media only screen and (min-width:769px) {
    .media_vacation_eyecatch {
        width: 100%;
        height: 0;
        min-height: 420px;
        padding-bottom: 30%;
        position: relative;
        background: url("../../../img/company-system/unique-vacation/eyecatch.jpg") center bottom no-repeat;
        background-size: cover;
    }
    .media_vacation_eyecatch .media-bread,
    .media_vacation_eyecatch .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        padding: 0 20px;
        min-width: 1024px;
    }
    .media_vacation_eyecatch .media-inner {
        left: 0;
        right: 0;
    }
    .media_vacation_eyecatch .b_ec {
        width: 50%;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .media_vacation_eyecatch .b_ec-header {
        text-align: center;
    }
    .media_vacation_eyecatch .b_ec-heading {
        margin: 0;
    }
    .media_vacation_eyecatch .b_ec-heading .icn_slash {
        margin: 0 0 1.06572%;
        display: inline-block;
    }
    .media_vacation_eyecatch .b_ec-heading .-text {
        font-size: 2.38462rem;
    }
    .media_vacation_eyecatch .b_ec-body {
        margin: 2.84192% 0 0;
        display: block;
    }
    .media_vacation_eyecatch .b_ec-descript {
        color: #fff;
        font-size: 0.92308rem;
        line-height: 1.51385;
    }
    .media_vacation {
        width: 100%;
        background: #f0f0f0;
        padding: 0 0 50px;
    }
    .media_vacation .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_vacation .media-top {
        padding: 65px 0 0;
        text-align: center;
    }
    .media_vacation .media-heading {
        width: 197px;
        margin: 25px auto 0;
    }
    .media_vacation .media-body {
        padding: 35px 0 0;
    }
    .li_vacation {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; */
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .li_vacation-item {
        width: 32.50444%;
        margin: 35px 0 0 1.24334%;
    }
    .li_vacation-item:first-child {
        margin: 35px 0 0;
    }
    .b_vacation-header {
        width: 100%;
        height: 210px;
        background: #f4f7f9;
        position: relative;
    }
    .li_vacation-item:nth-child(2n) .b_vacation-header {
        background: #f4f9f4;
    }
    .b_vacation-icn {
        position: absolute;
    }
    .b_vacation-image-1 {
        width: 122px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-2,
    .b_vacation-image-3 {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-2 {
        width: 178px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-3 {
        width: 120px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-4,
    .b_vacation-image-5 {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-4 {
        width: 127px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-5 {
        width: 95px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-6,
    .b_vacation-image-7 {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-6 {
        width: 98px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-7 {
        width: 114px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-image-8,
    .b_vacation-image-9 {
        -webkit-transform: translate3d(-50%,-50%,0);
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 0;
    }
    .b_vacation-image-8 {
        width: 113px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-9 {
        width: 89px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_vacation-image-10 {
        width: 127px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_vacation-body {
        padding: 0;
    }
    .b_vacation-body-header {
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        padding: 20px 10px;
        letter-spacing: 0;
    }
    .b_vacation-body-text {
        font-size: 0.84615rem;
        padding: 0 12.01299% 30px;
    }
    .b_vacation-footer-note {
        text-align: left;
    }
}
.media_unique_system_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 83.57488%;
    position: relative;
    background: url("../../../img/company-system/unique-system/sp-eyecatch.png") center bottom no-repeat;
    background-size: cover;
}
.media_unique_system_eyecatch .media-inner {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.media_unique_system_eyecatch .media-bread {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_unique_system_eyecatch .b_ec {
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
.media_unique_system_eyecatch .b_ec-header {
    text-align: center;
}
.media_unique_system_eyecatch .icn_slash {
    margin: 0 0 4.12088%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
}
.media_unique_system_eyecatch .icn_slash.shown {
    opacity: 1;
}
.media_unique_system_eyecatch .b_ec-heading {
    margin: 0 auto;
    text-align: center;
}
.media_unique_system_eyecatch .b_ec-heading .-text {
    font-size: 1.92308rem;
    display: block;
    letter-spacing: 5px;
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_unique_system_eyecatch .b_ec-heading .-text.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_unique_system_eyecatch .b_ec-heading .-small {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_unique_system_eyecatch .b_ec-heading .-small.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_unique_system_eyecatch .b_ec-body {
    margin-top: 20px;
    font-size: 0.76923rem;
    text-align: left;
    color: #fff;
    display: none;
}
.media_unique_system_eyecatch .b_ec-descript {
    color: #fff;
    font-size: 0.76923rem;
    line-height: 2.02545;
    letter-spacing: 0;
    text-align: left;
    opacity: 0;
    font-weight: 700;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_unique_system_eyecatch .b_ec-descript.shown {
    opacity: 1;
}
.b_unique_system-image-1 {
    width: 115px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-2,
.b_unique_system-image-3 {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
}
.b_unique_system-image-2 {
    width: 142px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-3 {
    width: 82px;
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-4,
.b_unique_system-image-5 {
    -webkit-transform: translate3d(-50%,-50%,0);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
}
.b_unique_system-image-4 {
    width: 163px;
    transform: translate3d(-50%,-50%,0);
}
.b_unique_system-image-5 {
    width: 116px;
    transform: translate3d(-50%,-50%,0);
}
.b_unique_system-image-6 {
    width: 163px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-7 {
    width: 167px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-8 {
    width: 119px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
.b_unique_system-image-9 {
    width: 179px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    line-height: 0;
}
@media only screen and (min-width:769px) {
    .media_unique_system_eyecatch {
        width: 100%;
        height: 0;
        min-height: 420px;
        padding-bottom: 30%;
        position: relative;
        background: url("../../../img/company-system/unique-system/eyecatch.png") center bottom no-repeat;
        background-size: cover;
    }
    .media_unique_system_eyecatch .media-bread,
    .media_unique_system_eyecatch .media-inner {
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
        margin: 0 auto;
    }
    .media_unique_system_eyecatch .media-inner {
        left: 0;
        right: 0;
    }
    .media_unique_system_eyecatch .b_ec {
        width: 50%;
        position: absolute;
        top: 50%;
        left: auto;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 25px 0 0;
    }
    .media_unique_system_eyecatch .b_ec-header {
        text-align: center;
    }
    .media_unique_system_eyecatch .b_ec-heading {
        margin: 0;
    }
    .media_unique_system_eyecatch .b_ec-heading .icn_slash {
        margin: 0 0 1.06572%;
        display: inline-block;
    }
    .media_unique_system_eyecatch .b_ec-heading .-text {
        font-size: 2.38462rem;
    }
    .media_unique_system_eyecatch .b_ec-body {
        margin: 2.84192% 0 0;
        display: block;
    }
    .media_unique_system_eyecatch .b_ec-descript {
        color: #fff;
        font-size: 0.92308rem;
        line-height: 1.51385;
    }
    .b_unique_system-image-1 {
        width: 133px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_unique_system-image-2,
    .b_unique_system-image-3 {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
    }
    .b_unique_system-image-2 {
        width: 163px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_unique_system-image-3 {
        width: 94px;
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
    .b_unique_system-image-4,
    .b_unique_system-image-5 {
        -webkit-transform: translate3d(-50%,-50%,0);
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        line-height: 0;
    }
    .b_unique_system-image-4 {
        width: 188px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_unique_system-image-5 {
        width: 135px;
        transform: translate3d(-50%,-50%,0);
    }
    .b_unique_system-image-6 {
        width: 186px;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
        line-height: 0;
    }
}
.media_media_landscape .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_instagram {
    width: 100%;
    padding: 28px 0 20px;
}
.li_instagram::after {
    height: 0;
    visibility: hidden;
    display: block;
}
.li_instagram-item {
    width: 47.52747%;
    height: 0;
    float: left;
    margin: 4.67033% 0 0 4.94505%;
    padding: 0 0 47.52747%;
    overflow: hidden;
}
.li_instagram-item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}
.b_sns {
    padding: 30px 0 56px;
}
.li_sns-item .-fb,
.li_sns-item .-ig,
.li_sns-item .-tw {
    padding-bottom: 100%;
    display: block;
    height: 0;
}
.li_sns {
    width: 88.73626%;
    margin: 0 auto;
}
.li_sns::after {
  content: "";
  display: table;
  clear: both;
}
.li_sns li:nth-child(odd) {
    -webkit-animation: horizontal1 0.9s ease-in-out infinite alternate;
    animation: horizontal1 0.9s ease-in-out infinite alternate;
}
.li_sns li:nth-child(even) {
    -webkit-animation: horizontal2 0.9s ease-in-out infinite alternate;
    animation: horizontal2 0.9s ease-in-out infinite alternate;
}
.li_sns-item {
    width: 27.55418%;
    float: left;
    margin: 0 0 8.66873% 8.66873%;
}
.li_sns-item:first-child {
    margin-left: 0;
}
.li_sns-item .-fb {
    width: 100%;
    -webkit-animation: vertical 0.9s ease-in-out 1.1s infinite alternate;
    animation: vertical 0.9s ease-in-out 1.1s infinite alternate;
}
.li_sns-item .-tw {
    width: 100%;
    -webkit-animation: vertical 0.9s ease-in-out 1.3s infinite alternate;
    animation: vertical 0.9s ease-in-out 1.3s infinite alternate;
}
.li_sns-item .-ig {
    width: 100%;
    -webkit-animation: vertical 0.9s ease-in-out 1.5s infinite alternate;
    animation: vertical 0.9s ease-in-out 1.5s infinite alternate;
}
.li_sns-item-wide {
    width: 100%;
    clear: both;
    -webkit-animation: none;
    animation: none;
}
.li_sns-item-wide .-wantedly {
    width: 96.28483%;
    margin: 0 auto;
    -webkit-animation: vertical 0.9s ease-in-out 1.7s infinite alternate;
    animation: vertical 0.9s ease-in-out 1.7s infinite alternate;
}
.li_sns-item-wide .-wantedly {
    width: 96.28483%;
    margin: 0 auto;
    -webkit-animation: vertical 0.9s ease-in-out 1.7s infinite alternate;
    animation: vertical 0.9s ease-in-out 1.7s infinite alternate;
}
@-webkit-keyframes horizontal1 {
    0% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes horizontal1 {
    0% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes horizontal2 {
    0% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes horizontal2 {
    0% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes vertical {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (min-width:769px) {
    .media_media_landscape .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_instagram {
        width: 100%;
        padding: 0 0 60px;
    }
    .li_instagram::after {
        content: " ";
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .li_instagram-item {
        width: 31.08348%;
        height: 0;
        float: left;
        margin: 3.37478% 0 0 3.37478%;
        padding: 0 0 31.08348%;
        overflow: hidden;
    }
    .li_instagram-item:nth-child(2n+1) {
        margin-left: 3.37478%;
        clear: none;
    }
    .li_instagram-item:nth-child(3n+1) {
        margin-left: 0;
        clear: both;
    }
    .b_sns {
        padding: 80px 0 90px;
    }
    .li_sns {
        width: 43.07282%;
        margin: 0 auto;
    }
}


.media_recruit .media-heading .-text,
.media_recruit_eyecatch .b_ec-heading .-text {
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 5px;
}


.media_recruit .media-video {
    display: none;
}
.media_recruit .media-video::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
}
.media_recruit .media-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.media_recruit .media-body {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
    position: relative;
}
.media_recruit .media-heading {
    margin: 0 auto;
    text-align: center;
}
.media_recruit .media-heading .-text {
    color: #fff;
    font-weight: 700;
    font-size: 1.92308rem;
    display: block;
    margin: 0 0 5px;
}
.media_recruit .media-heading .-small {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.media_recruit .media-text {
    display: none;
}
.media_recruit .media-btn {
    width: 202px;
    margin: 30px auto 0;
}
@media only screen and (min-width:769px) {
    .media_recruit .media-inner-1 {
        width: 100%;
        padding: 70px 0;
        background: url("../../../img/recruit/img-1.jpg") center top no-repeat;
        background-size: cover;
    }
    .media_recruit .media-inner-2 {
        width: 100%;
        padding: 70px 0;
        background: url("../../../img/recruit/img-2.jpg") center top no-repeat;
        background-size: cover;
    }
    .media_recruit .media-inner-3 {
        width: 100%;
        padding: 70px 0;
        background: url("../../../img/recruit/img-3.jpg") center top no-repeat;
        background-size: cover;
    }
    .media_recruit .media-video {
        display: block;
    }
    .media_recruit .media-body {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_recruit .media-heading .-text {
        font-size: 2.38462rem;
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .media_recruit .media-heading .-text.shown {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .media_recruit .media-heading .-small {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        display: inline-block;
    }
    .media_recruit .media-heading .-small.shown {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .media_recruit .media-text {
        font-size: 0.92308rem;
        color: #fff;
        display: block;
        margin-top: 43px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
    .media_recruit .media-text.shown {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .media_recruit .media-btn {
        width: 350px;
        margin: 50px auto 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .media_recruit .media-btn.shown {
        opacity: 1;
    }
}
.media_recruit_eyecatch {
    width: 100%;
    height: 0;
    padding-bottom: 76.57005%;
    position: relative;
}

.media_recruit_eyecatch .media-inner {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.media_recruit_eyecatch .media-bread {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.media_recruit_eyecatch .b_ec_header-video video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.media_recruit_eyecatch .b_ec {
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.media_recruit_eyecatch .b_ec-header {
    text-align: center;
}
.media_recruit_eyecatch .icn_slash {
    margin: 0 0 6.86813%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: none;
}
.media_recruit_eyecatch .icn_slash.shown {
    opacity: 1;
}
.media_recruit_eyecatch .b_ec-heading {
    margin: 0 auto;
    text-align: center;
}
.media_recruit_eyecatch .b_ec-heading .-text {
    color: #fff;
    font-weight: 700;
    font-size: 1.92308rem;
    display: block;
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.media_recruit_eyecatch .b_ec-heading .-text.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_recruit_eyecatch .b_ec-heading .-small {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}
.media_recruit_eyecatch .b_ec-heading .-small.shown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.media_recruit_eyecatch .b_ec-body {
    margin-top: 20px;
    font-size: 0.76923rem;
    text-align: left;
    color: #fff;
}
.media_recruit_eyecatch .b_ec-descript {
    color: #fff;
    font-size: 0.76923rem;
    line-height: 2.02545;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.b_recruit_entry-outeline:hover,
.media_recruit_eyecatch .b_ec-descript.shown {
    opacity: 1;
}
.media_new_graduates {
    width: 100%;
    font-size: 0.92308rem;
    background: #fff;
}
.b_recruit-heading,
.media_new_graduates .media-top-heading {
    font-size: 1rem;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.media_new_graduates .media-top {
    width: 100%;
    padding: 34px 0;
}
.media_new_graduates .media-top-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_new_graduates .media-top-header {
    margin-bottom: 15px;
    text-align: center;
}
.b_recruit {
    width: 100%;
    padding: 0 0 35px;
}
.b_recruit-header {
    text-align: center;
}
.b_recruit-heading {
    color: #fff;
    margin-bottom: 30px;
    padding: 11px 0;
    background: #000;
}
.li_recruit-item {
    padding: 15px 0;
    border-top: 1px solid #7f7f7f;
}
.b_recruit_detail {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_recruit_detail-left-heading {
    width: 100%;
    background: #252a2e;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 9px 0;
    margin-bottom: 15px;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b_recruit_detail-right-text {
    text-align: left;
}
.b_recruit_detail-right-text p {
    text-align: left;
    margin-bottom: 15px;
}
.b_recruit_detail-right-text .strikethrough {
  text-decoration: line-through;
}
.b_recruit_detail-right-text .annotation {
  color : red;
}
.b_recruit_entry-body,
.b_recruit_entry-header,
.b_recruit_flow-header,
.btn_recruit_entry {
    text-align: center;
}
.b_recruit_detail-right-text p:last-child {
    margin-bottom: 0;
}
.b_recruit_detail-right-text .-note {
    font-size: 0.76923rem;
    display: block;
}
.b_recruit_flow {
    width: 100%;
    padding: 0 0 50px;
}
.b_recruit_flow-heading {
    font-size: 1.46154rem;
    margin-bottom: 45px;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b_recruit_flow-body {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_recruit_flow-body .-pc {
    display: none;
}
.b_recruit_flow-body .-sp {
    display: block;
}
.b_recruit_flow-image {
    line-height: 0;
    text-align: center;
}
.b_recruit_flow-image img {
    width: 100%;
}
.li_recruit_flow li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -44px;
    border-top: 32px solid #0cb688;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 0 solid transparent;
}
.li_recruit_flow-item-1,
.li_recruit_flow-item-2,
.li_recruit_flow-item-3,
.li_recruit_flow-item-4,
.li_recruit_flow-item-5 {
    margin: 0 0 52px;
    width: 100%;
    position: relative;
}
.li_recruit_flow li:last-child::after {
    display: none;
}
.li_recruit_flow-item-1 {
    background: #0cb688;
}
.li_recruit_flow-item-2 {
    background: #0cb6a4;
}
.li_recruit_flow-item-3 {
    background: #00aac3;
}
.li_recruit_flow-item-4 {
    background: #0ca0b6;
}
.li_recruit_flow-item-5 {
    background: #0b8fa2;
}
.li_recruit_flow-item-6 {
    width: 100%;
    margin: 0 0 30px;
    background: #0a6876;
    position: relative;
}
.b_recruit_flow-step {
    color: #fff;
    text-align: center;
    padding: 25px 10px;
}
.b_recruit_flow-step-text {
    font-size: 0.84615rem;
    font-weight: 700;
}
.b_recruit_flow-step-heading {
    font-size: 1rem;
    display: block;
    font-weight: 700;
    margin-bottom: 14px;
}
.b_recruit_entry {
    width: 100%;
    padding: 0 0 43px;
}
.b_recruit_entry-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_recruit_entry-outeline {
    color: #fff;
    width: 100%;
    background: #0cb688;
    border-radius: 10px;
    padding: 35px 20px;
    display: block;
}
.b_recruit_entry a.invalid {
  pointer-events: none;
}
.b_recruit_entry-heading {
    font-size: 1.46154rem;
    margin-bottom: 45px;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.b_recruit_entry-body-text {
    color: #fff;
    font-weight: 700;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 15px;
}
.btn_recruit_entry {
    background: #fff;
    padding: 11px 0;
    border-radius: 8px;
}
.btn_recruit_entry .-arr {
    width: 15px;
    height: 15px;
    margin: 2px 10px 0 0;
    background-color: #0cb688;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    position: relative;
}
.btn_recruit_entry .-arr::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-left: 6px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 0 solid transparent;
}
.btn_recruit_entry .-text {
    color: #0cb688;
    font-size: 0.92308rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (min-width:769px) {
    .b_recruit-heading,
    .b_recruit_detail-left-heading,
    .b_recruit_entry-body-text,
    .b_recruit_entry-heading,
    .b_recruit_flow-heading,
    .btn_recruit_entry .-text,
    .media_new_graduates .media-top-heading {
        font-weight: 700;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    .media_recruit_eyecatch {
        width: 100%;
        height: 0;
        min-height: 325px;
        padding-bottom: 23.21429%;
        position: relative;
        background: #000;
    }
    .media_recruit_eyecatch .media-bread {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_recruit_eyecatch .b_ec {
        width: 63.76554%;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .media_recruit_eyecatch .b_ec-header {
        text-align: center;
    }
    .media_recruit_eyecatch .b_ec-heading {
        margin: 0;
    }
    .media_recruit_eyecatch .b_ec-heading .icn_slash {
        margin: 0 0 1.06572%;
        display: inline-block;
    }
    .media_recruit_eyecatch .b_ec-heading .-text {
        font-size: 2.38462rem;
    }
    .media_recruit_eyecatch .b_ec-body {
        margin: 2.84192% 0 0;
    }
    .media_recruit_eyecatch .b_ec-descript {
        color: #fff;
        font-size: 0.92308rem;
        line-height: 1.51385;
        text-align: left;
        letter-spacing: 0;
    }
    .media_recruit_eyecatch.-mid-career {
        background: #000;
    }
    .media_new_graduates {
        background: 0 0;
    }
    .media_new_graduates .media-top {
        width: 100%;
        padding: 34px 0;
    }
    .media_new_graduates .media-top-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_new_graduates .media-top-outline {
        background: #fff;
        padding: 60px 0;
    }
    .media_new_graduates .media-top-header {
        margin-bottom: 15px;
        text-align: center;
    }
    .media_new_graduates .media-top-heading {
        font-size: 1.23077rem;
    }
    .media_new_graduates .media-top-text {
        width: 78.86323%;
        margin: 0 auto;
    }
    .b_recruit {
        width: 100%;
        padding: 0 0 55px;
    }
    .b_recruit-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_recruit-header {
        text-align: center;
    }
    .b_recruit-heading {
        color: #fff;
        font-size: 1.15385rem;
        margin-bottom: 25px;
        padding: 21px 0;
        background: #000;
    }
    .li_recruit-item {
        padding: 15px 0;
        border-top: 1px solid #7f7f7f;
    }
    .b_recruit_detail {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .b_recruit_detail a,
    .b_recruit_detail a:hover {
        text-decoration: underline;
    }
    .b_recruit_detail-col {
        width: 100%;
        display: table;
    }
    .b_recruit_detail-left {
        width: 235px;
        padding: 30px 0;
        display: table-cell;
        vertical-align: middle;
        background: #535353;
    }
    .b_recruit_detail-left-heading {
        width: 100%;
        background: 0 0;
        color: #fff;
        text-align: center;
        padding: 9px 0;
        margin-bottom: 0;
    }
    .b_recruit_detail-right {
        width: auto;
        display: table-cell;
        vertical-align: middle;
        padding: 0 70px;
    }
    .b_recruit_detail-right-text {
        text-align: left;
        font-size: 0.92308rem;
    }
    .b_recruit_detail-right-text p {
        text-align: left;
        margin-bottom: 15px;
    }
    .b_recruit_entry-header,
    .b_recruit_flow-header,
    .btn_recruit_entry {
        text-align: center;
    }
    .b_recruit_detail-right-text p:last-child {
        margin-bottom: 0;
    }
    .b_recruit_detail-right-text .-note {
        font-size: 0.76923rem;
        display: block;
    }
    .b_recruit_flow {
        width: 100%;
        padding: 0 0 50px;
    }
    .b_recruit_flow-heading {
        font-size: 1.30769rem;
        margin-bottom: 70px;
    }
    .b_recruit_flow-body {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_recruit_flow-body .-pc {
        display: block;
        text-align: center;/*Rerite*/
    }
    .b_recruit_flow-body .-sp {
        display: none;
    }
    .b_recruit_flow-note {
        font-size: 0.84615rem;
        text-align: right;
        margin: 20px 0 0;
        padding: 0 50px 0 0;
    }
    .b_recruit_entry {
        width: 100%;
        padding: 0 0 100px;
    }
    .b_recruit_entry-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_recruit_entry-outeline {
        color: #fff;
        width: 100%;
        background: #0cb688;
        border-radius: 10px;
        padding: 35px 20px;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .b_recruit_entry-outeline::after,
    .b_recruit_entry-outeline::before {
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        display: block;
        border-radius: 10px;
        z-index: 1;
        content: "";
        top: 0;
    }
    .b_recruit_entry-outeline::before {
        background: #00aac3;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .b_recruit_entry-outeline::after {
        background: #0cb6a4;
        -webkit-transition: all 0.4s ease 150ms;
        transition: all 0.4s ease 150ms;
    }
    .b_recruit_entry-outeline:hover {
        opacity: 1;
    }
    .b_recruit_entry-outeline:hover::after,
    .b_recruit_entry-outeline:hover::before {
        width: 100%;
    }
    .b_recruit_entry-outeline:hover .btn_recruit_entry .-arr {
        background: #00aac3;
    }
    .b_recruit_entry-outeline:hover .btn_recruit_entry .-text {
        color: #00aac3;
    }
    .b_recruit_entry-heading {
        font-size: 1.46154rem;
        margin-bottom: 50px;
    }
    .b_recruit_entry-body {
        text-align: center;
        position: relative;
        z-index: 2;
    }
    .b_recruit_entry-body-text {
        color: #fff;
        margin-bottom: 25px;
        font-size: 1.53846rem;
    }
    .btn_recruit_entry {
        width: 100%;
        max-width: 441px;
        background: #fff;
        margin: 0 auto;
        padding: 16px 0;
        border-radius: 8px;
    }
    .btn_recruit_entry .-arr {
        width: 22px;
        height: 22px;
        margin: 2px 10px 0 0;
        background-color: #0cb688;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .btn_recruit_entry .-arr::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        margin: auto;
        position: absolute;
        left: 1px;
        right: 0;
        bottom: 0;
        top: 0;
        border-left: 7px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 0 solid transparent;
    }
    .btn_recruit_entry .-text {
        color: #0cb688;
        font-size: 1.15385rem;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
}
.b_mid_career-flow-1 .left-image,
.b_mid_career-flow-2 .left-image {
    line-height: 0;
}
.b_mid_career-heading,
.b_mid_creea-top-heading {
    font-size: 1rem;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
}
.b_mid_career-flow-1 .left-image .-pc,
.b_mid_career-flow-2 .left-image .-pc {
    display: none;
}
.media_new_graduates.-type-2 {
    background: #f5f5f5;
}
.b_mid_career {
    width: 100%;
}
.b_mid_career-heading {
    color: #fff;
    padding: 11px 0;
    background: #000;
    text-align: center;
}
.b_mid_career-body {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_mid_creea-top {
    width: 100%;
    padding: 34px 0;
}
.b_mid_creea-top-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_mid_creea-top-header {
    margin-bottom: 15px;
    text-align: center;
}
.b_mid_career-flow-1 .right-text,
.b_mid_career-flow-2 .right-text {
    font-size: 0.92308rem;
}
.b_mid_creea-top-text {
    letter-spacing: 0;
}
.b_mid_career-flow {
    width: 100%;
    padding: 1px 0 14px;
}
.b_mid_career-flow-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_mid_career-flow-1 .right,
.b_mid_career-flow-2 .right {
    padding: 30px;
    background: #fff;
}
.b_mid_career-flow-1 {
    margin: 20px 0 0;
}
.b_mid_career-flow-1 .right-heading {
    font-weight: 700;
    margin: 0 0 20px;
}
.b_mid_career-flow-1 .right-text .-note {
    text-decoration: underline;
    font-style: italic;
}
.b_mid_career-flow-1 .right-text p {
    margin-bottom: 10px;
}
.b_mid_career-flow-1 .right-text p:last-child {
    margin-bottom: 0;
}
.b_mid_career-flow-2 {
    margin: 20px 0 0;
}
.b_mid_career-flow-2 .right-heading {
    font-weight: 700;
    margin: 0 0 20px;
}
.b_mid_career-flow-2 .right-text .-note {
    text-style: itaric;
}
.b_mid_career-flow-2 .right-text p {
    margin-bottom: 10px;
}
.b_mid_career-flow-2 .right-text p:last-child {
    margin-bottom: 0;
}
.b_mid_career-bottom {
    width: 100%;
    padding: 0 0 10px;
}
.b_mid_career-bottom-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.b_mid_career-bottom-outline {
    margin: 0 0 20px;
    padding: 40px 0 0;
    position: relative;
}
.b_mid_career-bottom-image {
    width: 100px;
    height: 140px;
    line-height: 0;
    position: absolute;
    display: block;
    margin: auto;
    padding: 40px 0 0;
    left: 0;
    right: 0;
    top: -40px;
}
.b_mid_career-bottom-body {
    background: #fff;
    padding: 68px 40px 42px;
}
.b_mid_career-bottom-text .-heading {
    font-size: 1.15385rem;
    font-weight: 700;
    margin: 10px 0 18px;
}
@media only screen and (min-width:769px) {
    .b_mid_career-heading,
    .b_mid_creea-top-heading {
        font-size: 1.23077rem;
        font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 700;
    }
    .b_mid_career-flow-1 .icn_corner,
    .b_mid_career-flow-2 .icn_corner {
        height: 0;
        top: 0;
        border-top: 80px solid #f5f5f5;
        border-bottom: 80px solid transparent;
    }
    .b_mid_career-flow-1 .right-text .-note,
    .b_mid_career-flow-2 .right-text .-note {
        text-decoration: underline;
        font-style: italic;
    }
    .b_mid_career {
        width: 100%;
    }
    .b_mid_career-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_mid_career-heading {
        color: #fff;
        padding: 19px 0;
        background: #000;
        text-align: center;
    }
    .b_mid_career-body {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .b_mid_creea-top {
        width: 100%;
        padding: 25px 0 0;
    }
    .b_mid_creea-top-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_mid_creea-top-outline {
        background: #fff;
        padding: 60px 0;
    }
    .b_mid_creea-top-header {
        margin-bottom: 15px;
        text-align: center;
    }
    .b_mid_creea-top-text {
        letter-spacing: 0;
        width: 78.86323%;
        margin: 0 auto;
    }
    .b_mid_career-flow {
        width: 100%;
        margin: 35px 0 0;
        padding: 1px 0 14px;
    }
    .b_mid_career-flow-inner {
        margin: 0 auto;
        width: 100%;
        min-width: 320px;
        padding: 0;
    }
    .b_mid_career-flow-1 {
        margin: 0;
        padding: 20px 0 65px;
        position: relative;
    }
    .b_mid_career-flow-1 .left-image {
        width: 52.39787%;
        max-width: 590px;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .b_mid_career-flow-1 .left-image .-sp {
        display: none;
    }
    .b_mid_career-flow-1 .left-image .-pc {
        display: block;
    }
    .b_mid_career-flow-1 .icn_corner {
        width: 0;
        display: block;
        position: absolute;
        left: 0;
        border-left: 72px solid #f5f5f5;
        border-right: 72px solid transparent;
    }
    .b_mid_career-flow-1 .right {
        width: 60.92362%;
        margin: 43px 0 0 auto;
        padding: 55px 67px;
        background: #fff;
        position: relative;
    }
    .b_mid_career-flow-1 .right-heading {
        font-size: 1.30769rem;
        font-weight: 700;
        margin: 0 0 20px;
    }
    .b_mid_career-flow-1 .right-text {
        font-size: 0.92308rem;
    }
    .b_mid_career-flow-1 .right-text p {
        margin-bottom: 10px;
    }
    .b_mid_career-flow-1 .right-text p:last-child {
        margin-bottom: 0;
    }
    .b_mid_career-flow-2 {
        margin: 0;
        padding: 20px 0 65px;
        position: relative;
    }
    .b_mid_career-flow-2 .left-image {
        width: 52.39787%;
        max-width: 590px;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .b_mid_career-flow-2 .left-image .-sp {
        display: none;
    }
    .b_mid_career-flow-2 .left-image .-pc {
        display: block;
    }
    .b_mid_career-flow-2 .icn_corner {
        width: 0;
        display: block;
        position: absolute;
        right: 0;
        border-left: 72px solid transparent;
        border-right: 72px solid #f5f5f5;
    }
    .b_mid_career-flow-2 .right {
        width: 60.92362%;
        margin: 43px 0 0;
        padding: 55px 67px;
        background: #fff;
        position: relative;
    }
    .b_mid_career-flow-2 .right-heading {
        font-size: 1.30769rem;
        font-weight: 700;
        margin: 0 0 20px;
    }
    .b_mid_career-flow-2 .right-text {
        font-size: 0.92308rem;
    }
    .b_mid_career-flow-2 .right-text p {
        margin-bottom: 10px;
    }
    .b_mid_career-flow-2 .right-text p:last-child {
        margin-bottom: 0;
    }
    .b_mid_career-bottom {
        width: 100%;
        padding: 0 0 100px;
    }
    .b_mid_career-bottom-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .b_mid_career-bottom-left,
    .b_mid_career-bottom-right {
        width: 47.77975%;
        background: #fff;
    }
    .b_mid_career-bottom-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -webkit-align-items: top;
        -ms-flex-align: top;
        align-items: top;
    }
    .b_mid_career-bottom-right {
        margin: 0 0 0 4.4405%;
    }
    .b_mid_career-bottom-outline {
        margin: 0 0 20px;
        padding: 0;
        position: relative;
    }
    .b_mid_career-bottom-image {
        width: 100px;
        height: 140px;
        line-height: 0;
        position: absolute;
        display: block;
        margin: auto;
        padding: 0;
        left: 0;
        right: 0;
        top: -40px;
    }
    .b_mid_career-bottom-body {
        background: #fff;
        padding: 68px 40px 42px;
    }
    .b_mid_career-bottom-text .-heading {
        font-size: 1.15385rem;
        font-weight: 700;
        margin: 10px 0 18px;
    }
}
.media_privacy {
    width: 100%;
    font-size: 0.92308rem;
    padding-bottom: 35px;
}
.media_privacy a,
.media_privacy a:hover {
    color: #333;
}
.media_privacy .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
}
.media_privacy .media-top {
    margin: 30px 0 25px;
}
.media_privacy .media-top-header {
    display: none;
}
.li_privacy-item {
    margin-bottom: 25px;
}
.li_privacy-item:last-child {
    margin-bottom: 0;
}
.b_privacy p {
    line-height: 1.58077;
}
.b_privacy_address {
    margin-top: 25px;
}
.b_privacy_address-header {
    margin-bottom: 10px;
}
.b_privacy_address-heading {
    display: block;
    margin-bottom: 15px;
}
@media only screen and (min-width:769px) {
    .b_privacy p,
    .media_privacy .media-top p {
        line-height: 2.37077;
    }
    .media_privacy {
        width: 100%;
        padding-bottom: 60px;
    }
    .media_privacy .media-inner {
        margin: 0 auto;
        width: 80.42857%;
        min-width: 1024px;
        padding: 0 20px;
    }
    .media_privacy .media-top {
        margin: 60px 0 40px;
    }
    .media_privacy .media-top-header {
        display: block;
        margin-bottom: 35px;
    }
    .li_privacy-item {
        margin-bottom: 45px;
    }
    .b_privacy_address {
        margin-top: 0;
    }
    .b_privacy_address-header {
        margin-bottom: 0;
    }
    .b_privacy_address-heading {
        display: block;
        margin-bottom: 0;
    }
}
.media_news {
    width: 100%;
}
.article_news {
    background: #e5e5e5;
}
.article_news:nth-child(2n) {
    background: #fff;
}
.article_news .article-col {
    width: 100%;
    display: table;
    border-bottom: 1px solid #fff;
}
.article_news .article-left {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 27px 20px;
}
.article_news .article-right {
    width: 57px;
    background: #000;
    display: table-cell;
    vertical-align: middle;
}
.article_news .article-header-top {
    display: block;
}
.article_news .article-header-top .time {
    width: 75px;
}
.article_news .article-header-top .-time-text {
    font-size: 0.76923rem;
    font-weight: 700;
}
.article_news .article-header-top .tag {
    width: auto;
    margin: 5px 0 0;
    padding: 0;
}
.article_news .article-header-top .-tag-text {
    color: #fff;
    font-size: 0.69231rem;
    background: #000;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 4px 10px;
}
.article_news .article-header-heading {
    margin: 15px 0 0;
    font-size: 0.92308rem;
}
.article_news .article-body {
    display: none;
}
.article_news .article-open {
    width: 21px;
    height: 20px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.article_news .article-open .btn {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../../../img/common/icn-blank.png") center center no-repeat;
    background-size: 100% auto;
}
.article_modal_news {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    display: none;
    overflow: auto;
}
.article_modal_news.-single {
    display: block;
}
.article_modal_news .article-inner {
    margin: 0 auto;
    width: 88.16425%;
    min-width: 320px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.article_modal_news .article-outline {
    width: 100%;
    padding: 30px 20px 45px;
    background: #fff;
    margin: 50px auto;
    position: relative;
}
.article_modal_news .article-outline-2 {
    width: 100%;
    padding: 30px 20px 45px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_modal_news .article-header-top {
    display: table;
}
.article_modal_news .article-header-top .time {
    width: 75px;
    display: table-cell;
    vertical-align: middle;
}
.article_modal_news .article-header-top .-time-text {
    font-size: 0.76923rem;
    font-weight: 700;
}
.article_modal_news .article-header-top .tag {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}
.article_modal_news .article-header-top .tag a,
.article_modal_news .article-header-top .tag a:hover {
    text-decoration: none;
}
.article_modal_news .article-header-top .-tag-text {
    color: #fff;
    font-size: 0.69231rem;
    background: #000;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 10px;
}
.article_modal_news .article-header-heading {
    width: 100%;
    margin: 20px 0;
    font-size: 1.07692rem;
    font-weight: 700;
    line-height: 1.48533;
}
.article_modal_news .article-close .btn,
.article_modal_news .article-close .btn::after,
.article_modal_news .article-close .btn::before {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.article_modal_news .article-body {
    font-size: 0.92308rem;
}
.article_modal_news .article-close {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.article_modal_news .article-close .btn {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.article_modal_news .article-close .btn::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
}
.article_modal_news .article-close .btn::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
}
@media only screen and (min-width:769px) {
    .media_news {
        width: 100%;
        padding: 80px 0 60px;
    }
    .media_news .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 25px;
    }
    .article_news {
        background: #e5e5e5;
    }
    .article_news:nth-child(2n) {
        background: #fff;
    }
    .article_news .article-col {
        display: table;
        border-bottom: 1px solid #fff;
    }
    .article_news .article-left {
        width: auto;
        display: table-cell;
        vertical-align: middle;
        padding: 20px 30px;
    }
    .article_news .article-right {
        width: 57px;
        background: #000;
        display: table-cell;
        vertical-align: middle;
    }
    .article_news .article-header-top {
        display: table;
    }
    .article_news .article-header-top .time {
        width: 75px;
        display: table-cell;
        vertical-align: middle;
    }
    .article_news .article-header-top .-time-text {
        font-size: 0.76923rem;
        font-weight: 700;
    }
    .article_news .article-header-top .tag {
        width: auto;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 5px;
    }
    .article_news .article-header-top .-tag-text {
        color: #fff;
        font-size: 0.69231rem;
        background: #000;
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 4px 10px;
    }
    .article_news .article-header-heading {
        margin: 15px 0 0;
        font-size: 0.92308rem;
        text-decoration: underline;
    }
    .article_news .article-body {
        display: none;
    }
    .article_news .article-open {
        width: 21px;
        height: 20px;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .article_news .article-open .btn {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../../../img/common/icn-blank.png") center center no-repeat;
        background-size: 100% auto;
    }
    .article_modal_news .article-inner {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .article_modal_news .article-outline,
    .article_modal_news .article-outline-2 {
        width: 980px;
        padding: 60px 65px;
        background: #fff;
        margin: 50px auto;
    }
    .article_modal_news .article-outline-2 {
        position: relative;
    }
    .article_modal_news .article-header-top {
        display: table;
    }
    .article_modal_news .article-header-top .time {
        width: 90px;
        display: table-cell;
        vertical-align: middle;
    }
    .article_modal_news .article-header-top .-time-text {
        font-size: 0.92308rem;
        font-weight: 700;
    }
    .article_modal_news .article-header-top .tag {
        width: auto;
        display: table-cell;
        vertical-align: middle;
    }
    .article_modal_news .article-header-top .-tag-text {
        color: #fff;
        font-size: 0.76923rem;
        background: #000;
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 5px 18px;
    }
    .article_modal_news .article-header-heading {
        width: 100%;
        margin: 25px 0;
        font-size: 1.38462rem;
        font-weight: 700;
        line-height: 1.48533;
    }
    .article_modal_news .article-body {
        font-size: 1rem;
    }
    .article_modal_news .article-body p {
        line-height: 2;
    }
    .article_modal_news .article-close {
        width: 76px;
        height: 62px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .article_modal_news .article-close .btn {
        width: 35px;
        height: 35px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: auto;
        top: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .article_modal_news .article-close .btn::after,
    .article_modal_news .article-close .btn::before {
        content: "";
        display: block;
        background: #000;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .article_modal_news .article-close .btn::before {
        width: 100%;
        height: 2px;
    }
    .article_modal_news .article-close .btn::after {
        width: 2px;
        height: 100%;
    }
}
.article_modal_news.-single a,
.article_modal_news.-single a:hover {
    display: inline;
    color: #333;
    text-decoration: underline;
}
.article_modal_news.-single p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.7;
}
.article_modal_news.-single p:last-child {
    margin-bottom: 0;
}
.article_modal_news.-single a:hover {
    opacity: 0.5;
}
.article_modal_news.-single blockquote {
    border: 1px dotted #cecece;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #F8F8F8;
}
.article_modal_news.-single blockquote p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 15px;
}
.article_modal_news.-single blockquote p:last-child {
    margin-bottom: 0;
}
.article_modal_news.-single ol,
.article_modal_news.-single ul {
    margin: 0 0 15px 20px;
}
.article_modal_news.-single li {
    font-size: 1rem;
    line-height: 1.5;
    list-style-type: disc;
    margin-bottom: 10px;
}
.article_modal_news.-single ul[style="list-style-type: disc;"] li {
    list-style-type: disc;
}
.article_modal_news.-single ul[style="list-style-type: circle;"] li {
    list-style-type: circle;
}
.article_modal_news.-single ul[style="list-style-type: square;"] li {
    list-style-type: square;
}
.article_modal_news.-single ol li,
.article_modal_news.-single ul[style="list-style-type: decimal;"] li {
    list-style-type: decimal;
}
.article_modal_news.-single h2 {
    color: #333;
    font-size: 1.07692rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 30px 0 20px;
    font-family: arial,alright-sans,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;
}
.article_modal_news.-single h3 {
    color: #333;
    font-size: 1.07692rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 25px 0 18px;
    padding-bottom: 12px;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.article_modal_news.-single h4,
.article_modal_news.-single h5,
.article_modal_news.-single h6 {
    color: #333;
    font-weight: 700;
    margin: 30px 0 20px;
    font-family: alright-sans,"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1rem;
}
.article_modal_news.-single h4 {
    line-height: 1.4;
    padding-left: 13px;
    position: relative;
    border-left: 4px solid #333;
}
.article_modal_news.-single h5 {
    line-height: 1.5;
}
.article_modal_news.-single h6 {
    line-height: 1.4;
}
.article_modal_news.-single hr {
    margin: 20px 0;
}
.article_modal_news.-single table {
    border-collapse: collapse;
    border: none;
}
.article_modal_news.-single tr {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-right: none;
    font-size: 1rem;
    line-height: 1.5;
}
.article_modal_news.-single tr:first-child,
.article_modal_news.-single tr:first-child td {
    border-top: none;
}
.article_modal_news.-single tr:last-child,
.article_modal_news.-single tr:last-child td {
    border-bottom: none;
}
.article_modal_news.-single th {
    padding: 12px 15px;
    border: 1px solid #cecece;
    font-size: 1rem;
    line-height: 1.5;
}
.article_modal_news.-single th:first-child {
    border-left: none;
}
.article_modal_news.-single th:last-child {
    border-right: none;
}
.article_modal_news.-single td {
    padding: 12px 15px;
    border: 1px solid #cecece;
    font-size: 1rem;
    line-height: 1.5;
}
.article_modal_news.-single td:first-child {
    border-left: none;
}
.article_modal_news.-single td:last-child {
    border-right: none;
}
.article_modal_news.-single .b_news-table {
    width: 100%;
    position: relative;
    border: 2px solid #cecece;
    margin-bottom: 30px;
}
.article_modal_news.-single .b_news-table-inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.article_modal_news.-single .alignleft,
.article_modal_news.-single .alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
}
.article_modal_news.-single .aligncenter {
    display: block;
    margin: 0 auto 20px;
}
@media only screen and (min-width:769px) {
    .article_modal_news.-single .cf {
        clear: both;
        height: 0;
        visibility: hidden;
        display: block;
    }
    .article_modal_news.-single a,
    .article_modal_news.-single a:hover {
        text-decoration: underline;
        display: inline;
        color: #333;
    }
    .article_modal_news.-single p {
        font-size: 1rem;
        margin-bottom: 30px;
        line-height: 1.7;
    }
    .article_modal_news.-single p:last-child {
        margin-bottom: 0;
    }
    .article_modal_news.-single a:hover {
        opacity: 0.5;
    }
    .article_modal_news.-single blockquote {
        border: 1px dotted #cecece;
        margin-bottom: 30px;
        padding: 20px;
        background-color: #F8F8F8;
    }
    .article_modal_news.-single blockquote p {
        font-size: 1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    .article_modal_news.-single blockquote p:last-child {
        margin-bottom: 0;
    }
    .article_modal_news.-single ol,
    .article_modal_news.-single ul {
        margin: 0 0 30px 20px;
    }
    .article_modal_news.-single li {
        font-size: 1rem;
        line-height: 1.5;
        list-style-type: disc;
        margin-bottom: 15px;
    }
    .article_modal_news.-single ul[style="list-style-type: disc;"] li {
        list-style-type: disc;
    }
    .article_modal_news.-single ul[style="list-style-type: circle;"] li {
        list-style-type: circle;
    }
    .article_modal_news.-single ul[style="list-style-type: square;"] li {
        list-style-type: square;
    }
    .article_modal_news.-single ol li,
    .article_modal_news.-single ul[style="list-style-type: decimal;"] li {
        list-style-type: decimal;
    }
    .article_modal_news.-single h2 {
        font-size: 1.38462rem;
        margin: 50px 0 30px;
    }
    .article_modal_news.-single h3,
    .article_modal_news.-single h4,
    .article_modal_news.-single h5 {
        margin: 45px 0 30px;
        font-weight: 700;
        line-height: 1.4;
    }
    .article_modal_news.-single h3 {
        font-size: 1.23077rem;
    }
    .article_modal_news.-single h4 {
        color: #333;
        font-size: 1.07692rem;
        padding-left: 13px;
        position: relative;
    }
    .article_modal_news.-single h5 {
        color: #333;
        font-size: 1rem;
    }
    .article_modal_news.-single h6 {
        color: #333;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.4;
        margin: 50px 0 30px;
    }
    .article_modal_news.-single hr {
        margin: 30px 0;
    }
    .article_modal_news.-single table {
        border-collapse: collapse;
    }
    .article_modal_news.-single tr {
        border-top: 1px solid #cecece;
        border-bottom: 1px solid #cecece;
        font-size: 1rem;
        line-height: 1.5;
    }
    .article_modal_news.-single tr:first-child,
    .article_modal_news.-single tr:first-child td {
        border-top: none;
    }
    .article_modal_news.-single tr:last-child,
    .article_modal_news.-single tr:last-child td {
        border-bottom: none;
    }
    .article_modal_news.-single th {
        padding: 12px 15px;
        border: 1px solid #cecece;
        font-size: 1rem;
        line-height: 1.5;
    }
    .article_modal_news.-single th:first-child,
    .article_modal_news.-single th:last-child {
        border-left: none;
    }
    .article_modal_news.-single td {
        padding: 12px 15px;
        border: 1px solid #cecece;
        font-size: 1rem;
        line-height: 1.5;
    }
    .article_modal_news.-single td:first-child,
    .article_modal_news.-single td:last-child {
        border-left: none;
    }
    .article_modal_news.-single .alignleft {
        float: left;
        margin-right: 30px;
    }
    .article_modal_news.-single .alignright {
        float: right;
        margin-left: 30px;
    }
    .article_modal_news.-single .aligncenter {
        display: block;
        margin: 0 auto 20px;
    }
}
.media_404 {
    width: 100%;
}
.media_404 .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0;
}
.media_404 .media-text {
    padding: 30px 0;
    text-align: center;
}
.media_404 .media-text a,
.media_404 .media-text a:hover {
    text-decoration: underline;
}
.media_404 .media-text p {
    margin: 0 0 10px;
}
.media_404 .media-text p:last-child {
    margin: 0;
}
@media only screen and (min-width:769px) {
    .media_404 {
        width: 100%;
    }
    .media_404 .media-inner {
        margin: 0 auto;
        width: 100%;
        min-width: 1024px;
        padding: 0;
    }
    .media_404 .media-text {
        padding: 50px 0;
    }
}
.media_entry {
    width: 100%;
}
.media_entry .media-inner {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 25px;
}
.media_entry .media-body {
    padding: 50px 0;
}
@media only screen and (min-width:769px) {
    .media_entry {
        width: 100%;
    }
    .media_entry .media-inner {
        margin: 0 auto;
        width: 83.28571%;
        min-width: 1024px;
        padding: 0 20px;
    }
}
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 100000;
}
.loader-svg {
    display: block;
    width: 200px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.icn-slider-next,
.icn-slider-prev {
    width: 22px;
    height: 41px;
    position: absolute;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: block;
    top: 0;
}
.loader-svg .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: transparent;
}
.loader-svg .st1 {
    fill: none;
    stroke: transparent;
    stroke-width: 2;
    stroke-miterlimit: 100;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
}
/* .loader-svg .st2 {
    fill: none;
    stroke: transparent;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
} */
.loading-logo .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    -webkit-animation: fill 3s ease;
    animation: fill 3s ease;
}
.loading-logo .st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 100;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 2.5s linear;
    animation: stroke 2.5s linear;
}
/* .loading-logo .st2 {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 2.5s linear;
    animation: stroke 2.5s linear;
} */
@-webkit-keyframes stroke {
    0% {
        stroke-dashoffset: 2000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke {
    0% {
        stroke-dashoffset: 2000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes fill {
    0% {
        fill: transparent;
    }
    100% {
        fill: #fff;
    }
}
@keyframes fill {
    0% {
        fill: transparent;
    }
    100% {
        fill: #fff;
    }
}
.fade-in {
    opacity: 0;
    -webkit-transform: scale(1.02) translateY(0);
    transform: scale(1.02) translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.fade-in.shown {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.icn-slider-next {
    background: url("../../../img/common/icn-arr-r-1.png") center center no-repeat;
    background-size: 100% auto;
    right: -10px;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}
.icn-slider-prev {
    background: url("../../../img/common/icn-arr-l-1.png") center center no-repeat;
    background-size: 100% auto;
    left: -10px;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
}
@media only screen and (min-width:769px) {
    .icn-slider-next {
        -webkit-transform: translateY(30%) translateX(-120%);
        transform: translateY(30%) translateX(-120%);
    }
    .icn-slider-prev {
        -webkit-transform: translateY(30%) translateX(120%);
        transform: translateY(30%) translateX(120%);
    }
	
	
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
@font-face {
    font-family: slick;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url(./fonts/slick.woff) format("woff"),url(./fonts/slick.ttf) format("truetype"),url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}
[dir=rtl] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    list-style: none;
    text-align: center;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

.seminar__template__button {
margin: 10px 250px 0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
}
.seminar__template__button-item {
  width:160px;
  margin:0 15px 0 0;
  list-style:none
}
.seminar__template__button-link {
  width:100%;
  height:44px;
  border:1px solid rgba(0,0,0,.3);
  font-size:1rem;
  line-height:44px;
  text-align:center;
  display:block;
  color:#fff;
  -webkit-transition:all .5s;
  transition:all .5s;
  white-space:nowrap;
letter-spacing: 0.12em;
background-color: #000;
}
.seminar__template__button-link:hover {
  background-color:#f5f4f2;
  border-color:#f5f4f2;
  color:#000
}
.seminar__template__bottom {
  margin:40px 0 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}
.seminar__template__bottom-title {
  margin:0 20px 0 0;
  font-size:14px;
  white-space:nowrap
}


/* table01 */
#table01 tr {
 border-bottom: 1px solid #fff;
}

#table01 th,
#table01 td {
  border: none;
padding: 16px 0;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 750px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
	
.b_java_app-body-text p {
    margin-bottom: 10px;
    font-size: 1rem;
}
.b_interview-body-text .body {
    font-size: 1rem;
    margin-top: 15px;
}	
.media_top_recruit .media-text {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    padding: 0 15px;
    font-size: 1rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	line-height: 1.3;
	font-size: 1rem;
	width: 100%; 
}
.media_interview .media-body {
    /*! width: 90.82292%; */
    margin: 0 auto;
    padding: 30px 0 10px;
}
	
.floating-button-wrapper {
  position: fixed;
  bottom: 0;
  /*left: 50%;
  transform: translate3d(-50%, 0px, 0px);*/
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
padding: 4% 6%;
  display: flex;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
font-size: 12px;
}

.floating-button.floating-button {
  display: block;
  background: #d2cab3;
  color: black !important;
  width: 90vw;
  max-width: 380px;
  text-align: center;
  text-decoration: none;
  padding: 10px 6px;
  box-shadow: 0px 2px 4px #00000029;
  font-size: 13px;
  line-height: 1.1;
}

.floating-button-wrapper--out.floating-button-wrapper--out {
  transition: .3s ease-in-out;
  opacity: 0;
}


.b_ec_header-heading {
    width: 70.0161%;
    height: 0;
    padding-bottom: 19.6995%;
    position: absolute;
  /*margin: 0 auto;*/
    left: 25px;
    bottom: 0;
    top: 72%;
    -webkit-transform: translateY(-73%);
    transform: translateY(-73%);
    text-align: center;
  }
	
.b_ec_header-heading-body .-left {
  width: 110%;
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.seminar__template__button {
  margin: 10px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.seminar__template__button-link {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(0,0,0,.3);
  font-size: 1rem;
  line-height: 44px;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  white-space: nowrap;
  letter-spacing: 0.12em;
  background-color: #000;
}

}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

