@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: 980px;
  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: 14px;
  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;
  -webkit-transition: color .5s ease-in-out 0s;
  transition: color .5s ease-in-out 0s;
}
a:hover {
  color: #AE0414;
}
a[href^="tel:"] {
  pointer-events: none;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .5s ease-in-out 0s;
  transition: opacity .5s ease-in-out 0s;
}
a:hover img {
  opacity: 0.7;
}

/* 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: 980px;
  height: 100px;
  background-color: rgba(255,255,255,0.95);
  z-index: 9999;
}
.c-header_logo {
  position: absolute;
  top: 38px;
  left: 20px;
  width: 180px;
  height: 27px;
}
.c-header_ttl {
  position: absolute;
  top: 30px;top: 37px;
  left: 210px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.c-header_ttl span {
  display: block;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 16px;font-size: 20px;
  font-weight: 500;
}
.c-header_gnav {
  display: block !important;
}
.c-header_gnav_list {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  top: 40px;
  right: 20px;
}
.c-header_gnav_list_item {
  position: relative;
  margin-left: 15px;
}
.c-header_gnav_list_item a {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.c-header_gnav_list_item a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.c-header_gnav_list_item a:hover::after {
  background-color: #AE0414;
}
.c-header_gnav_list_sub {
  display: none;
  position: absolute;
  top: 57px;
  left: 50%;
  width: 156px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-header_gnav_list_sub a {
  display: block;
  height: 50px;
  background-color: #AE0414;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  line-height: 50px;
  text-align: center;
}
.c-header_gnav_list_sub li:last-child a {
  border: none;
}
.c-header_utility_list {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  top: 0;
  right: 20px;
}
.c-header_utility_list a {
  display: block;
  width: 200px;
  height: 40px;
  color: #FFF;
  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-header_utility_list_item._internship a {
  background-color: #ec605d;
  font-size: 11px;
}
.c-header_utility_list_item._newgrads a {
  background-color: #AE0414;
}
.c-header_utility_list_item._career a {
  background-color: #333;
}
.c-header_gnav_list_sub a:hover,
.c-header_utility_list_item a:hover {
  color: rgba(255,255,255,0.4);
}

/* Footer
-------------------------------------- */
.c-footer {
  width: 100%;
  background-color: #191919;
}
.c-footer .l-inner {
  position: relative;
  width: 980px;
  margin: auto;
  padding: 40px 0;
}
.c-footer_fnav,
.c-footer_utility {
  text-align: center;
}
.c-footer_fnav a,
.c-footer_utility a {
  color: #FFF;
}
.c-footer_fnav a:hover,
.c-footer_utility a:hover {
  color: #AE0414;
}
.c-footer_fnav ul,
.c-footer_utility ul {
  display: inline-block;
}
.c-footer_fnav ul li,
.c-footer_utility ul li {
  display: inline-block;
  margin-right: 15px;
}
.c-footer_utility {
  margin-top: 20px;
}
.c-footer_copyright {
  display: block;
  height: 60px;
  font-size: 12px;
  background-color: #FFF;
  line-height: 60px;
  text-align: center;
}
.c-footer_pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  background: #AE0414 url('/recruit-employment/assets/img/pagetop_arw_01.png') no-repeat center center;
  -webkit-background-size: 8px 16px;
  background-size: 8px 16px;
  -webkit-transition: background .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s;
}
.c-footer_pagetop a:hover {
  background: #FFF url('/recruit-employment/assets/img/pagetop_arw_02.png') no-repeat center center;
  -webkit-background-size: 8px 16px;
  background-size: 8px 16px;
}
.c-footer_bnr {
  position: relative;
  width: 100%;
  padding: 80px 0;
  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 {
  width: 980px;
  margin: auto;
}
.c-footer_bnr_list li {
  position: relative;
  width: 50%;
}
.c-footer_bnr_list li:nth-of-type(2n+1) {
  border-right: 1px solid #E9E9E9;
}
.c-footer_bnr_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 30px;
  line-height: 150px;
  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-footer_bnr_list a:hover {
  background-color: #AE0414;
  color: #FFF;
}

.c-footer_bnr_list.entry_bnr li {
  border-top: 1px solid #E9E9E9;
}

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

/* Layout
-------------------------------------- */
.l-content {
  position: relative;
  width: 100%;
  margin-top: 100px;
  background-color: #FFF;
}
.l-wrap {
  position: relative;
  width: 980px;
  margin: auto;
}
.l-inner {
  position: relative;
  padding: 80px 0;
}
.l-left {
  float: left;
  width: 740px;
}
.l-right {
  float: right;
  width: 220px;
}
.l-inner._top {
  width: 1000px;
  margin: auto;
  padding: 100px 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: 40px;
}
.l-col._1 {
  width: 460px;
}

/* Heading / Text
-------------------------------------- */
.c-page_header {
  position: relative;
  width: 100%;
}
.c-page_header_inner {
  position: relative;
  width: 100%;
  height: 400px;
}
.c-page_header_img {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 400px;
}
.c-page_header_img._concept {
  background: url('/recruit-employment/assets/img/concept_pttl_bg_01.jpg') no-repeat left 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 left 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 left 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 left 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 left 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 left center;
  -webkit-background-size: cover;
  background-size: cover;
}
.c-page_header_img._newgrads {
  background: url('/recruit-employment/assets/img/newgrads_pttl_bg_01.jpg') no-repeat left 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 left 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: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 460px;
  height: 240px;
  margin: auto;
  padding-left: 60px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 38px;
  line-height: 1.4;
}
.c-page_header_ttl ._en {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-page_header_ttl h1 span {
  display: block;
  font-size: 22px;
}
.c-page_header_lead {
  position: relative;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 80px);
  margin-left: 80px;
  padding: 20px;
  background-color: #F1F1EF;
  text-align: center;
}
.c-page_header_lead span {
  position: relative;
  display: inline-block;
  margin-left: -80px;
}
.c-section_header {
  text-align: center;
  margin-bottom: 80px;
}
.c-section_header_inner {
  display: inline-block;
  position: relative;
  min-width: 600px;
  padding: 4px 20px;
}
.c-section_header_inner:before, .c-section_header_inner:after {
  content:'';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
}
.c-section_header_inner:before {
  left: 0;
  border-left: solid 4px #AE0414;
  border-top: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.c-section_header_inner:after {
  right: 0;
  border-top: solid 4px #AE0414;
  border-right: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.c-section_header h2 {
  margin-bottom: 5px;
  color: #AE0414;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.c-section_header p {
  font-size: 16px;
}

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

/* Button
-------------------------------------- */
.c-btn_more {
  display: block;
  position: relative;
  width: 200px;
  height: 60px;
  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: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: all .5s ease-in-out 0s, background-position .5s cubic-bezier(0.19,1,0.22,1) .1s;
  transition: all .5s ease-in-out 0s, background-position .5s cubic-bezier(0.19,1,0.22,1) .1s;
}
.c-btn_more::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 30px;
  width: 1px;
  height: 60px;
  border-right: 1px solid #DDD;
  -webkit-transition: all .5s ease-in-out 0s;
  transition: all .5s 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 .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.c-btn_more:hover,
a:hover .c-btn_more {
  background-color: #AE0414;
  background-position: -100% 100%;
  border: 1px solid #AE0414;
  color: #FFF;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  cursor: pointer;
}
.c-btn_more:hover::before,
a:hover .c-btn_more::before {
  border-right: 1px solid rgba(255,255,255,0.4);
}
.c-btn_more:hover::after,
a:hover .c-btn_more::after {
  background: url('/recruit-employment/assets/img/cmn_arw_02.png') no-repeat center center;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px;
}

/* Component
-------------------------------------- */
.c-table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #DDD;
}
.c-table th {
  width: 25%;
  padding: 15px 20px;
  background-color: #F1F1F1;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.c-table td {
  width: 75%;
  padding: 15px 20px;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
  vertical-align: middle;
}
.c-list_decimal {
  margin-bottom: 40px;
  list-style: decimal;
}
.c-list_decimal li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.5em;
}
.c-list_disc {
  margin-bottom: 40px;
  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: 25%;
  padding-right: 1em;
}
.c-list_definition dd {
  display: inline-block;
  width: 75%;
}

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

.c-top-main {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 80px);
  height: calc(100vh - 100px);
  max-height: 780px;
}
.c-top-main_img {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  max-height: 700px;
  overflow: hidden;
}
.c-top-main_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 700px;
  height: 340px;
  padding: 140px 60px 60px 60px;
  background: #AE0414 url('/recruit-employment/assets/img/top_main_bg_01.png') no-repeat right bottom;
  color: #FFF;
}
.c-top-main_txt h1 {
  position: absolute;
  top: -30px;
  left: 120px;
}
.c-top-main_txt p {
  /*font-size: 14px;*/
	font-size: 16px;
  line-height: 2;
}

.c-top-concept {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.c-top-concept .c-top_ttl {
  margin-bottom: 40px;
}
.c-top-concept_ttl {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
}
.c-top-concept1 {
  padding: 80px 0;
  background-color: #F1F1EF;
}

.c-top-concept1_header {
  float: left;
  width: 210px;
  padding-top: 45px;
}
.c-top-concept1_header p{
	width: 210px;
}
.c-top-concept1_body {
  float: right;
  width: 720px;
  background-color: #FFF;
}

.c-top-concept1_list li {
  position: relative;
  /*width: 50%;*/
}
.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:nth-of-type(3)::after {
  border-right: none;
}

.c-top-concept1_list{
	display: flex;
}
.c-top-concept1_list li{
	width: 33.33%;
}
/*******/
.c-top-concept1_list li figure {
  position: relative;
  z-index: 2;
}
.c-top-concept1_list li p {
  padding: 20px;
}
.c-top-concept2 {
  padding: 80px 0 0 0;
}
.c-top-concept2_header {
  margin-bottom: 60px;
}
.c-top-concept2 .c-top-concept_ttl {
  float: left;
  width: 260px;
  margin: 0;
  line-height: 220px;
}
.c-top-concept2_card {
  float: right;
  width: 720px;
}
.c-top-concept2_card_item {
  width: 220px;
  height: 220px;
  padding-top: 30px;
  background-color: #AE0414;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
.c-top-concept2_card_item h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.c-top-concept2_card_item h3 span {
  display: block;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.c-top-concept2_body {
  position: relative;
  min-height: 340px;
  padding-left: 480px;
	font-size:16px;
}
.c-top-concept2_body figure {
  position: absolute;
  top: 0;
  right: 560px;
  width: 600px;
  height: 340px;
  overflow: hidden;
}

.c-top-company {
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: url('/recruit-employment/assets/img/top_company_bg_01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.c-top-company_card_item {
  display: block;
  position: relative;
  width: 460px;
  padding: 60px;
  background-color: #AE0414;
  color: #FFF;
  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-top-company_card_item:hover {
  background-color: rgba(255,255,255,0.9);
  color: #191919;
}
.c-top-company_ttl {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
}

.c-top-member {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.c-top-member a {
  color: #333;
}

.c-top-member_list li {
  position: relative;
  width: 230px;
}
.c-top-member_list figure {
  position: absolute;
  top: 0;
  width: 230px;
  height: 320px;
  overflow: hidden;
}
.c-top-member_name {
  position: relative;
  margin: 260px 10px 20px 10px;
  padding: 10px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  -webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s;
}
.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: 16px;
  font-weight: bold;
  -webkit-transition: border .3s ease-in-out 0s;
  transition: border .3s ease-in-out 0s;
}
a:hover .c-top-member_name {
  background-color: #FFF;
  color: #AE0414;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
}
a:hover .c-top-member_name span {
  border-top: 1px solid #DDD;
}

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

}
.c-top-workstyle_card_item {
  display: block;
  position: relative;
  width: 460px;
  padding: 60px;
  background-color: #AE0414;
  color: #FFF;
  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-top-workstyle_card_item:hover {
  background-color: rgba(255,255,255,0.9);
  color: #191919;
}
.c-top-workstyle_ttl {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
}

.c-top-info {
  position: relative;
  width: 100%;
  padding: 80px 0 100px 0;
}
.c-top-info_list {
  border-top: 1px solid #E9E9E9;
}
.c-top-info_list a {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 40px 16px 20px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s, border .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s, border .5s ease-in-out 0s;
}
.c-top-info_list a:hover {
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
}
.c-top-info_list time {
  display: block;
  float: left;
  width: 9em;
}
.c-top-info_list p {
  overflow: hidden;
}
.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: 80px;
}
.c-concept_card_img {
  position: absolute;
  top: 0;
  width: 600px;
}
.c-concept_card_img img {
  width: 600px;
  height: 600px;
}
.c-concept_card_img._1 {
  right: 0;
}
.c-concept_card_img._2 {
  left: 0;
}
.c-concept_card_img._1 figcaption {
  padding: 20px 0 0 160px;
}
.c-concept_card_img._2 figcaption {
  padding: 20px 160px 0 0;
}
.c-concept_card_ttl {
  padding-left: 60px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 30px;
  line-height: 140px;
}
.c-concept_card_ttl._2 {
  margin-left: 600px;
}
.c-concept_card_ttl span {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}
.c-concept_card_body {
  position: relative;
  width: 520px;
  min-height: 530px;
  padding: 60px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  z-index: 1;
}
.c-concept_card_body._2 {
  margin-left: 460px;
}
.c-concept_card_body h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
	
	margin-top: -10px;
}

/* 会社を知る
-------------------------------------- */
.c-company1_card {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-bottom: 80px;
}
.c-company1_card._1 {
  padding-top: 80px;
}
.c-company1_card._2 {
  min-height: 460px;
}
.c-company1_card._3 {
  min-height: 440px;
}
.c-company1_card_img {
  position: absolute;
  top: 0;
  width: 600px;
}
.c-company1_card_img img {
  width: 600px;
  height: 400px;
}
.c-company1_card_img._1 {
  right: 0;
}
.c-company1_card_img._2 {
  top: 60px;
  left: 0;
}
.c-company1_card_img._3 {
  /*top: 40px;*/
	top:80px;
  right: 0;
	/*
	width: 500px;/*202308*/
	width:520px;
}
.c-company1_card_img._3 img {
	/*
  width: 500px;
  height: 333px;
	*/
	width: 520px;
  height: 347px;
}

.c-company1_card_body {
  position: relative;
  width: 520px;
  padding: 60px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  z-index: 1;
}
.c-company1_card_body._2 {/*202308*/
  margin-left: 460px;
}
.c-company1_card_body._3 {
  width: 530px;
}

.c-company1_card_body h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.c-company2 h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.c-company2_inner {
  padding: 80px 0;
  background: url('/recruit-employment/assets/img/company2_bg_01.jpg') no-repeat center 0;

}
.c-company2_card {
  position: relative;
  width: 100%;
  padding: 60px;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
}


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

.c-store2_card:nth-of-type(3),
.c-store2_card:nth-of-type(4) {
  margin-bottom: 0 !important;
}
.c-store2_card_body {
  position: relative;
  margin-top: -30px;
}
.c-store2_name {
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 60px;
  margin: 0 20px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.c-store2_card h3 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* 社員を知るTOP
-------------------------------------- */
.c-member-top_card.member-top-talk {
	margin-bottom: 60px;
}
.c-member-top_card.member-top-talk .c-member-top_name {
	font-size: 16px;
}
.c-member-top_card a {
  color: #333;
}
/*.c-member-top_card:nth-of-type(3),*/
.c-member-top_card:nth-of-type(4),
.c-member-top_card:nth-of-type(5) {
  margin-bottom: 0 !important;
}
.c-member-top_card_body {
  position: relative;
  margin-top: -40px;
}
.c-member-top_name {
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 12px;
  line-height: 1.6;
  -webkit-transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s;
  transition: background .5s ease-in-out 0s, color .5s ease-in-out 0s, box-shadow .5s ease-in-out 0s;
}
.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: 16px;
  font-weight: bold;
  -webkit-transition: border .3s ease-in-out 0s;
  transition: border .3s ease-in-out 0s;
}
a:hover .c-member-top_name {
  background-color: #FFF;
  color: #AE0414;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
}
a:hover .c-member-top_name span {
  border-top: 1px solid #DDD;
}
.c-member-top_card h3 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

/* 社員を知る詳細
-------------------------------------- */
.c-member_header {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg,#FFF 0%,#FFF 50%,#AE0414 50%,#AE0414 100%);
}
.c-member_header_img {
  position: absolute;
  top: 0;
  right: 50%;
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
  height: 500px;
  background-color: #FFF;
}
.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;
  width: 490px;
  height: 500px;
  margin-left: 50%;
  padding: 60px;
	
  color: #FFF;
  font-size: 30px;
  line-height: 1.6;

	width: 520px;
	padding-right: 0;
}
.c-member_header_ttl ._en {
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-member_header_ttl .talk-h1-jp {
	font-weight: bold;
	font-size: 36px;
}

.c-member_header_name {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: 370px;
  padding: 20px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 14px;
}
.c-member_header_name span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.c-member_header_note{
	position: absolute;
	bottom: 30px;
	left: 60px;
	font-size: 11px;
}

.talk-name{
	display: flex;
	margin-top: 80px;
}

.talk-name >div{
	position: relative;
	width: 27px;
}
.talk-name >div >span{
	display: block;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	font-size: 40px;
}
.talk-name p{
  width: 165px;
  padding: 20px;
  background-color: #FFF;
  color: #AE0414;
  font-size: 14px;
	margin: 10px;
}

.talk-name p span {
  display: block;
  font-size: 20px;
  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: 60px;
  height: 1px;
  margin: auto;
  background-color: #AE0414;
}
.c-member_body h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.c-member_body h3{
	color: #AE0414;
	font-size: 20px;
  font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	background: #f2f2f2;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.subsection:not(:last-of-type){
	margin-bottom: 30px;
}
.subsection{
	clear: both;
}

.subsection p:not(:last-of-type){
	margin-bottom: 20px;
}

.c-member_profile {
  position: relative;
  margin-top: 90px;
  padding-bottom: 80px;
}
.c-member_profile_img {
  position: relative;
  text-align: center;
}
.c-member_profile_img img {
  position: relative;
  margin-top: -90px;
}
.c-member_profile h2 {
  display: block;
  padding: 40px 0;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  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: 20px 0;
  border-bottom: 1px solid #DDD;
}
.c-member_profile_table th {
  width: 20%;
  font-weight: bold;
  vertical-align: middle;
}
.c-member_profile_table td {
  width: 80%;
}


/*対談*/
.c-talk .subsection:not(:last-of-type){
	margin-bottom: 100px;
}
.c-talk .subsection h2{
  color: #AE0414;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
	position: relative;
	height: 80px;
	width: 600px;
	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: 20px;

	height: 80px;
}
.c-talk .subsection h2:before {
  left: 0;
  border-left: solid 4px #AE0414;
  border-top: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.c-talk .subsection h2:after {
  right: 0;
  border-top: solid 4px #AE0414;
  border-right: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.summary{
	margin:80px 0 80px;
}
.summary p{	
	position: relative;
	margin: 0px 0;
	height: 70px;
}
.summary p span{
	display: block;
	border-radius: 40px;
	border: 3px #428c56 solid;
	background: #fff;
	padding: 8px 20px;
	font-size: 20px;
	width: 700px;
	text-align: center;
	z-index: 2;
	position: absolute;
	top:50%;
	transform: translate(0%, -50%);
	margin: 0 110px;
}
.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: 130px;
	height: 130px;
	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.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;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/*
.c-section_header_inner {
  display: inline-block;
  position: relative;
  min-width: 600px;
  padding: 4px 20px;
}
.c-section_header_inner:before, .c-section_header_inner:after {
  content:'';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: -webkit-calc(100% - 8px);
  height: calc(100% - 8px);
}
.c-section_header_inner:before {
  left: 0;
  border-left: solid 4px #AE0414;
  border-top: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.c-section_header_inner:after {
  right: 0;
  border-top: solid 4px #AE0414;
  border-right: solid 4px #AE0414;
  border-bottom: solid 4px #AE0414;
}
.c-section_header h2 {
  margin-bottom: 5px;
  color: #AE0414;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
*/

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

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

.c-training2_card {
  margin-bottom: 40px;
  background-color: #FFF;
}
.c-training2_card_img {
  float: left;
  width: 300px;
}
.c-training2_card_body {
  padding: 40px;
  overflow: hidden;
}
.c-training2_card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

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

.c-careerstep2_card {
  margin-bottom: 40px;
  background-color: #FFF;
}
.c-careerstep2_card:nth-of-type(3),
.c-careerstep2_card:nth-of-type(4) {
  margin-bottom: 0 !important;
}
.c-careerstep2_step {
  display: inline-block;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0 40px;
  padding: 5px 10px;
  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 40px 40px 40px;
}
.c-careerstep2_card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* 採用情報
-------------------------------------- */
.c-page_nav{
	margin-bottom: 100px;
}
.c-tab_nav_list {
  margin-bottom: 40px;
}
.c-tab_nav_list_item {
  width: 50%;
}
.c-tab_nav_list_item a {
  display: block;
  position: relative;
  height: 80px;
  background-color: #F1F1EF;
  color: #666;
  font-size: 28px;
  line-height: 80px;
  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-tab_nav_list_item a:hover {
  background-color: #AE0414;
  color: #FFF;
}
.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: -10px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #AE0414 transparent transparent transparent;
}

.c-recruit_info {
  border-top: 3px solid #AE0414;
}
.c-recruit_info_table {
  width: 100%;
  margin-bottom: 40px;
}
.c-recruit_info_table th {
  width: 25%;
  padding: 15px 20px;
  background-color: #F9F9F9;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.c-recruit_info_table td {
  width: 75%;
  padding: 15px 20px;
  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: 100px;
	text-align: left;
	font-weight: normal;
	padding: 5px 0px;
}
table.subtable td{
	padding: 5px 0px;
	border-bottom:none;
	width: auto;
}
.c-btn_entry {
  display: block;
  position: relative;
  width: 480px;
  height: 100px;
  margin: auto;
  background-color: #AE0414;
  color: #FFF !important;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: box-shadow .5s ease-in-out 0s, color .5s ease-in-out 0s;
  transition: box-shadow .5s ease-in-out 0s, color .5s ease-in-out 0s;
}
.c-btn_entry:hover {
  color: rgba(255,255,255,0.4) !important;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.15);
}

.c-recruit_faq {
  border-top: 3px solid #AE0414;
}
.c-recruit_faq_ttl {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
  color: #AE0414;
  font-size: 24px;
  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: 30px;
  padding: 15px;
  cursor: pointer;
}
.c-recruit_faq_list dt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  width: 0;
  height: 20px;
  margin: auto;
  border-left: 4px solid #AE0414;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.c-recruit_faq_list dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  border-top: 4px 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: 45px;
  font-size: 16px;
  font-weight: bold;
}
.c-recruit_faq_list dt span::before {
  content: 'Q';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #AE0414;
  border-radius: 50%;
  color: #FFF;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.c-recruit_faq_list dd {
  display: none;
  padding: 15px;
  border-top: 1px dotted #CCC;
}
.c-recruit_faq_list dd span {
  display: block;
  position: relative;
  padding-left: 45px;
}
.c-recruit_faq_list dd span::before {
  content: 'A';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #FFF;
  border: 1px solid #AE0414;
  border-radius: 50%;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  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: 60px 0 80px 0;
}
.c-related .l-col {
  margin-bottom: 0;
}
.c-related_ttl {
  margin-bottom: 60px;
  color: #AE0414;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-related a {
  display: table;
  width: 100%;
  position: relative;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-transition: border .5s ease-in-out 0s, color .5s ease-in-out 0s;
  transition: border .5s ease-in-out 0s, color .5s ease-in-out 0s;
}
.c-related a:hover {
  border: 1px solid #AE0414;
}
.c-related_img {
  display: table-cell;
  position: relative;
  width: 140px;
  overflow: hidden;
}
.c-related_img img {
  width: 140px;
  height: 140px;
}
.c-related_txt {
  display: table-cell;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

/* Utility
-------------------------------------- */
strong {
  font-weight: bold;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.cf {
  zoom: 1;
}
.sp {
  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-fl_right {
  float: right;
  width: 460px;
  margin: 0 0 40px 60px;
}
.u-fl_left {
  float: left;
  width: 460px;
  margin: 0 60px 40px 0;
}
.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: 40px !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;
}
.is-transform {
  overflow: hidden;
}
.is-transform img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .5s ease-in-out 0s;
  transition: transform .5s ease-in-out 0s;
}
a:hover .is-transform img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*201909*/
#entrybtn{
	display: none;
}

ul.career-btnlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.career-btnlist li{
	width: 48%;
}
ul.career-btnlist li .c-btn_entry {
/*  width: 480px;*/
	width: 100%;
}


#entrypage .entrysection .section .esinner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-around;
	margin: 25px 0px; }

#entrypage .entrysection .section .esinner dl {
	border: 1px #aaa solid;
	width: 48%;
	padding: 20px;}

#entrypage .entrysection .section .esinner dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;}


#entrypage .entrysection .section .esinner dd:not(:last-of-type) {
	margin-bottom: 20px;
}

#entrypage .entrysection .section .esinner dd a {
	display: block;
	background: #af0515;
	color: #fff;
	font-size: 30px;
	line-height: 1em;
	padding: 30px 10px;
	-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; }

#entrypage .entrysection .section ul li a:hover {
	background: #ccc; }
			


/*202410追加----------------------------------------------*/

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

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

.c-page_nav_list_item {
  width: calc( 50% - 10px ); }

.c-page_nav_list_item a {
  display: block;
  position: relative;
  height: 80px;
  background-color: #AE0414;
  color: #FFF;
  font-size: 28px;
  line-height: 80px;
  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: 50px; }
  .environment_figlist li {
    width: calc( ( 100% - 48px ) / 3 );
    border: #AE0414 1px solid;
    margin-bottom: 24px; }

.c-environment h3 {
  font-size: 28px;
  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: 380px;
      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: 10px;
        left: 0px; }
      .c-environment h3 span:nth-child(1):after {
        content: '';
        height: 34px;
        width: 2px;
        background: #AE0414;
        position: absolute;
        transform: rotate(35deg);
        top: 10px;
        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: 22px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      padding: 5px;
      width: 300px;
      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: 310px;
    max-width: 50%; }
  .event-box > div:nth-child(2) {
    width: calc( 100% - 310px - 30px );
    min-width: calc( 50% - 30px ); }
    .event-box > div:nth-child(2) h3 {
      font-size: 20px;
      font-weight: bold;
      color: #000;
      margin-bottom: 5px; }
  .event-box.odd > div:nth-child(1) {
    order: 2;
    width: 505px;
    max-width: 50%; }
  .event-box.odd > div:nth-child(2) {
    width: calc( 100% - 505px - 30px );
    min-width: calc( 50% - 30px ); }

.voice_sec {
  margin-bottom: 30px; }
  .voice_sec > div:nth-child(1) {
    float: left;
    width: 180px; }
  .voice_sec > div:nth-child(2) {
    background: #ebf3ed;
    border: 3px #3d8d51 solid;
    border-radius: 20px;
    margin: 0 0 0 220px;
    padding: 40px;
    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: 100%;
      top: 80px; }
    .voice_sec > div:nth-child(2):after {
      border-color: rgba(247, 221, 51, 0);
      border-top-width: 12px;
      border-bottom-width: 12px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-top: -12px;
      border-right-color: #ebf3ed; }
      .voice_sec + .voice_sec > div:nth-child(2):after {
        border-right-color: #fef2e5; }
    .voice_sec > div:nth-child(2):before {
      border-color: rgba(30, 144, 255, 0);
      border-top-width: 14px;
      border-bottom-width: 14px;
      border-left-width: 22px;
      border-right-width: 22px;
      margin-top: -14px;
      margin-right: 2px;
      border-right-color: #3d8d51; }
      .voice_sec + .voice_sec > div:nth-child(2):before {
        border-right-color: #f18000; }
    .voice_sec > div:nth-child(2) .voice_title {
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .voice_sec > div:nth-child(2) .voice_title > div {
        font-weight: bold;
        font-size: 16px; }
        .voice_sec > div:nth-child(2) .voice_title > div p:nth-child(1) {
          font-size: 24px;
          color: #000;
          line-height: 1.4;
          margin-bottom: 5px; }
      .voice_sec > div:nth-child(2) .voice_title img {
        width: 85px;
        margin-right: 25px; }

/* インタビューTOP
-------------------------------------- */
.member-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -80px; }
  .member-nav li {
    width: calc( ( 100% - 45px ) / 4);
    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 {
    width: 980px;
    margin: -60px 0px 60px -60px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 !important; }

/*会社*/
.c-company2 img {
  display: block;
  width: 320px;
  float: left;
  margin: 0 40px 30px 0;
  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: 20px; }

.c-store3 p.lead {
  margin-bottom: 50px; }
.c-store3 ul li {
  margin-bottom: 120px; }
.c-store3 .intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px; }
  .c-store3 .intro figure {
    width: 460px; }
  .c-store3 .intro figcaption {
    position: relative;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 60px;
    margin: 0 20px;
    background-color: #AE0414;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    margin-top: -30px;
    height: auto;
    line-height: 1.6;
    padding: 16px; }
  .c-store3 .intro > div {
    width: calc( 100% - 520px );
    border: 4px #AE0414 solid;
    border-radius: 20px;
    padding: 25px 35px;
    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 {
      position: absolute;
      bottom: -20px;
      left: -55px;
      width: 85px; }
    .c-store3 .intro > div p:nth-of-type(1) {
      color: #AE0414;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px; }
.c-store3 .check {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px 40px 30px 140px;
  position: relative; }
  .c-store3 .check:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url("../img/check.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%); }

.training1 .lead {
  margin-bottom: 50px; }
.training1 section {
  clear: both;
  border: 1px #AE0414 solid;
  background: #fff;
  padding: 20px;
  margin-bottom: 60px;
  position: relative; }
  .training1 section > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .training1 section > div > div p {
      width: calc( 100% - 370px );
      padding-top: 10px; }
  .training1 section p {
    padding-top: 30px; }
.training1 h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: -1px; }
  .training1 h3 span {
    background: #AE0414;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    width: 320px; }
.training1 figure {
  width: 350px;
  margin: 0 0 0 20px; }
  .training1 figure.img-l {
    width: 498px; }
.training1 dl {
  margin: 30px 0 0; }
  .training1 dl dt {
    background: #0099ff;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 300px;
    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 370px 20px 15px; }
  .training1 dl figure {
    width: 350px;
    float: right;
    margin-left: 20px; }
