@charset "utf-8";

/* ======================================================
 * parts_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */

  /* override */
  .container {
    padding: 0;
  }

  #assist .contact-layout {
    display: none;
  }

  .page-block {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  /* parts */
  .reform-wrapper {
    font-weight: 500;
    font-family: YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .reform-heading-v1 {
    position: relative;
    padding-left: 15px;
  }
  .reform-heading-v1 .heading_sub {
    line-height: 1;
    margin: 0 0 15px;
  }
  .reform-heading-v1 .heading_sub img {
    vertical-align: bottom;
  }
  .reform-heading-v1 .heading_main {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: bold;
    line-height: 1.5;
    font-size: 2.2rem;
  }
  .reform-heading-v1 .heading_bg {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
  .reform-heading-v1.is-set01 .heading_sub {
    width: 194px;
    padding-top: 10px;
    width: 138px;
  }
  .reform-heading-v1.is-set01 .heading_bg {
    right: 10px;
    width: 65px;
  }
  .reform-heading-v1.is-set02 .heading_sub {
    padding-top: 20px;
    width: 52px;
  }
  .reform-heading-v1.is-set02 .heading_bg {
    top: 0;
    right: 25px;
    width: 38px;
  }
  .reform-heading-v1.is-set03 .heading_sub {
    width: 53px;
  }
  .reform-heading-v1.is-set03 .heading_bg {
    top: 12px;
    right: 6px;
    width: 77px;
  }
  .reform-heading-v1.is-set04 .heading_sub {
    padding-top: 28px;
    width: 55px;
  }
  .reform-heading-v1.is-set04 .heading_bg {
    right: 5px;
    width: 75px;
  }
  .reform-heading-v1.is-set05 .heading_sub {
    padding-top: 10px;
    width: 89px;
  }
  .reform-heading-v1.is-set05 .heading_bg {
    right: 19px;
    width: 52px;
  }
  .reform-heading-v1.is-set06 .heading_sub {
    padding-top: 25px;
    width: 50px;
  }
  .reform-heading-v1.is-set06 .heading_bg {
    width: 62px;
  }
  .reform-heading-v1.is-set07 .heading_sub {
    width: 75px;
  }

  .reform-heading-aside {
    margin-top: 30px;
    line-height: 2;
    margin-top: 20px;
    padding: 0 15px;
    line-height: 1.8;
    font-size: 1.5rem;
  }

  .reform-linkbutton {
    display: flex;
    margin-top: 40px;
    justify-content: center;
  }

  a.reform-linkbutton_item {
    position: relative;
    padding-bottom: 15px;
    display: block;
    line-height: 1.1;
    max-width: 100%;
    color: #333333;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
  }
  a.reform-linkbutton_item:before {
    position: absolute;
    z-index: 2;
    top: calc(50% - 4px - 7px);
    right: 15px;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(/hrf/reform/img/reform_ic01-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.4s;
  }
  a.reform-linkbutton_item:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #333333;
    transition: ease all 0.5s;
  }

  .reform-linkbutton-v2 {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }

  a.reform-linkbutton-v2_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    height: 40px;
    width: 100%;
    padding: 10px;
    max-width: 280px;
    justify-content: flex-start;
  }
  a.reform-linkbutton-v2_item[target=_blank]:after {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    background: url(/hrf/common/img/cmn_sprite_ic01-r2x.png) 50% 50% no-repeat;
    background-size: 600px 600px;
    background-position: 0px -200px;
    transition: ease all 0.4s;
    top: calc(50% - 5px);
    right: 15px;
    width: 13px;
    height: 13px;
  }

  .reform-mv {
    position: relative;
  }
  .reform-mv .main_logo {
    position: absolute;
    z-index: 15;
    top: 3.4vw;
    left: 0.3vw;
    width: 31.4666666667vw;
  }
  .reform-mv .slide-item {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: linear transform 6s 2s;
  }
  .reform-mv .slide-item:nth-child(n+2) {
    display: none;
  }
  .reform-mv .slide-item.slick-animation {
    transition-delay: 0s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .reform-mv .main_slider.slick-initialized .slide-item:nth-child(n+2) {
    display: block;
  }

  .reform-campaign {
    position: relative;
    padding: 80px 0 60px;
    background-color: #ffece7;
  }

  .reform-important {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 4vw;
    width: 92vw;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .reform-important_text a {
    padding: 15px 10px;
    background-color: #e9e6e4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .reform-important_text a:after {
    position: relative;
    margin-left: 15px;
    z-index: 2;
    right: 0;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(/hrf/reform/img/reform_ic01-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.4s;
  }

  .reform-campaign_section {
    margin-top: 40px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .reform-campaign_area {
    position: relative;
    color: #fff;
    background-color: #333;
    text-align: center;
    font-weight: bold;
    width: 115px;
    margin: 0 0 30px;
    padding: 2px 5px;
    font-size: 1.7rem;
  }
  .reform-campaign_area:after {
    position: absolute;
    top: calc(100% - 3px);
    left: calc(50% - 8px);
    content: "";
    display: block;
    border: 8px solid transparent;
    border-top-color: #333;
  }

  .reform-fair_card-wrap {
    display: flex;
    padding-right: 3px;
    gap: 18px;
    flex-wrap: wrap;
  }

  .reform-fair_card {
    display: flex;
    background-color: #fff;
    color: #333 !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 0 #ffece7, 4px 4px 0 #ff8c90;
    width: 100%;
  }
  .reform-fair_card:after {
    display: none !important;
  }

  .reform-fair_card_state {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    background-color: #ff8c90;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  .reform-fair_card_state.is-close {
    color: #333;
    background-color: #ffdad5;
  }

  .reform-fair_card_detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .reform-fair_card_title {
    font-weight: bold;
    border-bottom: 1px solid #f3f3f3;
    padding: 16px 10px;
  }

  .reform-fair_card_body {
    position: relative;
    flex-grow: 1;
    padding: 6px 50px 4px 8px;
  }
  .reform-fair_card_body:after {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(/hrf/reform/img/reform_ic01-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.4s;
  }
  .no-link .reform-fair_card_body:after {
    display: none !important;
  }
  .a-blank .reform-fair_card_body:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: 0px -200px;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
  }
  .a-pdf .reform-fair_card_body:after {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    background-position: 0px -250px;
    width: 18px;
    height: 18px;
  }

  .reform-fair_card_date {
    position: relative;
    padding-left: 16px;
  }
  .reform-fair_card_date:before {
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(/hrf/reform/img/reform_ic08-r2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .reform-fair_card_date .date {
    font-size: 1.7rem;
  }
  .reform-fair_card_date .date + .date:before {
    margin-left: 2px;
    margin-right: 6px;
    content: "";
    width: 8px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
  }
  .reform-fair_card_date .dow {
    margin-left: 2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.4rem;
  }

  .reform-fair_card_spot {
    position: relative;
    margin-top: 5px;
    padding-left: 16px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .reform-fair_card_spot:before {
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(/hrf/reform/img/reform_ic09-r2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .reform-fair_card_spot .venueData,
  .reform-fair_card_spot .place {
    display: block;
  }

  a.reform-fair_card-more {
    position: relative;
    line-height: 1;
    margin: 33px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    padding-bottom: 15px;
    width: 130px;
  }
  a.reform-fair_card-more:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: ease width 0.3s;
  }

  .reform-campaign_pickup_name {
    margin-top: 35px;
    position: relative;
    font-weight: bold;
    padding-left: 15px;
    line-height: 1.3;
    font-size: 1.6rem;
  }
  .reform-campaign_pickup_name:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9b836c;
  }

  .reform-campaign_pickup_card-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-right: 3px;
    gap: 18px;
  }

  .reform-campaign_pickup_card {
    position: relative;
    width: 100%;
    padding: 10px 12px 10px 28px;
    display: flex;
    background-color: #fff;
    color: #333 !important;
    text-decoration: none !important;
    box-shadow: 2px 2px 0 #ffece7, 4px 4px 0 #9f876c;
    line-height: 1.1;
  }
  .reform-campaign_pickup_card:before {
    position: absolute;
    z-index: 2;
    top: calc(50% - 6px);
    left: 11px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(/hrf/reform/img/reform_ic10-r2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
  .reform-campaign_pickup_card:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 2;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(/hrf/reform/img/reform_ic01-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.4s;
  }
  .reform-campaign_pickup_card.no-link:after {
    display: none !important;
  }
  .reform-campaign_pickup_card.a-blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: 0px -200px;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
  }
  .reform-campaign_pickup_card.a-pdf:after {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    background-position: 0px -250px;
    width: 18px;
    height: 18px;
  }
  .reform-campaign_pickup_card .date {
    font-size: 1.6rem;
  }
  .reform-campaign_pickup_card .date:after {
    display: none !important;
  }
  .reform-campaign_pickup_card .date + .date:before {
    margin-left: 4px;
    margin-right: 4px;
    content: "";
    width: 8px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
  }
  .reform-campaign_pickup_card .dow {
    margin-left: 2px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.4rem;
  }

  .reform-works {
    overflow: hidden;
    padding: 35px 0 50px;
  }

  .reform-works_slider-wrap {
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
  }

  .reform-works_slider_header {
    padding: 20px 32px 0;
  }

  .reform-works_slider_count {
    display: none;
  }

  .reform-works_slider_title {
    position: relative;
    z-index: 5;
    font-weight: 500;
    line-height: 1.7667;
    font-size: 1.5rem;
  }

  @media screen and (max-width:767px) {
    .reform-works_slider_control {
      position: relative;
      margin-top: 35px;
      height: 33px;
      width: 100%;
      padding: 0 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .reform-works_slider_control .slick-dots {
      display: flex;
      gap: 0 10px;
    }
    .reform-works_slider_control .slick-dots > li {
      display: flex;
      align-items: center;
    }
    .reform-works_slider_control .slick-dots > li > button {
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 1px solid #333333;
      background-color: #fff;
      text-indent: -9999px;
      overflow: hidden;
    }
    .reform-works_slider_control .slick-dots > li.slick-active > button {
      background-color: #333333;
    }
  }
  .reform-works_slider_control .slick-next,
  .reform-works_slider_control .slick-prev {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    background: url(/hrf/reform/img/reform_ic07-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 33px;
    height: 33px;

    border-radius: 50%;
    border: 1px solid #333333;
  }
  .reform-works_slider_control .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .reform-works_slider_control .slick-prev {
    left: 0;
  }

  .reform-works_slider_list_block {
    margin-right: -4vw;
    margin-left: -4vw;
  }

  .reform-works_slider_list_image {
    overflow: hidden;
  }
  .reform-works_slider_list_image img {
    height: 67.76vw;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .reform-menu {
    background-color: #ffece7;
    padding: 50px 0 55px;
  }

  .reform-menu_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-top: 35px;
    gap: 20px 0;
    flex-direction: column;
  }

  .reform-reason {
    padding: 50px 0 45px;
    background: #f7f4f1 url(/hrf/reform/img/reform_bg07-r2x.jpg) 50% 0% no-repeat;
    background-size: 100% auto;
  }

  .reform-reason_headline {
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    line-height: 1.5909;
    font-size: 2.2rem;
  }

  .reform-reason_list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 18px;
  }

  .reform-reason_list_item {
    padding: 25px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .reform-reason_list_title {
    padding-left: 10px;
    font-weight: bold;
    border-left: 2px solid #9b836c;
    margin: 0 0 8px;
    line-height: 1;
    font-size: 1.6rem;
  }
  .reform-reason_list_title em {
    font-style: normal;
    color: #9b836c;
    margin-right: 0.3em;
  }

  .reform-reason_list_text {
    line-height: 1.6429;
  }

  .reform-intro {
    padding: 50px 0 0;
  }

  .reform-intro-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333333;
    margin: 50px 0 0;
  }

  a.reform-intro-menu_item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #333333;
    text-decoration: none;
    color: #333333;
    height: 145px;
    flex-direction: column;
    font-size: 1.6rem;
    text-align: center;
  }
  a.reform-intro-menu_item:nth-child(2) {
    border-left: 1px solid #333333;
  }
  a.reform-intro-menu_item:nth-child(3) {
    width: 100%;
  }
  a.reform-intro-menu_item:before {
    position: relative;
    content: "";
    display: block;
    background: url(/hrf/reform/img/reform_ic02-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.3s;
    margin: 0 0 15px;
  }
  a.reform-intro-menu_item.is-item01:before {
    background-image: url(/hrf/reform/img/reform_ic02-r2x.png);
    width: 34px;
    height: 38px;
  }
  a.reform-intro-menu_item.is-item02:before {
    background-image: url(/hrf/reform/img/reform_ic04-r2x.png);
    width: 36px;
    height: 38px;
  }
  a.reform-intro-menu_item.is-item03:before {
    background-image: url(/hrf/reform/img/reform_ic05-r2x.png);
    width: 66px;
    height: 38px;
  }

  .reform-column {
    background-color: #e9e6e4;
    padding: 45px 0 55px;
  }

  .reform-column_list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px 0;
    flex-direction: column;
    gap: 15px 0;
  }

  a.reform-column_list_item {
    display: flex;
    background-color: #fff;
    text-decoration: none;
    color: #333333;
    width: 100%;
  }

  .reform-column_list_image {
    flex-shrink: 0;
    width: 110px;
  }

  .reform-column_list_detail {
    flex-grow: 1;
    font-size: 1.4rem;
    line-height: 1.4286;
    align-self: center;
    padding: 10px 10px;
  }

  .reform-column_list_title {
    font-weight: bold;
    margin-bottom: 0;
  }

  .reform-news {
    padding: 25px 0 55px;
  }

  .reform-news-layout_title {
    height: 95px;
  }

  .reform-news_list_article:nth-child(n+2) {
    border-top: 1px solid #333333;
  }

  .reform-news_list_block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none !important;
    font-size: 1.4rem;
    padding: 20px 40px 20px 15px;
    color: #333 !important;
  }
  .reform-news_list_block.no-link:after {
    display: none !important;
  }
  .reform-news_list_block.a-blank:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: 0px -200px;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
  }
  .reform-news_list_block.a-pdf:after {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    background-position: 0px -250px;
    width: 18px;
    height: 18px;
  }
  .reform-news_list_block:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 2;
    right: 15px;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background: url(/hrf/reform/img/reform_ic01-r2x.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.4s;
  }

  .reform-news_list_date {
    margin-right: 15px;
    color: #7c7c7c;
    font-size: 1.4rem;
    margin-right: 10px;
    font-size: 1.3rem;
  }

  .reform-news_list_icon {
    position: relative;
    top: -1px;
    padding: 1px 4px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #7c7c7c;
    padding: 0px 3px;
    line-height: 1;
  }

  .reform-news_list_title {
    margin-top: 8px;
    width: 100%;
  }

  .reform-contact {
    background-color: #ffece7;
    padding: 55px 0;
  }
  .reform-contact .reform-linkbutton {
    margin-top: 25px;
  }

  .reform-contact-layout {
    display: flex;
    gap: 20px 0;
    flex-direction: column;
  }

  .reform-contact-layout_detail {
    padding-left: 15px;
  }
  .reform-contact-layout_detail .reform-linkbutton a {
    max-width: 255px;
  }

  .reform-contact-number dt {
    margin-bottom: 0.9em;
    font-size: 1.4rem;
    line-height: 1;
  }
  .reform-contact-number dd {
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1;
  }
  .reform-contact-number dd a {
    color: #333;
    text-decoration: none;
  }

  .reform-contact-time {
    margin-top: 0.8em;
    line-height: 2;
    margin-top: 0.6em;
    line-height: 1.6429;
  }
}