@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*@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;
}

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: 14px;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.common_pcnolink {
  pointer-events: visible;
}

.common_inner {
  /*width: 92%;*/
  width: 86.8%;
}

.common_s_inner {
  width: 86.8%;
}

.ank {
  padding-top: 50px;
  margin-top: -50px;
}

.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: 100%;
  max-width: 280px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.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: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  transition: 0.3s;
}
.common_btn01 a:hover::before {
  right: 1.25rem;
  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: 1.5rem;
}
.common_top_h2_ttl .common_en01 {
  font-size: 3.4rem;
  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: 15px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  z-index: 999;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
}
header .header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hd_logo {
  margin-left: 4%;
  width: 124px;
}
header button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}
header .nav_toggle_pc {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #009944;
}
header .nav_toggle_pc span {
  transition: 0.3s;
  border-top: 2px solid #fff;
  width: 29px;
  position: absolute;
  top: 13px;
  left: calc((100% - 29px) / 2);
  text-align: center;
}
header .nav_toggle_pc span:nth-child(2) {
  top: 23px;
}
header .nav_toggle_pc span:nth-child(3) {
  top: 33px;
}
header .nav_toggle_pc span.open:nth-child(1) {
  transform: rotate(-45deg);
  top: 23px;
}
header .nav_toggle_pc span.open:nth-child(2) {
  display: none;
}
header .nav_toggle_pc span.open:nth-child(3) {
  transform: rotate(45deg);
  top: 23px;
}
header .global_menu.open {
  top: 0;
}
header .global_menu {
  position: fixed;
  top: -500%;
  left: 0;
  width: 100%;
  transition: 0.3s;
  box-sizing: border-box;
  height: 100%;
  z-index: 9;
}
header .global_menu .inblock {
  overflow-y: scroll;
  overflow-x: hidden;
  /*height: calc(100% - 50px);*/
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
  /*background-color: #fff;*/
  background-color: #009944;
  padding: 35px 25px 45px 25px;
}
header .global_menu .hd_nav01 {
  box-sizing: border-box;
  background-color: #009944;
  margin-bottom: 30px;
}
header .global_menu .hd_nav01 ul {
  display: flex;
  flex-wrap: wrap;
}
header .global_menu .hd_nav01 ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  height: 100%;
}
header .global_menu .hd_nav01 ul li:nth-child(1), header .global_menu .hd_nav01 ul li:nth-child(2), header .global_menu .hd_nav01 ul li:nth-child(4), header .global_menu .hd_nav01 ul li:nth-child(5) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
header .global_menu .hd_nav01 ul li:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
}
header .global_menu .hd_nav01 ul li:nth-child(1)::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
header .global_menu .hd_nav01 ul li:nth-child(2) {
  margin-bottom: 20px;
  position: relative;
}
header .global_menu .hd_nav01 ul li:nth-child(2)::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  bottom: -10px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
}
header .global_menu .hd_nav01 ul li:nth-child(3) {
  margin-bottom: 20px;
  position: relative;
}
header .global_menu .hd_nav01 ul li:nth-child(3)::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
header .global_menu .hd_nav01 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.4s;
  padding: 10px;
}
header .global_menu .hd_nav01 ul li a::before {
  position: absolute;
  left: 50%;
  content: "";
}
header .global_menu .hd_nav01 ul li a .link_txt {
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  padding-top: 4.6rem;
  color: #fff;
  font-weight: 500;
}
header .global_menu .hd_nav01 ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .global_menu .hd_nav01 ul li:nth-child(1) a::before {
  background: url(../images/common/icon_menu01_wh.svg) no-repeat left top;
  background-size: contain;
  top: 10px;
  width: 4.25rem;
  height: 3.6rem;
  margin-left: -2.125rem;
}
header .global_menu .hd_nav01 ul li:nth-child(2) a::before {
  background: url(../images/common/icon_menu02_wh.svg) no-repeat left top;
  background-size: contain;
  top: 11px;
  width: 2.55rem;
  height: 3.45rem;
  margin-left: -1.275rem;
}
header .global_menu .hd_nav01 ul li:nth-child(3) a::before {
  background: url(../images/common/icon_menu03_wh.svg) no-repeat left top;
  background-size: contain;
  top: 15px;
  width: 3.8rem;
  height: 2.8rem;
  margin-left: -1.9rem;
}
header .global_menu .hd_nav01 ul li:nth-child(4) a::before {
  background: url(../images/common/icon_menu04_wh.svg) no-repeat left top;
  background-size: contain;
  top: 14px;
  width: 2.65rem;
  height: 3.45rem;
  margin-left: -1.325rem;
}
header .global_menu .hd_nav01 ul li:nth-child(5) a::before {
  background: url(../images/common/icon_menu05_wh.svg) no-repeat left top;
  background-size: contain;
  top: 13.5px;
  width: 3.85rem;
  height: 3.5rem;
  margin-left: -1.825rem;
}
header .hd_btn01.sp {
  height: 60px;
  margin-bottom: 25px;
}
header .hd_btn01.sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  transition: 0.4s;
  border-radius: 10px;
}
header .hd_btn01.sp a .common_en01 {
  color: #009944;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
  font-size: 16px;
}
header .hd_btn01.sp a .common_en01::before {
  background: url(../images/common/icon_foreigners.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
}
header .hd_btn01.sp a .jp_txt {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
header .hd_btn01.sp a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
header .hd_search.sp {
  width: 100%;
}
header .hd_search.sp .search_form {
  position: relative;
  border-bottom: 1px solid #fff;
  height: 40px;
}
header .hd_search.sp .search_form::before {
  background: url(../images/common/icon_search_wh.svg) no-repeat left top;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 19px;
  height: 19px;
}
header .hd_search.sp .search_form::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
header .hd_search.sp .search_form input {
  border: none;
  padding: 5px 5px 5px 29px;
  width: 100%;
  background: none;
}
header .hd_search.sp .search_form input::placeholder {
  font-family: "Jost", sans-serif;
  color: #80cca2;
  font-size: 15px;
}

main {
  margin-top: 50px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  padding: 35px 0;
  background-color: #009944;
  display: flex;
  justify-content: center;
}
footer .ft_flex {
  margin-bottom: 35px;
}
footer .ft_left .ft_logo {
  margin-bottom: 25px;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
}
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;
  margin-bottom: 30px;
  color: #fff;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
footer .ft_sns {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  margin-bottom: 35px;
}
footer .ft_sns_ttl {
  font-weight: 700;
  margin-right: 15px;
}
footer .ft_sns ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
footer .ft_sns ul li {
  width: 3.6rem;
}
footer .ft_sns ul li a {
  transition: 0.4s;
}
footer .ft_sns ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.ft_menu {
  margin-bottom: 30px;
}
.ft_menu > ul > li {
  border-top: 1px solid #fff;
}
.ft_menu > ul > li:last-child {
  border-bottom: 1px solid #fff;
}
.ft_menu > ul > li > a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.ft_menu > ul > li > a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.ft_nav {
  display: flex;
  justify-content: center;
}
.ft_nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 0;
  width: fit-content;
}
.ft_nav ul li:first-child {
  grid-column: 1/-1;
}
.ft_nav ul li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: 0.4s;
  font-size: 12px;
}
.ft_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

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

/*----------------------------------------------------------------------------
******************************************************************************
** top
******************************************************************************
----------------------------------------------------------------------------*/
.top_main_slide {
  background: url(../images/top/top_main_bg.png) no-repeat center top;
  background-size: cover;
  padding: 20px 0;
}
.top_main_slide .splide__pagination {
  bottom: -30px;
}
.top_main_slide .splide__pagination__page {
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 5px;
  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: 70px 0 50px 0;
}
.top_nav_bg nav ul {
  display: flex;
  flex-wrap: wrap;
}
.top_nav_bg nav ul li {
  width: 33.3333333333%;
  box-sizing: border-box;
  height: 100%;
}
.top_nav_bg nav ul li:nth-child(1), .top_nav_bg nav ul li:nth-child(2), .top_nav_bg nav ul li:nth-child(4), .top_nav_bg nav ul li:nth-child(5) {
  border-right: 1px solid #ddd;
}
.top_nav_bg nav ul li:nth-child(1) {
  margin-bottom: 20px;
  position: relative;
}
.top_nav_bg nav ul li:nth-child(1)::before {
  border-bottom: 1px solid #ddd;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.top_nav_bg nav ul li:nth-child(2) {
  margin-bottom: 20px;
  position: relative;
}
.top_nav_bg nav ul li:nth-child(2)::before {
  border-bottom: 1px solid #ddd;
  content: "";
  position: absolute;
  bottom: -10px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
}
.top_nav_bg nav ul li:nth-child(3) {
  margin-bottom: 20px;
  position: relative;
}
.top_nav_bg nav ul li:nth-child(3)::before {
  border-bottom: 1px solid #ddd;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
}
.top_nav_bg nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px;
}
.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: 4.6rem;
  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: 10px;
  width: 4.25rem;
  height: 3.6rem;
  margin-left: -2.125rem;
}
.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: 11px;
  width: 2.55rem;
  height: 3.45rem;
  margin-left: -1.275rem;
}
.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: 15px;
  width: 3.8rem;
  height: 2.8rem;
  margin-left: -1.9rem;
}
.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: 14px;
  width: 2.65rem;
  height: 3.45rem;
  margin-left: -1.325rem;
}
.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: 13.5px;
  width: 3.85rem;
  height: 3.5rem;
  margin-left: -1.825rem;
}
.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: 50px 0 20px 0;
  display: flex;
  justify-content: center;
}
.top_open_ttl {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.top_open_ttl .h2_ttl {
  position: relative;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1;
  padding: 0 40px;
}
.top_open_ttl .h2_ttl::before {
  background-color: #009944;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
}
.top_open_ttl .h2_ttl::after {
  background-color: #009944;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
}
.top_open_slide {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.top_open_slide .splide__pagination {
  bottom: 86px;
}
.top_open_slide .splide__pagination__page {
  width: 25px;
  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: 35px;
  height: 35px;
  opacity: 1;
  margin-top: -2.5rem;
}
.top_open_slide .splide__arrows .splide__arrow svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
.top_open_slide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -18px;
}
.top_open_slide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -18px;
}
.top_open_cnt a {
  transition: 0.4s;
}
.top_open_cnt a:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.top_open_cnt_txt {
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.top_feature_bg {
  padding: 50px 0 80px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.top_feature_slide .splide__pagination {
  bottom: -30px;
}
.top_feature_slide .splide__pagination__page {
  width: 25px;
  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: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_news_bg {
  background-color: #f8f8f3;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.top_news_list .news_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 15px;
}
@media screen and (min-width: 481px) {
  .top_news_list .news_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.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: 0.5rem;
}
.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.25rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.top_news_list .news_list_cnt_link_ttl {
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.common_ft_bnr_bg {
  padding: 35px 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: 150px;
  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: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.common_sub_main .common_en01 {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #009944;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 15px 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: 20px;
  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: 10px;
  height: 1px;
  border-top: 1px solid #009944;
}

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

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

.common_sub_h2_ttl {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 2rem;
  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: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 30%;
}
.common_sub_tbl01 table td {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  letter-spacing: 0.05em;
  width: 70%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  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: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-left: -5px;
}

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

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

.wp-pagenavi .page.larger {
  display: none;
}

.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .page.smaller {
  display: none;
}

/* access */
.sub_access_map iframe {
  width: 100%;
  border: none;
  margin-bottom: 2rem;
  height: 300px;
}
.sub_access_box {
  background-color: #f7f8f3;
  padding: 2rem 2.5rem;
  margin-top: 3rem;
}
.sub_access_box_insec:not(:last-child) {
  margin-bottom: 30px;
}
.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: 56px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.sub_access_ttl::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #009944;
}
.sub_access_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
}
.sub_access_ttl .h2_ttl {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
}
.sub_access_ttl .sml_txt {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
.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: 10px;
}
.sub_access_txt {
  letter-spacing: 0.05em;
  line-height: 2;
}
.sub_access_txt + .sub_access_txt {
  margin-top: 0.5rem;
}
.sub_access_flex {
  margin: 3rem 0 2.5rem 0;
}
.sub_access_flex_in:first-child {
  margin-bottom: 20px;
}
.sub_access_tel {
  background-color: #009944;
  padding: 15px;
  display: flex;
}
.sub_access_tel_ttl {
  background-color: #fff;
  color: #009944;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 5px 0;
  margin-right: 10px;
  width: 50px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
}
.sub_access_tel dl {
  width: calc(100% - (2em + 20px));
}
.sub_access_tel dl dt {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sub_access_tel dl dd {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub_access_tel dl dd .num_txt {
  font-size: 26px;
  line-height: 1;
}
.sub_access_tel dl dd a {
  color: #fff;
}

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

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

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

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

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

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

.sub_translation_card {
  margin: 2.5rem 0 0 0;
}
.sub_translation_card ul {
  margin: 0 0 1.25rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sub_translation_card ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_translation_card ul li img {
  width: 70%;
}
.sub_translation_card ul li:nth-child(5) {
  grid-column: 1/span 1;
}
.sub_translation_card ul li:nth-child(6) {
  grid-column: 2/span 1;
}
.sub_translation_card ul li:nth-child(6) img {
  width: 100%;
}
.sub_translation_card ul li:nth-child(7) {
  grid-column: 3/span 2;
  justify-content: flex-start;
  padding-left: 10px;
}
.sub_translation_card ul li:nth-child(7) img {
  width: 70%;
}
.sub_translation_card_hosoku {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.sub_translation_hours {
  margin-top: 3.75rem;
}
.sub_translation_hours table {
  width: 100%;
}
.sub_translation_hours table th {
  width: 55px;
  padding: 15px 0 10px 0;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
}
.sub_translation_hours table th .num {
  background-color: #009944;
  color: #fff;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.sub_translation_hours table td {
  vertical-align: top;
  box-sizing: border-box;
}
.sub_translation_hours table td:nth-child(2) {
  display: inline-block;
  padding: 20px 0 0 15px;
  max-width: calc(100% - 55px);
}
.sub_translation_hours table td:nth-child(3) {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.sub_translation_hours table td .kome {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.4rem;
}
.sub_translation_hours_hosoku {
  margin-top: 1.5rem;
}
.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.15rem;
}
.sub_translation_hours_hosoku li::before {
  content: "*";
}
.sub_translation_tax ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.sub_translation_tax ul li {
  width: calc((100% - 15px) / 2);
}
.sub_translation_tax ul li a:hover {
  opacity: 0.7;
}
.sub_translation_tax ul li .shop_list_photo {
  margin-bottom: 0.5rem;
}
.sub_translation_tax_hosoku {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.sub_translation_gourmet_bnr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background-color: #f4ea29;
}
.sub_translation_gourmet_bnr ul li {
  width: calc(50% - 1px);
  background-color: #231816;
}
.sub_translation_gourmet_bnr ul li a {
  width: 100%;
  text-align: center;
}
.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: 0.5rem;
}
.sub_translation_multi ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.sub_translation_multi ul li {
  border: 1px solid #009944;
  background-color: #fff;
  padding: 1.75rem 1.75rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
}

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

.shop_list_ul .shop_list_img img {
  width: 100%;
}
.shop_list_ul .shop_list_name {
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 0.5rem 0;
  margin: 0.75rem 0 0.5rem 0;
}
.shop_list_ul .shop_list_floor {
  color: #009944;
  font-family: "Jost", sans-serif;
  margin-right: 0.75rem;
  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: 3.5rem;
}
.sub_shops_tab li {
  box-sizing: border-box;
  width: 50%;
  color: #999999;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.25rem;
  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: 60px 1fr 1fr;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.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: 8px 5px;
  line-height: 1.4;
  font-size: 13px;
}
.sub_shops_list ul li a:hover {
  background-color: #009944;
  color: #fff;
}
.sub_shops_list ul li.all {
  grid-row: span 3;
}
.sub_shops_list ul li.all a {
  font-size: 18px;
  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: 0.8rem;
}
.sub_shops_list02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 3.5rem;
}
.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: 0.8rem;
}
.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: 0.8rem;
}
.sub_shops_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 6rem;
}
.sub_shops_box ul li {
  width: calc((100% - 15px) / 2);
}
.sub_shops_box ul li a:hover {
  opacity: 0.7;
}
.sub_shops_detail_cat {
  margin-right: 15px;
  width: 55px;
}
.sub_shops_detail_name {
  width: calc(100% - 70px);
}
.sub_shops_detail_name .h1_ttl {
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;
}
.sub_shops_detail_name .cat_ttl {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
  display: block;
}
.sub_shops_detail_name_wrap {
  display: flex;
  flex-wrap: wrap;
}
.sub_shops_detail_name_cat {
  width: 4rem;
  margin-right: 4rem;
}
.sub_shops_detail_logo {
  width: 100%;
  text-align: right;
  margin: 10px 0 15px 0;
}
.sub_shops_detail_flex {
  margin-bottom: 5rem;
}
.sub_shops_detail_photo {
  margin-bottom: 2rem;
}
.sub_shops_detail_photo img {
  width: 100%;
}
.sub_shops_detail_left_flex {
  display: flex;
  align-items: center;
}
.sub_shops_detail_right {
  margin-top: 20px;
}
.sub_shops_detail_right .h3_ttl {
  border-bottom: 2px solid #009944;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.sub_shops_detail_disc {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 2rem;
}
.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: 24px;
  letter-spacing: 0.03em;
  font-family: "Jost", sans-serif;
  display: inline-block;
  font-weight: 500;
  min-width: 55px;
  line-height: 1.2;
  padding: 0.3rem 1rem;
  text-align: center;
  margin-right: 15px;
  text-transform: uppercase;
}
.sub_shops_detail_building {
  margin-bottom: 3px;
}
.sub_shops_detail_building img {
  height: 18px;
  width: auto;
  max-width: inherit;
  vertical-align: middle;
}
.sub_shops_detail_map {
  margin-top: 20px;
}
.sub_shops_detail_map .splide {
  margin-bottom: 40px;
}
.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_map img {
  width: 100%;
}

.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 */
.sub_facilities_container01_bg {
  display: flex;
  justify-content: center;
  padding: 3rem 0 3.75rem 0;
}

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

.sub_facilities_container03_bg {
  display: flex;
  justify-content: center;
  padding: 4.5rem 0 6.5rem 0;
}

/* facilities */
.facilities .sub_translation_hours {
  margin-top: 0;
}

.sub_facilities_container01_bg {
  display: flex;
  justify-content: center;
  padding: 3rem 0 3.75rem 0;
}

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

.sub_facilities_container03_bg {
  display: flex;
  justify-content: center;
  padding: 4.5rem 0 6.5rem 0;
}

.sub_facilities_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2.5rem;
}
.sub_facilities_ttl .h2_ttl {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.sub_facilities_ttl .common_en01 {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #009944;
  line-height: 1.2;
  display: block;
}
.sub_facilities_list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.sub_facilities_list ul li a {
  display: block;
  position: relative;
  padding: 1.25rem 1.5rem;
  border: 1px solid #009944;
}
.sub_facilities_list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background-color: #009944;
}
.sub_facilities_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  right: 11px;
}
.sub_facilities_list ul li a:hover {
  opacity: 0.7;
}
.sub_facilities_name {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  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: 0.5rem;
  color: #009944;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.recruit_article .recruit_section {
  padding: 3rem 0 1.5rem 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: 1.25rem;
}
.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: 1rem;
  box-sizing: border-box;
  vertical-align: top;
  width: 30%;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.recruit_article .recruit_section table td {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  box-sizing: border-box;
  width: 70%;
  letter-spacing: 0.05em;
  line-height: 1.875;
  word-break: break-all;
}
.recruit_article .recruit_section table td a {
  color: #009944;
}

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

.sub_news_detail_content {
  margin-bottom: 4rem;
}
.sub_news_detail_image {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.sub_news_detail_image .splide {
  margin-bottom: 40px;
}
.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;
}
.sub_news_detail_date {
  display: block;
  color: #999999;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}
.sub_news_detail_shop {
  color: #009944;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
}
.sub_news_detail_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  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: 1.75rem;
}
.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: 30px;
}
.environment .common_sub_container_bg .sub_environment_list .sub_environment_item {
  padding: 25px;
  background: #f7f8f3;
  margin-bottom: 30px;
}
.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: 46px;
  height: 46px;
  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: 30px;
}
.top_alert .common_inner {
  border: 2px solid #009944;
  padding: 20px;
  text-align: center;
}
.top_alert .common_inner p {
  letter-spacing: 0.05em;
}/*# sourceMappingURL=sp.css.map */