<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*======================================
採用ページ：インタビュー
=======================================*/
/* Scss Document */
/* 基本のスタイル */
.delighter {
    transition: all 1500ms;
    opacity: 0;
    transform: translate(0, 50px);
}
/* スタート時のスタイル */
.delighter.started {
    opacity: 1;
    transform: translate(0, 0px);
}
/* エンド時のスタイル */
.delighter.started.ended {
    opacity: 1;
    transform: translate(0, 0);
}
.career_img .circle_01.delighter {
    transition: all 1000ms;
    opacity: 0;
    transform: translate(0, 40px);
}
.career_img .circle_01.delighter.started {
    opacity: 0.5;
    transform: translate(0, 20px);
}
.career_img .circle_01.delighter.started.ended {
    opacity: 0.5;
    transform: translate(0, 0);
}
.career_img .circle_02.delighter {
    transition: all 2000ms;
    opacity: 0;
    transform: translate(0, 30px);
}
.career_img .circle_02.delighter.started {
    opacity: 0.5;
    transform: translate(0, 15px);
}
.career_img .circle_02.delighter.started.ended {
    opacity: 0.5;
    transform: translate(0, 0);
}
.career_img .circle_03.delighter {
    transition: all 1500ms;
    opacity: 0;
    transform: translate(0, 60px);
}
.career_img .circle_03.delighter.started {
    opacity: 0.5;
    transform: translate(0, 30px);
}
.career_img .circle_03.delighter.started.ended {
    opacity: 0.5;
    transform: translate(0, 0);
}
.career_img .circle_04.delighter {
    transition: all 1500ms;
    opacity: 0;
    transform: translate(0, 40px);
}
.career_img .circle_04.delighter.started {
    opacity: 0.5;
    transform: translate(0, 20px);
}
.career_img .circle_04.delighter.started.ended {
    opacity: 0.5;
    transform: translate(0, 0);
}
/* インタビュー一覧ページ */
.interview_list_title {
    text-align: center;
    color: #71BAD2;
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 36px;
    font-weight: 700;
    background: url("../../images/interview/title_side_bar.png") center center repeat-x;
    background-size: 218px 10px;
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 3.6px;
    line-height: 44px;
}
.interview_list_title span {
    display: inline-block;
    background: #ffffff;
}
.interview_list_title span.shop {
    padding: 0 26px;
}
.interview_list_title span.headquarter {
    padding: 0 26px;
}
.interview_list_sub {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2.4px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 50px;
}
.interview_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.interview_list::before {
    content: "";
    display: block;
    width: 220px;
    order: 1;
}
.interview_list::after {
    content: "";
    display: block;
    width: 220px;
}
.interview_list li {
    width: 220px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    perspective: 1000px;
    padding: 0 10px;
}
.interview_list li a {
    display: block;
}
.interview_list li a:hover {
    text-decoration: none;
}
.interview_list li a img {
    width: 100%;
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    vertical-align: top;
}
.interview_list li a:hover img {
    transform: rotateX(180deg);
}
.interview_list li a .bg_img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    margin: 0;
    transform: rotateX(-180deg);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 0;
}
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
	.interview_list li a .bg_img {
 z-index: -1;
 backface-visibility: visible;
 -webkit-backface-visibility: visible;
}
}
.interview_list li a .bg_img1 {
    background: url("../../images/interview/list_img_01_on.jpg") center center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img2 {
    background: url("../../images/interview/list_img_02_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img3 {
    background: url("../../images/interview/list_img_03_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img4 {
    background: url("../../images/interview/list_img_04_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img5 {
    background: url("../../images/interview/list_img_05_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img6 {
    background: url("../../images/interview/list_img_06_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img7 {
    background: url("../../images/interview/list_img_07_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img8 {
    background: url("../../images/interview/list_img_08_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img9 {
    background: url("../../images/interview/list_img_09_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img10 {
    background: url("../../images/interview/list_img_10_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img11 {
    background: url("../../images/interview/list_img_11_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a .bg_img12 {
    background: url("../../images/interview/list_img_12_on.jpg") left center no-repeat;
    background-size: cover;
}
.interview_list li a:hover .bg_img {
    transform: none;
}
.interview_list li a .cat_en {
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 20px;
    color: #71BAD2;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.0;
}
.interview_list li a .cat_en span {
    display: table-cell;
    vertical-align: bottom;
}
.interview_list li a .cat {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    padding-top: 10px;
    background: url("../../images/interview/title_bottom_bar.png") top center no-repeat;
    background-size: 60px 5px;
}
.interview_list li a:hover .cat_en {
    color: #F6B6CA;
}
/* インタビューページ */
.main_visual {
    margin-top: 15px;
    height: 530px;
}
.main_visual .inner {
    position: relative;
}
.main_visual .title_block {
    border: 1px solid #ffffff;
    padding: 30px 4% 20px;
    width: 65%;
    max-width: 540px;
    color: #ffffff;
    position: absolute;
    top: 50px;
}
.main_visual .title_block .cat_en_title {
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 44px;
    line-height: 51px;
    letter-spacing: 17.6px;
    font-weight: 400;
    padding-bottom: 24px;
    margin-bottom: 15px;
    background: url("../../images/interview/cat_title_bottom_bar.png") left bottom repeat-x;
    background-size: 470px 7px;
}
.main_visual .title_block .cat_jp_title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 4px;
}
.main_visual .title_block .name {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 4px;
}
.main_visual .title_block .name .year {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0;
}
.main_visual .title_block .copy {
    font-size: 38px;
    line-height: 68px;
    margin-top: 10px;
}
.main_visual .title_block .department {
    font-size: 16px;
}
.main_visual.main_visual1 {
    background: url("../../images/interview/interview_01/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual2 {
    background: url("../../images/interview/interview_02/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual3 {
    background: url("../../images/interview/interview_03/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual4 {
    background: url("../../images/interview/interview_04/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual4 .title_block .cat_en_title {
    padding: 15px 0 40px;
    letter-spacing: 14.2px;
}
.main_visual.main_visual5 {
    background: url("../../images/interview/interview_05/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual6 {
    background: url("../../images/interview/interview_06/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual6 .title_block .cat_en_title {
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 24px;
}
.main_visual.main_visual7 {
    background: url("../../images/interview/interview_07/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual7 .title_block .cat_en_title {
    padding: 15px 0 40px;
    letter-spacing: 14.2px;
}
.main_visual.main_visual8 {
    background: url("../../images/interview/interview_08/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual8 .title_block .cat_en_title {
    padding: 15px 0 40px;
    letter-spacing: 14.2px;
}
.main_visual.main_visual9 {
    background: url("../../images/interview/interview_09/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual9 .title_block .cat_en_title {
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 24px;
}
.main_visual.main_visual10 {
    background: url("../../images/interview/interview_10/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual10 .title_block .cat_en_title {
    letter-spacing: 14.2px;
}
.main_visual.main_visual11 {
    background: url("../../images/interview/interview_11/mv.png") bottom center no-repeat #BDDDF5;
}
.main_visual.main_visual11 .title_block .cat_en_title {
    font-size: 80px;
    line-height: 94px;
    letter-spacing: 24px;
}
.main_visual.main_visual12 {
    background: url("../../images/interview/interview_12/mv.png") bottom center no-repeat #BDDDF5;
}
.left_photo .title_block {
    right: 3%;
}
.interview_title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url("../../images/interview/cat_title_bottom_bar.png") left bottom no-repeat;
    background-size: 470px 7px;
}
.interview_title .en_title {
    font-family: "Century Gothic", "Muli", sans-serif;
    color: #71BAD2;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.5px;
}
.interview_title .ja_title {
    font-size: 24px;
    color: #333333;
    font-family: "Segoe UI Light", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 2.88px;
    margin-left: 10px;
    line-height: 1.2;
}
.career {
    padding-top: 200px;
    position: relative;
    min-height: 800px;
    margin-bottom: 100px;
}
.career .inner {
    width: 96% !important;
    max-width: 1300px !important;
    padding-left: 150px;
}
.career .interview_title {
    width: 50%;
    max-width: 400px;
}
.career dl {
    display: table;
    margin: 15px 0;
    max-width: 440px;
}
.career dl dt {
    display: table-cell;
    width: 7em;
    color: #71BAD2;
    font-weight: 700;
    font-size: 14px;
}
.career dl dd {
    display: table-cell;
    font-size: 14px;
}
.career .career_img {
    position: absolute;
    left: 50%;
    top: 50px;
    padding-bottom: 10px;
    z-index: -1;
}
.career .career_img img {
    width: 100%;
}
.career .circle_01 {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: #9BD5BD;
    border-radius: 50%;
    position: absolute;
    top: 4%;
    left: 11%;
    opacity: 0.5;
}
.career .circle_02 {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #F7BFA8;
    border-radius: 50%;
    position: absolute;
    top: 14%;
    left: 7%;
    opacity: 0.5;
}
.career .circle_03 {
    content: '';
    display: block;
    width: 214px;
    height: 214px;
    background: #1FBCD3;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
.career .circle_04 {
    content: '';
    display: block;
    width: 88px;
    height: 88px;
    background: #CBE2B4;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.interview {
    margin-top: 100px;
}
.interview .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1200px !important;
}
.interview .left_img {
    width: 50%;
    text-align: left;
}
.interview .left_img img {
    width: 100%;
/*    border-radius: 50%;
    border: 10px dotted #BDDDF5;*/
}
.interview .right_text {
    width: 50%;
    padding: 0 0 0 5%;
}
.interview .right_text .copy {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    margin: 30px 0;
    letter-spacing: 3.68px;
}
.interview .right_text dl dt {
    display: flex;
    background: #13B2E5;
    height: 70px;
    border-radius: 35px;
    color: #ffffff;
    align-items: center;
    padding: 0 10px;
}
.interview .right_text dl dt .q {
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
}
.interview .right_text dl dt .q_text {
    font-size: 24px;
    font-weight: 700;
    padding: 0 10px;
}
.interview .right_text dl dd {
    display: flex;
    padding: 0 15px;
}
.interview .right_text dl dd .a {
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    color: #13B2E5;
}
.interview .right_text dl dd .a_text {
    margin: 30px 0 60px;
    font-size: 18px;
    line-height: 37px;
    padding: 0 10px;
}
/* 仕事のこだわりは？ テキストセンター配置 ここから
================================================*/
.a_text_justify {
    text-align: justify;
}
/* 仕事のこだわりは？ テキストセンター配置 ここまで
================================================*/
.interview_tab {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms;
}
.interview_tab li {
    height: 150px;
    position: relative;
    padding-right: 110px;
    cursor: pointer;
    transition: all 300ms;
}
.interview_tab li .en_title {
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 39px;
    letter-spacing: 1.95px;
    font-weight: 400;
    line-height: 150px;
    padding-right: 10px;
    transition: all 300ms;
}
.interview_tab li .ja_title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.92px;
    line-height: 150px;
    transition: all 300ms;
}
.interview_tab li .tab_img {
    width: 100px;
    margin-left: 10px;
    position: absolute;
    top: 25px;
    right: 0;
    opacity: 0.5;
    transition: all 300ms;
}
.interview_tab li .tab_img img {
    width: 100%;
}
.interview_tab li.work_tab {
    background: url("../../images/interview/bg_tab_work.png") right 110px bottom 35px no-repeat;
    background-size: 237px 15px;
}
.interview_tab li.work_tab .en_title {
    color: #71BAD2;
}
.interview_tab li.private_tab {
    background: url("../../images/interview/bg_tab_private.png") right 110px bottom 35px no-repeat;
    background-size: 307px 15px;
}
.interview_tab li.private_tab .en_title {
    color: #F6B6CA;
}
.interview_tab li.select {
    padding-right: 165px;
    background: url("../../images/interview/cat_title_bottom_bar.png") left bottom 30px no-repeat;
    background-size: 470px 7px;
}
.interview_tab li.select .en_title {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 2.5px;
    padding-right: 15px;
}
.interview_tab li.select .ja_title {
    font-size: 24px;
    letter-spacing: 1.44px;
}
.interview_tab li.select .tab_img {
    width: 150px;
    margin-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
.work .inner {
    width: 100%;
    max-width: 100% !important;
    min-height: 1400px;
    padding-bottom: 100px;
    margin: 0 auto 0px;
}
.work .inner .work_mv {
    width: 100%;
    position: relative;
}
.work .inner .work_mv img {
    width: 1130px;
    position: absolute;
    top: 200px;
    right: 50%;
    margin-right: 10px;
}
.work .inner .work_inner {
    width: 50%;
    max-width: 600px;
    margin-left: 50%;
}
.work .inner .work_inner .time_block {
    position: relative;
    padding: 0px 0;
    min-height: 300px;
    background: url("../../images/interview/time_bar.png") right 20px top repeat-y;
    background-size: 10px 115px;
    margin-top: 30px;
}
.work .inner .work_inner .time_block .time {
    background: #13B2E5;
    /*height: 30px;*/
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 3px 30px;
}
.work .inner .work_inner .time_block .work_img {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -100px;
    margin-top: -30px;
    border-radius: 50%;
    border: 8px solid #BDDDF5;
    width: 50%;
    max-width: 250px;
}
.work .inner .work_inner .time_block .work_img img {
    width: 100%;
}
.work .inner .work_inner .time_block dl {
    width: 420px;
    margin: 10px 0 10px;
}
.work .inner .work_inner .time_block dl dt {
    font-size: 18px;
    line-height: 30px;
    padding: 0px 0px 0px 20px;
    font-weight: 700;
}
.work .inner .work_inner .time_block dl dt .circle {
    font-size: 20px;
    color: #13B2E5;
    display: inline-block;
}
.work .inner .work_inner .time_block dl dd {
    padding: 0 10px 0 40px;
    font-size: 14px;
}
.work .inner .work_inner .time_block dl + dl {
    margin-top: 30px;
}
.private {
    margin-top: 30px;
}
.private .inner {
    width: 100%;
    max-width: 100% !important;
    min-height: 1400px;
    padding-bottom: 100px;
    margin: 0 auto 0px;
}
.private .inner .private_mv {
    width: 100%;
    position: relative;
}
.private .inner .private_mv img {
    width: 1130px;
    position: absolute;
    top: 200px;
    right: 50%;
    margin-right: 10px;
}
.private .inner .private_inner {
    width: 45%;
    max-width: 470px;
    margin-left: 50%;
}
.private .inner .private_inner .copy {
    color: #F6B6CA;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 3.68px;
    margin-bottom: 30px;
}
.private .inner .private_inner .text {
    font-size: 16px;
    line-height: 26px;
}
.bxslider {
    margin: 0 auto;
}
.bxslider li {
    text-align: center;
    position: relative;
    perspective: 1000px;
}
.bxslider li a {
    display: block;
}
.bxslider li a:hover {
    text-decoration: none;
}
.bxslider li a img {
    width: 100%;
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden !important;
    vertical-align: top;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
}
.bxslider li a:hover img {
    transform: rotateX(180deg);
}
.bxslider li a .bg_img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    margin: 0;
    transform: rotateX(-180deg);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 0;
}
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
.bxslider li a .bg_img {
 backface-visibility: visible;
 -webkit-backface-visibility: visible;
 z-index: 1;
}
}
.bxslider li a .bg_img1 {
    background: url("../../images/interview/list_img_01_on.jpg") center center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img2 {
    background: url("../../images/interview/list_img_02_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img3 {
    background: url("../../images/interview/list_img_03_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img4 {
    background: url("../../images/interview/list_img_04_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img5 {
    background: url("../../images/interview/list_img_05_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img6 {
    background: url("../../images/interview/list_img_06_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img7 {
    background: url("../../images/interview/list_img_07_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img8 {
    background: url("../../images/interview/list_img_08_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img9 {
    background: url("../../images/interview/list_img_09_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img10 {
    background: url("../../images/interview/list_img_10_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img11 {
    background: url("../../images/interview/list_img_11_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a .bg_img12 {
    background: url("../../images/interview/list_img_12_on.jpg") left center no-repeat;
    background-size: cover;
}
.bxslider li a:hover .bg_img {
    transform: none;
}
.bxslider li a .cat_en {
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 20px;
    color: #71BAD2;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.0;
}
.bxslider li a .cat_en span {
    display: table-cell;
    vertical-align: bottom;
}
.bxslider li a .cat {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    padding-top: 10px;
    background: url("../../images/interview/title_bottom_bar.png") top center no-repeat;
    background-size: 60px 5px;
}
.bxslider li a:hover .cat_en {
    color: #F6B6CA;
}
.bx-wrapper {
    margin: 0px auto;
    width: 100%;
}
.bx-viewport {
    width: 100%;
}
.slider_block {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.slider_block .custom-control {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.slider_block .custom-control .custom-prev {
    width: 45px;
    position: absolute;
    top: 70px;
    left: 10px;
}
.slider_block .custom-control .custom-prev .bx-prev {
    width: 100%;
    height: 65px;
    display: block;
    text-indent: -9999px;
    background: url("../../images/interview/prev_btn.png") left center no-repeat;
    background-size: 45px 65px;
}
.slider_block .custom-control .custom-prev .bx-prev:hover {
    opacity: 0.8;
}
.slider_block .custom-control .custom-next {
    width: 45px;
    position: absolute;
    top: 70px;
    right: 10px;
}
.slider_block .custom-control .custom-next .bx-next {
    width: 100%;
    height: 65px;
    display: block;
    text-indent: -9999px;
    background: url("../../images/interview/next_btn.png") right center no-repeat;
    background-size: 45px 65px;
}
.slider_block .custom-control .custom-next .bx-next:hover {
    opacity: 0.8;
}
/*エントリー・採用情報へ戻るボタン ここから
=======================================================*/
.btn_block, .btn_block_mb80 {
    margin-top: 80px !important;
}
/*エントリー・採用情報へ戻るボタン ここまで
=======================================================*/
.btn_block {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 630px;
    margin: 0 auto 100px;
}
.btn_block .interview_btn {
    width: 48%;
    max-width: 300px;
    margin: 0 1%;
}
.btn_block .interview_btn a {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 27px 10px;
    border-radius: 40px;
    display: block;
    width: 100%;
    text-align: center;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn_block .interview_btn a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: -2;
}
.btn_block .interview_btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0d7b9e;
    transition: all .3s;
    border-radius: 40px;
    z-index: -1;
}
.btn_block .interview_btn a:hover {
    text-decoration: none;
}
.btn_block .interview_btn a:hover:before {
    width: 100%;
}
.btn_block .entry_btn a {
    background: #13B2E5;
}
.btn_block .entry_btn a:after {
    background-color: #13B2E5;
}
.btn_block .entry_btn a:before {
    background-color: #0d7b9e;
}
.btn_block .back_btn a {
    background: #B2B2B2;
}
.btn_block .back_btn a:after {
    background-color: #B2B2B2;
}
.btn_block .back_btn a:before {
    background-color: #8c8c8c;
}

@media screen and (max-width: 1200px) {
.career {
    min-height: inherit;
    padding-bottom: 80px;
}
.career .inner {
    padding-left: 0;
}
.interview {
    margin-top: 80px;
}
.interview .inner {
    display: block;
}
.interview .inner .left_img {
    float: right;
    width: 250px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.interview .inner .right_text {
    width: 100%;
    padding: 0 10px;
}
.interview .inner .right_text dl {
    clear: both;
}
.interview_tab {
    width: 96%;
    max-width: 1200px;
}
.interview_tab li {
    height: auto;
    position: relative;
    padding-right: 60px;
    cursor: pointer;
}
.interview_tab li .en_title {
    font-family: "Century Gothic", "Muli", sans-serif;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 1.95px;
    font-weight: 400;
    padding: 10px 10px 10px 0;
    display: inline-block;
}
.interview_tab li .ja_title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
}
.interview_tab li .tab_img {
    width: 50px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}
.interview_tab li .tab_img img {
    width: 100%;
}
.interview_tab li.work_tab {
    background: url("../../images/interview/bg_tab_work.png") right 60px bottom 0px no-repeat;
    background-size: 237px 15px;
}
.interview_tab li.work_tab .en_title {
    color: #71BAD2;
}
.interview_tab li.private_tab {
    background: url("../../images/interview/bg_tab_private.png") right 60px bottom 0px no-repeat;
    background-size: 307px 15px;
}
.interview_tab li.private_tab .en_title {
    color: #F6B6CA;
}
.interview_tab li.select {
    padding-right: 60px;
    background: url("../../images/interview/cat_title_bottom_bar.png") left bottom 0px no-repeat;
    background-size: 470px 7px;
}
.interview_tab li.select .en_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2.5px;
    padding: 0px 10px 20px 0;
}
.interview_tab li.select .ja_title {
    font-size: 24px;
    letter-spacing: 1.44px;
}
.interview_tab li.select .tab_img {
    width: 50px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
.work .inner .work_mv {
    display: none;
}
.work .inner .work_inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.work .inner .work_inner .interview_title {
    margin-left: 250px;
}
.work .inner .work_inner .time_block {
    width: 100%;
    padding-left: 250px;
    padding-bottom: 30px;
    padding-right: 10px;
    background: url("../../images/interview/time_bar.png") left 130px top repeat-y;
    background-size: 10px 115px;
    margin-top: 0;
}
.work .inner .work_inner .time_block .work_img {
    margin-right: 0;
    margin-top: 0;
    left: 10px;
}
.work .inner .work_inner .time_block dl {
    width: 100%;
    padding: 0px;
}
.private {
    margin-top: 0px;
}
.private .inner {
    width: 96%;
    max-width: 96% !important;
    min-height: auto;
    padding-bottom: 0;
    margin: 0 auto 0px;
}
.private .inner .private_mv {
    width: 100%;
    position: static;
    text-align: center;
}
.private .inner .private_mv img {
    width: 100%;
    max-width: 565px;
    position: static;
    margin: 0 auto;
}
.private .inner .private_inner {
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0;
}
.private .inner .private_inner .copy {
    color: #F6B6CA;
    font-size: 32px;
    line-height: 54px;
    letter-spacing: 3.68px;
    margin-bottom: 30px;
}
.private .inner .private_inner .text {
    font-size: 16px;
    line-height: 26px;
}
.slider_block .custom-control .custom-prev {
    width: 30px;
    top: 243px;
    left: 10px;
}
.slider_block .custom-control .custom-prev .bx-prev {
    width: 100%;
    height: 43px;
    background-size: cover;
}
.slider_block .custom-control .custom-next {
    width: 30px;
    top: 243px;
    right: 10px;
}
.slider_block .custom-control .custom-next .bx-next {
    width: 100%;
    height: 43px;
    background-size: cover;
}
}
.recruit-interview_detail #maincantents .contents {
    margin: 0 auto;
}
.recruit-interview_detail #maincantents .contents &gt;.inner {
    margin: 0 auto;
    max-width: 100%;
}
</pre></body></html>