@charset "UTF-8";
/*共通事項*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #f3f2e9;
}

.wrap {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
}
@media screen and (max-width: 1444px) {
  .wrap {
    max-width: 85%;
  }
}

section {
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 2rem 0;
  }
}

ul {
  list-style: none;
}

h3, h5 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.content_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: Yu Gothic;
}
@media screen and (max-width: 768px) {
  .content_title {
    font-size: 5vw;
  }
}

.content_title.wh {
  color: #fff;
}

.content_title::before {
  content: "Work";
  position: absolute;
  top: 2%;
  left: 12%;
  display: block;
  color: #DB3F49;
  font-size: 10rem;
  font-weight: 400;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 0.4;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .content_title::before {
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .content_title::before {
    top: 0%;
  }
}
@media screen and (max-width: 768px) {
  .content_title::before {
    font-size: 3.6rem;
  }
}

.content_title.wh::before {
  color: #fff;
}

#c_career .content_title::before {
  content: "Career Plan";
  top: 2.5%;
}
@media screen and (max-width: 768px) {
  #c_career .content_title::before {
    top: 2%;
  }
}

#c_number .content_title::before {
  content: "Numbers";
}

#c_voice .content_title::before {
  content: "Voice";
  top: 2.5%;
}
@media screen and (max-width: 1024px) {
  #c_voice .content_title::before {
    top: 0%;
  }
}

#c_welfare .content_title::before {
  content: "Welfare";
  top: 3.5%;
}
@media screen and (max-width: 1024px) {
  #c_welfare .content_title::before {
    top: 0%;
  }
}

#c_recruitment .content_title::before {
  content: "Recruitment";
}

#c_faq .content_title::before {
  content: "Q&A";
  top: 4%;
}

#c_entry .content_title::before {
  content: "Entry";
}

.content_title img {
  width: 3.6rem;
  height: auto;
  margin-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .content_title img {
    width: 2rem;
    margin-right: 0.6rem;
  }
}

p {
  font-size: 1.2rem;
  font-family: Yu Gothic;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 3.2vw;
  }
}

a {
  text-decoration: none;
}

strong {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

img {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

/*キャリアプラン　タブ*/
input {
  display: none;
}

input:checked + .tab_label,
input:checked + .c_recruitment_tab .tab_label {
  color: #DB3F49;
  background-color: #fff;
}

/*エントリーはこちらボタン*/
.entry_bt {
  position: relative;
  display: block;
  width: 30rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: #DB3F49;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Yu Gothic;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 768px) {
  .entry_bt {
    width: 100%;
    font-size: 4vw;
  }
}
.entry_bt::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #DB3F49;
  border-right: 2px solid #DB3F49;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .entry_bt::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.entry_bt:hover {
  background-color: #DB3F49;
  color: #fff;
}
.entry_bt:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*header*/
header {
  display: block;
}

/*メインビジュアル*/
.mainvisual {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainvisual .mainv_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.mainvisual .mainv_bg::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.mainvisual .mainv_bg video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.mainvisual .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainvisual .wrap .mainv_content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mainvisual .wrap .mainv_content .mainv_content_txt {
  margin-bottom: 0.6rem;
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
}
.mainvisual .wrap .mainv_content .mainv_content_title {
  margin-top: 1rem;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: Yu Gothic;
}
.mainvisual .wrap .mainv_nav .header_logo {
  display: block;
  width: 18rem;
  margin-bottom: 0.6rem;
  padding: 0.8rem 3rem;
  background-color: #fff;
  border-radius: 40px;
}
.mainvisual .wrap .mainv_nav .header_menu {
  display: block;
}
.mainvisual .wrap .mainv_nav .header_menu li {
  margin-bottom: 0.6rem;
}
.mainvisual .wrap .mainv_nav .header_menu li .header_menu_link {
  position: relative;
  display: block;
  width: 18rem;
  padding: 0.8rem 1rem;
  border: 1px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-size: 0.8rem;
  font-family: Yu Gothic;
}
.mainvisual .wrap .mainv_nav .header_menu li .header_menu_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../img/h_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*Working Characteristics*/
.c_working {
  width: 100%;
  height: 100vh;
  margin-bottom: 15rem;
  background: url("../img/working_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c_working .section_title {
  padding-left: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 6.5rem;
  opacity: 0.5;
}
.c_working .c_working_maintxt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  max-height: 28rem;
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
}
.c_working .c_working_maintxt span {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
}
.c_working .working_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
.c_working .working_items li {
  width: 100%;
  max-width: 25rem;
  height: 25rem;
  padding: 1.6rem 2rem;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DB3F49;
  color: #fff;
  text-align: center;
}
.c_working .working_items li .working_items_number {
  margin-bottom: 0.6rem;
  font-size: 4rem;
}
.c_working .working_items li p {
  margin-bottom: 1.6rem;
}
.c_working .working_items li img {
  width: 9rem;
  height: auto;
}

/*仕事を知る*/
.c_work {
  padding: 10rem 0 4rem;
}
.c_work .c_work_flex {
  padding-top: 4rem;
}
.c_work .c_work_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}
.c_work .c_work_flex li .c_work_img {
  position: relative;
  width: 30%;
  z-index: -1;
}
.c_work .c_work_flex li .c_work_img img {
  border-radius: 20px;
}
.c_work .c_work_flex li .c_work_img .c_work_img_number {
  position: absolute;
  right: 0;
  bottom: -7%;
  color: #DB3F49;
  font-size: 8rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.c_work .c_work_flex li .c_work_txtarea {
  width: 50%;
}
.c_work .c_work_flex li .c_work_txtarea .c_work_txtarea_title {
  margin-bottom: 2rem;
  padding: 1rem 1.8rem;
  background-color: #8BCBD1;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  font-family: Yu Gothic;
}
.c_work .c_work_flex li:nth-child(2) .c_work_img_number {
  left: 0;
}

/*キャリアプラン*/
.c_career {
  width: 100%;
  padding: 10rem 0 5rem;
  background: url("../img/career_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px 50px 0px 0px;
  z-index: 0;
}
.c_career .c_career_img {
  padding: 6rem 0 4rem;
}
.c_career .c_career_tabs {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.c_career .c_career_tabs input:checked + .tab_label {
  color: #DB3F49;
  background-color: #fff;
}
.c_career .c_career_tabs .c_tabs {
  /*width: 42rem;*/
  width: 30rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_career .c_career_tabs .c_tabs label {
  display: inline-block;
  width: 13rem;
  padding: 1rem 0;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c_career .c_career_tabs .c_tabs label:hover {
  background-color: #fff;
  color: #DB3F49;
}
.c_career .c_career_tabs #tab01:checked ~ .c_tabs .c_tab1_label,
.c_career .c_career_tabs #tab02:checked ~ .c_tabs .c_tab2_label,
.c_career .c_career_tabs #tab03:checked ~ .c_tabs .c_tab3_label {
  background: #fff;
  color: #DB3F49;
}
.c_career .c_career_tabs #tab01:checked ~ .tab_detail #tab01_content,
.c_career .c_career_tabs #tab02:checked ~ .tab_detail #tab02_content,
.c_career .c_career_tabs #tab03:checked ~ .tab_detail #tab03_content {
  display: block;
}
.c_career .tab_content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
  position: relative;
  padding-top: 4rem;
  overflow: hidden;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}
.c_career .tab_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  border-top: 1px solid #fff;
  color: #fff;
}
.c_career .tab_content li .tab_content_title {
  width: 25%;
  font-weight: 400;
  font-size: 1.3rem;
}
.c_career .tab_content li .tab_content_txt {
  width: 75%;
  font-size: 1rem;
}

/*数字でみる*/
.c_number {
  padding: 10rem 0 0;
}
.c_number .content_title {
  margin-bottom: 5rem;
}
.c_number .item-list {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  resize: horizontal;
}
.c_number .item-list .item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  background-color: #fff;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  backdrop-filter: blur(5px);
}
.c_number .item-list .item .item_title {
  width: 100%;
  padding: 1rem 0;
  border-radius: 20px 20px 0px 0px;
  background-color: #DB3F49;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: Yu Gothic;
}
.c_number .item-list .item .number-content {
  padding: 2rem;
}
.c_number .item-list .item .number-content .number-img {
  width: 12rem;
  /*max-width: 14rem;*/
  margin: 0 auto 1rem;
}
.c_number .item-list .item .number-content .counter {
  text-align: center;
  color: #DB3F49;
}
.c_number .item-list .item .number-content .counter .number {
  font-size: 6rem;
  font-weight: 400;
}
.c_number .item-list .item .number-content .counter .unit {
  font-size: 3rem;
}
.c_number .item-list .item .number-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
}
.c_number .item-list .item .number-first .number-img {
  margin-right: 2rem;
}
.c_number .item-list .item .number-first .counter p {
  line-height: 1;
  text-align: left;
  color: #000;
  font-size: 2.8rem;
}
.c_number .item-list .item .number-first .counter p .length {
  padding: 0.4rem;
  background-color: #DB3F49;
  font-size: 1.4rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c_number .item-list .item .img-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.4rem 0;
}
.c_number .item-list .item .img-only .number-img {
  max-width: 18rem;
}
.c_number .item-list .items {
  width: 66%;
}
.c_number .item-list .items .item-third {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 7rem;
}
.c_number .item-list .items .item-third .item::before {
  content: "";
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: 100%;
  background: url("../img/number07.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.c_number .item-list .items .item-third .item:nth-child(2)::before {
  background: url("../img/number08.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c_number .item-list .items .item-third .item:nth-child(3)::before {
  background: url("../img/number09.png");
  background-repeat: no-repeat;
  background-position: center;
}
.c_number .item-list .items .item-third .item .counter {
  text-align: center;
  color: #DB3F49;
}
.c_number .item-list .items .item-third .item .counter .number {
  font-size: 6rem;
  font-weight: 400;
}
.c_number .item-list .items .item-third .item .counter .unit {
  font-size: 3rem;
}
.c_number .item-list .items .item-third .item .counter h6 {
  padding: 0.2rem 1rem;
  background-color: #DB3F49;
  color: #fff;
  font-size: 1.4rem;
  font-family: Yu Gothic;
}

/*動画紹介*/
.c_movie .movie_title {
  position: relative;
  margin-bottom: 4rem;
  text-align: right;
  color: #DB3F49;
  line-height: 1;
  font-weight: 400;
  font-size: 6rem;
}
.c_movie .movie_title::after {
  content: "movie";
  display: block;
  position: absolute;
  right: 5%;
  bottom: 0;
  font-size: 7rem;
  color: #fff;
  z-index: -1;
}
.c_movie .movie_title span {
  display: block;
  font-size: 2rem;
}
.c_movie .c_movie_mv {
  width: 100%;
  margin: 0 auto;
}
.c_movie .c_movie_mv iframe {
  width: 100%;
  height: 85vh;
}

/*先輩の声*/
.c_voice {
  padding: 10rem 0 4rem;
  border-radius: 40px 40px 0 0;
  background-color: #DB3F49;
  z-index: 0;
}
.c_voice .content_title {
  margin-bottom: 4rem;
}
.c_voice .voice-swiper .swiper-slide {
  position: relative;
}
.c_voice .voice-swiper .swiper-slide .slide-img {
  position: relative;
  width: 100%;
  z-index: -1;
}
.c_voice .voice-swiper .swiper-slide .slide-img img {
  border-radius: 60px 60px 0 0;
}
.c_voice .voice-swiper .swiper-slide .c_voice_name {
  width: 10rem;
  height: 10rem;
  margin-top: -6rem;
  margin-left: 2rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #DB3F49;
  z-index: 3;
}
.c_voice .voice-swiper .swiper-slide .c_voice_name strong {
  display: block;
  padding-top: 1rem;
  font-size: 1.1rem;
}
.c_voice .voice-swiper .swiper-slide .c_voice_name .c_voice_details {
  font-size: 0.9rem;
}
.c_voice .voice-swiper .swiper-slide .c_voice_name .c_voice_details span {
  font-size: 1.5rem;
  font-weight: 500;
}
.c_voice .voice-swiper .swiper-slide .c_voice_title {
  position: absolute;
  top: 58%;
  right: 0;
}
.c_voice .voice-swiper .swiper-slide .c_voice_title h4 {
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  background-color: #DB3F49;
  border-radius: 15px 0 0 15px;
  color: #fff;
  font-size: 1.3rem;
  font-family: Yu Gothic;
}
.c_voice .voice-swiper .swiper-slide .c_voice_title .second {
  margin-left: 10rem;
}
.c_voice .voice-swiper .swiper-slide .c_voice_txt {
  margin-top: -5rem;
  margin-bottom: 2rem;
  padding: 3rem 2rem 2rem;
  border-radius: 0 0 40px 40px;
  background-color: #fff;
}
.c_voice .voice-swiper .swiper-slide .c_voice_txt h5 {
  margin-bottom: 1rem;
  border-bottom: 4px solid #DB3F49;
  font-size: 1.3rem;
  font-family: Yu Gothic;
  font-weight: 400;
  line-height: 2;
}
.c_voice .voice-swiper .swiper-slide .c_voice_txt p {
  font-size: 1rem;
}
.c_voice .voice-swiper .swiper-button-prev,
.c_voice .voice-swiper .swiper-button-next {
  position: absolute;
  top: 15%;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-align: center;
  z-index: 5;
}
.c_voice .voice-swiper .swiper-button-prev {
  left: 0%;
}
.c_voice .voice-swiper .swiper-button-prev::before {
  content: "";
  display: block;
  position: absolute;
  right: -20%;
  width: 4rem;
  height: 1px;
  border: 1px solid #fff;
}
.c_voice .voice-swiper .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.c_voice .voice-swiper .swiper-button-next {
  right: 0%;
}
.c_voice .voice-swiper .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  left: -20%;
  width: 4rem;
  height: 1px;
  border: 1px solid #fff;
}
.c_voice .voice-swiper .swiper-button-next::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20%;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*福利厚生*/
.c_welfare {
  padding: 10rem 0;
}
.c_welfare .content_title {
  margin-bottom: 5rem;
}
.c_welfare .c_welfare_dl .c_welfare_block {
  margin-bottom: 1rem;
  padding: 2rem 2rem 3rem;
  border-radius: 30px;
  background-color: #DB3F49;
  color: #fff;
  font-family: Yu Gothic;
}
.c_welfare .c_welfare_dl .c_welfare_block dt {
  position: relative;
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.c_welfare .c_welfare_dl .c_welfare_block dd {
  font-size: 1rem;
}

/*募集要項*/
.c_recruitment {
  padding: 10rem 0 5rem;
  background-color: #DB3F49;
  border-radius: 0 0 60px 60px;
  z-index: 0;
}
.c_recruitment .content_title {
  margin-bottom: 5rem;
}
.c_recruitment .tab_wrap {
  width: 100%;
  margin: 0 auto 3rem;
}
.c_recruitment .tab_wrap .tab_area {
  width: 42rem;
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_recruitment .tab_wrap .tab_area label {
  display: inline-block;
  width: 13rem;
  padding: 1rem 0;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c_recruitment .tab_wrap .tab_area label:hover {
  background-color: #fff;
  color: #DB3F49;
}
.c_recruitment .tab_wrap .panel_area .tab_panel {
  width: 100%;
  display: none;
}
.c_recruitment .tab_wrap .panel_area .tab_panel .panel_img {
  margin-bottom: 2rem;
}
.c_recruitment .tab_wrap .panel_area .tab_panel .panel_img img {
  border-radius: 40px;
}
.c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 5rem 1.2rem 1rem;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  font-family: Yu Gothic;
}
.c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dt {
  width: 20%;
}
.c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dd {
  width: 80%;
}
.c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list:last-child {
  border-bottom: 1px solid #fff;
}
.c_recruitment .tab_wrap #tab1:checked ~ .tab_area .tab1_label,
.c_recruitment .tab_wrap #tab2:checked ~ .tab_area .tab2_label,
.c_recruitment .tab_wrap #tab3:checked ~ .tab_area .tab3_label {
  background: #fff;
  color: #DB3F49;
}
.c_recruitment .tab_wrap #tab1:checked ~ .panel_area #panel1,
.c_recruitment .tab_wrap #tab2:checked ~ .panel_area #panel2,
.c_recruitment .tab_wrap #tab3:checked ~ .panel_area #panel3 {
  display: block;
}

/*よくある質問*/
.c_faq {
  padding: 10rem 0 5rem;
}
.c_faq .content_title {
  margin-bottom: 2rem;
}
.c_faq .c_faq_main {
  width: 100%;
  /* アコーディオンが開いたらーに */
  /* アコーディオン中身部分 */
  /* チェックボックスにチェックが入ったら中身部分を表示する */
}
.c_faq .c_faq_main .accordion-open {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem;
  font-size: 1.1rem;
  font-family: Yu Gothic;
  cursor: pointer;
}
.c_faq .c_faq_main .accordion-open span {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.4rem;
  padding: 0.5rem;
  background-color: #DB3F49;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.c_faq .c_faq_main .accordion-open::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 3rem;
  height: 3rem;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c_faq .c_faq_main .accordion-hidden:checked + .accordion-open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c_faq .c_faq_main .accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  border-radius: 20px;
  background-color: #DB3F49;
  color: #fff;
  font-size: 1rem;
  font-family: Yu Gothic;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.c_faq .c_faq_main .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  margin: 0.5rem 0;
  padding: 1.5rem 5rem;
}

/*エントリー*/
.c_entry {
  width: 100%;
  padding: 8rem 0 12rem;
  background-image: url("../img/entry_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.c_entry .content_title {
  margin-bottom: 6rem;
}
.c_entry .entry_bt {
  float: right;
  margin: 0;
  color: #8BCBD1;
}
.c_entry .entry_bt::after {
  border-top: 2px solid #8BCBD1;
  border-right: 2px solid #8BCBD1;
}
.c_entry .entry_bt:hover {
  background-color: #8BCBD1;
  color: #fff;
}
.c_entry .entry_bt:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*footer*/
footer .copyright {
  padding: 1rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
footer .c_fixed {
  position: fixed;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .c_fixed a {
  position: relative;
  display: block;
  padding: 1rem 1.4rem 3.6rem;
  background-color: #DB3F49;
  border-radius: 10px 0 0 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Yu Gothic;
}
footer .c_fixed a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-image: url("../img/f_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1366px) {
  .c_working {
    margin-bottom: 22rem;
  }
  .c_working .working_items li {
    width: 32%;
    max-width: 100%;
    height: auto;
  }
  .c_movie .c_movie_mv iframe {
    height: 60vh;
  }
  .c_voice .voice-swiper .swiper-button-prev,
  .c_voice .voice-swiper .swiper-button-next {
    top: 12%;
    width: 7rem;
    height: 7rem;
  }
  .c_voice .voice-swiper .swiper-button-prev::before,
  .c_voice .voice-swiper .swiper-button-next::before {
    width: 2rem;
  }
  .c_voice .voice-swiper .swiper-button-prev::after,
  .c_voice .voice-swiper .swiper-button-next::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title {
    top: 54%;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  /*メインビジュアル*/
  /*Working Characteristics*/
  .c_working {
    margin-bottom: 12rem;
  }
  .c_working .section_title {
    margin-bottom: 3rem;
    line-height: 1;
    font-size: 7vw;
  }
  .c_working .c_working_maintxt {
    width: 100%;
    max-height: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1.6;
    font-size: 2.2vw;
  }
  .c_working .c_working_maintxt span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 3.8vw;
  }
  .c_working .working_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-top: 3rem;
  }
  .c_working .working_items li {
    width: 60%;
    margin-right: 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  /*仕事を知る*/
  .c_work {
    padding: 7.5rem 0 6rem;
  }
  .c_work .c_work_flex li {
    display: block;
    margin-bottom: 5rem;
  }
  .c_work .c_work_flex li .c_work_img {
    width: 100%;
    margin-bottom: 2.8rem;
  }
  .c_work .c_work_flex li .c_work_img .c_work_img_number {
    bottom: 0%;
    font-size: 10vw;
  }
  .c_work .c_work_flex li .c_work_txtarea {
    width: 100%;
  }
  .c_work .c_work_flex li .c_work_txtarea .c_work_txtarea_title {
    margin-bottom: 1.4rem;
    font-size: 4vw;
  }
  .c_work .c_work_flex li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c_work .c_work_flex li:last-child {
    margin-bottom: 0;
  }
  /*数字でみる*/
  .c_number {
    padding: 7.5rem 0 2rem;
  }
  .c_number .item-list .item .number-content .counter .number {
    font-size: 5vw;
  }
  .c_number .item-list .item .number-content .counter .unit {
    font-size: 3vw;
  }
  .c_number .item-list .items .item-third {
    padding-top: 4rem;
  }
  .c_number .item-list .items .item-third .item {
    width: 48%;
  }
  .c_number .item-list .items .item-third .item::before {
    width: 100%;
    height: 10rem;
    bottom: -10%;
  }
  .c_number .item-list .items .item-third .item .counter .number {
    font-size: 5vw;
  }
  .c_number .item-list .items .item-third .item .counter .unit {
    font-size: 3vw;
  }
  .c_number .item-list .items .item-third .item .counter h6 {
    font-size: 1.6vw;
  }
  /*動画紹介*/
  .c_movie .c_movie_mv iframe {
    height: 35vh;
  }
  /*先輩の声*/
  .c_voice {
    padding: 7.5rem 0 4rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title {
    top: 40%;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title h4 {
    font-size: 1.6vw;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title .second {
    margin-left: 6rem;
  }
  .c_voice .voice-swiper .swiper-button-prev,
  .c_voice .voice-swiper .swiper-button-next {
    width: 5rem;
    height: 5rem;
    top: 8%;
  }
  .c_voice .voice-swiper .swiper-button-prev::before,
  .c_voice .voice-swiper .swiper-button-next::before {
    display: none;
  }
  /*福利厚生*/
  .c_welfare {
    padding: 7.5rem 0 4rem;
  }
  .c_welfare .content_title {
    margin-bottom: 3rem;
  }
  /*募集要項*/
  .c_recruitment {
    padding: 7.5rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  /*メインビジュアル*/
  .mainvisual .wrap {
    display: block;
  }
  .mainvisual .wrap .mainv_content {
    width: 100%;
    margin-bottom: 3rem;
  }
  .mainvisual .wrap .mainv_content .mainv_content_txt {
    font-size: 4vw;
  }
  .mainvisual .wrap .mainv_content .mainv_content_title {
    margin-top: 0.4rem;
    font-size: 5vw;
  }
  .mainvisual .wrap .mainv_nav {
    width: 100%;
  }
  .mainvisual .wrap .mainv_nav .header_logo {
    width: 100%;
    margin-bottom: 1rem;
  }
  .mainvisual .wrap .mainv_nav .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainvisual .wrap .mainv_nav .header_menu li {
    width: 48%;
  }
  .mainvisual .wrap .mainv_nav .header_menu li .header_menu_link {
    width: 100%;
    font-size: 2.8vw;
  }
  /*Working Characteristics*/
  .c_working {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 0;
  }
  .c_working .section_title {
    margin-bottom: 2rem;
  }
  .c_working .working_items {
    margin-top: 2rem;
  }
  .c_working .working_items li {
    width: 16rem;
    height: 16rem;
    padding: 1rem;
  }
  .c_working .working_items li .working_items_number {
    font-size: 6vw;
  }
  .c_working .working_items li img {
    width: 6rem;
  }
  /*仕事を知る*/
  .c_work {
    padding: 2.5rem 0 3rem;
  }
  .c_work .c_work_flex {
    padding-top: 2rem;
  }
  .c_work .c_work_flex li {
    margin-bottom: 3rem;
  }
  .c_work .c_work_flex li .c_work_img {
    margin-bottom: 1rem;
  }
  .c_work .c_work_flex li .c_work_img .c_work_img_number {
    right: 2%;
    bottom: 2%;
  }
  .c_work .c_work_flex li .c_work_txtarea .c_work_txtarea_title {
    margin-bottom: 0.6rem;
  }
  .c_work .c_work_flex li:nth-child(2) .c_work_img_number {
    left: 2%;
  }
  /*キャリアプラン*/
  .c_career {
    padding: 3.5rem 0 3rem;
  }
  .c_career .c_career_img {
    padding: 3rem 0 2rem;
  }
  .c_career .c_career_tabs .c_tabs {
    width: 100%;
  }
  .c_career .c_career_tabs .c_tabs label {
    width: 30%;
    padding: 0.5rem 0;
    font-size: 3.4vw;
  }
  .c_career .tab_content {
    padding-top: 2rem;
  }
  .c_career .tab_content li {
    display: block;
    padding: 1rem;
  }
  .c_career .tab_content li .tab_content_title {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 4.2vw;
  }
  .c_career .tab_content li .tab_content_txt {
    width: 100%;
    font-size: 3.2vw;
  }
  /*数字でみる*/
  .c_number {
    padding: 2.5rem 0 3rem;
  }
  .c_number .content_title {
    margin-bottom: 2rem;
  }
  .c_number .item-list {
    display: block;
  }
  .c_number .item-list .item {
    width: 100%;
  }
  .c_number .item-list .item .item_title {
    padding: 0.6rem 0;
    font-size: 4vw;
  }
  .c_number .item-list .item .number-content .number-img {
    max-width: 11rem;
  }
  .c_number .item-list .item .number-content .counter .number {
    font-size: 8vw;
  }
  .c_number .item-list .item .number-content .counter .unit {
    font-size: 4vw;
  }
  .c_number .item-list .item .number-first {
    display: block;
    padding: 2rem 0;
  }
  .c_number .item-list .item .number-first .number-img {
    max-width: 10rem;
    margin: 0 0 1rem;
  }
  .c_number .item-list .item .number-first .counter p {
    text-align: center;
    font-size: 5vw;
  }
  .c_number .item-list .item .number-first .counter p .length {
    padding: 0.2rem;
    font-size: 3vw;
  }
  .c_number .item-list .item .number-first .counter p .number {
    font-size: 8vw;
  }
  .c_number .item-list .item .number-first .counter p .unit {
    font-size: 4vw;
  }
  .c_number .item-list .item .img-only {
    padding: 2.2rem 0;
  }
  .c_number .item-list .items {
    width: 100%;
  }
  .c_number .item-list .items .item-third {
    display: block;
    padding-top: 1rem;
  }
  .c_number .item-list .items .item-third .item {
    width: 12rem;
    height: 12rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 1rem;
  }
  .c_number .item-list .items .item-third .item::before {
    bottom: 0;
  }
  .c_number .item-list .items .item-third .item .counter .number {
    font-size: 8vw;
  }
  .c_number .item-list .items .item-third .item .counter .unit {
    font-size: 4vw;
  }
  .c_number .item-list .items .item-third .item .counter h6 {
    font-size: 3.4vw;
  }
  /*動画紹介*/
  .c_movie .movie_title {
    margin-bottom: 2rem;
    font-size: 6vw;
  }
  .c_movie .movie_title::after {
    right: 10%;
    font-size: 7vw;
  }
  .c_movie .movie_title span {
    font-size: 3vw;
  }
  .c_movie .c_movie_mv iframe {
    height: 30vh;
  }
  /*先輩の声*/
  .c_voice {
    padding: 2.5rem 0 3rem;
  }
  .c_voice .content_title {
    margin-bottom: 2rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name {
    width: 6rem;
    height: 6rem;
    margin-top: -4rem;
    margin-left: 1rem;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name strong {
    font-size: 3vw;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name .c_voice_details {
    font-size: 2vw;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_name .c_voice_details span {
    font-size: 4vw;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_title {
    display: none;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt {
    margin-top: -3rem;
    border-radius: 0;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt h5 {
    font-size: 4vw;
  }
  .c_voice .voice-swiper .swiper-slide .c_voice_txt p {
    font-size: 3.2vw;
  }
  .c_voice .voice-swiper .swiper-button-prev,
  .c_voice .voice-swiper .swiper-button-next {
    top: 2%;
    width: 3rem;
    height: 3rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .c_voice .voice-swiper .swiper-button-prev::after,
  .c_voice .voice-swiper .swiper-button-next::after {
    bottom: 40%;
  }
  /*福利厚生*/
  .c_welfare {
    padding: 2.5rem 0 3rem;
  }
  .c_welfare .c_welfare_dl .c_welfare_block {
    padding: 2rem;
  }
  .c_welfare .c_welfare_dl .c_welfare_block dt {
    font-size: 5vw;
  }
  .c_welfare .c_welfare_dl .c_welfare_block dd {
    font-size: 3.2vw;
  }
  /*募集要項*/
  .c_recruitment {
    padding: 2.5rem 0 3rem;
  }
  .c_recruitment .content_title {
    margin-bottom: 2.5rem;
  }
  .c_recruitment .tab_wrap .tab_area {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .c_recruitment .tab_wrap .tab_area label {
    width: 30%;
    padding: 0.5rem 0;
    font-size: 3.4vw;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list {
    display: block;
    padding: 1rem;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dt {
    width: 100%;
    margin-bottom: 0.4rem;
    font-size: 4.2vw;
  }
  .c_recruitment .tab_wrap .panel_area .tab_panel dl .panel_list dd {
    width: 100%;
    font-size: 3.2vw;
  }
  /*よくある質問*/
  .c_faq {
    padding: 4rem 0 3rem;
  }
  .c_faq .c_faq_main .accordion-open {
    padding: 0.6rem 2.2rem 0.6rem 0rem;
    font-size: 3.4vw;
  }
  .c_faq .c_faq_main .accordion-open span {
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    font-size: 4vw;
  }
  .c_faq .c_faq_main .accordion-open::before {
    width: 2rem;
    height: 2rem;
  }
  .c_faq .c_faq_main .accordion-inner {
    font-size: 3.2vw;
  }
  .c_faq .c_faq_main .accordion-hidden:checked + .accordion-open + .accordion-inner {
    padding: 1rem;
  }
  /*エントリー*/
  .c_entry {
    padding: 2rem 0 5rem;
  }
  .c_entry .content_title {
    margin-bottom: 4rem;
  }
  /*footer*/
  footer {
    margin-bottom: 3.4rem;
  }
  footer .c_fixed {
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
  footer .c_fixed a {
    width: 100%;
    padding: 0.6rem 2rem 0.6rem 0.6rem;
    border-radius: 10px 10px 0 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    font-size: 3.6vw;
  }
  footer .c_fixed a::after {
    top: 50%;
    left: auto;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}