@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
    margin: 0;
  }
  .splide__pagination {
    bottom: -1.8em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライド共通のスタイル */
  .splide__slide img {}
  /* アクティブなスライドのスタイル */
  .splide__slide.is-active img {}
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    bottom: 12vw;
    left: 0;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: right;
    padding: 5vw 2% 5vw 0;
  }
  .link_blog_wrapper {
    display: none;
  }
  .link_blog_wrapper img {}
  .link_blog_wrapper:hover {}
  .link_blog_wrapper a {}
  #rdoor {
    width: 100%;
    margin: 10vw 0 22vw;
    position: relative;
  }
  .rdoor_heading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-weight: 600;
  }
  .rdoor_heading img {
    display: block;
    width: 5%;
    height: auto;
    margin: 0 auto 2vw;
    padding-top: 2vw;
  }
  .rdoor_catchphrase_wrapper {
    width: 75%;
    margin: 10vw 0 0;
    background: #F4F1EF;
  }
  .rdoor_catchphrase_subheading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    padding: 6vw 0 3vw 10%;
  }
  .rdoor_catchphrase_txt {
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 0 10% 3vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .rdoor_catchphrase_txt:before {
    border-top: 1px solid #211A19;
    content: "";
    width: 9em; /* 線の長さ */
    margin-top: 0.5vw
  }
  .rdoor_catchphrase_txt:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .rdoor_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .rdoor_concept_wrapper {
    margin: 7vw 0 0;
  }
  .rdoor_concept_inner {
    width: 90%;
    margin: 0 auto;
  }
  .rdoor_introduction_wrapper {
    width: 100%;
    margin: 0;
  }
  .rdoor_introduction_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
  }
  .rdoor_img_wrapper {
    width: 85%;
    margin: 7vw auto 0;
  }
  .rdoor_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .rdoor_txt_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .rdoor_txt_inner {
    list-style: none;
  }
  .rdoor_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: 5vw;
  }
  .rdoor_txt:nth-of-type(3) {
    margin-bottom: 10vw;
  }
  .rdoor_txt:nth-of-type(4) {
    margin-bottom: 4vw;
  }
  .rdoor_txt:nth-of-type(5) {
    margin-bottom: 0;
  }
  .rdoor_txt:last-of-type {
    margin-bottom: 0;
  }
  .rdoor_morebtn_wrapper {
    width: 100%;
    margin: 10vw 0 0;
  }
  .rdoor_morebtn {
    width: 30%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .rdoor_morebtn img {
    width: 100%;
    height: auto;
  }
  .rdoor_morebtn:hover {
    opacity: 0.7;
  }
  .rdoor_morebtn a {
    display: block;
  }
  #info {
    width: 100%;
    margin: 0;
    padding-bottom: 10vw;
    background: url("../images/bg_info.png");
  }
  .info_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .info_heading_wrapper {
    width: 85%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .info_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.8vw;
    font-weight: 400;
    display: block;
    padding: 5vw 0 2vw;
  }
  .info_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 0 0 5vw;
  }
  .value_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 12vw;
  }
  .value_icon {
    width: 10%;
    margin: 0 auto;
  }
  .value_icon img {
    width: 100%;
    height: auto;
  }
  .value_subheading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 80%, transparent);
    width: 85%;
    margin: 3vw auto 5vw;
    padding: 2vw 0;
    border-radius: 5px;
  }
  .value_inner {
    width: 95%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .value_item {
    width: calc(calc(100% - 6%) / 3);
    margin: 0 3% 2vw 0;
    box-shadow: 6px 6px 10px 0px rgba(16, 8, 3, 0.2);
    background: #fff;
  }
  .value_item:nth-of-type(3) {
    margin-right: 0;
  }
  .value_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .value_item:last-of-type {
    margin: 0;
  }
  .value_item_icon {
    width: 15%;
    margin: 5vw auto;
  }
  .value_item_icon img {
    width: 100%;
    height: auto;
  }
  .value_item_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 auto 5vw;
    padding: 0 4%;
  }
  .reform_wrapper {
    width: 100%;
    margin: 15vw 0 0;
  }
  .reform_heading_wrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
    background: #F4F1EF;
  }
  .reform_icon {
    width: 14%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .reform_icon img {
    width: 100%;
    height: auto;
  }
  .reform_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 9.5vw 0 4vw;
  }
  .reform_subheading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 90%, transparent);
    width: 100%;
    margin: 4vw auto 0;
    padding: 2vw 0;
    text-indent: -4%;
  }
  .reform_subheading:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_star_double.png);
    background-size: contain;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 2%;
  }
  .reform_item_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reform_item {}
  .reform_item:last-of-type {}
  .reform_item_inner {
    list-style: none;
  }
  .reform_item_subheading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    text-align: center;
    margin: 4vw 0 2vw;
  }
  .reform_item_subheading:first-of-type {
    margin-top: 5vw;
  }
  .reform_item_subheading h4 {
    font-weight: 600;
  }
  .reform_item_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 2vw;
  }
  .reform_item_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_img {
    width: 80%;
    margin: 5vw auto 3vw;
  }
  .reform_img img {
    width: 100%;
    height: auto;
  }
  .reform_list_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reform_list {}
  .reform_list:last-of-type {}
  .reform_list_inner {
    list-style: none;
  }
  .reform_list_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
  }
  .reform_list_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_list_txt span {
    color: #194660;
    display: block;
    margin: 4vw 0 2vw;
  }
  .reform_list_txt span:first-of-type {
    margin-top: 5vw;
  }
  .reform_list_img {
    width: 80%;
    margin: 5vw auto 3vw;
  }
  .reform_list_img img {
    width: 100%;
    height: auto;
  }
  .reform_note {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .maintenance_wrapper {
    width: 100%;
    margin: 15vw 0 0;
  }
  .maintenance_heading_wrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
    background: #F4F1EF;
  }
  .maintenance_icon {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .maintenance_icon img {
    width: 100%;
    height: auto;
  }
  .maintenance_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 9.5vw 0 4vw;
  }
  .maintenance_item_wrapper {
    width: 100%;
    margin: 7vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .maintenance_item {
    width: calc(calc(100% - 4% - 3%) / 2);
    margin: 0 0 10vw 4%;
  }
  .maintenance_item:nth-of-type(even) {
    margin-left: 3%;
  }
  .maintenance_item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .maintenance_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .maintenance_item_img {
    width: 60%;
    margin: 0 auto 3vw;
  }
  .maintenance_item_img img {
    width: 100%;
    height: auto;
  }
  .maintenance_item_inner {
    list-style: none;
    position: relative;
  }
  .maintenance_item_inner:before {
    position: absolute;
    content: '';
    top: -16vw;
    left: 0;
    width: 10%;
    height: 52vw;
    border-top: 1px solid #211A19;
    border-left: 1px solid #211A19;
  }
  .maintenance_item_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 3vw;
    padding-left: 7%;
    text-align: left;
  }
  .maintenance_item_txt:last-of-type {
    margin-bottom: 0;
  }
  .maintenance_morebtn_wrapper {
    width: 100%;
    margin: 12vw 0 0;
  }
  .maintenance_morebtn {
    width: 48%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .maintenance_morebtn img {
    width: 100%;
    height: auto;
  }
  .maintenance_morebtn:hover {
    opacity: 0.7;
  }
  .maintenance_morebtn a {
    display: block;
  }
  #works {
    width: 100%;
    margin: 0;
  }
  .works_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .works_heading_wrapper {
    width: 35%;
    margin: 0 auto 5vw;
  }
  .works_heading_wrapper img {
    width: 100%;
    height: auto;
  }
  .works_inner {
    width: 100%;
    margin: 0 auto;
  }
  .works_item {
    margin-bottom: 17.8vw;
  }
  .case_number_wrapper {
    display: none;
  }
  .owner_wrapper {
    width: 50%;
    position: absolute;
    bottom: -8.8vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .owner_txt {
    font-size: 3.0vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    color: #fff !important;
    background: #194660;
    padding: 3vw 5% !important;
    text-align: center !important;
  }
  .works_heading {
    position: absolute;
    bottom: -17.8vw;
    right: 12%;
    font-size: 3.0vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    font-weight: 600 !important;
    padding: 3vw 0 !important;
  }
  .main_img {
    display: none;
  }
  .single_inner {
    display: none;
  }
  .works_morebtn_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .works_morebtn {
    width: 32%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .works_morebtn img {
    width: 100%;
    height: auto;
  }
  .works_morebtn:hover {
    opacity: 0.7;
  }
  .works_morebtn a {
    display: block;
  }
  .works_nopost {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
  /* 矢印のクリック範囲など */
  .button {
    background-color: transparent; /* ボタンの背景を透明にする */
    height: 50px;
    transition: .2s;
    width: 30px;
  }
  /* 矢印共通のスタイル */
  .button::before {
    background-color: #D9D9CD;
    content: "";
    height: 5vw;
    width: 50%;
  }
  /* 前の矢印 */
  .prev::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  /* 次の矢印 */
  .next::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  /* 次のスライドが無い場合の矢印 */
  .button:disabled::before {
    background-color: #D9D9CD;
  }
  .splide__arrow {
    top: 57vw !important;
  }
  #service {
    width: 100%;
    margin: 12vw 0 0;
    position: relative;
  }
  .service_heading_wrapper {
    width: 75%;
    margin: 0;
    background: #F4F1EF;
  }
  .service_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    padding: 6vw 0 3vw 10%;
  }
  .service_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 0 10% 3vw 0;
    text-align: right;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
  .service_inner {
    width: 100%;
    margin: 0;
  }
  .service_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 5vw;
  }
  .service_txt:last-of-type {
    margin-bottom: 0;
  }
  .service_morebtn_wrapper {
    width: 100%;
    margin: 10vw 0 0;
  }
  .service_morebtn {
    width: 44%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .service_morebtn img {
    width: 100%;
    height: auto;
  }
  .service_morebtn:hover {
    opacity: 0.7;
  }
  .service_morebtn a {
    display: block;
  }
  #about {
    width: 100%;
    margin: 15vw 0 20vw;
  }
  .about_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .about_img_wrapper {
    width: 100%;
    margin: 0;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .about_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding-bottom: 5vw;
  }
  .about_heading:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_home.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 1% 0.8vw 0;
  }
  .about_linkbtn_wrapper {
    width: 50%;
    margin: 0 auto;
    border: 1px solid #211A19;
  }
  .about_linkbtn_txt {
    transition: all 0.3s;
  }
  .about_linkbtn_txt a {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    padding: 3vw 0;
  }
  .about_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  #space {
    width: 100%;
    margin: 0;
    padding-bottom: 7vw;
    background: url("../images/bg_space.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .space_wrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
  }
  .space_heading_wrapper {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .space_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.8vw;
    font-weight: 400;
    display: block;
    padding: 5vw 0 2vw;
  }
  .space_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 0 0 5vw;
  }
  .space_txt_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 15vw;
  }
  .space_subheading {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: center;
  }
  .space_symbol {
    width: 50%;
    margin: 0 auto;
  }
  .space_symbol img {
    width: 100%;
    height: auto;
  }
  .space_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
    margin-top: 0;
  }
  .space_txt:last-of-type {
    margin-top: 5vw;
  }
  .space_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .space_img_inner {
    width: 80%;
  }
  .space_img_item {
    margin-bottom: 5vw;
  }
  .space_img_item:last-of-type {}
  .space_img {}
  .space_img img {
    width: 100%;
    height: auto;
  }
  .space_img_txt {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    margin-top: 2vw;
  }
  .space_morebtn_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .space_morebtn {
    width: 38%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .space_morebtn img {
    width: 100%;
    height: auto;
  }
  .space_morebtn:hover {
    opacity: 0.7;
  }
  .space_morebtn a {
    display: block;
  }
  #news {
    width: 100%;
    margin: 0;
    padding: 10vw 0 0;
  }
  .news_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 3vw 0 0;
    background: #F4F1EF;
  }
  .news_heading {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: center;
    padding: 7vw 0 0;
  }
  .news_heading:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_talk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  .news_inner {
    list-style: none;
    background: #fff;
    margin: 0 3%;
    padding: 0 5% 4vw;
  }
  .news_item {
    width: 100%;
    margin-top: 2vw;
    border-bottom: 1.5px solid #194660;
    display: inline-block;
  }
  .news_item:first-of-type {
    margin-top: 5vw;
  }
  .news_item:last-of-type {
    border-bottom: none;
  }
  .news_desc_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .news_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .news_tag_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news_tag {
    transition: all 0.3s;
  }
  .news_tag:hover {
    opacity: 0.7;
  }
  .news_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .news_category_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .news_date_wrapper {
    width: 36%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1.5vw 0;
  }
  .news_date_wrapper time {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .news_date_up {
    font-family: 'Hind Siliguri', sans-serif;
  }
  .news_txt_wrapper {
    width: 100%;
    padding: 0 0 5vw;
  }
  .news_title {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 2.0vw;
  }
  .news_txt_wrapper p {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 2.0vw;
  }
  .news_linkbtn_wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .news_linkbtn {
    width: 100%;
    transition: all 0.3s;
  }
  .news_linkbtn a {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    text-decoration: underline;
    text-underline-offset: 0.8vw;
    margin: 0;
    padding: 5vw 0;
  }
  .news_linkbtn a:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_blog.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 2%;
  }
  .news_linkbtn a:hover {
    opacity: 0.7;
  }
  .news_nopost {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
    margin: 0;
  }
  .splide__pagination {
    bottom: -1.8em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.25);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライド共通のスタイル */
  .splide__slide img {}
  /* アクティブなスライドのスタイル */
  .splide__slide.is-active img {}
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 50%;
    position: absolute;
    bottom: 12vw;
    left: 0;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #fff;
    text-align: right;
    padding: 5vw 2% 5vw 0;
  }
  .link_blog_wrapper {
    display: none;
  }
  .link_blog_wrapper img {}
  .link_blog_wrapper:hover {}
  .link_blog_wrapper a {}
  #rdoor {
    width: 100%;
    margin: 10vw 0 22vw;
    position: relative;
  }
  .rdoor_heading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    font-weight: 600;
  }
  .rdoor_heading img {
    display: block;
    width: 5%;
    height: auto;
    margin: 0 auto 2vw;
    padding-top: 2vw;
  }
  .rdoor_catchphrase_wrapper {
    width: 75%;
    margin: 10vw 0 0;
    background: #F4F1EF;
  }
  .rdoor_catchphrase_subheading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    padding: 6vw 0 3vw 10%;
  }
  .rdoor_catchphrase_txt {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 0 10% 3vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .rdoor_catchphrase_txt:before {
    border-top: 1px solid #211A19;
    content: "";
    width: 9em; /* 線の長さ */
    margin-top: 0.5vw
  }
  .rdoor_catchphrase_txt:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .rdoor_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  .rdoor_concept_wrapper {
    margin: 7vw 0 0;
  }
  .rdoor_concept_inner {
    width: 90%;
    margin: 0 auto;
  }
  .rdoor_introduction_wrapper {
    width: 100%;
    margin: 0;
  }
  .rdoor_introduction_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
  }
  .rdoor_img_wrapper {
    width: 75%;
    margin: 7vw auto 0;
  }
  .rdoor_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .rdoor_txt_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .rdoor_txt_inner {
    list-style: none;
  }
  .rdoor_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: 5vw;
  }
  .rdoor_txt:nth-of-type(3) {
    margin-bottom: 10vw;
  }
  .rdoor_txt:nth-of-type(4) {
    margin-bottom: 4vw;
  }
  .rdoor_txt:nth-of-type(5) {
    margin-bottom: 0;
  }
  .rdoor_txt:last-of-type {
    margin-bottom: 0;
  }
  .rdoor_morebtn_wrapper {
    width: 100%;
    margin: 10vw 0 0;
  }
  .rdoor_morebtn {
    width: 20%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .rdoor_morebtn img {
    width: 100%;
    height: auto;
  }
  .rdoor_morebtn:hover {
    opacity: 0.7;
  }
  .rdoor_morebtn a {
    display: block;
  }
  #info {
    width: 100%;
    margin: 0;
    padding-bottom: 10vw;
    background: url("../images/bg_info.png");
  }
  .info_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .info_heading_wrapper {
    width: 80%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .info_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.8vw;
    font-weight: 400;
    display: block;
    padding: 5vw 0 2vw;
  }
  .info_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 0 0 5vw;
  }
  .value_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 12vw;
  }
  .value_icon {
    width: 10%;
    margin: 0 auto;
  }
  .value_icon img {
    width: 100%;
    height: auto;
  }
  .value_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 80%, transparent);
    width: 80%;
    margin: 3vw auto 5vw;
    padding: 2vw 0;
    border-radius: 5px;
  }
  .value_inner {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .value_item {
    width: calc(calc(100% - 6%) / 3);
    margin: 0 3% 2vw 0;
    box-shadow: 6px 6px 10px 0px rgba(16, 8, 3, 0.2);
    background: #fff;
  }
  .value_item:nth-of-type(3) {
    margin-right: 0;
  }
  .value_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .value_item:last-of-type {
    margin: 0;
  }
  .value_item_icon {
    width: 15%;
    margin: 5vw auto;
  }
  .value_item_icon img {
    width: 100%;
    height: auto;
  }
  .value_item_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 auto 5vw;
    padding: 0 4%;
  }
  .reform_wrapper {
    width: 100%;
    margin: 15vw 0 0;
  }
  .reform_heading_wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: #F4F1EF;
  }
  .reform_icon {
    width: 14%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .reform_icon img {
    width: 100%;
    height: auto;
  }
  .reform_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 9.5vw 0 4vw;
  }
  .reform_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 90%, transparent);
    width: 100%;
    margin: 4vw auto 0;
    padding: 2vw 0;
    text-indent: -4%;
  }
  .reform_subheading:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icon_star_double.png);
    background-size: contain;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 2%;
  }
  .reform_item_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reform_item {}
  .reform_item:last-of-type {}
  .reform_item_inner {
    list-style: none;
  }
  .reform_item_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    text-align: center;
    margin: 4vw 0 2vw;
  }
  .reform_item_subheading:first-of-type {
    margin-top: 5vw;
  }
  .reform_item_subheading h4 {
    font-weight: 600;
  }
  .reform_item_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 2vw;
  }
  .reform_item_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_img {
    width: 70%;
    margin: 5vw auto 3vw;
  }
  .reform_img img {
    width: 100%;
    height: auto;
  }
  .reform_list_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reform_list {}
  .reform_list:last-of-type {}
  .reform_list_inner {
    list-style: none;
  }
  .reform_list_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
  }
  .reform_list_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_list_txt span {
    color: #194660;
    display: block;
    margin: 4vw 0 2vw;
  }
  .reform_list_txt span:first-of-type {
    margin-top: 5vw;
  }
  .reform_list_img {
    width: 70%;
    margin: 5vw auto 3vw;
  }
  .reform_list_img img {
    width: 100%;
    height: auto;
  }
  .reform_note {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
  .maintenance_wrapper {
    width: 100%;
    margin: 15vw 0 0;
  }
  .maintenance_heading_wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: #F4F1EF;
  }
  .maintenance_icon {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .maintenance_icon img {
    width: 100%;
    height: auto;
  }
  .maintenance_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 600;
    padding: 9.5vw 0 4vw;
  }
  .maintenance_item_wrapper {
    width: 100%;
    margin: 7vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .maintenance_item {
    width: calc(calc(100% - 4% - 3%) / 2);
    margin: 0 0 10vw 4%;
  }
  .maintenance_item:nth-of-type(even) {
    margin-left: 3%;
  }
  .maintenance_item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .maintenance_item:nth-of-type(4) {
    margin-bottom: 0;
  }
  .maintenance_item_img {
    width: 50%;
    margin: 0 0 3vw 20%;
  }
  .maintenance_item_img img {
    width: 100%;
    height: auto;
  }
  .maintenance_item_inner {
    list-style: none;
    position: relative;
  }
  .maintenance_item_inner:before {
    position: absolute;
    content: '';
    top: -16vw;
    left: 0;
    width: 10%;
    height: 45vw;
    border-top: 1px solid #211A19;
    border-left: 1px solid #211A19;
  }
  .maintenance_item_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 3vw;
    padding-left: 7%;
    text-align: left;
  }
  .maintenance_item_txt:last-of-type {
    margin-bottom: 0;
  }
  .maintenance_morebtn_wrapper {
    width: 100%;
    margin: 12vw 0 0;
  }
  .maintenance_morebtn {
    width: 30%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .maintenance_morebtn img {
    width: 100%;
    height: auto;
  }
  .maintenance_morebtn:hover {
    opacity: 0.7;
  }
  .maintenance_morebtn a {
    display: block;
  }
  #works {
    width: 100%;
    margin: 0;
  }
  .works_wrapper {
    width: 100%;
    margin: 10vw auto 0;
  }
  .works_heading_wrapper {
    width: 25%;
    margin: 0 auto 5vw;
  }
  .works_heading_wrapper img {
    width: 100%;
    height: auto;
  }
  .works_inner {
    width: 100%;
    margin: 0 auto;
  }
  .works_item {
    margin-bottom: 17.8vw;
  }
  .case_number_wrapper {
    display: none;
  }
  .owner_wrapper {
    width: 50%;
    position: absolute;
    bottom: -8.0vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .owner_txt {
    font-size: 2.0vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    color: #fff !important;
    background: #194660;
    padding: 3vw 5% !important;
    text-align: center !important;
  }
  .works_heading {
    position: absolute;
    bottom: -17.0vw;
    right: 25%;
    font-size: 2.0vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    font-weight: 600 !important;
    padding: 3vw 0 !important;
  }
  .main_img {
    display: none;
  }
  .single_inner {
    display: none;
  }
  .works_morebtn_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .works_morebtn {
    width: 22%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .works_morebtn img {
    width: 100%;
    height: auto;
  }
  .works_morebtn:hover {
    opacity: 0.7;
  }
  .works_morebtn a {
    display: block;
  }
  .works_nopost {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
  /* 矢印のクリック範囲など */
  .button {
    background-color: transparent; /* ボタンの背景を透明にする */
    height: 50px;
    transition: .2s;
    width: 30px;
  }
  /* 矢印共通のスタイル */
  .button::before {
    background-color: #D9D9CD;
    content: "";
    height: 5vw;
    width: 50%;
  }
  /* 前の矢印 */
  .prev::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
  /* 次の矢印 */
  .next::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  /* 次のスライドが無い場合の矢印 */
  .button:disabled::before {
    background-color: #D9D9CD;
  }
  .splide__arrow {
    top: 56.2vw !important;
  }
  #service {
    width: 100%;
    margin: 12vw 0 0;
    position: relative;
  }
  .service_heading_wrapper {
    width: 75%;
    margin: 0;
    background: #F4F1EF;
  }
  .service_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    padding: 6vw 0 3vw 10%;
  }
  .service_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 0 10% 3vw 0;
    text-align: right;
  }
  .service_wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 10vw 0 0;
  }
  .service_inner {
    width: 100%;
    margin: 0;
  }
  .service_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 5vw;
  }
  .service_txt:last-of-type {
    margin-bottom: 0;
  }
  .service_morebtn_wrapper {
    width: 100%;
    margin: 10vw 0 0;
  }
  .service_morebtn {
    width: 30%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .service_morebtn img {
    width: 100%;
    height: auto;
  }
  .service_morebtn:hover {
    opacity: 0.7;
  }
  .service_morebtn a {
    display: block;
  }
  #about {
    width: 100%;
    margin: 15vw 0 20vw;
  }
  .about_wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .about_img_wrapper {
    width: 90%;
    margin: 0;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .about_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding-bottom: 5vw;
  }
  .about_heading:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_home.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 1% 0.8vw 0;
  }
  .about_linkbtn_wrapper {
    width: 40%;
    margin: 0 auto;
    border: 1px solid #211A19;
  }
  .about_linkbtn_txt {
    transition: all 0.3s;
  }
  .about_linkbtn_txt a {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    padding: 3vw 0;
  }
  .about_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  #space {
    width: 100%;
    margin: 0;
    padding-bottom: 7vw;
    background: url("../images/bg_space.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .space_wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .space_heading_wrapper {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .space_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.8vw;
    font-weight: 400;
    display: block;
    padding: 5vw 0 2vw;
  }
  .space_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    padding: 0 0 5vw;
  }
  .space_txt_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 15vw;
  }
  .space_subheading {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: center;
  }
  .space_symbol {
    width: 40%;
    margin: 0 auto;
  }
  .space_symbol img {
    width: 100%;
    height: auto;
  }
  .space_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: center;
    margin-top: 0;
  }
  .space_txt:last-of-type {
    margin-top: 5vw;
  }
  .space_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .space_img_inner {
    width: 80%;
  }
  .space_img_item {
    margin-bottom: 5vw;
  }
  .space_img_item:last-of-type {}
  .space_img {}
  .space_img img {
    width: 100%;
    height: auto;
  }
  .space_img_txt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    margin-top: 2vw;
  }
  .space_morebtn_wrapper {
    width: 100%;
    margin: 7vw 0 0;
  }
  .space_morebtn {
    width: 28%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .space_morebtn img {
    width: 100%;
    height: auto;
  }
  .space_morebtn:hover {
    opacity: 0.7;
  }
  .space_morebtn a {
    display: block;
  }
  #news {
    width: 100%;
    margin: 0;
    padding: 10vw 0 0;
  }
  .news_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 3vw 0 0;
    background: #F4F1EF;
  }
  .news_heading {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: center;
    padding: 7vw 0 0;
  }
  .news_heading:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_talk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  .news_inner {
    list-style: none;
    background: #fff;
    margin: 0 3%;
    padding: 0 5% 4vw;
  }
  .news_item {
    width: 100%;
    margin-top: 2vw;
    border-bottom: 1.5px solid #194660;
    display: inline-block;
  }
  .news_item:first-of-type {
    margin-top: 5vw;
  }
  .news_item:last-of-type {
    border-bottom: none;
  }
  .news_desc_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .news_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .news_tag_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news_tag {
    transition: all 0.3s;
  }
  .news_tag:hover {
    opacity: 0.7;
  }
  .news_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .news_category_wrapper {
    width: 30%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1.5vw 5%;
    border-radius: 40px;
  }
  .news_date_wrapper {
    width: 36%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1.5vw 0;
  }
  .news_date_wrapper time {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .news_date_up {
    font-family: 'Hind Siliguri', sans-serif;
  }
  .news_txt_wrapper {
    width: 100%;
    padding: 0 0 5vw;
  }
  .news_title {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 2.0vw;
  }
  .news_txt_wrapper p {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 2.0vw;
  }
  .news_linkbtn_wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .news_linkbtn {
    width: 100%;
    transition: all 0.3s;
  }
  .news_linkbtn a {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    text-decoration: underline;
    text-underline-offset: 0.8vw;
    margin: 0;
    padding: 5vw 0;
  }
  .news_linkbtn a:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon_blog.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 2%;
  }
  .news_linkbtn a:hover {
    opacity: 0.7;
  }
  .news_nopost {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
    margin: 0;
    background: #fff;
  }
  .splide__pagination {
    bottom: -2.4em;
  }
  .splide__pagination__page.is-active {
    background: #194660;
    transform: scale(1.75);
  }
  .splide__pagination__page {
    background: #E1E5E0;
    height: 10px;
    width: 10px;
    margin: 10px;
  }
  /* スライドのサイズ調整 */
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .splide__slide.is-next img {}
  .splide__slide.is-prev img {}
  .catchphrase_wrapper {
    width: 35%;
    position: absolute;
    bottom: 12vw;
    left: 0;
    background: rgba(16, 8, 3, 0.5);
  }
  .catchphrase_wrapper h2 {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #fff;
    text-align: right;
    padding: 4vw 5% 4vw 0;
  }
  .link_blog_wrapper {
    width: 12%;
    position: absolute;
    bottom: -5vw;
    right: 10%;
    transition: all 0.3s;
  }
  .link_blog_wrapper img {
    width: 100%;
    height: auto;
  }
  .link_blog_wrapper:hover {
    opacity: 0.7;
  }
  .link_blog_wrapper a {
    display: block;
  }
  #rdoor {
    width: 100%;
    margin: 9vw 0 10vw;
    position: relative;
  }
  .rdoor_catchphrase_wrapper {
    width: 50%;
    margin: 0;
    background: #F4F1EF;
    position: absolute;
    top: 5vw;
    left: 0;
  }
  .rdoor_catchphrase_subheading {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    padding: 4vw 0 2vw 20%;
  }
  .rdoor_catchphrase_txt {
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 0 10% 2vw 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
  }
  .rdoor_catchphrase_txt:before {
    border-top: 1px solid #211A19;
    content: "";
    width: 18em; /* 線の長さ */
  }
  .rdoor_catchphrase_txt:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .rdoor_wrapper {
    width: 80%;
    margin: 0 auto;
    background: #fff;
  }
  .rdoor_heading {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .rdoor_heading:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_heading.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 1% 0.2vw 0;
  }
  .rdoor_concept_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin: 8vw 0 0;
  }
  .rdoor_concept_inner {}
  .rdoor_introduction_wrapper {
    width: 100%;
    margin: 0;
  }
  .rdoor_introduction_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    text-align: left;
  }
  .rdoor_img_wrapper {
    width: 40%;
    margin: 0;
  }
  .rdoor_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .rdoor_txt_wrapper {
    width: 100%;
    margin: 4vw 0 0;
  }
  .rdoor_txt_inner {
    list-style: none;
  }
  .rdoor_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 1.5vw;
  }
  .rdoor_txt:nth-of-type(3) {
    margin-bottom: 4vw;
  }
  .rdoor_txt:nth-of-type(4) {
    margin-bottom: 3vw;
  }
  .rdoor_txt:last-of-type {
    margin-bottom: 0;
  }
  .rdoor_morebtn_wrapper {
    width: 100%;
    margin: 4vw 0 0;
  }
  .rdoor_morebtn {
    width: 16%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .rdoor_morebtn img {
    width: 100%;
    height: auto;
  }
  .rdoor_morebtn:hover {
    opacity: 0.7;
  }
  .rdoor_morebtn a {
    display: block;
  }
  #info {
    width: 100%;
    margin: 0;
    padding-bottom: 5vw;
    background: url("../images/bg_info.png");
  }
  .info_wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .info_heading_wrapper {
    width: 50%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .info_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    display: block;
    padding: 3vw 0 1vw;
  }
  .info_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 0 0 3vw;
  }
  .value_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 8vw;
  }
  .value_icon {
    width: 5%;
    margin: 0 auto;
  }
  .value_icon img {
    width: 100%;
    height: auto;
  }
  .value_subheading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 50%, transparent);
    width: 70%;
    margin: 2vw auto 3vw;
    padding: 1vw 0;
    border-radius: 15px;
  }
  .value_inner {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .value_item {
    flex: 1;
    margin-right: 5%;
    box-shadow: 6px 6px 10px 0px rgba(16, 8, 3, 0.2);
    background: #fff;
  }
  .value_item:last-of-type {
    margin-right: 0;
  }
  .value_item_icon {
    width: 15%;
    margin: 1.5vw auto 2.5vw;
  }
  .value_item_icon img {
    width: 100%;
    height: auto;
  }
  .value_item_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin: 0 auto 2vw;
  }
  .reform_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .reform_icon {
    width: 7.6%;
    margin: 0 auto;
  }
  .reform_icon img {
    width: 100%;
    height: auto;
  }
  .reform_heading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 1.5vw 0 0;
  }
  .reform_subheading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #194660;
    background: linear-gradient(to right, transparent, #fff 0, #fff 50%, transparent);
    width: 100%;
    margin: 3vw auto 2vw;
    padding: 1vw 0;
  }
  .reform_subheading:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_star_double.png);
    background-size: contain;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  .reform_item_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .reform_item {
    flex: 0.4;
  }
  .reform_item:last-of-type {
    flex: 0.2;
  }
  .reform_item_inner {
    list-style: none;
  }
  .reform_item_subheading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    text-align: left;
    margin-bottom: 1vw;
  }
  .reform_item_subheading h4 {
    font-weight: 400;
  }
  .reform_item_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    margin-bottom: 1vw;
    padding-left: 5%;
  }
  .reform_item_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_img {}
  .reform_img img {
    width: 100%;
    height: auto;
  }
  .reform_list_wrapper {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .reform_list {
    flex: 0.8;
  }
  .reform_list:last-of-type {
    flex: 0.2;
  }
  .reform_list_inner {
    list-style: none;
  }
  .reform_list_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    margin-bottom: 1vw;
  }
  .reform_list_txt:last-of-type {
    margin-bottom: 0;
  }
  .reform_list_txt span {
    color: #194660;
  }
  .reform_list_img {}
  .reform_list_img img {
    width: 100%;
    height: auto;
  }
  .reform_note {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 3vw;
  }
  .maintenance_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .maintenance_icon {
    width: 15%;
    margin: 0 auto;
  }
  .maintenance_icon img {
    width: 100%;
    height: auto;
  }
  .maintenance_heading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 1.5vw 0 0;
  }
  .maintenance_item_wrapper {
    width: 90%;
    margin: 3vw auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .maintenance_item {
    flex: 1;
  }
  .maintenance_item_img {
    width: 50%;
    margin: 0 0 1.4vw 10%;
  }
  .maintenance_item_img img {
    width: 100%;
    height: auto;
  }
  .maintenance_item_inner {
    list-style: none;
    position: relative;
  }
  .maintenance_item_inner:before {
    position: absolute;
    content: '';
    top: -6vw;
    left: 0;
    width: 5%;
    height: 19.5vw;
    border-top: 1px solid #211A19;
    border-left: 1px solid #211A19;
  }
  .maintenance_item_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 1vw;
    padding-left: 7%;
    text-align: left;
  }
  .maintenance_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .maintenance_morebtn {
    width: 23%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .maintenance_morebtn img {
    width: 100%;
    height: auto;
  }
  .maintenance_morebtn:hover {
    opacity: 0.7;
  }
  .maintenance_morebtn a {
    display: block;
  }
  #works {
    width: 100%;
    margin: 0;
  }
  .works_wrapper {
    width: 100%;
    margin: 5vw auto 0;
  }
  .works_heading_wrapper {
    width: 20%;
    margin: 0 auto 3vw;
  }
  .works_heading_wrapper img {
    width: 100%;
    height: auto;
  }
  .works_inner {
    width: 100%;
    margin: 0 auto;
  }
  .works_item {
    margin-bottom: 4.2vw;
  }
  .case_number_wrapper {
    display: none;
  }
  .owner_wrapper {
    width: 30%;
    position: absolute;
    bottom: -4.2vw;
    left: 0;
  }
  .owner_txt {
    font-size: 1.2vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    color: #fff !important;
    background: #194660;
    padding: 1.5vw 5% !important;
    text-align: center !important;
  }
  .works_heading {
    position: absolute;
    bottom: -4.2vw;
    right: 12%;
    font-size: 1.2vw !important;
    letter-spacing: 0.1em !important;
    line-height: 1.0em !important;
    font-weight: 400 !important;
    padding: 1.5vw 0 !important;
  }
  .main_img {
    display: none;
  }
  .single_inner {
    display: none;
  }
  .works_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .works_morebtn {
    width: 12%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .works_morebtn img {
    width: 100%;
    height: auto;
  }
  .works_morebtn:hover {
    opacity: 0.7;
  }
  .works_morebtn a {
    display: block;
  }
  .works_nopost {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
  #service {
    width: 100%;
    margin: 7vw 0 0;
    position: relative;
  }
  .service_heading_wrapper {
    width: 50%;
    margin: 0;
    background: #F4F1EF;
    position: absolute;
    top: 0;
    left: 0;
  }
  .service_heading {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    padding: 4vw 0 2vw 20%;
  }
  .service_heading_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: right;
    padding: 0 10% 2vw 0;
  }
  .service_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 15vw 0 0;
  }
  .service_inner {
    width: 65%;
    margin: 0 auto;
  }
  .service_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 2vw;
  }
  .service_txt:last-of-type {
    margin-bottom: 0;
  }
  .service_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .service_morebtn {
    width: 20%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .service_morebtn img {
    width: 100%;
    height: auto;
  }
  .service_morebtn:hover {
    opacity: 0.7;
  }
  .service_morebtn a {
    display: block;
  }
  #about {
    width: 100%;
    margin: 8vw 0 13vw;
  }
  .about_wrapper {
    width: 52%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: end;
  }
  .about_img_wrapper {
    flex: 1;
    margin-right: 2%;
  }
  .about_img_wrapper img {
    width: 100%;
    height: auto;
  }
  .about_txt_wrapper {
    flex: 1;
  }
  .about_heading {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding-bottom: 5vw;
  }
  .about_heading:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_home.png);
    background-size: contain;
    vertical-align: bottom;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  .about_linkbtn_wrapper {
    width: 60%;
    margin: 0 auto;
    border: 1px solid #211A19;
  }
  .about_linkbtn_txt {
    transition: all 0.3s;
  }
  .about_linkbtn_txt a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    padding: 1vw 0;
  }
  .about_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  #space {
    width: 100%;
    margin: 0;
    padding-bottom: 4vw;
    background: url("../images/bg_space.png");
  }
  .space_wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .space_heading_wrapper {
    width: 50%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F4F1EF;
  }
  .space_heading span {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    display: block;
    padding: 3vw 0 1vw;
  }
  .space_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    padding: 0 0 3vw;
  }
  .space_txt_wrapper {
    width: 75%;
    margin: 0 auto;
    padding-top: 8vw;
  }
  .space_subheading {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    padding-left: 2%;
  }
  .space_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 2vw;
  }
  .space_txt:last-of-type {
    margin-top: 0;
  }
  .space_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
  }
  .space_img_inner {
    flex: 1;
  }
  .space_img_item {
    margin-bottom: 5vw;
  }
  .space_img_item:last-of-type {
    margin-bottom: 0;
  }
  .space_img {}
  .space_img img {
    width: 100%;
    height: auto;
  }
  .space_img_txt {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    margin-top: 1.5vw;
  }
  .space_morebtn_wrapper {
    width: 100%;
    margin: 5vw 0 0;
  }
  .space_morebtn {
    width: 17%;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .space_morebtn img {
    width: 100%;
    height: auto;
  }
  .space_morebtn:hover {
    opacity: 0.7;
  }
  .space_morebtn a {
    display: block;
  }
  #news {
    width: 100%;
    margin: 0;
    padding: 5vw 0 0;
  }
  .news_wrapper {
    width: 80%;
    margin: 0 auto;
    background: #F4F1EF;
  }
  .news_heading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 3%;
    padding: 3vw 0 0;
  }
  .news_heading:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_talk.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 1%;
  }
  .news_inner {
    list-style: none;
    background: #fff;
    margin: 3vw 5%;
    padding: 0 5% 4vw;
  }
  .news_item {
    width: 100%;
    margin-top: 2vw;
    border-bottom: 2px solid #194660;
    display: inline-block;
  }
  .news_desc_wrapper {
    flex: 1;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .news_desc_inner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0 4%;
  }
  .news_tag_wrapper {
    width: 15%;
    margin-right: 2%;
  }
  .news_tag {
    transition: all 0.3s;
  }
  .news_tag:hover {
    opacity: 0.7;
  }
  .news_tag a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #A2C4A0;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .news_category_wrapper {
    width: 15%;
    margin-right: 2%;
  }
  .news {
    transition: all 0.3s;
  }
  .news:hover {
    opacity: 0.7;
  }
  .news a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #194660;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .diary {
    transition: all 0.3s;
  }
  .diary:hover {
    opacity: 0.7;
  }
  .diary a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #E7878E;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .space {
    transition: all 0.3s;
  }
  .space:hover {
    opacity: 0.7;
  }
  .space a {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    background: #57BADB;
    display: block;
    padding: 1vw 5%;
    border-radius: 40px;
  }
  .news_date_wrapper {
    width: 66%;
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: start;
    padding: 1vw 0;
  }
  .news_date_wrapper time {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .news_date_up {
    font-family: 'Hind Siliguri', sans-serif;
  }
  .news_txt_wrapper {
    width: 100%;
    padding: 0 2% 2vw 2%;
  }
  .news_title {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 0.5vw;
  }
  .news_txt_wrapper p {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    text-align: left;
    color: #211A19;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 1vw;
  }
  .news_linkbtn_wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .news_linkbtn {
    width: 20%;
    transition: all 0.3s;
  }
  .news_linkbtn a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    text-decoration: underline;
    text-underline-offset: 0.8vw;
    margin: 0 9% 0 0;
    padding: 0 0 3vw;
  }
  .news_linkbtn a:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_blog.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 5%;
  }
  .news_linkbtn a:hover {
    opacity: 0.7;
  }
  .news_nopost {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 5vw 0;
  }
}