@charset "utf-8";

/* ======================================================
 * parts_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * Media Queries
====================================================== */

@media print, screen and (min-width: 768px) {

  /*override*/
  [data-category=reform] .container[data-sidebar=false] {
    padding-top: 0;
    padding-bottom: 0;
    max-width: none;
  }
  [data-category=reform] .container[data-sidebar=false] .contents {
    width: 100%;
  }
  #assist .contact-layout {
    display: none;
  }

  /* parts */
  .page-block {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
  }
  .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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reform-heading-v1 .heading_sub {
    line-height: 1;
    margin: 0 0 35px;
  }
  .reform-heading-v1 .heading_sub img {
    vertical-align: bottom;
  }
  .reform-heading-v1 .heading_main {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: bold;
  }
  .reform-heading-v1 .heading_bg {
    position: absolute;
    z-index: 2;
  }
  .reform-heading-v1 .heading_bg {
    top: 0;
    left: calc(100% + 30px);
  }
  .reform-heading-v1.is-set01 .heading_bg {
    width: 90px;
  }
  .reform-heading-v1.is-set02 .heading_sub {
    padding-top: 18px;
  }
  .reform-heading-v1.is-set02 .heading_bg {
    top: 2px;
    width: 54px;
  }
  .reform-heading-v1.is-set03 .heading_bg {
    top: 6px;
    width: 87px;
  }
  .reform-heading-v1.is-set04 .heading_bg {
    width: 87px;
  }
  .reform-heading-v1.is-set05 .heading_bg {
    top: 6px;
    width: 58px;
  }
  .reform-heading-v1.is-set06 .heading_bg {
    top: -20px;
    width: 74px;
  }
  .reform-heading-aside {
    margin-top: 30px;
    line-height: 2;
  }
  .reform-linkbutton {
    display: flex;
    margin-top: 60px;
  }
  .reform-linkbutton.is-right {
    justify-content: flex-end;
  }
  a.reform-linkbutton_item {
    position: relative;
    padding-bottom: 15px;
    display: block;
    line-height: 1.1;
    max-width: 100%;
    color: #333333;
    text-decoration: none;
    width: 270px;
  }
  a.reform-linkbutton_item:hover:before {
    right: 0;
  }
  a.reform-linkbutton_item:hover:after {
    width: 0%;
  }
  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: 30px;
  }
  a.reform-linkbutton-v2_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 336px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  a.reform-linkbutton-v2_item {
    height: 48px;
  }
  a.reform-linkbutton-v2_item:hover {
    background-color: #333;
    color: #fff;
  }
  a.reform-linkbutton-v2_item:hover:after {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  a.reform-linkbutton-v2_item[target=_blank]:after {
    position: absolute;
    z-index: 2;
    top: calc(50% - 6px);
    right: 18px;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(/hrf/common/img/cmn_sprite_ic01.png) 50% 50% no-repeat;
    background-size: auto;
    background-position: 0px -160px;
    transition: ease all 0.4s;
  }
  .reform-mv {
    position: relative;
  }
  .reform-mv .main_logo {
    position: absolute;
    z-index: 2;
    top: 6.96%;
    left: 1.72%;
    width: 194px;
  }
  .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: 185px 0 145px;
    background-color: #ffece7;
  }
  .reform-important {
    position: absolute;
    z-index: 5;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% - 379px);
    background-color: #fff;
  }
  .reform-important_text a {
    width: 758px;
    min-height: 110px;
    padding: 10px;
    background-color: #e9e6e4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .reform-important_text a:hover:after {
    right: -15px;
  }
  .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: 65px;
  }
  .reform-campaign_section + .reform-campaign_section {
    margin-top: 58px;
  }
  .reform-campaign_area {
    position: relative;
    margin: 0 0 35px;
    padding: 1px 5px;
    width: 144px;
    color: #fff;
    background-color: #333;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .reform-campaign_area:after {
    position: absolute;
    top: calc(100% - 2px);
    left: calc(50% - 8px);
    content: "";
    display: block;
    border: 8px solid transparent;
    border-top-color: #333;
  }
  .reform-fair_card-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    padding-right: 3px;
  }
  .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: calc(25% - 15px);
  }
  .reform-fair_card:after {
    display: none !important;
  }
  .reform-fair_card:hover .reform-fair_card_body:after {
    right: 10px;
  }
  .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: 2px solid #f3f3f3;
    padding: 14px 10px;
  }
  .reform-fair_card_body {
    position: relative;
    flex-grow: 1;
    padding: 8px 50px 8px 6px;
  }
  .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;
  }
  .a-blank .reform-fair_card_body:after {
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -160px;
    width: 13px;
    height: 13px;
    display: inline-block;
  }
  .a-pdf .reform-fair_card_body:after {
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -200px;
    width: 14px;
    height: 14px;
  }
  .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.6rem;
  }
  .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;
  }
  .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;
    padding-bottom: 18px;
    width: 140px;
    margin: 33px auto 0;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
  }
  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;
  }
  a.reform-fair_card-more:hover:before {
    width: 0%;
  }
  .reform-campaign_pickup_name {
    margin-top: 35px;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .reform-campaign_pickup_name:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9b836c;
  }
  .reform-campaign_pickup_card-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 33px;
    margin-top: 20px;
    padding-right: 3px;
  }
  .reform-campaign_pickup_card {
    position: relative;
    width: calc(25% - 25px);
    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;
  }
  .reform-campaign_pickup_card.a-blank:after {
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -160px;
    width: 13px;
    height: 13px;
  }
  .reform-campaign_pickup_card.a-pdf:after {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -200px;
    width: 14px;
    height: 14px;
  }
  .reform-campaign_pickup_card {
  }
  .reform-campaign_pickup_card:hover:after {
    right: 10px;
  }
  .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 {
    padding: 120px 0 140px;
    overflow: hidden;
  }

  .reform-works .reform-linkbutton {
    margin-top: 130px;
    margin-right: 150px;
  }
  .reform-works_slider-wrap {
    margin-top: 130px;
    position: relative;
    display: flex;
  }
  .reform-works_slider_header {
    position: relative;
    padding-top: 5px;
    padding-left: 150px;
    height: 310px;
    z-index: 15;
    background-color: #fff;
    width: 37.5%;
  }
  .reform-works_slider_header:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    height: calc(100% + 65px);
    width: 200%;
    background-color: #fff;
  }
  .reform-works_slider_count {
    position: relative;
    z-index: 5;
    margin: 0 0 20px;
    width: 41px;
    height: 57px;
  }
  .reform-works_slider_count:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #333;
  }
  .reform-works_slider_count .current {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .reform-works_slider_count .length {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
  }
  .reform-works_slider_title {
    position: relative;
    z-index: 5;
    font-weight: 500;
    line-height: 2;
    max-width: 230px;
  }
  .reform-works_slider_control {
    position: absolute;
    bottom: 0;
    left: 150px;
    z-index: 10;
    display: flex;
    gap: 0 30px;
    height: 54px;
  }
  .reform-works_slider_control .slick-next,
  .reform-works_slider_control .slick-prev {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #333333;
    background: url(/hrf/reform/img/reform_ic07.png) 50% 50% no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
  }
  .reform-works_slider_control .slick-next,
  .reform-works_slider_control .slick-prev {
    transition: ease background-position 0.3s;
  }
  .reform-works_slider_control .slick-next:hover {
    background-position: calc(50% - 10px) 50%;
  }
  .reform-works_slider_control .slick-prev:hover {
    background-position: calc(50% - 10px) 50%;
  }
  .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-left: auto;
    width: 62.5%;
  }
  .reform-works_slider_list {
    width: 1410px;
  }
  .reform-works_slider_list .slick-list {
    overflow: visible;
  }
  .reform-works_slider_list_item {
    padding-right: 23px;
    transition: ease transform 0.5s;
  }
  .reform-works_slider_list_item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .reform-works_slider_list_item.is-animation, .reform-works_slider_list_item.slick-current {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
  }
  .reform-works_slider_list_image {
    overflow: hidden;
  }
  .reform-works_slider_list_image img {
    width: auto;
    height: 299px;
    -o-object-fit: contain;
       object-fit: contain;
    transition: ease transform 0.5s;
  }
  .reform-menu {
    padding: 140px 0;
    background-color: #ffece7;
  }
  .reform-menu_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .reform-menu_list_item {
    transition: ease opacity 0.3s;
  }
  .reform-menu_list_item:hover {
    opacity: 0.7;
  }
  .reform-reason {
    min-height: 760px;
    padding: 125px 0 140px;
    background: url(/hrf/reform/img/reform_bg07.jpg) 50% 0% no-repeat;
    background-size: cover;
  }
  .reform-reason .reform-linkbutton {
    margin-top: 65px;
    margin-right: 20px;
  }
  .reform-reason .page-block {
    max-width: 940px;
  }
  .reform-reason_headline {
    padding: 0 20px;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.8929;
  }
  .reform-reason_list {
    display: flex;
    margin-top: 50px;
    gap: 0 14px;
  }
  .reform-reason_list_item {
    padding: 35px 30px 20px;
    width: calc(33.3333% - 9px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .reform-reason_list_title {
    margin: 0 0 12px;
    padding-left: 10px;
    font-size: 2rem;
    border-left: 3px solid #9b836c;
    line-height: 1.2;
    font-weight: bold;
  }
  .reform-reason_list_title em {
    margin-right: 0.2em;
    font-style: normal;
    color: #9b836c;
  }
  .reform-reason_list_text {
    line-height: 1.875;
  }
  .reform-intro {
    padding-top: 140px;
  }
  .reform-intro-menu {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333333;
  }
  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: 210px;
    font-size: 2.6rem;
  }
  a.reform-intro-menu_item:after {
    position: relative;
    margin-left: 25px;
    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;
  }
  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: "";
    margin-right: 30px;
    display: block;
    background: url(/hrf/reform/img/reform_ic02.png) 50% 50% no-repeat;
    background-size: contain;
    transition: ease all 0.3s;
  }
  a.reform-intro-menu_item.is-item01:before {
    background-image: url(/hrf/reform/img/reform_ic02.png);
    margin-right: 25px;
    width: 44px;
    height: 51px;
  }
  a.reform-intro-menu_item.is-item02:before {
    background-image: url(/hrf/reform/img/reform_ic04.png);
    width: 58px;
    height: 61px;
  }
  a.reform-intro-menu_item.is-item03:before {
    background-image: url(/hrf/reform/img/reform_ic05.png);
    margin-right: 20px;
    margin-left: -70px;
    width: 103px;
    height: 28px;
  }
  a.reform-intro-menu_item:hover {
    background-color: #333333;
    color: #fff;
  }
  a.reform-intro-menu_item.is-item01:hover:before {
    background-image: url(/hrf/reform/img/reform_ic02_on.png);
  }
  a.reform-intro-menu_item.is-item02:hover:before {
    background-image: url(/hrf/reform/img/reform_ic04_on.png);
  }
  a.reform-intro-menu_item.is-item03:hover:before {
    background-image: url(/hrf/reform/img/reform_ic05_on.png);
  }
  a.reform-intro-menu_item:hover:after {
    right: -15px;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .reform-column {
    padding: 140px 0;
    background-color: #e9e6e4;
  }
  .reform-column_block {
    margin: 0 auto;
    max-width: 900px;
  }
  .reform-column_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  a.reform-column_list_item {
    display: flex;
    background-color: #fff;
    text-decoration: none;
    color: #333333;
    width: calc(50% - 20px);
    transition: ease opacity 0.3s;
  }
  a.reform-column_list_item:hover {
    opacity: 0.7;
  }
  .reform-column_list_image {
    flex-shrink: 0;
    width: 130px;
  }
  .reform-column_list_detail {
    flex-grow: 1;
    padding: 12px 15px;
    font-size: 1.4rem;
    line-height: 1.4286;
  }
  .reform-column_list_title {
    margin-bottom: 5px;
    font-weight: bold;
  }
  .reform-news {
    padding: 105px 0 140px;
  }
  .reform-news .reform-linkbutton {
    margin-top: 50px;
  }
  .reform-news-layout {
    display: flex;
    max-width: 1050px;
  }
  .reform-news-layout_title {
    padding-top: 30px;
    width: 42.8571428571%;
  }
  .reform-news-layout_detail {
    width: 57.1428571429%;
  }
  .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;
  }
  .reform-news_list_block.a-blank:after {
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -160px;
    width: 13px;
    height: 13px;
  }
  .reform-news_list_block.a-pdf:after {
    display: inline-block;
    background-image: url(/hrf/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0px -200px;
    width: 14px;
    height: 14px;
  }
  .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_block:hover:after {
    right: 0px;
  }
  .reform-news_list_date {
    margin-right: 15px;
    color: #7c7c7c;
    font-size: 1.4rem;
  }
  .reform-news_list_icon {
    position: relative;
    top: -1px;
    padding: 1px 4px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #7c7c7c;
  }
  .reform-news_list_title {
    margin-top: 8px;
    width: 100%;
  }
  .reform-contact {
    padding: 140px 0;
    background-color: #ffece7;
  }
  .reform-contact .reform-linkbutton {
    margin-top: 30px;
  }
  .reform-contact .reform-heading-aside {
    margin-top: 20px;
  }
  .reform-contact-layout {
    display: flex;
  }
  .reform-contact-layout_title {
    width: 37.5%;
  }
  .reform-contact-layout_detail {
    width: 62.5%;
  }
  .reform-contact-number dt {
    margin-bottom: 0.9em;
    font-size: 1.4rem;
    line-height: 1;
  }
  .reform-contact-number dd {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .reform-contact-time {
    margin-top: 0.8em;
    line-height: 2;
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}