@charset "UTF-8";
/*新しい共通スタイル*/
/*変数で管理*/
html {
  overflow: visible;
  font-family: "Avenir Next", "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
}

* {
  box-sizing: border-box;
}

.lineh_10 {
  line-height: 1;
}
.lineh_10::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.lineh_10::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

.lineh_12 {
  line-height: 1.25;
}
.lineh_12::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.25) * 0.5em);
  content: "";
}
.lineh_12::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.25) * 0.5em);
  content: "";
}

.lineh_14 {
  line-height: 1.414;
}
.lineh_14::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.414) * 0.5em);
  content: "";
}
.lineh_14::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.414) * 0.5em);
  content: "";
}

.lineh_16 {
  line-height: 1.618;
}
.lineh_16::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.618) * 0.5em);
  content: "";
}
.lineh_16::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.618) * 0.5em);
  content: "";
}

.lineh_18 {
  line-height: 1.8;
}
.lineh_18::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.lineh_18::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}

.lineh_22 {
  line-height: 2.236;
}
.lineh_22::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.236) * 0.5em);
  content: "";
}
.lineh_22::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.236) * 0.5em);
  content: "";
}

/*ブレイクポイントの設定*/
@media screen and (min-width: 751px) {
  html, body {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .hidden_sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden_tab {
    display: none !important;
  }
}

@media screen and (min-width: 920px) {
  .hidden_pc {
    display: none !important;
  }
}

.tx_dark_green {
  color: #006600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

i {
  font-style: normal;
}

#mv_wrapper {
  margin-top: 0;
}
#mv_wrapper .mv_slide {
  margin-top: 0;
}

main {
  margin-top: 0px;
}
@media screen and (min-width: 751px) {
  main {
    margin-top: 0;
  }
}

main#common_contents {
  padding-top: 0;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 1344px;
  padding: 0 16px;
  margin: 0 auto;
}

.narrow {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
}

.bg_green {
  background: #ebf7eb;
}

.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: 1334px;
  overflow-x: auto;
  margin: 0 auto;
}
.breadcrumb .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.breadcrumb .inner li {
  font-size: 12px;
}
.breadcrumb .inner li:not(:last-child) {
  display: flex;
  align-items: center;
}
.breadcrumb .inner li:not(:last-child) a {
  margin-right: 1em;
  color: #45B035;
}
.breadcrumb .inner li:not(:last-child)::after {
  content: "";
  margin-right: 1em;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #999;
  border-top: 2px solid #999;
  transform: rotate(45deg);
}

.page_h1 {
  padding: 32px 0 24px;
}
.page_h1 span {
  display: block;
  font-size: 15px;
  margin-top: 24px;
}
.page_h1 span span {
  font-size: 28px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page_h1 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 920px) {
  .page_h1 {
    padding: 80px 0 40px;
  }
  .page_h1 span {
    font-size: 24px;
    margin-top: 32px;
  }
  .page_h1 span span {
    font-size: 40px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 920px) {
  .store .page_h1 img {
    width: auto;
    height: 94px;
  }
}

@media screen and (min-width: 920px) {
  .shashoku .page_h1 img {
    width: auto;
    height: 44px;
  }
}

@media screen and (min-width: 920px) {
  .kenkoukeiei .page_h1 img {
    width: auto;
    height: 120px;
  }
}

.kv figure, .kv img {
  display: block;
  padding: 0;
  margin: 0 auto;
  line-height: 0;
}

.contents {
  padding: 40px 0;
}
.contents .w_underbar {
  font-size: 18px;
  position: relative;
  text-align: center;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 24px;
}
.contents .w_underbar::after {
  content: "";
  position: absolute;
  width: clamp(80px, 120%, 140px);
  height: 3px;
  background: #45B035;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.contents .heading {
  font-size: 15px;
  font-weight: bold;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 64px 0;
  }
}
@media screen and (min-width: 920px) {
  .contents {
    padding: 80px 0;
  }
  .contents .w_underbar {
    font-size: 28px;
    margin-bottom: 64px;
  }
  .contents .w_underbar::after {
    width: 160px;
    height: 4px;
    bottom: -24px;
  }
  .contents .heading {
    font-size: 20px;
  }
}

/*シン・ヘッダー*/
.toggle_header {
  position: sticky;
  top: 0;
  height: 60px;
  z-index: 101;
  width: 100%;
  overflow: visible;
}
.toggle_header .inner {
  height: 100%;
}
.toggle_header .inner > .flex_nowrap {
  height: 100%;
}
.toggle_header .inner > .flex_nowrap h1 {
  line-height: 1;
}
.toggle_header .inner > .flex_nowrap nav {
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: none;
  opacity: 0;
  flex-direction: column;
}
.toggle_header .inner > .flex_nowrap nav li {
  width: calc(100% - 48px);
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.toggle_header .inner > .flex_nowrap nav li a {
  display: block;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
}
.toggle_header .inner > .flex_nowrap nav li img {
  display: block;
}
@media screen and (min-width: 920px) {
  .toggle_header .inner > .flex_nowrap nav {
    overflow: hidden;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    height: auto;
    background: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transition: none;
    opacity: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
  .toggle_header .inner > .flex_nowrap nav li {
    width: auto;
    margin: 0;
    padding: 0 0;
    border-bottom: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
  }
  .toggle_header .inner > .flex_nowrap nav li span {
    display: none;
  }
  .toggle_header .inner > .flex_nowrap nav li a {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    transition: filter 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggle_header .inner > .flex_nowrap nav li img {
    display: block;
  }
  .toggle_header .inner > .flex_nowrap nav li.hov_udb {
    margin-right: 1em;
  }
  .toggle_header .inner > .flex_nowrap nav li.hov_udb, .toggle_header .inner > .flex_nowrap nav li.p_order_1 {
    order: 1;
  }
  .toggle_header .inner > .flex_nowrap nav li.hov_udb a, .toggle_header .inner > .flex_nowrap nav li.p_order_1 a {
    font-size: 16px;
    position: relative;
  }
  .toggle_header .inner > .flex_nowrap nav li.hov_udb a::after, .toggle_header .inner > .flex_nowrap nav li.p_order_1 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0%;
    left: 50%;
    background: #FFFFFF;
    height: 2px;
    bottom: -4px;
    transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggle_header .inner > .flex_nowrap nav li.hov_udb a:hover::after, .toggle_header .inner > .flex_nowrap nav li.p_order_1 a:hover::after {
    width: 100%;
    left: 0%;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_2 {
    order: 2;
    margin: 0 24px;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_2 a {
    pointer-events: none;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_2 img {
    width: 180px;
    height: auto;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_3 {
    order: 3;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_3 a {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 40px;
    background: #277d19;
    position: relative;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_3 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0%;
    left: 50%;
    background: #FFFFFF;
    height: 1px;
    bottom: 10px;
    transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_3 a:hover {
    filter: saturate(1.2) brightness(1.05);
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_3 a:hover::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_4 {
    order: 4;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_4 a {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 40px;
    background: #f6ab00;
    position: relative;
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_4 a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0%;
    left: 50%;
    background: #FFFFFF;
    height: 1px;
    bottom: 10px;
    transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_4 a:hover {
    filter: saturate(1.2) brightness(1.05);
  }
  .toggle_header .inner > .flex_nowrap nav li.p_order_4 a:hover::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.toggle_header .inner > .flex_nowrap .header_contact_btn {
  display: block;
  padding: 7px 11px;
  margin: 0 8px 0 auto;
  background: #ffb400;
  box-shadow: 0px 0px 1px 1px #b47d00;
  text-shadow: 0px 0px 0px #b47d00;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.toggle_header .inner > .flex_nowrap .buttons .sp_tel_button {
  font-size: 12px;
  font-weight: bold;
  background: url(../images/icon_tel_wellness.svg) 10px 50% no-repeat;
  background-size: 18px;
  background-color: #277d19;
  color: #FFFFFF;
  padding: 9px 16px 9px 32px;
  text-decoration: none;
  border-radius: 20px;
  margin-right: 8px;
}
.toggle_header .inner > .flex_nowrap .buttons .toggle_humburger {
  width: 48px;
  height: 48px;
  position: relative;
  cursor: pointer;
}
.toggle_header .inner > .flex_nowrap .buttons .toggle_humburger div {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_header .inner > .flex_nowrap .buttons .toggle_humburger div::before, .toggle_header .inner > .flex_nowrap .buttons .toggle_humburger div::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.toggle_header .inner > .flex_nowrap .buttons .toggle_humburger div::after {
  top: auto;
  bottom: -9px;
}
@media screen and (min-width: 920px) {
  .toggle_header {
    height: 80px;
  }
  .toggle_header .shinko_logo img {
    width: 148px;
  }
}
.toggle_header.hum_active .inner > .flex_nowrap nav {
  height: calc(100vh - 60px);
  opacity: 1;
  transition: height 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 100ms 240ms;
}
@media screen and (min-width: 768px) {
  .toggle_header.hum_active .inner > .flex_nowrap nav {
    height: 120vh;
    width: 50%;
    transform: none;
  }
}
@media screen and (min-width: 920px) {
  .toggle_header.hum_active .inner > .flex_nowrap nav {
    height: 100%;
    width: auto;
  }
}
.toggle_header.hum_active .inner > .flex_nowrap .buttons .sp_tel_button {
  display: none;
}
.toggle_header.hum_active .inner > .flex_nowrap .buttons .toggle_humburger div {
  width: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.toggle_header.hum_active .inner > .flex_nowrap .buttons .toggle_humburger div::before {
  width: 28px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.toggle_header.hum_active .inner > .flex_nowrap .buttons .toggle_humburger div::after {
  opacity: 0;
}

@media screen and (min-width: 920px) {
  .toggle_flip {
    order: 2;
  }
  .toggle_flip div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
  }
  .toggle_flip div::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-30%) rotate(45deg);
    transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .toggle_flip div.rotate::before {
    transform: translateY(0%) rotate(135deg);
  }
}
@media screen and (min-width: 920px) and (min-width: 1221px) {
  .toggle_flip {
    display: none !important;
  }
}
@media screen and (min-width: 920px) and (max-width: 1220px) {
  .hov_udb:nth-of-type(6) {
    display: none !important;
  }
  .hov_udb:nth-of-type(6).flip {
    display: flex !important;
  }
  .flip:not(:nth-of-type(6)) {
    display: none !important;
  }
}
@media screen and (min-width: 920px) and (max-width: 1170px) {
  .hov_udb:nth-of-type(5) {
    display: none !important;
  }
  .hov_udb:nth-of-type(5).flip {
    display: flex !important;
  }
  .flip:not(:nth-of-type(5,6)) {
    display: none !important;
  }
}
@media screen and (min-width: 920px) and (max-width: 1050px) {
  .hov_udb:nth-of-type(4) {
    display: none !important;
  }
  .hov_udb:nth-of-type(4).flip {
    display: flex !important;
  }
  .flip:not(:nth-of-type(4,5,6)) {
    display: none !important;
  }
}
.offken_footer {
  background: #ebf7eb;
  padding: 24px 0;
}

/*シン・フッター*/
.shin_footer .bg_green {
  background: #ebf7eb;
  padding: 64px 0;
}
.shin_footer .bg_green .shin_footer_menu {
  flex-direction: column;
  width: 96%;
  max-width: 320px;
  margin: 0 auto;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav {
  flex-direction: column;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav li {
  width: 100%;
  font-size: 15px;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav li a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav li span {
  margin-bottom: 1em;
  display: block;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav li ul {
  padding-left: 1em;
}
.shin_footer .bg_green .shin_footer_menu .footer_nav li ul li {
  margin-bottom: 1em;
}
@media screen and (min-width: 580px) {
  .shin_footer .bg_green .shin_footer_menu {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    max-width: none;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav {
    width: calc(50% - 16px);
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .shin_footer .bg_green .shin_footer_menu .footer_nav .hidden_sp {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .shin_footer .bg_green .shin_footer_menu {
    max-width: 1000px;
    gap: 0;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav {
    width: calc(100% - 264px);
    flex-direction: row;
    max-width: none;
    justify-content: flex-end;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav > li {
    width: 32%;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav > li a:hover {
    border-color: #006600;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav > li .hidden_sp {
    display: block;
  }
  .shin_footer .bg_green .shin_footer_menu .footer_nav > li ul {
    padding-left: 0;
  }
}
.shin_footer .bg_green .address_box {
  background-color: #FFFFFF;
  padding: 24px;
  margin: 32px 0 24px;
}
.shin_footer .bg_green .address_box h2 {
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #a2a2a2;
}
.shin_footer .bg_green .address_box address p {
  font-size: 15px;
}
.shin_footer .bg_green .address_box .contact_btn {
  display: block;
  padding: 20px;
  margin: 24px 0 0;
  background: #ffb400;
  box-shadow: 0px 0px 1px 1px #b47d00;
  text-shadow: 0px 0px 0px #b47d00;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 580px) {
  .shin_footer .bg_green .address_box {
    margin: 0;
    width: 264px;
  }
}
@media screen and (min-width: 920px) {
  .shin_footer .bg_green .address_box .contact_btn:hover {
    filter: brightness(1.04);
    box-shadow: 0px 0px 2px 1px #b47d00 inset;
    text-shadow: 0px 1px 2px #b47d00;
  }
}
.shin_footer .bg_green .footer_img_hap {
  display: block;
  margin: 40px auto 0;
}
.shin_footer .bottom {
  padding: 0 0 8px;
}
.shin_footer .bottom ul li {
  width: 100%;
  padding: 8px 0;
}
.shin_footer .bottom ul li a {
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}
.shin_footer .bottom p {
  width: 100%;
}
.shin_footer .bottom p small {
  padding: 8px 0;
  display: block;
  font-size: 10px;
  color: #333333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shin_footer .bottom ul {
    gap: 24px;
  }
  .shin_footer .bottom ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 920px) {
  .shin_footer .bottom div.jstfy_c {
    justify-content: space-between;
    max-width: 1000px;
    margin-inline: auto;
    padding-left: 24px;
  }
  .shin_footer .bottom p {
    width: auto;
  }
}

#pagetop {
  right: 50%;
  transform: translateX(50%);
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  #pagetop {
    right: 24px;
    transform: none;
  }
}

/*心幸ストア紹介ページ*/
.store .w_underbar + .heading {
  margin-bottom: 40px;
}
.store .cases {
  background: #F5F5F5;
  overflow: hidden;
  padding: 16px 0;
  position: relative;
}
.store .cases .swiper-wrapper {
  align-items: stretch;
}
.store .cases .swiper-wrapper .swiper-slide {
  height: 100%;
  background: #FFFFFF;
}
.store .cases .swiper-wrapper .swiper-slide:not(.swiper-slide-active) > div {
  pointer-events: none;
}
.store .cases .swiper-wrapper .swiper-slide > img {
  order: -1;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.store .cases .swiper-wrapper .swiper-slide > div {
  padding: 8px 8px 12px;
  display: grid;
  align-items: center;
}
.store .cases .swiper-wrapper .swiper-slide > div h3 {
  margin-bottom: 8px !important;
  align-self: flex-end;
}
.store .cases .swiper-wrapper .swiper-slide > div h3 img {
  width: auto;
  height: 32px;
  display: block;
}
.store .cases .swiper-wrapper .swiper-slide > div p {
  font-size: 14px;
}
.store .cases .swiper-wrapper .swiper-slide > div .tags {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  align-self: flex-end;
  margin-top: 16px;
  gap: 8px;
}
.store .cases .swiper-wrapper .swiper-slide > div .tags li {
  color: #868686;
  font-size: 11px;
  background: #ededed;
  border-radius: 16px;
  padding: 4px 6px;
}
.store .cases .swiper-button-next, .store .cases .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-size: 16px 16px;
  background-color: #45B035;
  transform: translateX(-50%);
}
.store .cases .swiper-button-next {
  left: 93%;
  right: auto;
}
.store .cases .swiper-button-prev {
  left: 7%;
  right: auto;
}
@media screen and (min-width: 768px) {
  .store .cases {
    padding: 24px 0;
  }
  .store .cases .swiper-button-next, .store .cases .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .store .cases .swiper-button-next {
    left: 87%;
  }
  .store .cases .swiper-button-prev {
    left: 13%;
  }
}
@media screen and (min-width: 920px) {
  .store .cases {
    padding: 48px 0;
  }
  .store .cases .swiper-wrapper .swiper-slide > img {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
    height: initial;
    width: 60%;
  }
  .store .cases .swiper-wrapper .swiper-slide > div {
    width: 40%;
    padding: 16px 16px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div h3 {
    margin-bottom: 12px !important;
    font-size: 16px !important;
  }
  .store .cases .swiper-wrapper .swiper-slide > div p {
    font-size: 14px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div .tags {
    gap: 12px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div .tags li {
    font-size: 13px;
    border-radius: 20px;
    padding: 6px 8px;
  }
  .store .cases .swiper-button-next {
    left: 91%;
  }
  .store .cases .swiper-button-prev {
    left: 9%;
  }
}
@media screen and (min-width: 1200px) {
  .store .cases .swiper-wrapper .swiper-slide {
    max-width: 978px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div h3 {
    margin-bottom: 16px !important;
    font-size: 20px !important;
  }
  .store .cases .swiper-wrapper .swiper-slide > div h3 img {
    height: 40px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div p {
    font-size: 14px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div .tags {
    gap: 12px;
  }
  .store .cases .swiper-wrapper .swiper-slide > div .tags li {
    font-size: 13px;
    border-radius: 20px;
    padding: 6px 8px;
  }
  .store .cases .swiper-button-next {
    left: 50%;
    transform: translateX(502px);
  }
  .store .cases .swiper-button-prev {
    left: 50%;
    transform: translateX(-548px);
  }
}
.store .partners div {
  justify-content: center;
  gap: 24px;
}
.store .partners div img {
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store .partners p {
  margin-top: 24px;
  display: block;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 920px) {
  .store .partners div {
    gap: 32px;
  }
  .store .partners div img {
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .store .partners div {
    gap: 32px;
  }
  .store .partners div img {
    height: 36px;
  }
}
.store .stores h3 {
  margin-bottom: 0 !important;
}
.store .stores img {
  margin-bottom: 24px;
}
.store .stores p span {
  display: grid;
}
.store .gochi_descr {
  font-size: 14px;
  margin: 16px 0;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 1px 3px -2px #2d6b2d;
}
@media screen and (min-width: 920px) {
  .store .gochi_descr {
    font-size: 16px;
    margin: 24px 0;
    padding: 24px;
  }
}
.store .link_to_gochi {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  padding: 8px 56px 8px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #006600;
  background-color: #FFFFFF;
  background-image: url(../images/icon_link.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
}
@media screen and (min-width: 920px) {
  .store .link_to_gochi {
    margin: 56px auto 0;
    font-size: 16px;
    padding: 12px 64px 12px 20px;
  }
}
.store #press_release .article {
  display: grid;
  gap: 16px;
}
.store #press_release .article li a {
  background: #F5F5F5;
  border: 1px solid #c9c9c9;
  padding: 14px 14px 24px;
  color: #333333;
  text-decoration: none;
}
.store #press_release .article li a:hover {
  background: #ebf7eb;
  border-color: #45B035;
  color: #333333;
  text-decoration: none;
}
.store #press_release .article li a img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.store #press_release .article li a .date {
  font-size: 14px;
}
.store #press_release .article li a p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .store #press_release .article li a {
    padding: 0px;
  }
  .store #press_release .article li a img {
    width: 23.4%;
    margin: 0 16px 0 0;
  }
  .store #press_release .article li a div {
    width: calc(76.6% - 16px);
    padding: 16px;
  }
}

/*ウェルネス紹介のページ*/
#wellness_mv {
  position: relative;
  width: 100%;
}
#wellness_mv .mv_inner {
  max-width: 1334px;
  margin: 0 auto;
  aspect-ratio: 2.1/1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#wellness_mv .mv_inner .main_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#wellness_mv .mv_inner .copy_img {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 12vw;
  max-width: 214px;
}
#wellness_mv .mv_inner .bg_gradi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to bottom, #D2DB2F, #1F9B40);
}
#wellness_mv .mv_inner .bg_gradi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 20px, rgba(0, 0, 0, 0) 40px);
  mix-blend-mode: overlay;
}
#wellness_mv .title_img {
  width: 100%;
  max-width: 1334px;
  height: auto;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 20%);
}
@media screen and (min-width: 768px) {
  #wellness_mv .mv_inner .bg_gradi::before {
    background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 32px, rgba(0, 0, 0, 0) 64px);
  }
}
@media screen and (min-width: 920px) {
  #wellness_mv .mv_inner .bg_gradi {
    background-attachment: fixed;
  }
  #wellness_mv .mv_inner .bg_gradi::before {
    background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 50px, rgba(0, 0, 0, 0) 100px);
  }
}

.kenkoukeiei #intro .flex_wrap {
  gap: 40px;
  margin-top: 40px;
}
.kenkoukeiei #intro .flex_wrap img {
  width: 90%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .kenkoukeiei #intro .flex_wrap {
    gap: 64px;
    margin-top: 64px;
  }
  .kenkoukeiei #intro .flex_wrap img {
    max-width: 280px;
    margin: 0;
  }
}
@media screen and (min-width: 920px) {
  .kenkoukeiei #intro .flex_wrap {
    gap: 80px;
    margin-top: 80px;
  }
  .kenkoukeiei #intro .flex_wrap img {
    max-width: 456px;
  }
}
.kenkoukeiei #partners h3 {
  font-size: 18px;
}
.kenkoukeiei .partners {
  gap: 24px;
  margin-top: 48px;
}
.kenkoukeiei .partners div img {
  width: auto;
  height: 40px;
}
.kenkoukeiei #specific .flex_wrap {
  margin-top: 48px;
  gap: 48px;
}
.kenkoukeiei #specific .flex_wrap div {
  width: calc(50% - 12px);
}
.kenkoukeiei #specific .flex_wrap div img {
  width: 90%;
  margin-bottom: 16px;
}
.kenkoukeiei #specific .flex_wrap div p {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .kenkoukeiei #specific .flex_wrap {
    margin-top: 64px;
    gap: 40px 24px;
  }
  .kenkoukeiei #specific .flex_wrap div {
    width: calc(25% - 20px);
  }
  .kenkoukeiei #specific .flex_wrap div img {
    margin-bottom: 20px;
  }
  .kenkoukeiei #specific .flex_wrap div p {
    font-size: 16px;
  }
}
@media screen and (min-width: 920px) {
  .kenkoukeiei #specific .flex_wrap {
    margin-top: 80px;
    gap: 40px 24px;
  }
  .kenkoukeiei #specific .flex_wrap div {
    width: calc(25% - 20px);
    max-width: 304px;
  }
  .kenkoukeiei #specific .flex_wrap div img {
    margin-bottom: 20px;
  }
  .kenkoukeiei #specific .flex_wrap div p {
    font-size: 16px;
  }
}
.kenkoukeiei #in3minutes iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: auto;
  display: block;
  box-shadow: 0px 0px 1px 0px #2b2b2b;
}
.kenkoukeiei #model_kennkoukeiei {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.kenkoukeiei #model_kennkoukeiei::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/balanceball_l.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 36%;
  max-width: 390px;
  aspect-ratio: 1.979/1;
  bottom: 0;
  left: 50%;
  transform: translateX(-155%);
}
.kenkoukeiei #model_kennkoukeiei::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/balanceball_r.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 34%;
  max-width: 352px;
  aspect-ratio: 1.786/1;
  bottom: 0;
  right: 50%;
  transform: translateX(165%);
}
.kenkoukeiei #model_fukennkoukeiei {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.kenkoukeiei #model_fukennkoukeiei::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/kinmaku_roller.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 36%;
  max-width: 334px;
  aspect-ratio: 1.835/1;
  bottom: 0;
  left: 50%;
  transform: translateX(-175%);
}
.kenkoukeiei #model_fukennkoukeiei::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/balanceball_gray.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 34%;
  max-width: 398px;
  aspect-ratio: 2.802/1;
  bottom: 0;
  right: 50%;
  transform: translateX(165%);
}

.offken_news {
  padding-top: 2em;
  width: calc(100% - 16px);
  max-width: 768px;
  margin-inline: auto;
}
.offken_news li {
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #c9c9c9;
}
.offken_news li a {
  color: #2b2b2b;
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  display: block;
}
.offken_news li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  border: 6px solid transparent;
  border-left-color: #45B035;
  top: 4px;
  left: 0;
}
@media screen and (min-width: 920px) {
  .offken_news li a {
    font-size: 16px;
  }
  .offken_news li a:hover {
    color: #45B035;
    text-decoration: underline;
  }
}

@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg {
    padding: 0;
  }
}
.karadasokuteikai #rpg .inner {
  min-height: 100vh;
  background: url(../images/rpg_bg.png) 50% 0% repeat-y;
  background-size: contain;
  padding: 80px 8px 24px;
}
.karadasokuteikai #rpg .inner .pos_re {
  position: relative;
}
.karadasokuteikai #rpg .inner .rpg_title {
  position: relative;
  margin-inline: auto;
  margin-bottom: 32px;
}
.karadasokuteikai #rpg .inner .rpg_title > img {
  display: block;
  position: absolute;
  width: 86px;
  height: 108px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -124px);
}
.karadasokuteikai #rpg .inner .rpg_title span {
  display: table;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.karadasokuteikai #rpg .inner .rpg_title span::before {
  content: attr(data-text) "";
  position: absolute;
  font-size: inherit;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: transparent;
}
.karadasokuteikai #rpg .inner .rpg_title .white_blue_b {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 8px;
}
.karadasokuteikai #rpg .inner .rpg_title .white_blue_b::before {
  -webkit-text-stroke: 2px #00479D;
  text-stroke: 2px #00479D;
}
.karadasokuteikai #rpg .inner .rpg_title .yellow_blue_b {
  color: #FFF100;
  font-size: 20px;
}
.karadasokuteikai #rpg .inner .rpg_title .yellow_blue_b::before {
  -webkit-text-stroke: 4px #00479D;
  text-stroke: 4px #00479D;
}
@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg .inner .rpg_title > img {
    width: 86px;
    height: 108px;
    top: 50%;
    left: 50%;
    transform: translate(-416px, -50%);
  }
  .karadasokuteikai #rpg .inner .rpg_title .white_blue_b {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .karadasokuteikai #rpg .inner .rpg_title .white_blue_b::before {
    -webkit-text-stroke: 4px #00479D;
    text-stroke: 4px #00479D;
  }
  .karadasokuteikai #rpg .inner .rpg_title .yellow_blue_b {
    font-size: 26px;
  }
  .karadasokuteikai #rpg .inner .rpg_title .yellow_blue_b::before {
    -webkit-text-stroke: 6px #00479D;
    text-stroke: 6px #00479D;
  }
}
.karadasokuteikai #rpg .inner p small {
  color: #FFFFFF;
}
.karadasokuteikai #rpg .inner .quest_box {
  margin-bottom: 40px;
  border: 5px solid #00479D;
  background: #FFFFFF;
  width: calc(100% - 50px);
}
.karadasokuteikai #rpg .inner .quest_box h3 {
  background: #BBD4EF;
  width: calc(100% - 86px);
  padding: 8px;
  align-items: center;
}
.karadasokuteikai #rpg .inner .quest_box h3 .main {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
.karadasokuteikai #rpg .inner .quest_box h3 .sub {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg .inner .quest_box h3 {
    padding: 8px 16px;
  }
  .karadasokuteikai #rpg .inner .quest_box h3 .main {
    font-size: 26px;
    width: auto;
    margin-right: 1em;
  }
  .karadasokuteikai #rpg .inner .quest_box h3 .sub {
    font-size: 16px;
  }
}
.karadasokuteikai #rpg .inner .quest_box .per_person {
  width: 86px;
  min-height: 86px;
  background: #00479D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.karadasokuteikai #rpg .inner .quest_box .per_person p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
.karadasokuteikai #rpg .inner .quest_box .per_person p span {
  color: #FFF100;
}
@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg .inner .quest_box .per_person {
    width: 130px;
  }
  .karadasokuteikai #rpg .inner .quest_box .per_person p {
    font-size: 16px;
  }
}
.karadasokuteikai #rpg .inner .quest_box .quest .w_zabuton {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  display: table;
  padding: 4px 8px;
  background: #45B035;
  color: #FFFFFF;
  border-radius: 3px;
  margin-right: auto;
  margin-bottom: 8px;
}
.karadasokuteikai #rpg .inner .quest_box .quest p {
  font-size: 16px;
}
.karadasokuteikai #rpg .inner .quest_box .quest p + .w_zabuton {
  margin-top: 24px;
}
.karadasokuteikai #rpg .inner .quest_box .quest img.mb_-48 {
  margin-bottom: -48px;
}
.karadasokuteikai #rpg .inner .quest_box .quest table th, .karadasokuteikai #rpg .inner .quest_box .quest table td {
  font-weight: bold;
  font-size: 20px;
}
.karadasokuteikai #rpg .inner .quest_box .quest .grid {
  gap: 16px;
  justify-content: center;
  padding-top: 24px;
}
.karadasokuteikai #rpg .inner .quest_box .quest .grid .tairyoku img {
  display: block;
  margin: 0 auto;
}
.karadasokuteikai #rpg .inner .quest_box .quest .grid .tairyoku p {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .karadasokuteikai #rpg .inner .quest_box .quest .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg .inner .quest_box .quest .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.karadasokuteikai #rpg .inner .quest_box .quest .wide {
  padding: 16px;
  width: 100%;
}
.karadasokuteikai #rpg .inner .quest_box .quest .half {
  position: relative;
  padding: 16px;
  z-index: 1;
}
.karadasokuteikai #rpg .inner .quest_box .quest .half .gif_anime {
  position: absolute;
  display: block;
  width: 50%;
  height: auto;
  right: 0;
  top: -24px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .karadasokuteikai #rpg .inner .quest_box .quest .half {
    width: 50%;
  }
}
@media screen and (min-width: 920px) {
  .karadasokuteikai #rpg .inner .quest_box .quest .wide {
    width: calc(100% - 120px);
  }
}
.karadasokuteikai #rpg .inner .sakura {
  margin-top: 48px;
}
.karadasokuteikai #rpg .inner .sakura .rpg_title {
  padding-right: 50px;
}
.karadasokuteikai #rpg .inner .sakura iframe {
  display: block;
  aspect-ratio: 16/9;
  width: calc(100% - 50px);
  max-width: 640px;
  margin-bottom: 48px;
  border: 5px solid #00479d;
}
@media screen and (min-width: 768px) {
  .karadasokuteikai #rpg .inner .sakura .rpg_title {
    padding-right: 0;
  }
  .karadasokuteikai #rpg .inner .sakura iframe {
    margin: 0 auto 48px;
  }
}
.karadasokuteikai #rpg .inner .walk_rane {
  position: absolute;
  top: 0;
  right: -4px;
  width: 50px;
  height: 100%;
  z-index: 2;
}
.karadasokuteikai #rpg .inner .walk_rane #mucchan {
  width: 48px;
  height: 75px;
  position: sticky;
  top: 440px;
  background: url(../images/mutsu_1.svg) 50% 100% no-repeat;
  background-size: contain;
  animation: mucchan 1s infinite linear;
  cursor: pointer;
}
.karadasokuteikai #rpg .inner .walk_rane #mucchan span {
  position: absolute;
  display: block;
  width: 184px;
  height: 69px;
  bottom: 100%;
  right: 0;
}
.karadasokuteikai #rpg .inner .walk_rane #mucchan span#talk_1 {
  background: url(../images/talk_1.svg);
}
.karadasokuteikai #rpg .inner .walk_rane #mucchan span#talk_2 {
  background: url(../images/talk_2.svg);
}
.karadasokuteikai #rpg .inner .walk_rane #mucchan span#talk_3 {
  background: url(../images/talk_3.svg);
}
.karadasokuteikai .contact_link h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 920px) {
  .karadasokuteikai .contact_link h2 {
    margin: 0 auto 32px;
    display: table;
    font-size: 20px;
  }
}

@keyframes mucchan {
  0% {
    background: url(../images/mutsu_1.svg) 50% 100% no-repeat;
  }
  49% {
    background: url(../images/mutsu_1.svg) 50% 100% no-repeat;
  }
  50% {
    background: url(../images/mutsu_2.svg) 50% 100% no-repeat;
  }
  99% {
    background: url(../images/mutsu_2.svg) 50% 100% no-repeat;
  }
}
/*社食・PB紹介のページ*/
.shashoku .kv + nav ul {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.shashoku .kv + nav ul li {
  width: 50%;
  max-width: 424px;
  background-color: #93ef93;
}
.shashoku .kv + nav ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  height: 56px;
}
.shashoku .kv + nav ul li a span {
  font-size: 12px;
  font-weight: bold;
  padding: 1em;
  color: #3a423d;
}
@media screen and (min-width: 768px) {
  .shashoku .kv + nav ul {
    margin-top: 40px;
    gap: 32px;
  }
  .shashoku .kv + nav ul li a span {
    font-size: 16px;
  }
}
@media screen and (min-width: 920px) {
  .shashoku .kv + nav ul {
    margin-top: 64px;
    gap: 48px;
  }
  .shashoku .kv + nav ul li a {
    height: 80px;
  }
  .shashoku .kv + nav ul li a img {
    width: 80px;
    height: 80px;
  }
  .shashoku .kv + nav ul li a span {
    font-size: 20px;
  }
}

.jigyou_box {
  margin-top: 48px;
}
.jigyou_box h3 {
  font-size: 15px;
  margin-bottom: 8px;
}
.jigyou_box p {
  font-size: 13px;
  line-height: 1.848em;
  margin-bottom: 16px;
}
.jigyou_box .img_gallery {
  aspect-ratio: 32/9;
  overflow: hidden;
}
.jigyou_box .img_gallery img {
  flex: auto;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 580px) {
  .jigyou_box .img_gallery {
    aspect-ratio: auto;
    overflow: hidden;
  }
  .jigyou_box .img_gallery img {
    flex: auto;
    width: 50%;
    height: auto;
    aspect-ratio: 309/209;
    z-index: initial;
  }
}
@media screen and (min-width: 768px) {
  .jigyou_box {
    margin-top: 64px;
  }
  .jigyou_box h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .jigyou_box p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 920px) {
  .jigyou_box {
    margin-top: 80px;
  }
  .jigyou_box h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .jigyou_box p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

#reason h3, #voice h3 {
  color: #3a423d;
  font-size: 15px;
  margin-bottom: 24px;
}
#reason .grid, #voice .grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
#reason .grid .reason_box, #voice .grid .reason_box {
  background: #fff;
}
#reason .grid .reason_box a, #voice .grid .reason_box a {
  text-decoration: none;
  color: #333333;
  display: block;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#reason .grid .reason_box a:hover, #voice .grid .reason_box a:hover {
  filter: brightness(1.03);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.56);
}
#reason .grid .reason_box img, #voice .grid .reason_box img {
  margin-bottom: 16px;
}
#reason .grid .reason_box h4, #voice .grid .reason_box h4 {
  padding: 0 8px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.3em;
  color: #006600;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
#reason .grid .reason_box p, #voice .grid .reason_box p {
  padding: 0 8px 16px;
  font-size: 12px;
  line-height: 1.6em;
}
#reason .grid .reason_box p span, #voice .grid .reason_box p span {
  text-align: right;
  display: block;
  color: #45B035;
  font-weight: bold;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  #reason h3, #voice h3 {
    font-size: 22px;
    margin-bottom: 32px;
  }
  #reason .grid, #voice .grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  #reason .grid .reason_box h4, #voice .grid .reason_box h4 {
    font-size: 18px;
    padding: 0 16px;
  }
  #reason .grid .reason_box p, #voice .grid .reason_box p {
    font-size: 15px;
    padding: 0 16px 24px;
  }
}
@media screen and (min-width: 920px) {
  #reason h3, #voice h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #reason .grid, #voice .grid {
    gap: 40px;
    max-width: 1280px;
  }
  #reason .grid .reason_box h4, #voice .grid .reason_box h4 {
    font-size: 21px;
    padding: 0 24px;
  }
  #reason .grid .reason_box p, #voice .grid .reason_box p {
    font-size: 17px;
    padding: 0 24px 24px;
  }
}

.case_box {
  margin-top: 40px;
  border: 1px solid #45B035;
  padding: 48px 16px 16px;
}
.case_box > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
}
.case_box > div:first-child img {
  margin-bottom: 16px;
}
.case_box > div:first-child span {
  font-weight: bold;
  font-size: 15px;
}
.case_box > div:last-child h3 {
  font-size: 16px;
  color: #006600;
  text-align: center;
  margin-bottom: 16px;
}
.case_box > div:last-child p {
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 8px;
}
.case_box > div:last-child .case_img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case_box > div:last-child .case_img_box img {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .case_box {
    padding: 64px 24px;
    flex-wrap: nowrap;
  }
  .case_box > div:first-child {
    padding-bottom: 0;
    width: 25%;
    max-width: 308px;
  }
  .case_box > div:last-child {
    width: 75%;
  }
  .case_box > div:last-child h3 {
    text-align: left;
    font-size: 20px;
  }
  .case_box > div:last-child p {
    font-size: 15px;
  }
  .case_box > div:last-child .case_img_box {
    justify-content: space-between;
  }
}
@media screen and (min-width: 920px) {
  .case_box {
    padding: 64px 40px 64px 24px;
  }
  .case_box > div:first-child img {
    margin-bottom: 24px;
  }
  .case_box > div:first-child span {
    font-size: 18px;
  }
  .case_box > div:last-child h3 {
    font-size: 22px;
  }
  .case_box > div:last-child p {
    font-size: 16px;
  }
}

#pb .w_underbar + p {
  font-size: 13px;
  max-width: 976px;
  margin-inline: auto;
}
#pb .pb_list {
  margin: 24px auto 0;
  grid-template-columns: 1fr 1fr;
  gap: 32px 12px;
}
#pb .pb_list li {
  text-align: center;
}
#pb .pb_list li img {
  margin-bottom: 8px;
}
#pb .pb_list li span {
  font-weight: bold;
  font-size: 13px;
  color: #006600;
}
@media screen and (min-width: 768px) {
  #pb .w_underbar + p {
    font-size: 16px;
  }
  #pb .pb_list {
    margin-top: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px 16px;
  }
  #pb .pb_list li img {
    margin-bottom: 16px;
  }
  #pb .pb_list li span {
    font-size: 15px;
  }
}
@media screen and (min-width: 920px) {
  #pb .pb_list {
    max-width: 1200px;
  }
}

.contact_link {
  padding: 40px 0 80px;
}
.contact_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  background: #FFB50D;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 24px 20px;
  border-radius: 8px;
  max-width: 400px;
  margin-inline: auto;
}
.contact_link a::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 22px;
  right: 20px;
  background: url(../images/icon_chevron_right.svg);
}
.contact_link.link_green a {
  background: #277d19;
}
@media screen and (min-width: 920px) {
  .contact_link a {
    font-size: 20px;
  }
}

.kv + .contact_link {
  padding: 64px 0;
}

/*固定ページに適用*/
.page-template-default .common_inner {
  width: 100%;
  max-width: 1080px;
  padding: 0 24px;
}
.page-template-default .common_inner p {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 1em;
}
.page-template-default .common_inner img {
  line-height: 1;
  margin-bottom: 1em;
}
.page-template-default .common_inner h2 {
  margin: 20px 0;
  padding: 1rem 2rem;
  border-left: 10px solid #112B4C;
  background: #F3F3F2;
  font-size: 2.2rem;
  font-weight: bold;
}
.page-template-default .common_inner h3 {
  margin: 20px 0;
  padding: 1rem 2rem;
  border-left: 8px solid #C73C2E;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.page-template-default .common_inner h4 {
  margin: 20px 0;
  padding: 0.8rem 1.8rem;
  border-left: 6px solid #c5c72e;
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.page-template-default .common_inner figcaption {
  font-size: 14px;
  opacity: 0.9;
}

/*からだ測定体験会スケジュール*/
.taiken_schedule {
  margin: 2em auto 6em;
  border-collapse: collapse;
  width: 100%;
}
.taiken_schedule th {
  padding: 8px 8px;
  border: 1px solid #3d3d3d;
  background-color: #f5f5f5;
}
.taiken_schedule td {
  padding: 12px 8px;
  font-size: 12px;
  border: 1px solid #3d3d3d;
  text-align: center;
}
.taiken_schedule .moushikomu {
  padding: 16px 4px;
}
.taiken_schedule .moushikomu .btn_form {
  display: block;
  margin: auto;
  background: #277d19;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 14px;
}
.taiken_schedule .moushikomu .btn_form::after {
  position: absolute;
  content: "";
  display: block;
  width: 0%;
  left: 50%;
  background: #fff;
  height: 1px;
  bottom: 10px;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.taiken_schedule .mitei td {
  background: #f1f1f1;
}
.taiken_schedule .mitei td .btn_form {
  background: #a9a9a9;
  pointer-events: none;
}
.taiken_schedule td.mitei {
  background: #f1f1f1;
}
.taiken_schedule td.mitei .btn_form {
  background: #a9a9a9;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .taiken_schedule {
    margin: 2em auto 6em;
    border-collapse: collapse;
    max-width: 880px;
  }
  .taiken_schedule th {
    padding: 8px 16px;
  }
  .taiken_schedule td {
    padding: 8px 16px;
    font-size: 16px;
  }
  .taiken_schedule .moushikomu {
    padding: 16px 24px;
  }
  .taiken_schedule .moushikomu .btn_form {
    padding: 8px 24px;
    border-radius: 24px;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 920px) {
  .taiken_schedule .moushikomu {
    padding: 24px 24px;
  }
  .taiken_schedule .moushikomu .btn_form {
    padding: 8px 24px;
    border-radius: 24px;
    font-size: 16px;
  }
  .taiken_schedule .moushikomu .btn_form:hover {
    filter: saturate(1.2) brightness(1.05);
  }
  .taiken_schedule .moushikomu .btn_form:hover::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}/*# sourceMappingURL=shin_style.css.map */