@charset "UTF-8";
/*
* style.css
*
*/
/* --------------------------------
   top
-------------------------------- */
/* メインビジュアル -------------------- */
.jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 0;
  width: 100%;
  height: 56rem;
  background: url(img/mv.jpg) center no-repeat;
  background-size: 100% auto; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023.98px) {
  .jumbotron {
    background-size: cover;
  }
}
@media (max-width: 767.98px) {
  .jumbotron {
    padding-bottom: 2rem;
    height: 30rem;
  }
}
.jumbotron::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.jumbotron_inner {
  position: relative;
  z-index: 2;
  width: 600px;
}

.jumbotron_type {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 30px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.colorscheme-pink .jumbotron_type {
  background: #ffe9dc; 
  color: #ff4050;
}
.colorscheme-green .jumbotron_type {
  background: #edfae4; 
  color: #00b9a4;
}
@media (max-width: 767.98px) {
  .jumbotron_type {
    margin-bottom: 4px;
    padding: 2px 8px;
    font-size: 1.4rem;
  }
}

.jumbotron_heading {
  margin-bottom: 16px;
  color: #fff; 
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .jumbotron_heading {
    margin-bottom: 8px;
    letter-spacing: 0; 
    font-size: 3rem;
  }
}
.jumbotron_heading small {
  display: block;
  line-height: 1.2;
}

.jumbotron_eyebrow {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .jumbotron_eyebrow {
    font-size: 1.8rem;
  }
}

.jumbotron_head {
  letter-spacing: 0.4rem; 
  font-size: 6rem;
}
@media (max-width: 767.98px) {
  .jumbotron_head {
    font-size: 3rem;
  }
}

.jumbotron_catch {
  margin-top: 1rem;
  color: #fff; 
  text-shadow: 0 0 1rem #333;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .jumbotron_catch {
    font-size: 1.8rem;
  }
}
.jumbotron_catch small {
  font-size: 80%;
}

.jumbotron_date {
  color: #fff; 
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.72);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.88rem;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .jumbotron_date {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
}

.jumbotron_place {
  color: #fff; 
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .jumbotron_place {
    margin-bottom: 4px;
    font-size: 1.6rem;
  }
}

.jumbotron_pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -4rem;
  right: -7rem;
  margin: 0;
  padding-top: 1rem;
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg); 
  background: rgba(255, 255, 255, 0.95);
  color: #ff4050;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.9rem;
  line-height: 1.3;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .jumbotron_pickup {
    top: -3rem;
    right: -3rem;
    width: 8rem;
    height: 8rem;
    font-size: 1.2rem;
  }
}

.jumbotron_countdown {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 32px 10px;
  border-radius: 1.2rem; 
  background: rgba(255, 255, 255, 0.8);
  color: #ff2a0e;
  font-size: 2rem;
  line-height: 1.0;
}
@media (max-width: 767.98px) {
  .jumbotron_countdown {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.jumbotron_countdown span {
  padding: 0 0.2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .jumbotron_countdown span {
    font-size: 1.6rem;
  }
}

.jumbotron_annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12px;
  right: -48px;
  padding: 8px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg); 
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jumbotron_annotation span {
  display: none;
}
.colorscheme-green .jumbotron_annotation {
  background-color: #00b9a4;
}
.colorscheme-pink .jumbotron_annotation {
  background-color: #ff4050;
}
@media (max-width: 767.98px) {
  .jumbotron_annotation {
    top: -12px;
    right: -8px;
    width: 88px;
    height: 88px; 
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .jumbotron_annotation {
    position: initial;
    margin: 0 auto 12px auto;
    padding: 4px 12px;
    border-radius: 4px;
    width: calc(100% - 44px);
    max-width: 300px;
    height: auto;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .jumbotron_annotation br {
    display: none;
  }
  .jumbotron_annotation span {
    display: initial;
  }
}

/* セクション */
.section {
  padding-top: 12.8rem;
}
@media (max-width: 1023.98px) {
  .section {
    padding-top: 8rem;
  }
}
.section.-intro {
  padding-top: 5rem;
}

/* イントロ */
.intro_txt {
  margin-top: 6rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "M PLUS 1p", sans-serif; 
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 1023.98px) {
  .intro_txt {
    margin-top: 4.8rem;
    line-height: 1.7;
  }
}
.intro_txt span {
  position: relative;
  color: #ff2a0e;
}
.intro_txt small {
  display: block;
  margin-top: 1em;
  line-height: 1.7;
}

.intro_note {
  margin-top: 1.6rem;
  text-align: center;
}

.intro_balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media (max-width: 1023.98px) {
  .intro_balloon {
    display: block;
  }
}

.balloon_item {
  position: relative;
  margin: 0 2rem;
  padding: 1.6rem 1.6rem;
  border-radius: 1.6rem;
  background: #efefef;
  line-height: 1.4;
}
@media (max-width: 1023.98px) {
  .balloon_item {
    padding: 1.28rem 1.6rem;
  }
  .balloon_item:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.balloon_item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 2rem;
  border-top: 20px solid #efefef;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left: 20px solid #efefef;
  border-radius: 50%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.balloon_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 3.5rem;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left: 20px solid #fff;
  border-radius: 50%;
  width: 0;
  height: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.balloon_item:last-child::before {
  right: 2rem; 
  left: auto;
}
.balloon_item:last-child::after {
  right: 3.5rem; 
  left: auto;
}

/* ピックアップ */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .pickup {
    display: block;
    margin: 0 auto;
    max-width: 600px;
  }
}

.pickup_col {
  padding-bottom: 1.6rem;
  border-radius: 1.6rem; 
  background: #fff8e1;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}
.pickup_col:nth-child(n+2) {
  margin-left: 3.2rem;
}
@media (max-width: 1023.98px) {
  .pickup_col:nth-child(n+2) {
    margin-top: 3.2rem;
    margin-left: 0;
  }
}

.pickup_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.pickup_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 1.6rem;
  min-height: 100px;
  letter-spacing: 0.2rem; 
  font-size: 1.92rem;
  font-weight: bold;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}

.pickup_heading_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  background: #333;
  text-align: center;
  letter-spacing: normal; 
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  line-height: 1;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pickup_heading_txt {
  padding-left: 1.6rem; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}

.pickup_img {
  margin-bottom: 0; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
}

.pickup_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 1.6rem;

  -webkit-box-flex: 1;

      -ms-flex: 1 1 auto;

          flex: 1 1 auto;
}
@media (max-width: 1399.98px) {
  .pickup_txt {
    padding: 1.6rem;
  }
}

.pickup_note {
  margin-top: 1.6rem;
}

/* 募集職種 */
.detail_block {
  margin-top: 4rem;
  padding: 4rem 3rem;
  border-radius: 1.6rem;
  background: #efefef;
}
@media (max-width: 1023.98px) {
  .detail_block {
    margin: 3.2rem auto 0;
    padding: 1.6rem 1rem;
    max-width: 600px;
  }
}
.colorscheme-pink .detail_block {
  background: #ffe9dc;
}
.colorscheme-green .detail_block {
  background: #edfae4;
}
.detail_block + .detail_block {
  margin-top: 6rem;
}
@media (max-width: 1023.98px) {
  .detail_block + .detail_block {
    margin-top: 3.2em;
  }
}
.detail_block .c-btn {
  margin-top: 16px;
}
@media (max-width: 1023.98px) {
  .detail_block .c-btn {
    margin-top: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .detail_block .c-txt {
    margin-top: 1.6rem;
  }
}

.detail_list {
  margin-top: 4rem;
}
.detail_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0.8rem 0 0.5rem;
  border-top: #fff 1px solid;
}
@media (max-width: 1023.98px) {
  .detail_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail_list dl dt {
  padding: 0 0 0 1em;
  width: 20%;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .detail_list dl dt {
    padding: 0;
    width: 100%;
  }
}
.detail_list dl dd {
  padding: 0 1em 0 0; 
  width: 80%;
}
@media (max-width: 1023.98px) {
  .detail_list dl dd {
    padding: 0;
    width: 100%;
  }
}

.detail_point {
  margin-top: 2em;
  padding: 2rem 2rem;
  border-radius: 1.6rem;
  background: #fff;
}
.detail_point p {
  line-height: 1.4;
}
@media (max-width: 1023.98px) {
  .detail_point {
    padding: 2rem 1.6rem;
  }
}

.point_heading {
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  font-family: "M PLUS 1p", sans-serif; 
  font-size: 1.92rem;
  font-weight: bold;
}
.colorscheme-pink .point_heading {
  color: #ff5967;
}
.colorscheme-green .point_heading {
  color: #41bbad;
}
@media (max-width: 1023.98px) {
  .point_heading {
    margin-bottom: 1rem;
  }
}

.point_list li {
  margin-top: 0.8rem;
  margin-bottom: 12px;
  margin-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 1.4;
}

/* 流れ */
.flow_item {
  position: relative;
  padding: 3.2rem;
  border-radius: 1.6rem; 
  background: #fff8e1;
}
@media (max-width: 1023.98px) {
  .flow_item {
    padding: 1.6rem;
  }
}
.flow_item:nth-child(n+2) {
  margin-top: 6.4rem;
}
.flow_item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  top: -4.8rem;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 3.2rem 70px 0 70px;
  border-style: solid;
  border-color: #efefef transparent transparent transparent; 
  width: 0;
  height: 0;
}

.flow_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media (max-width: 1023.98px) {
  .flow_heading {
    margin-bottom: 1.6rem;
  }
}
.flow_heading span {
  display: inline-block;
  margin-right: 1.4rem;
  padding: 0.6rem 1rem 0.6rem 1.5rem;
  border-radius: 0.8rem;
  background: #333;
  white-space: nowrap;
  letter-spacing: 0.5rem;
  color: #fff;
}
.flow_heading span.-before {
  border: #333 2px solid;
  background: #fff;
  color: #333;
}

.flow_txt + .flow_heading {
  margin-top: 3.2rem;
}

.flow_btn {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media (max-width: 1023.98px) {
  .flow_btn .c-btn {
    width: 260px;
  }
}
@media (max-width: 1023.98px) {
  .flow_btn .c-btn a {
    height: 60px;
    font-size: 1.44rem;
  }
}
@media (max-width: 1023.98px) {
  .flow_btn .c-btn a i {
    padding-left: 0.64rem;
  }
}

/* タイムテーブル */
.timetable_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.6rem 0 1.2rem;
  border-radius: 1.6rem;
  background: #fff8e1;
}
@media (max-width: 1023.98px) {
  .timetable_block {
    padding: 0.8rem 0 0.4rem;
  }
}
@media (max-width: 767.98px) {
  .timetable_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.timetable_block + .timetable_block::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1.6rem;
  background: #fff8e1;
}
.timetable_block + p.timetable_block::before {
  top: -1.92rem;
}
.timetable_block dt {
  padding-right: 3.2rem;
  width: 25%;
  text-align: right;
  letter-spacing: 0.3rem;
  font-family: "M PLUS 1p", sans-serif; 
  font-weight: bold;
}
.timetable_block dt.timetable_blank {
  width: 0;
}
.timetable_block dt.timetable_blank + dd {
  width: 100%;
}
@media (max-width: 1023.98px) {
  .timetable_block dt {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .timetable_block dt {
    text-align: left;
  }
}
.timetable_block dd {
  padding-right: 3.2rem;
  width: 85%;
}
@media (max-width: 1023.98px) {
  .timetable_block dd {
    padding: 0 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .timetable_block dt,
  .timetable_block dd {
    width: 100%;
  }
}

p.timetable_block {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
  border: 0.32rem solid #fff8e1;
  background: #fff;
  text-align: center; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  p.timetable_block {
    padding: 0.8rem 1.6rem 0.4rem;
    text-align: left;
  }
}

.timetable_detail p,
.timetable_detail li {
  margin-bottom: 12px;
  font-size: 14px;
}

.timetable_detail_head {
  font-weight: bold;
}

.timetable_detail_desc {
  display: inline-block;
  margin-left: 12px;
}

.timetable_img.timetable_img--pc {
  margin: 24px auto;
}
@media (max-width: 767.98px) {
  .timetable_img.timetable_img--pc {
    display: none;
  }
}

.timetable_img.timetable_img--mobile {
  margin: 16px auto;
}
@media (min-width: 768px) {
  .timetable_img.timetable_img--mobile {
    display: none;
  }
}

/* アクセス */
.access_map {
  overflow: hidden; 
  position: relative;
  padding-bottom: 30%;
  height: 0;
}
@media (max-width: 1023.98px) {
  .access_map {
    margin-top: 3.2rem;
    padding-bottom: 50%;
  }
}
.access_map iframe,
.access_map object,
.access_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Q&A */
.card {
  margin: 4rem 0.5rem;
  border: none !important;
  border-radius: 1.6rem; 
  background: #fff8e1 !important;
  background-color: #f7f7f7;
}

.card-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: none !important; 
  background: none !important;
}
.card-header a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.card-header a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 4rem;
  bottom: 0;
  margin: auto;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-style: solid;
  border-color: transparent transparent #333 transparent; 
  width: 0;
  height: 0;
}
.card-header a.collapsed::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card-header a[data-toggle="collapse"] {
  display: block;
  margin: -1.2rem -2rem; 
  padding: 1.2rem 2rem;
}
.card-header a[data-toggle="collapse"]:active,
.card-header a[data-toggle="collapse"]:hover,
.card-header a[data-toggle="collapse"]:focus {
  text-decoration: none;
}
.card-header a > em {
  padding-right: 5rem;
  font-style: normal; 
  line-height: 1.5;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
}
.card-header a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.28rem;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  background: #333;
  text-align: center; 
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.2rem;
  line-height: 1;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-body {
  padding: 0 2rem 2rem !important;
}