@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500|Poppins:400,600');
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Medium');
}
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

/* Base
-------------------------------------- */
html {
  overflow: auto;
}
body {
  min-width: 320px;
  background-color: #FFF;
  color: #191919;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, Arial, '游ゴシック体', YuGothic, 'Custom Yu Gothic', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
a {
  color: #191919;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Loading
-------------------------------------- */
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  z-index: 99999;
}
.c-loader_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/recruit-employment/assets/img/loader.gif') no-repeat center center;
  -webkit-background-size: 100% 2px;
  background-size: 100% 2px;
}

/* Header
-------------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 50px;
  background-color: #FFF;
  z-index: 6000;
}
.c-header_logo {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 114px;
  height: auto;
  line-height: 0;
}
.c-header_ttl {
  position: absolute;
  top: 10px;top: 14px;
  left: 144px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.c-header_ttl span {
  display: block;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 12px;font-size: 14px;
  font-weight: 500;
}
.c-header_trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #AE0414;
  text-align: center;
  cursor: pointer;
  z-index: 2000;
}
.c-header_trigger span {
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-header_trigger span::before,
.c-header_trigger span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: .3s;
  transition: .3s;
}
.c-header_trigger span::before {
  margin-top: -6px;
}
.c-header_trigger span::after {
  margin-top: 4px;
}
.c-header_trigger.is-active span {
  background: transparent;
}
.c-header_trigger.is-active span::before,
.c-header_trigger.is-active span::after {
  margin-top: -1px;
}
.c-header_trigger.is-active span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-header_trigger.is-active span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-header_gnav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
  overflow: auto;
  z-index: 9000;
}
.c-header_gnav_list {
  background-color: #FFF;
}
.c-header_gnav_list_item a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 45px 0 15px;
  border-top: 1px solid #DDD;
  font-size: 12px;
  font-weight: bold;
  line-height: 50px;
}
.c-header_gnav_list_item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 16px;
  height: 8px;
  margin: auto;
  background: url('/recruit-employment/assets/img/cmn_arw_01.png') no-repeat center right;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
}
.c-header_utility_list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
}
.c-header_utility_list_item {
  width: 100%;
}
.c-header_utility_list a {
  display: block;
  width: 100%;
  height: 50px;
  color: #FFF;
  line-height: 50px;
  text-align: center;
}
.c-header_utility_list_item._internship a {
  background-color: #ec605d;
  font-size: 10px;
}
.c-header_utility_list_item._newgrads a {
  background-color: #AE0414;
}
.c-header_utility_list_item._career a {
  background-color: #333;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  backface-visibility: hidden;
  z-index: 5000;
}

/* Footer
-------------------------------------- */
.c-footer {
  width: 100%;
  background-color: #191919;
}
.c-footer .l-inner {
  margin: 0;
  padding: 20px;
}
.c-footer_fnav,
.c-footer_utility {
  text-align: center;
}
.c-footer_fnav a,
.c-footer_utility a {
  display: block;
  padding: 0.25em 0;
  color: #FFF;
}
.c-footer_utility {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.c-footer_copyright {
  display: block;
  height: 50px;
  font-size: 10px;
  background-color: #FFF;
  line-height: 50px;
  text-align: center;
}
.c-footer_pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  background: #AE0414 url('/recruit-employment/assets/img/pagetop_arw_01.png') no-repeat center center;
  -webkit-background-size: 8px 16px;
  background-size: 8px 16px;
}
.c-footer_bnr {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background: url('/recruit-employment/assets/img/footer_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-footer_bnr_list li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
}
.c-footer_bnr_list li:last-child {
  border: none;
}
.c-footer_bnr_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}


.c-footer_bnr_list.entry_bnr a {
  background-color: #AE0414;
  color: #fff;
}

/* Layout
-------------------------------------- */
.l-content {
  position: relative;
  width: 100%;
  margin-top: 50px;
  background-color: #FFF;
}
.l-wrap {
  position: relative;
  padding: 0 20px;
}
#top .l-wrap {
  padding: 0;
}
.l-inner {
  position: relative;
  padding: 40px 0;
}
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.l-col {
  position: relative;
  margin-bottom: 20px;
}
.l-col._1 {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

/* Heading / Text
-------------------------------------- */
.c-page_header {
  position: relative;
  width: 100%;
  background-color: #F1F1EF;
}
.c-page_header_inner {
  position: relative;
  width: 100%;
}
.c-page_header_img {
  position: relative;
  width: 100%;
  height: 200px;
}
.c-page_header_img._concept {
  background: url('/recruit-employment/assets/img/concept_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._company {
  background: url('/recruit-employment/assets/img/company_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._store {
  background: url('/recruit-employment/assets/img/store_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._interview {
  background: url('/recruit-employment/assets/img/member_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._training {
  background: url('/recruit-employment/assets/img/training_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._careerstep {
  background: url('/recruit-employment/assets/img/careerstep_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._newgrads {
  background: url('/recruit-employment/assets/img/newgrads_pttl_bg_01_sp.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._career {
  background: url('/recruit-employment/assets/img/career_pttl_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.c-page_header_img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/recruit-employment/assets/img/cmn_pttl_overlay_01.png') repeat 0 0;
}
.c-page_header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  min-height: 100px;
  margin: -40px 20px 0 20px;
  padding: 20px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 20px;
  line-height: 1.4;
}
.c-page_header_ttl ._en {
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-page_header_ttl h1 span {
  display: block;
  font-size: 14px;
}
.c-page_header_lead {
  position: relative;
  padding: 20px;
}
.c-section_header {
  text-align: center;
  margin-bottom: 40px;
}
.c-section_header_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2px 10px;
}
.c-section_header_inner:before, .c-section_header_inner:after {
  content:'';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
}
.c-section_header_inner:before {
  left: 0;
  border-left: solid 2px #AE0414;
  border-top: solid 2px #AE0414;
  border-bottom: solid 2px #AE0414;
}
.c-section_header_inner:after {
  right: 0;
  border-top: solid 2px #AE0414;
  border-right: solid 2px #AE0414;
  border-bottom: solid 2px #AE0414;
}
.c-section_header h2 {
  margin-bottom: 5px;
  color: #AE0414;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-section_txt {
  margin-bottom: 2em;
}
.c-card_txt {
  margin-bottom: 1em;
}

/* Button
-------------------------------------- */
.c-btn_more {
  display: block;
  position: relative;
  width: 200px;
  height: 50px;
  margin: auto;
  padding-right: 30px;
  background-color: #FFF;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, #AE0414 50%);
  background-image: linear-gradient(to right, transparent 50%, #AE0414 50%);
  border: 1px solid #DDD;
  color: #AE0414;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-btn_more::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 30px;
  width: 1px;
  height: 50px;
  border-right: 1px solid #DDD;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.c-btn_more::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 16px;
  height: 8px;
  margin: auto;
  background: url('/recruit-employment/assets/img/cmn_arw_01.png') no-repeat center center;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}


/* Component
-------------------------------------- */
.c-table {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.c-table th {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-table td {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  vertical-align: middle;
}
.c-list_decimal {
  margin-bottom: 20px;
  list-style: decimal;
}
.c-list_decimal li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.5em;
}
.c-list_disc {
  margin-bottom: 20px;
  list-style: disc;
}
.c-list_disc li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.1em;
}
.c-list_definition dt {
  display: inline-block;
  width: 50%;
  padding-right: 1em;
}
.c-list_definition dd {
  display: inline-block;
  width: 50%;
}

/* Top Page
-------------------------------------- */
.c-top_ttl {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
}
.c-top_ttl span {
  display: block;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-top_ttl._red {
  color: #AE0414;
}
.c-top_ttl._white {
  color: #FFF;
}

.c-top-main {
  position: relative;
  width: 100%;
}
.c-top-main_img {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.c-top-main_txt {
  position: relative;
  width: 100%;
  padding: 70px 20px 20px 20px;
  background: #AE0414 url('/recruit-employment/assets/img/top_main_bg_01.png') no-repeat right bottom;
  -webkit-background-size: 140px 100px;
  background-size: 140px 100px;
  color: #FFF;
	font-size: 14px;
}
.c-top-main_txt h1 {
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  width: 280px;
  margin: auto;
}

.c-top-concept {
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.c-top-concept_ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-top-concept1 {
  padding: 20px;
  background-color: #F1F1EF;
}
.c-top-concept1_header {
  padding-top: 5px;
}
.c-top-concept1_body {
  margin-bottom: 20px;
  background-color: #FFF;
}
.c-top-concept1_list li {
  position: relative;
/*  width: 50%;*/
width: 100%;
}
.c-top-concept1_list li::after { 
	border-right: none;
}
/*
.c-top-concept1_list li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px solid #E9E9E9;
}
.c-top-concept1_list li:nth-of-type(2n)::after {
  border-right: none;
}
*/
.c-top-concept1_list li figure {
  position: relative;
  z-index: 2;
}
.c-top-concept1_list li p {
  padding: 10px;
}
.c-top-concept2 {
  padding: 20px 0 0 0;
}
.c-top-concept2_card {
  position: relative;
  width: 300px;
  min-height: 280px;
  margin: 20px auto;
}
.c-top-concept2_card_item {
  position: absolute;
  width: 140px;
  height: 140px;
  padding: 15px 12px 0 12px;
  background-color: #AE0414;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
.c-top-concept2_card_item._1 {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-top-concept2_card_item._2 {
  top: 140px;
  left: 0;
}
.c-top-concept2_card_item._3 {
  top: 140px;
  right: 0;
}
.c-top-concept2_card_item h3 {
  margin-bottom: 0.7em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.c-top-concept2_card_item h3 span {
  display: block;
  margin-bottom: 0.4em;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.c-top-concept2_card_item p {
  line-height: 1.6;
}
.c-top-concept2_body p {
  margin: 20px;
}

.c-top-company {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  background: url('/recruit-employment/assets/img/top_company_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-top-company_card_item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #AE0414;
  color: #FFF;
  text-align: center;
}
.c-top-company_card_item:last-child {
  margin-bottom: 0;
}
.c-top-company_ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-top-member {
  position: relative;
  width: 100%;
  padding: 40px 20px;
}
.c-top-member_list li {
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
.c-top-member_list figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-top-member_list figure::before {
  content:'';
  display: block;
  padding-top: 100%;
}
.c-top-member_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.c-top-member_name {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 10px;
  line-height: 1.6;
}
.c-top-member_name span {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.4);
  font-size: 12px;
  font-weight: bold;
}

.c-top-workstyle {
  position: relative;
  width: 100%;
  padding: 60px 20px;
/**/
  background: url('/recruit-employment/assets/img/top_workstyle_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;

	
}
.c-top-workstyle_card_item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #AE0414;
  color: #FFF;
  text-align: center;
}
.c-top-workstyle_card_item:last-child {
  margin-bottom: 0;
}
.c-top-workstyle_ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-top-info {
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.c-top-info_list {
  border-top: 1px solid #E9E9E9;
}
.c-top-info_list a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 40px 12px 20px;
  border-bottom: 1px solid #E9E9E9;
}
.c-top-info_list time {
  display: block;
}
.c-top-info_list a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  height: 8px;
  margin: auto;
  background: url('/recruit-employment/assets/img/cmn_arw_01.png') no-repeat center center;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
}

/* 採用コンセプト
-------------------------------------- */
.c-concept_card {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.c-concept_card_img figcaption {
  padding: 10px;
  background-color: #F1F1EF;
}
.c-concept_card_ttl {
  padding: 10px 20px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
.c-concept_card_ttl span {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}
.c-concept_card_body {
  position: relative;
  padding: 20px 0;
}
.c-concept_card_body h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

/* 会社を知る
-------------------------------------- */
.c-company1_card {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.c-company1_card_body {
  position: relative;
  padding-bottom: 20px;
}
.c-company1_card_body h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-company2 h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.c-company2_inner {
  background: url('/recruit-employment/assets/img/company2_bg_01.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-company2_inner .l-wrap {
  padding: 20px;
}
.c-company2_card {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.15);
}

/* 店舗を知る
-------------------------------------- */
.c-store1_header {
  margin-bottom: 30px;
  text-align: center;
}
.c-store1_header p {
  display: inline-block;
  padding: 8px;
  background-color: #AE0414;
  color: #FFF;
  font-weight: bold;
}
.c-store1_header h2 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
}
.c-store1_header figure img {
  width: 100px;
}
.c-store1_header figcaption {
  margin-top: 10px;
}
.c-store1_header figcaption span {
  display: block;
  font-weight: bold;
}
.c-store1_list_item figure {
  margin-bottom: 10px;
}

.c-store2_card {
  width: 100% !important;
}
.c-store2_card:last-child {
  margin-bottom: 0 !important;
}
.c-store2_name {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
.c-store2_card h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

/* インタビューTOP
-------------------------------------- */
.c-member-top_card {
  width: 100% !important;
}
.c-member-top_card:last-child {
  margin-bottom: 0 !important;
}
.c-member-top_name {
  position: relative;
  width: 100%;
  padding: 10px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 10px;
  line-height: 1.6;
}
.c-member-top_name span {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.4);
  font-size: 14px;
  font-weight: bold;
}
.c-member-top_card h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

/* インタビュー詳細
-------------------------------------- */
.c-member_header {
  position: relative;
  width: 100%;
}
.c-member_header_img {
  position: relative;
  width: 100%;
}
.c-member_header_img::before {
  content: '';
  display: block;
  padding-top: 62%;
}
.c-member_header_img._1 {
  background: url('/recruit-employment/assets/img/member01_img_01.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-member_header_img._2 {
  background: url('/recruit-employment/assets/img/member02_img_01.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-member_header_img._3 {
  background: url('/recruit-employment/assets/img/member03_img_01.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-member_header_img._4 {
  background: url('/recruit-employment/assets/img/member04_img_01.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.c-member_header_img._talk {
  background: url('../img/talk-main.jpg') no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.c-member_header_ttl {
  position: relative;
  padding: 20px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
}
.c-member_header_ttl ._en {
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-member_header_name {
  margin-top: 20px;
  padding: 10px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 12px;
}
.c-member_header_name span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.c-member_header_note{
	position:static;
	margin-top: 15px;
	font-size: 11px;
}

.c-member_header_ttl .talk-h1-jp {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.talk_header .c-page_header_lead{
	background: #eee;
	
}

.talk-name{
	display: flex;
	margin: auto;
}

.talk-name >div{
	position: relative;
	width: 35px;
	margin: 0 15px;
}
.talk-name >div >span{
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 40px;
}
.talk-name p{
  width: 100px;
  padding: 15px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 12px;
	margin: 10px 0;
}

.talk-name p span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}





.c-member_body {
  position: relative;
}
.c-member_body._separator::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  margin: auto;
  background-color: #AE0414;
}
.c-member_body h2 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.c-member_body h3{
	color: #AE0414;
	font-size: 15px;
  font-weight: bold;
	line-height: 1.4;
	background: #f2f2f2;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.subsection:not(:last-of-type){
	margin-bottom: 30px;
}
.subsection{
	clear: both;
}

.c-member_body_img {
  margin-bottom: 20px;
}
.c-member_profile {
  position: relative;
  margin-top: 50px;
  padding-bottom: 40px;
}
.c-member_profile_img {
  position: relative;
  text-align: center;
}
.c-member_profile_img img {
  position: relative;
  width: 100px;
  margin-top: -50px;
}
.c-member_profile h2 {
  display: block;
  padding: 20px 0;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-member_profile_table {
  width: 100%;
  border-top: 1px solid #DDD;
}
.c-member_profile_table th,
.c-member_profile_table td {
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.c-member_profile_table th {
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
}
.c-member_profile_table td {
  width: 70%;
}


/*対談*/
.c-talk .subsection:not(:last-of-type){
	margin-bottom: 100px;
}
.c-talk .subsection h2{
  color: #AE0414;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
	position: relative;
	height: 75px;
	width: auto;
	margin:0 auto 20px;
	text-align: center;
	
}
.c-talk .subsection h2 span{
	display: block;
	position: absolute;
	top:50%;
	transform: translate(0%, -50%);
	width: 100%;
}
.c-talk .subsection h2:before, .c-talk .subsection h2:after {
  content:'';
  position: absolute;
	display: block;
  top: 0;
  width: 12px;

	height: 75px;
}
.c-talk .subsection h2:before {
  left: 0;
  border-left: solid 2px #AE0414;
  border-top: solid 2px #AE0414;
  border-bottom: solid 2px #AE0414;
}
.c-talk .subsection h2:after {
  right: 0;
  border-top: solid 2px #AE0414;
  border-right: solid 2px #AE0414;
  border-bottom: solid 2px #AE0414;
}
.summary{
	margin:50px 0 50px;
}
.summary p{	
	position: relative;
	margin: 0px 0;
	height: 70px;
	margin-bottom: 20px;
}
.summary p span{
	display: block;
	border-radius: 40px;
	border: 3px #428c56 solid;
	background: #fff;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	width: calc( 100% - 70px );
	z-index: 2;
	position: absolute;
	top:50%;
	transform: translate(0%, -50%);
	margin: 0 70px;
	text-align: left;
}
.summary p.s_t span{
	border: 3px #ee8229 solid;
}

.summary p:nth-of-type(2) span{
	right: 0;
}
.summary p:before {
  content:'';
  position: absolute;
	display: block;
  width: 80px;
	height: 80px;
	border-radius: 50%;	
	top:50%;
	transform: translate(0%, -50%);
	background: url('../img/talk_icon1.jpg') no-repeat center 0;
	background-size: contain;
}
.summary p.s_s:before {
	background: url('../img/talk_icon2.jpg') no-repeat center 0;
	background-size: contain;
}
.summary p:nth-of-type(2):before {
	right: 0;
}
.talkbody p{
	margin-bottom: 40px;
}

.talkbody p .p_t{
	font-weight: bold;
	color: #ee8229;
}

.talkbody p .p_s{
	font-weight: bold;
	color: #428c56;
}
.talkbody img{
	margin-bottom: 20px;
}
/*
.talkbody img.imgright{
	width: 315px;
	height: auto;
	margin: 0 0 25px 40px;
	float: right;
}
.talkbody img.imgleft{
	width: 315px;
	height: auto;
	margin: 0 40px 25px 0;
	float: left;
}

.talkbody.shafu img.imgright,
.talkbody.shafu img.imgleft{
	width: auto;
}
*/

/* 教育研修制度
-------------------------------------- */
.c-training1_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.c-training1_txt {
  margin: 20px 0 10px 0;
}

.c-training1 figure{
	margin-bottom: 10px;
}

.c-training2_card {
  margin-bottom: 20px;
  background-color: #FFF;
}
.c-training2_card_img {
  float: right;
  width: 50%;
  margin: 0 0 10px 10px;
}
.c-training2_card_body {
  padding: 20px;
  overflow: hidden;
}
.c-training2_card h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

/* キャリアステップ
-------------------------------------- */
.c-careerstep1_ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.c-careerstep2_card {
  width: 100% !important;
  margin-bottom: 20px;
  background-color: #FFF;
}
.c-careerstep2_card:last-child {
  margin-bottom: 0 !important;
}
.c-careerstep2_step {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.c-careerstep2_step._1 {
  background-color: #006FB9;
}
.c-careerstep2_step._2 {
  background-color: #3D8D51;
}
.c-careerstep2_step._3 {
  background-color: #F18000;
}
.c-careerstep2_card_body {
  padding: 20px;
}
.c-careerstep2_card h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* 採用情報
-------------------------------------- */
.c-tab_nav_list {
  margin-bottom: 20px;
}
.c-tab_nav_list_item {
  width: 50%;
}
.c-tab_nav_list_item a {
  display: block;
  position: relative;
  height: 50px;
  background-color: #F1F1EF;
  color: #666;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.c-tab_nav_list_item a.is-active {
  background-color: #AE0414;
  color: #FFF;
}
.c-tab_nav_list_item a.is-active::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #AE0414 transparent transparent transparent;
}

.c-recruit_info {
  border-top: 2px solid #AE0414;
}
.c-recruit_info_table {
  width: 100%;
  margin-bottom: 20px;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.c-recruit_info_table th {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #F9F9F9;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-recruit_info_table td {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  vertical-align: middle;
}
.c-recruit_info_table td.career-rate span{
	display:inline-block;
	text-align: right;
	width: 3.5em;
}
table.subtable{
	border-collapse: collapse;
}
table.subtable th{
	background: none;
	border-bottom:none;
	white-space: nowrap;
	width: auto;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px;
	
	display: block;
}
table.subtable td{
	padding: 0px 0px 5px;
	border-bottom:none;
	width: auto;
}
.c-btn_entry {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: auto;
  background-color: #AE0414;
  color: #FFF !important;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-decoration: none !important;
}

.c-recruit_faq {
  border-top: 2px solid #AE0414;
}
.c-recruit_faq_ttl {
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
  color: #AE0414;
  font-size: 16px;
  text-align: center;
}
.c-recruit_faq_list {
  background-color: #FFF;
  vertical-align: top;
  border-bottom: 1px solid #DDD;
}
.c-recruit_faq_list dt {
  position: relative;
  min-height: 20px;
  padding: 10px 30px 10px 0;
  cursor: pointer;
}
.c-recruit_faq_list dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 0;
  height: 14px;
  margin: auto;
  border-left: 2px solid #AE0414;
}
.c-recruit_faq_list dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 0;
  margin: auto;
  border-top: 2px solid #AE0414;
}
.c-recruit_faq_list dt.active::before {
  border-left: 4px solid transparent;
}
.c-recruit_faq_list dt span {
  display: block;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
}
.c-recruit_faq_list dt span::before {
  content: 'Q';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #AE0414;
  border-radius: 50%;
  color: #FFF;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.c-recruit_faq_list dd {
  display: none;
  padding: 10px 0;
  border-top: 1px dotted #CCC;
}
.c-recruit_faq_list dd span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.c-recruit_faq_list dd span::before {
  content: 'A';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #AE0414;
  border-radius: 50%;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.c-recruit_info a,
.c-recruit_faq a {
  color: #AE0414;
  text-decoration: underline;
}

/* 関連コンテンツ
-------------------------------------- */
.c-related {
  width: 100%;
  background: url('/recruit-employment/assets/img/related_bg_01.png') repeat center 0;
}
.c-related .l-wrap {
  padding: 40px 20px 20px 20px;
}
.c-related .l-col {
  width: 100%;
  margin-bottom: 20px;
}
.c-related_ttl {
  margin-bottom: 40px;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-related a {
  display: table;
  width: 100%;
  position: relative;
  background-color: #FFF;
  border: 1px solid #DDD;
}
.c-related_img {
  display: table-cell;
  position: relative;
  width: 78px;
  overflow: hidden;
}
.c-related_img img {
  width: 78px;
  height: 78px;
}
.c-related_txt {
  display: table-cell;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

/* Utility
-------------------------------------- */
strong {
  font-weight: bold;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf {
  zoom: 1;
}
.pc {
  display: none !important;
}
.u-underline {
  text-decoration: underline;
}
.u-tac {
  text-align: center;
}
.u-tar {
  text-align: right;
}
.u-aic {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.u-hanging {
  margin-left: 1em;
  text-indent: -1em;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb {
  margin-bottom: 20px !important;
}
.u-red {
  color: #F00;
}
.u-hidden {
  display: none !important;
}
.u-section_bg {
  background-color: #F1F1EF;
}

/* State
-------------------------------------- */
.is-auto {
  margin: auto !important;
}
.is-last {
  margin-bottom: 0 !important;
}

/*201909*/
body{
		padding-bottom: 100px;
}
	
#entrybtn{
	width: 100%;
	padding: 15px 0;
	position: fixed;
	bottom: 0px;
	left: auto;
	z-index: 100;
	background: rgba(0,0,0,0.55);
}
#entrybtn a{
	display: block;
	margin: auto 20px;
	padding: 15px;
	background: #AE0414;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

ul.career-btnlist li{
	width: 100%;
	margin: 10px auto;
}


	#entrypage .entrysection .section .esinner dl {
		width: 100%;}
	
	#entrypage .entrysection .section .esinner dl:not(:last-of-type) {
		margin-bottom: 30px;
	}
#entrypage .entrysection .section .esinner dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;}
	#entrypage .entrysection .section .esinner dd:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#entrypage .entrysection .section .esinner dd a {
		font-size: 20px;
		padding: 20px 5px; }


#entrypage .entrysection .section .esinner dd a {
	display: block;
	margin: auto 20px;
	background: #af0515;
	color: #fff;
	line-height: 1em;
	-webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s;
	transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s; }



/*202410追加----------------------------------------------*/
/*働く環境*/
.c-page_header_img._environment {
  background: url("../../../recruit-employment/assets/img/environment_pttl_bg_01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }

.c-page_nav_list {
  margin-bottom: 40px; }

.c-page_nav_list_item {
  width: calc( 50% - 5px );
  min-width: 160px;
  margin: 0 auto 5px; }

.c-page_nav_list_item a {
  display: block;
  position: relative;
  height: 40px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s; }

.c-page_nav_list_item a:hover {
  opacity: 0.5; }

.c-page_nav_list_item a.is-active {
  background-color: #AE0414;
  color: #FFF; }

.c-environment #system, .c-environment2 #event {
  padding-top: 100px;
  margin-top: -100px; }

.wstyle {
  margin-top: 50px; }
  .wstyle th, .wstyle td {
    display: block;
    width: auto;
    text-align: left;
    background: none;
    border: none;
    padding: 0; }
  .wstyle th {
    font-weight: 600; }
    .wstyle th:before {
      content: '';
      display: inline-block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #AE0414;
      vertical-align: middle;
      margin-right: 4px; }
  .wstyle span {
    vertical-align: middle; }
  .wstyle td {
    margin: 0 0 20px 18px; }

.training {
  margin-top: 10px; }
  .training dt {
    font-weight: bold;
    text-decoration: underline;
    color: #AE0414; }
  .training dd:not(:last-child) {
    margin-bottom: 10px; }
  .training ul {
    margin: 2px auto; }

.careersupport dt {
  font-weight: bold;
  text-decoration: underline;
  color: #AE0414; }
  .careersupport dt span {
    background: #AE0414;
    color: #fff;
    padding: 2px 5px; }
.careersupport dd:not(:last-child) {
  margin-bottom: 10px; }

.environment_figlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
  .environment_figlist li {
    width: calc( ( 100% - 10px ) / 2 );
    border: #AE0414 1px solid;
    margin-bottom: 10px; }

.c-environment h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px; }
  .c-environment h3 span {
    display: block;
    text-align: center; }
    .c-environment h3 span:nth-child(1) {
      position: relative;
      width: 250px;
      margin: 0 auto 10px;
      padding: 0 25px;
      box-sizing: border-box; }
      .c-environment h3 span:nth-child(1):before {
        content: '';
        height: 34px;
        width: 2px;
        background: #AE0414;
        position: absolute;
        transform: rotate(-35deg);
        top: 0px;
        left: 0px; }
      .c-environment h3 span:nth-child(1):after {
        content: '';
        height: 34px;
        width: 2px;
        background: #AE0414;
        position: absolute;
        transform: rotate(35deg);
        top: 0px;
        right: 0px; }
    .c-environment h3 span:nth-child(2) {
      border: 1px #AE0414 solid;
      border-radius: 20px;
      color: #AE0414;
      font-family: Oswald, sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      padding: 5px;
      width: 250px;
      margin: auto; }

.event-box {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1rem 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .event-box > div:nth-child(1) {
    width: 100%;
    max-width: none;
    margin-bottom: 15px; }
  .event-box > div:nth-child(2) {
    width: 100%;
    min-width: none; }
    .event-box > div:nth-child(2) h3 {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      margin-bottom: 5px; }

.voice_sec {
  margin-bottom: 30px; }
  .voice_sec > div:nth-child(1) {
    float: none;
    width: 120px;
    margin: auto; }
  .voice_sec > div:nth-child(2) {
    background: #ebf3ed;
    border: 3px #3d8d51 solid;
    border-radius: 20px;
    margin: 30px 0 0 0px;
    padding: 20px;
    box-sizing: border-box;
    position: relative; }
    .voice_sec + .voice_sec > div:nth-child(2) {
      background: #fef2e5;
      border: 3px #f18000 solid; }
    .voice_sec > div:nth-child(2):after, .voice_sec > div:nth-child(2):before {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      right: auto;
      top: auto;
      bottom: 100%;
      left: 50%; }
    .voice_sec > div:nth-child(2):after {
      border-color: rgba(247, 221, 51, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 12px;
      border-right-width: 12px;
      margin-top: auto;
      margin-left: -12px;
      border-bottom-color: #ebf3ed;
      border-right-color: rgba(30, 144, 255, 0); }
      .voice_sec + .voice_sec > div:nth-child(2):after {
        border-right-color: rgba(30, 144, 255, 0);
        border-bottom-color: #fef2e5; }
    .voice_sec > div:nth-child(2):before {
      border-top-width: 22px;
      border-bottom-width: 22px;
      border-left-width: 14px;
      border-right-width: 14px;
      margin-top: auto;
      margin-right: auto;
      margin-left: -14px;
      margin-bottom: 2px;
      border-bottom-color: #3d8d51;
      border-right-color: rgba(30, 144, 255, 0); }
      .voice_sec + .voice_sec > div:nth-child(2):before {
        border-right-color: rgba(30, 144, 255, 0);
        border-bottom-color: #f18000; }
    .voice_sec > div:nth-child(2) .voice_title {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .voice_sec > div:nth-child(2) .voice_title > div {
        font-weight: bold;
        font-size: 14px; }
        .voice_sec > div:nth-child(2) .voice_title > div p:nth-child(1) {
          font-size: 16px;
          color: #000;
          line-height: 1.4;
          margin-bottom: 5px; }
      .voice_sec > div:nth-child(2) .voice_title img {
        width: 40px;
        margin-right: 15px; }

/* インタビューTOP
-------------------------------------- */
.member-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .member-nav li {
    width: calc( ( 100% - 15px ) / 2);
    margin-bottom: 15px; }
    .member-nav li.current {
      opacity: 0.5; }
  .member-nav .c-member-top_card:last-child {
    margin-bottom: 0 !important; }
  .member-nav .c-member-top_name {
    position: relative;
    padding: 10px;
    background-color: #AE0414;
    color: #FFF;
    font-size: 10px;
    line-height: 1.6; }
  .member-nav .c-member-top_name span {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: bold; }

/*採用コンセプト*/
.c-concept_card_body {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%; }
  .c-concept_card_body .c-concept_card_ttl {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: auto auto 20px;
    padding: 10px 0 !important; }

/*会社*/
.c-company2 img {
  display: block;
  float: none;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 30px;
  box-shadow: 0px 0px 1rem 1px rgba(0, 0, 0, 0.08); }
.c-company2 p:not(:last-child) {
  margin-bottom: 20px; }



/********************************/
/*202502追加　店舗を知る　研修*/

.c-store2_name {
  margin-bottom: 15px; }

.c-store3 .lead {
  margin-bottom: 30px; }
.c-store3 ul li {
  margin-bottom: 80px; }
.c-store3 .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px; }
  .c-store3 .intro > figure {
    width: 100%; }
  .c-store3 .intro figcaption {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #AE0414;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-top: -30px;
    height: auto;
    line-height: 1.6;
    padding: 10px; }
  .c-store3 .intro > div {
    width: 100%;
    margin: 20px 0 0 0px;
    border: 4px #AE0414 solid;
    border-radius: 20px;
    padding: 25px 30px;
    position: relative; }
    .c-store3 .intro > div:after {
      content: '';
      display: block;
      width: 32px;
      height: 58px;
      background: url("../img/frameparts.svg") no-repeat center center;
      background-size: contain;
      position: absolute;
      bottom: -35px;
      left: 60px; }
    .c-store3 .intro > div figure {
      width: 55px;
      float: right;
      margin: -5px -5px 10px 10px; }
    .c-store3 .intro > div p:nth-of-type(1) {
      color: #AE0414;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px; }
.c-store3 .check {
  background: rgba(0, 0, 0, 0.05);
  padding: 25px 30px 25px 30px;
  position: relative; }
  .c-store3 .check:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background: url("../img/check.svg") no-repeat center center;
    background-size: contain;
    float: left;
    margin: -12px 15px 5px -15px; }

.training1 .lead {
  margin-bottom: 50px; }
.training1 section {
  clear: both;
  border: 1px #AE0414 solid;
  background: #fff;
  padding: 20px;
  margin-bottom: 60px;
  position: relative;
  /*
  >div{
  	width: calc( 100% - 370px );
  }
  &.w100{
  	>div{
  		width: 100%;
  	}
  }
  &.w2{
  	>div{
  		width: calc( 100% - 570px );
  	}
  }
  */ }
  .training1 section::after {
    content: "";
    display: block;
    clear: both; }
  .training1 section p {
    padding-top: 30px; }
.training1 h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -1px;
  right: -1px;
  background: #AE0414; }
  .training1 h3 span {
    color: #fff;
    padding: 10px 20px;
    width: 320px;
    display: block; }
.training1 figure {
  width: 100%;
  margin: 20px 0 0px; }
.training1 dl {
  margin: 30px 0 0; }
  .training1 dl dt {
    background: #0099ff;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 270px;
    width: 100%;
    padding: 5px 20px; }
    .training1 dl dt span {
      display: inline-block;
      line-height: 1; }
      .training1 dl dt span:nth-child(1) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px #fff solid; }
    .training1 dl dt:nth-of-type(2) {
      background: #33cc66; }
    .training1 dl dt:nth-of-type(3) {
      background: #ff9900; }
  .training1 dl dd {
    margin: 10px 0px 20px 0px; }
  .training1 dl figure {
    width: 100%;
    margin-bottom: 40px; }