@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@function vw($size, $viewport:1920) {
  $rate: 100 / $viewport;
  @return $rate * $size * 1vw;
}*/
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 62.5%;
  color: #000000;
  line-height: 1.6;
}
@media screen and (max-width: 1294px) {
  html {
    font-size: 56.25%;
    /* 90% */
    /*font-size: 53.125%;*/
    /* 85% */
  }
}

body,
input,
button,
textarea,
select {
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
  /*font-family: "Noto Sans Japanese","Noto Sans JP","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 1294px) {
  body,
  input,
  button,
  textarea,
  select {
    font-size: 1.6rem;
  }
}

body.fixed {
  overflow: hidden;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

.common_container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.common_pcnolink {
  pointer-events: none;
}

.common_inner {
  max-width: 1200px;
  width: 90.625%;
}

.common_s_inner {
  max-width: 1000px;
  width: 90.625%;
}

.ank {
  padding-top: 9rem;
  margin-top: -9rem;
}

.common_txt01 {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.common_tx_c {
  text-align: center;
}

.common_en01 {
  font-family: "Jost", sans-serif;
}

.common_btn01 {
  width: 30rem;
  height: 6rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
.common_btn01 a {
  background-color: #000;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.common_btn01 a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  transition: 0.3s;
}
.common_btn01 a:hover::before {
  right: 2.5rem;
  transition: 0.3s;
}
.common_btn01 a .btn_txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.common_top_h2_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
.common_top_h2_ttl .common_en01 {
  font-size: 5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #009944;
  display: block;
  line-height: 1.2;
}
.common_top_h2_ttl .h2_ttl {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.8rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 99;
  width: 100%;
  height: 9rem;
  position: fixed;
  left: 50%;
  top: 0;
  box-sizing: border-box;
  max-width: 1920px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: #fff;
}
header .header_inner {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hd_logo {
  margin-left: 6rem;
  width: 21.5rem;
  margin-right: 14.5rem;
}
@media screen and (max-width: 1472px) {
  header .hd_logo {
    margin-right: 0;
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1294px) {
  header .hd_logo {
    margin-left: 4.6875%;
  }
}
@media screen and (max-width: 1152px) {
  header .hd_logo {
    margin-right: 35px;
    margin-left: 30px;
  }
}
header .hd_logo a {
  transition: 0.4s;
}
header .hd_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .global_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .global_menu nav {
  display: flex;
  align-items: center;
  height: 9rem;
}
header .global_menu nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .global_menu nav > ul > li {
  margin: 0 2.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1472px) {
  header .global_menu nav > ul > li {
    margin: 0 1.5rem;
  }
}
header .global_menu nav > ul > li > a {
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  font-size: 1.6rem;
  display: block;
  padding-bottom: 0.7rem;
}
header .global_menu nav > ul > li > a::after {
  background: #009944;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s;
  width: 0;
  opacity: 0;
}
header .global_menu nav > ul > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
header .hd_btn01 {
  width: 20rem;
  height: 9rem;
}
@media screen and (max-width: 1152px) {
  header .hd_btn01 {
    width: 10rem;
  }
}
header .hd_btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #009944;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
header .hd_btn01 a .common_en01 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 31px;
  font-size: 18px;
}
@media screen and (max-width: 1152px) {
  header .hd_btn01 a .common_en01 {
    padding-left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
  }
}
header .hd_btn01 a .common_en01::before {
  background: url(../images/common/icon_foreigners_wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: calc(50% - 10.5px);
  left: 0;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1152px) {
  header .hd_btn01 a .common_en01::before {
    content: inherit;
  }
}
header .hd_btn01 a .jp_txt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
header .hd_btn01 a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .hd_right {
  display: flex;
  align-items: center;
}
header .hd_search {
  width: 19rem;
  margin-right: 5rem;
}
@media screen and (max-width: 1472px) {
  header .hd_search {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1152px) {
  header .hd_search {
    width: 15rem;
  }
}
header .hd_search .search_form {
  position: relative;
  border-bottom: 1px solid #000;
  height: 36px;
}
header .hd_search .search_form::before {
  background: url(../images/common/icon_search.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 0;
  width: 17px;
  height: 17px;
}
header .hd_search .search_form::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #161616;
  border-right: solid 1px #161616;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
header .hd_search .search_form input {
  border: none;
  padding: 5px 5px 5px 27px;
  width: 100%;
}
header .hd_search .search_form input::placeholder {
  font-family: "Jost", sans-serif;
  color: #808080;
}
header .hd_search .search_form input:hover, header .hd_search .search_form input:focus {
  border: none;
  outline: none;
}

.nav_toggle_pc {
  display: none;
}

main {
  margin-top: 9rem;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: center;
  padding: 6.5rem 0 3rem 0;
  background-color: #009944;
  position: relative;
}
footer .ft_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6.5rem;
}
footer .ft_left {
  width: calc(50% - 7rem);
  margin-right: 7rem;
}
@media screen and (max-width: 980px) {
  footer .ft_left {
    width: calc(50% - 4rem);
    margin-right: 4rem;
  }
}
footer .ft_left .ft_logo {
  margin-bottom: 3rem;
}
footer .ft_left .ft_logo img {
  width: 100%;
}
footer .ft_left .ft_logo a {
  transition: 0.4s;
}
footer .ft_left .ft_logo a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
footer .ft_left .ft_add {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
footer .ft_sns {
  max-width: 563px;
  width: 46.92%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
@media screen and (max-width: 980px) {
  footer .ft_sns {
    padding: 1.5rem;
  }
}
footer .ft_sns_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  footer .ft_sns_ttl {
    margin-right: 2.5rem;
  }
}
footer .ft_sns_ttl .sml_txt {
  font-size: 1.6rem;
}
footer .ft_sns ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 980px) {
  footer .ft_sns ul {
    gap: 1rem;
  }
}
footer .ft_sns ul li {
  width: 5rem;
}
footer .ft_sns ul li a {
  transition: 0.4s;
}
footer .ft_sns ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.ft_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.ft_menu > ul {
  display: flex;
  flex-wrap: wrap;
}
.ft_menu > ul > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ft_menu > ul > li:not(:last-child) {
  margin-right: 5rem;
  padding-right: 5rem;
  border-right: 1px solid #fff;
}
.ft_menu > ul > li > a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
.ft_menu > ul > li > a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.ft_nav ul {
  display: flex;
  justify-content: center;
}
.ft_nav ul li {
  padding: 0 2rem;
}
.ft_nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.4s;
}
.ft_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

address {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: normal;
  font-family: "Jost", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3rem 0;
  background-color: #009944;
}

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_slide {
  background: url(../images/top/top_main_bg.png) no-repeat center top;
  background-size: cover;
  padding: 2.5rem 0;
}
.top_main_slide .splide__pagination {
  bottom: -3.3rem;
}
.top_main_slide .splide__pagination__page {
  width: 56px;
  height: 2px;
  border-radius: 0;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 7px;
  transform: none !important;
}
.top_main_slide .splide__pagination__page.is-active {
  background: #009944;
  transform: none !important;
}
.top_main_cnt {
  transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.4;
}
.top_main_cnt_inner {
  transform: scale(0.86);
  /*カンプ数値*/
  transform: scale(0.92);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top_main_cnt a {
  aspect-ratio: 1/1;
  display: block;
  width: 100%;
  transition: 0.4s;
}
.top_main_cnt a img {
  width: 100%;
}
.top_main_cnt a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.top_main_cnt.is-active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.top_main_cnt.is-active .top_main_cnt_inner {
  transform: scale(1);
}
.top_main_cnt.is-active .top_main_cnt_inner a {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.top_nav_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0;
}
.top_nav_bg nav ul {
  height: 12rem;
  display: flex;
  justify-content: center;
}
.top_nav_bg nav ul li {
  width: 18rem;
  height: 100%;
  border-left: 1px solid #ddd;
}
.top_nav_bg nav ul li:last-child {
  border-right: 1px solid #ddd;
}
.top_nav_bg nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.2rem;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
}
.top_nav_bg nav ul li a::before {
  position: absolute;
  left: 50%;
  content: "";
}
.top_nav_bg nav ul li a .link_txt {
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  padding-top: 7rem;
  font-weight: 500;
}
.top_nav_bg nav ul li a:hover {
  color: #009944;
}
.top_nav_bg nav ul li:nth-child(1) a::before {
  background: url(../images/common/icon_menu01.svg) no-repeat left top;
  background-size: contain;
  top: 1.2rem;
  width: 5.9rem;
  height: 5rem;
  margin-left: -2.45rem;
}
.top_nav_bg nav ul li:nth-child(1) a:hover::before {
  background: url(../images/common/icon_menu01_gr.svg) no-repeat left top;
  background-size: contain;
}
.top_nav_bg nav ul li:nth-child(2) a::before {
  background: url(../images/common/icon_menu02.svg) no-repeat left top;
  background-size: contain;
  top: calc(1.2rem + 1px);
  width: 3.5rem;
  height: 4.8rem;
  margin-left: -1.75rem;
}
.top_nav_bg nav ul li:nth-child(2) a:hover::before {
  background: url(../images/common/icon_menu02_gr.svg) no-repeat left top;
  background-size: contain;
}
.top_nav_bg nav ul li:nth-child(3) a::before {
  background: url(../images/common/icon_menu03.svg) no-repeat left top;
  background-size: contain;
  top: calc(1.2rem + 5.5px);
  width: 5.3rem;
  height: 3.9rem;
  margin-left: -2.65rem;
}
.top_nav_bg nav ul li:nth-child(3) a:hover::before {
  background: url(../images/common/icon_menu03_gr.svg) no-repeat left top;
  background-size: contain;
}
.top_nav_bg nav ul li:nth-child(4) a::before {
  background: url(../images/common/icon_menu04.svg) no-repeat left top;
  background-size: contain;
  top: calc(1.2rem + 4px);
  width: 3.7rem;
  height: 4.8rem;
  margin-left: -1.85rem;
}
.top_nav_bg nav ul li:nth-child(4) a:hover::before {
  background: url(../images/common/icon_menu04_gr.svg) no-repeat left top;
  background-size: contain;
}
.top_nav_bg nav ul li:nth-child(5) a::before {
  background: url(../images/common/icon_menu05.svg) no-repeat left top;
  background-size: contain;
  top: calc(1.2rem + 2.5px);
  width: 5.4rem;
  height: 4.9rem;
  margin-left: -2.6rem;
}
.top_nav_bg nav ul li:nth-child(5) a:hover::before {
  background: url(../images/common/icon_menu05_gr.svg) no-repeat left top;
  background-size: contain;
}

.top_open_bg {
  background: url(../images/top/top_newopen_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 9.5rem 0 10rem 0;
  display: flex;
  justify-content: center;
}
.top_open_ttl {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.top_open_ttl .h2_ttl {
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1;
  padding: 0 50px;
}
.top_open_ttl .h2_ttl::before {
  background-color: #009944;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 37px;
  height: 2px;
  transform: rotate(60deg);
}
.top_open_ttl .h2_ttl::after {
  background-color: #009944;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 37px;
  height: 2px;
  transform: rotate(-60deg);
}
.top_open_slide {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1294px) {
  .top_open_slide {
    max-width: calc(100% - 16rem);
  }
}
.top_open_slide .splide__pagination {
  bottom: 8.6rem;
}
.top_open_slide .splide__pagination__page {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 6px;
  transform: none !important;
}
.top_open_slide .splide__pagination__page.is-active {
  background: #009944;
  transform: none !important;
}
.top_open_slide .splide__arrows .splide__arrow {
  background: #009944;
  width: 5rem;
  height: 5rem;
  opacity: 1;
  margin-top: -2.5rem;
}
.top_open_slide .splide__arrows .splide__arrow svg {
  fill: #fff;
  width: 2rem;
  height: 2rem;
}
.top_open_slide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -8rem;
}
.top_open_slide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -8rem;
}
.top_open_cnt a {
  transition: 0.4s;
}
.top_open_cnt a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.top_open_cnt_txt {
  margin-top: 6.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_feature_bg {
  padding: 9.5rem 0 14rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.top_feature_slide .splide__pagination {
  bottom: -5rem;
}
.top_feature_slide .splide__pagination__page {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 6px;
  transform: none !important;
}
.top_feature_slide .splide__pagination__page.is-active {
  background: #009944;
  transform: none !important;
}
.top_feature_cnt a {
  transition: 0.4s;
}
.top_feature_cnt a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.top_feature_cnt_txt {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_news_bg {
  background-color: #f8f8f3;
  padding: 9.5rem 0 10rem 0;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}
.top_news_list .news_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3.5rem;
}
.top_news_list .news_list_cnt a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.top_news_list .news_list_cnt_link_img {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1rem;
}
.top_news_list .news_list_cnt_link_date {
  color: #999999;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.top_news_list .news_list_cnt_link_name {
  color: #009944;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.top_news_list .news_list_cnt_link_ttl {
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.common_ft_bnr_bg {
  padding: 6rem 0 8rem 0;
  display: flex;
  justify-content: center;
}
.common_ft_bnr_img {
  max-width: 1000px;
  margin: 0 auto;
}
.common_ft_bnr_img a:hover {
  /*opacity: 0.7;*/
  opacity: 0.8;
  transition: 0.3s;
}

/*----------------------------------------------------------------------------
******************************************************************************
** sub
******************************************************************************
----------------------------------------------------------------------------*/
.common_sub_main {
  display: flex;
  justify-content: center;
  height: 24rem;
  width: 100%;
  background: url(../images/common/common_sub_mainimg.jpg) no-repeat center center;
  background-size: cover;
}
.common_sub_main .common_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_sub_main_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.common_sub_main .h1_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.common_sub_main .common_en01 {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #009944;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb_list span {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.4rem;
}

.breadcrumb_list a {
  margin-right: 10px;
  padding-right: 25px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.4rem;
  position: relative;
  display: block;
  font-weight: 500;
  text-underline-offset: 6px;
}

.breadcrumb_list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid #009944;
}

.breadcrumb_list a:hover {
  text-decoration: none;
}

.common_sub_container_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0 0 0;
}

.common_sub_h2_ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  border-bottom: 2px solid #009944;
}

.common_sub_tbl01 table {
  width: 100%;
}
.common_sub_tbl01 table tr:first-child th,
.common_sub_tbl01 table tr:first-child td {
  border-top: 1px solid #ddd;
}
.common_sub_tbl01 table th {
  background-color: #edefe5;
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 18rem;
}
.common_sub_tbl01 table td {
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  letter-spacing: 0.05em;
  width: calc(100% - 18rem);
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  border: 1px solid #000 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #fff !important;
  background-color: #000 !important;
}

.wp-pagenavi span.pages {
  border-radius: 0;
  border: none !important;
  background-color: inherit !important;
  color: #000000 !important;
}

.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: -8px;
}

.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: -3px;
}

.wp-pagenavi .previouspostslink:hover::before,
.wp-pagenavi .nextpostslink:hover::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* access */
.sub_access_map iframe {
  width: 100%;
  border: none;
  margin-bottom: 4rem;
}
.sub_access_box {
  background-color: #f7f8f3;
  padding: 4rem 5rem;
  margin-top: 6rem;
}
.sub_access_box_insec:not(:last-child) {
  margin-bottom: 4rem;
}
.sub_access_box ul.ullist li {
  position: relative;
  padding-left: 1em;
}
.sub_access_box ul.ullist li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.sub_access_ttl {
  position: relative;
  padding-left: 8rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  min-height: 6rem;
  display: flex;
  align-items: center;
}
.sub_access_ttl::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #009944;
}
.sub_access_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  left: 0;
  width: 6rem;
  height: 6rem;
}
.sub_access_ttl .h2_ttl {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
}
.sub_access_ttl .sml_txt {
  font-size: 1.4rem;
  margin-left: 0.5em;
}
.sub_access_ttl.train::before {
  background: url(../images/access/access_icon01.png) no-repeat left top;
  background-size: contain;
}
.sub_access_ttl.bus::before {
  background: url(../images/access/access_icon02.png) no-repeat left top;
  background-size: contain;
}
.sub_access_ttl.taxi::before {
  background: url(../images/access/access_icon03.png) no-repeat left top;
  background-size: contain;
}
.sub_access_ttl.parking::before {
  background: url(../images/access/access_icon04.png) no-repeat left top;
  background-size: contain;
}
.sub_access_ttl.card::before {
  background: url(../images/translation/translation_icon01.png) no-repeat left top;
  background-size: contain;
}
.sub_access_ttl02 {
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sub_access_txt {
  letter-spacing: 0.05em;
  line-height: 2;
}
.sub_access_txt + .sub_access_txt {
  margin-top: 1rem;
}
.sub_access_flex {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 5rem 0;
}
.sub_access_flex_in {
  width: calc(50% - 2rem);
}
.sub_access_flex_in .common_sub_tbl01 th {
  width: 14rem;
}
.sub_access_flex_in .common_sub_tbl01 td {
  width: calc(100% - 14rem);
}
.sub_access_tel {
  background-color: #009944;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
.sub_access_tel_ttl {
  background-color: #fff;
  color: #009944;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0.5rem 2rem;
  margin-right: 2rem;
}
.sub_access_tel dl {
  display: flex;
  align-items: center;
}
.sub_access_tel dl dt {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 1.5rem;
}
.sub_access_tel dl dd {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub_access_tel dl dd .num_txt {
  font-size: 3rem;
}
.sub_access_tel dl dd a {
  color: #fff;
}

/* feature */
.sub_feature_lead {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.sub_feature_list {
  margin-bottom: 9rem;
}
.sub_feature_list a {
  transition: 0.3s;
}
.sub_feature_list a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.sub_feature_list_txt {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  font-weight: 700;
}
.sub_feature_list ul li {
  padding: 5rem 0;
}
.sub_feature_list ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* news */
.news .top_news_list {
  margin-bottom: 13rem;
}

/* translation */
.sub_translation_container01_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0 7.5rem 0;
}

.sub_translation_container02_bg {
  display: flex;
  justify-content: center;
  padding: 7.5rem 0;
  background-color: #f7f8f3;
}

.sub_translation_container03_bg {
  display: flex;
  justify-content: center;
  padding: 7.5rem 0;
}

.sub_translation_container04_bg {
  display: flex;
  justify-content: center;
  padding: 7.5rem 0;
  background-color: #f7f8f3;
}

.sub_translation_card {
  margin: 5rem 0 0 0;
}
.sub_translation_card ul {
  margin: 0 0 2.5rem 0;
  display: flex;
  gap: 3.5rem;
  align-items: center;
}
.sub_translation_card_hosoku {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.sub_translation_hours {
  margin-top: 7.5rem;
}
.sub_translation_hours table {
  width: 100%;
}
.sub_translation_hours table th {
  border-bottom: 1px solid #ddd;
  width: 8rem;
  padding: 3rem 0;
  vertical-align: top;
  box-sizing: border-box;
}
.sub_translation_hours table th .num {
  background-color: #009944;
  color: #fff;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.sub_translation_hours table td {
  vertical-align: top;
  padding: 3rem 2rem;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.sub_translation_hours table td:nth-child(2) {
  width: 36%;
  line-height: 4rem;
  white-space: nowrap;
}
.sub_translation_hours table td:nth-child(3) {
  width: calc(64% - 8rem);
}
.sub_translation_hours table td .kome {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.4rem;
}
.sub_translation_hours_hosoku {
  margin-top: 3rem;
}
.sub_translation_hours_hosoku li {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  position: relative;
}
.sub_translation_hours_hosoku li:not(:last-child) {
  margin-bottom: 0.3rem;
}
.sub_translation_hours_hosoku li::before {
  content: "*";
}
.sub_translation_tax ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.sub_translation_tax ul li {
  width: calc((100% - 6rem) / 3);
}
.sub_translation_tax ul li a:hover {
  opacity: 0.7;
}
.sub_translation_tax ul li .shop_list_photo {
  margin-bottom: 1rem;
}
.sub_translation_tax_hosoku {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.sub_translation_gourmet_bnr ul {
  display: flex;
  gap: 0 4px;
  background-color: #f4ea29;
}
.sub_translation_gourmet_bnr ul a:hover {
  opacity: 0.7;
}
.sub_translation_multi .h2_ttl {
  color: #009944;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.sub_translation_multi ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.5rem;
}
.sub_translation_multi ul li {
  border: 1px solid #009944;
  background-color: #fff;
  padding: 3.5rem 3.5rem 4rem 3.5rem;
  display: flex;
  flex-direction: column;
}
.sub_translation_multi ul li .common_txt01 {
  flex-grow: 1;
}

/* shops */
.shops_detail .common_sub_container_bg {
  padding-bottom: 6rem;
}

.shop_list_ul .shop_list_img img {
  width: 100%;
}
.shop_list_ul .shop_list_info {
  display: flex;
}
.shop_list_ul .shop_list_name {
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 1rem 0;
  margin: 1.5rem 0 1rem 0;
}
.shop_list_ul .shop_list_floor {
  color: #009944;
  font-family: "Jost", sans-serif;
  margin-right: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.shop_list_ul .shop_list_cat {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.24rem;
  word-break: break-all;
}

.sub_shops_sec.panel {
  display: none;
}
.sub_shops_sec.panel.is-show {
  display: block;
}
.sub_shops_tab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.sub_shops_tab li {
  box-sizing: border-box;
  width: 50%;
  color: #999999;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.sub_shops_tab li.is-active {
  position: relative;
  color: #009944;
  border-bottom: 1px solid #fff;
}
.sub_shops_tab li.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #009944;
}
.sub_shops_tab li.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #009944;
}
.sub_shops_tab li.is-active:first-child::before {
  border-radius: 0 5px 0 0;
}
.sub_shops_tab li.is-active:first-child::after {
  right: 0;
}
.sub_shops_tab li.is-active:last-child::before {
  border-radius: 5px 0 0 0;
}
.sub_shops_tab li.is-active:last-child::after {
  left: 0;
}
.sub_shops_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
  margin-bottom: 7rem;
}
.sub_shops_list ul li.active a {
  background-color: #009944;
  color: #fff;
}
.sub_shops_list ul li a {
  color: #009944;
  border: 1px solid #009944;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.6rem;
}
.sub_shops_list ul li a:hover {
  background-color: #009944;
  color: #fff;
}
.sub_shops_list ul li.all {
  grid-row: 1/span 2;
}
.sub_shops_list ul li.all a {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.sub_shops_list ul li.all .non_active {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.sub_shops_list ul li .non_active {
  color: #fff;
  background-color: #009944;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.6rem;
}
.sub_shops_list02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 7rem;
}
.sub_shops_list02 ul li a {
  color: #009944;
  border: 1px solid #009944;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.6rem;
}
.sub_shops_list02 ul li a:hover {
  background-color: #009944;
  color: #fff;
}
.sub_shops_list02 ul li .non_active {
  color: #fff;
  background-color: #009944;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.6rem;
}
.sub_shops_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.4rem;
  margin-bottom: 12rem;
}
.sub_shops_box ul li {
  width: calc((100% - 8.8rem) / 3);
}
.sub_shops_box ul li a:hover {
  opacity: 0.7;
}
.sub_shops_detail_cat {
  margin-right: 2.5rem;
}
.sub_shops_detail_name .h1_ttl {
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
}
.sub_shops_detail_name .cat_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  display: block;
}
.sub_shops_detail_name_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.sub_shops_detail_name_cat {
  width: 8rem;
  margin-right: 8rem;
}
.sub_shops_detail_logo {
  margin-left: auto;
}
.sub_shops_detail_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.sub_shops_detail_photo {
  margin-bottom: 4rem;
}
.sub_shops_detail_photo img {
  width: 100%;
}
.sub_shops_detail_left {
  width: calc(57% - 5rem);
}
.sub_shops_detail_right .h3_ttl {
  border-bottom: 2px solid #009944;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.sub_shops_detail_disc {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 4rem;
}
.sub_shops_detail_spec {
  width: 100%;
}
.sub_shops_detail_spec th {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #ddd;
  background-color: #f7f8f3;
  width: calc(6em + 3rem);
  box-sizing: border-box;
}
.sub_shops_detail_spec td {
  padding: 2rem 1.5rem;
  border-bottom: 1px solid #ddd;
  width: calc(100% - (6em + 3rem));
  box-sizing: border-box;
}
.sub_shops_detail_spec td.floor {
  text-transform: uppercase;
}
.sub_shops_detail_spec td a {
  color: #009944;
  border-bottom: 1px solid #009944;
}
.sub_shops_detail_spec td a.out_link {
  position: relative;
}
.sub_shops_detail_spec td a.out_link::after {
  background: url(../images/common/icon_outlink.png) no-repeat right center;
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: -23px;
  width: 15px;
  height: 15px;
}
.sub_shops_detail_floor {
  color: #fff;
  background: #009944;
  font-size: 4rem;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-weight: 500;
  min-width: 12rem;
  line-height: 1.2;
  padding: 0.6rem 2rem;
  text-align: center;
  text-transform: uppercase;
}
.sub_shops_detail_building {
  height: 28px;
  margin: 2rem 0;
}
.sub_shops_detail_building img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.sub_shops_detail_map img {
  width: 100%;
}
.sub_shops_detail_map .splide__pagination {
  bottom: -25px;
  padding: 0 1.5em;
}
.sub_shops_detail_map .splide__pagination__page {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.sub_shops_detail_map .splide__pagination__page.is-active {
  background: #009944;
  transform: scale(1);
}
.sub_shops_detail_right {
  width: 43%;
}

.shop_detail_spec_sns {
  display: flex;
  gap: 10px;
}
.shop_detail_spec_sns li {
  width: 25px;
}
.shop_detail_spec_sns a {
  border-bottom: none !important;
}

/* facilities */
.facilities .sub_translation_hours {
  margin-top: 0;
}
.facilities .sub_translation_hours table td .kome {
  display: inline-block;
  margin-left: 2em;
}

.sub_facilities_container01_bg {
  display: flex;
  justify-content: center;
  padding: 6rem 0 7.5rem 0;
}

.sub_facilities_container02_bg {
  display: flex;
  justify-content: center;
  padding: 7.5rem 0;
  background-color: #f7f8f3;
}

.sub_facilities_container03_bg {
  display: flex;
  justify-content: center;
  padding: 9rem 0 13rem 0;
}

.sub_facilities_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5rem;
}
.sub_facilities_ttl .h2_ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub_facilities_ttl .common_en01 {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #009944;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5rem;
}
.sub_facilities_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.sub_facilities_list ul li a {
  display: block;
  position: relative;
  padding: 2.5rem 3rem;
  border: 1px solid #009944;
}
.sub_facilities_list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #009944;
}
.sub_facilities_list ul li a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 13px;
  right: 15px;
}
.sub_facilities_list ul li a:hover {
  opacity: 0.7;
}
.sub_facilities_name {
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.sub_facilities_floor {
  color: #009944;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-familiy: "Jost", sans-serif;
}
.sub_facilities_meta {
  margin-left: 10px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.sub_facilities_floor, .sub_facilities_meta {
  display: inline-block;
}
.sub_facilities_text {
  margin-top: 1rem;
  color: #009944;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* recruit */
.sub_recruit_container_bg {
  display: flex;
  justify-content: center;
  padding: 0 0 10rem 0;
}

.recruit_article .recruit_section {
  padding: 6rem 0 3rem 0;
}
.recruit_article .recruit_section h2 {
  display: flex;
  align-items: center;
}
.recruit_article .recruit_section h2 .floor {
  margin-left: auto;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #009944;
  font-size: 1.6rem;
  position: relative;
  top: 1.5px;
}
.recruit_article .recruit_section h2 .meta {
  margin-left: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.recruit_article .recruit_section .h3_ttl {
  color: #009944;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
}
.recruit_article .recruit_section table {
  width: 100%;
}
.recruit_article .recruit_section table tr:first-child th {
  border-top: 1px solid #ddd;
}
.recruit_article .recruit_section table tr:first-child td {
  border-top: 1px solid #ddd;
}
.recruit_article .recruit_section table th {
  background-color: #f7f8f3;
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  vertical-align: top;
  width: 18rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.recruit_article .recruit_section table td {
  border-bottom: 1px solid #ddd;
  padding: 2rem;
  width: calc(100% - 18rem);
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.recruit_article .recruit_section table td a {
  color: #009944;
}

/* news_detail */
.news_detail .common_sub_container_bg {
  padding-bottom: 13rem;
}

.sub_news_detail_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.sub_news_detail_image {
  flex-shrink: 0;
  width: 41.66%;
}
.sub_news_detail_image .splide__pagination {
  bottom: -25px;
  padding: 0 1.5em;
}
.sub_news_detail_image .splide__pagination__page {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.sub_news_detail_image .splide__pagination__page.is-active {
  background: #009944;
  transform: scale(1);
}
.sub_news_detail_image img {
  width: 100%;
}
.sub_news_detail_disc {
  display: flex;
  flex-direction: column;
  width: 53.33%;
}
.sub_news_detail_date {
  display: block;
  color: #999999;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.sub_news_detail_shop {
  color: #009944;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.sub_news_detail_title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #009944;
}
.sub_news_detail_blog p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.sub_news_detail_blog .shop_news_link {
  margin-top: 3.5rem;
}
.sub_news_detail_blog .shop_news_link a {
  color: #009944;
  border-bottom: 1px solid #009944;
  letter-spacing: 0.05em;
  position: relative;
}
.sub_news_detail_blog .shop_news_link a::after {
  background: url(../images/common/icon_outlink.png) no-repeat left top;
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: -23px;
  width: 15px;
  height: 15px;
}

.environment .common_sub_container_bg {
  padding-bottom: 9rem;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item {
  padding: 2.5rem 5rem 6rem 5rem;
  background: #f7f8f3;
  margin-bottom: 4rem;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item .sub_access_ttl {
  position: relative;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item .sub_access_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  background: url("../images/environment/environment_img01.png") no-repeat center/contain;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item .sub_environment_text {
  letter-spacing: 0.05em;
  line-height: 2;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item:nth-child(2) .sub_access_ttl::before {
  background: url("../images/environment/environment_img02.png") no-repeat center/contain;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item:nth-child(3) .sub_access_ttl::before {
  background: url("../images/environment/environment_img03.png") no-repeat center/contain;
}

.top_alert {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.top_alert .common_inner {
  max-width: 800px;
  border: 2px solid #009944;
  padding: 3rem;
  text-align: center;
}
.top_alert .common_inner p {
  letter-spacing: 0.05em;
}/*# sourceMappingURL=pc.css.map */