﻿.js-observe {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(15px);
}
.js-observe.is-show {
  opacity: 1;
  transform: translateY(0);
}
.r4-cmn-content {
  padding-top: 82px;
}
@media (max-width: 1500px) {
  .r4-cmn-content {
    padding-top: 102px;
  }
}
@media (max-width: 980px) {
  .r4-cmn-content {
    padding-top: 80px;
  }
}
@media (max-width: 740px) {
  .r4-cmn-content {
    padding-top: 16vw;
    padding-bottom: 14vw;
  }
}
.r4-cmn-gradient-btn {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  will-change: contents;
}
.r4-cmn-gradient-btn,
.r4-cmn-gradient-btn:link {
  text-decoration: none;
}
.r4-cmn-gradient-btn div {
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}
.r4-cmn-gradient-btn::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  border-radius: 4px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 0;
}
.r4-cmn-gradient-btn__arr {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-gradient-btn__arr img {
  width: 100%;
  height: auto;
}
.r4-cmn-gradient-btn__arr-g {
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-gradient-btn__arr-g img {
  width: 100%;
  height: auto;
}
@media (min-width: 740px) {
  .r4-cmn-gradient-btn:hover {
    opacity: 1 !important;
  }
  .r4-cmn-gradient-btn:hover div {
    background: #fff;
    color: #086936;
  }
  .r4-cmn-gradient-btn:hover .r4-cmn-gradient-btn__arr {
    opacity: 0;
  }
  .r4-cmn-gradient-btn:hover .r4-cmn-gradient-btn__arr-g {
    opacity: 1;
  }
}
@media (max-width: 740px) {
  .r4-cmn-gradient-btn {
    max-width: 100%;
    width: 68vw;
    height: 12vw;
  }
  .r4-cmn-gradient-btn div {
    font-size: calc(26 / 640 * 100vw);
    letter-spacing: -0.03em;
  }
  .r4-cmn-gradient-btn__arr,
  .r4-cmn-gradient-btn__arr-w,
  .r4-cmn-gradient-btn__arr-g {
    width: 4vw;
    right: 2vw;
  }
  .r4-cmn-gradient-btn__arr img,
  .r4-cmn-gradient-btn__arr-w img,
  .r4-cmn-gradient-btn__arr-g img {
    vertical-align: top;
  }
}
.r4-cmn-gradient-reverse-btn {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 100%;
  margin: 0 auto;
  height: 63px;
  will-change: contents;
}
.r4-cmn-gradient-reverse-btn,
.r4-cmn-gradient-reverse-btn:link {
  text-decoration: none;
}
.r4-cmn-gradient-reverse-btn div {
  background: #fff;
  color: #086936;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}
.r4-cmn-gradient-reverse-btn::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  border-radius: 4px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}
.r4-cmn-gradient-reverse-btn__arr {
  display: none;
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-gradient-reverse-btn__arr img {
  width: 100%;
  height: auto;
}
.r4-cmn-gradient-reverse-btn__arr-g {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-gradient-reverse-btn__arr-g img {
  width: 100%;
  height: auto;
}
@media (min-width: 740px) {
  .r4-cmn-gradient-reverse-btn:hover {
    opacity: 1 !important;
  }
  .r4-cmn-gradient-reverse-btn:hover div {
    background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
    color: #fff;
  }
  .r4-cmn-gradient-reverse-btn:hover .r4-cmn-gradient-reverse-btn__arr-g {
    opacity: 0;
  }
  .r4-cmn-gradient-reverse-btn:hover .r4-cmn-gradient-reverse-btn__arr {
    opacity: 1;
  }
}
@media (max-width: 740px) {
  .r4-cmn-gradient-reverse-btn {
    max-width: 100%;
    width: 68vw;
    height: 12vw;
  }
  .r4-cmn-gradient-reverse-btn div {
    font-size: calc(18 / 640 * 100vw);
  }
  .r4-cmn-gradient-reverse-btn__arr,
  .r4-cmn-gradient-reverse-btn__arr-w,
  .r4-cmn-gradient-reverse-btn__arr-g {
    width: 5vw;
    right: 4vw;
  }
  .r4-cmn-gradient-reverse-btn__arr img,
  .r4-cmn-gradient-reverse-btn__arr-w img,
  .r4-cmn-gradient-reverse-btn__arr-g img {
    vertical-align: top;
  }
}
.r4-cmn-outline-btn {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 100%;
  height: 63px;
  margin: 0 auto;
  will-change: contents;
}
.r4-cmn-outline-btn,
.r4-cmn-outline-btn:link {
  text-decoration: none;
}
.r4-cmn-outline-btn div {
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s linear;
  position: relative;
  box-shadow: 0 0 0 1px #141414;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.r4-cmn-outline-btn div::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.2s linear;
}
.r4-cmn-outline-btn__arr {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-outline-btn__arr img {
  width: 100%;
  height: auto;
}
.r4-cmn-outline-btn__arr-g {
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-outline-btn__arr-g img {
  width: 100%;
  height: auto;
}
.r4-cmn-outline-btn.is-active {
  opacity: 1 !important;
}
.r4-cmn-outline-btn.is-active div {
  color: #fff;
  box-shadow: none;
}
.r4-cmn-outline-btn.is-active div::after {
  opacity: 0;
}
.r4-cmn-outline-btn.is-active .r4-cmn-outline-btn__arr {
  opacity: 0;
}
.r4-cmn-outline-btn.is-active .r4-cmn-outline-btn__arr-g {
  opacity: 1;
  margin-right: 1px;
}
@media (min-width: 740px) {
  .r4-cmn-outline-btn:hover {
    opacity: 1 !important;
  }
  .r4-cmn-outline-btn:hover div {
    color: #fff;
    box-shadow: none;
  }
  .r4-cmn-outline-btn:hover div::after {
    opacity: 0;
  }
  .r4-cmn-outline-btn:hover .r4-cmn-outline-btn__arr {
    opacity: 0;
  }
  .r4-cmn-outline-btn:hover .r4-cmn-outline-btn__arr-g {
    opacity: 1;
    margin-right: 1px;
  }
}
@media (max-width: 740px) {
  .r4-cmn-outline-btn {
    max-width: 100%;
    width: 69vw;
    height: 13vw;
  }
  .r4-cmn-outline-btn div {
    font-size: 4vw;
  }
  .r4-cmn-outline-btn__arr,
  .r4-cmn-outline-btn__arr-w {
    width: 5vw;
    right: 4vw;
  }
  .r4-cmn-outline-btn__arr img,
  .r4-cmn-outline-btn__arr-w img {
    vertical-align: top;
  }
}
.r4-cmn-br-sp {
  display: none;
}
@media (max-width: 740px) {
  .r4-cmn-br-sp {
    display: inline;
  }
}
.r4-cmn-header {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic",
    "sans-serif";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #fff;
  height: auto;
  height: 82px;
}
.r4-cmn-header * {
  box-sizing: border-box;
}
.r4-cmn-header input[type="checkbox"] {
  display: none;
}
.r4-cmn-header__inner {
  position: relative;
}
.r4-cmn-header__logo {
  width: 234px;
  position: absolute;
  top: 22px;
  left: 20px;
}
.r4-cmn-header__logo a {
  display: block;
}
.r4-cmn-header__logo img {
  width: 100%;
  height: auto;
}
.r4-cmn-header__sp-btn {
  display: none;
}
@media (max-width: 1500px) {
  .r4-cmn-header {
    height: 102px;
  }
}
@media (max-width: 980px) {
  .r4-cmn-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  .r4-cmn-header__inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
  }
  .r4-cmn-header__logo {
    position: static;
    width: 200px;
    margin-top: 5px;
  }
  .r4-cmn-header__sp-check:checked ~ .r4-cmn-header__sp-btn img:first-child {
    display: none;
  }
  .r4-cmn-header__sp-check:checked ~ .r4-cmn-header__sp-btn img:nth-child(2) {
    display: block;
  }
  .r4-cmn-header__sp-btn {
    display: block;
    width: 32px;
    margin-right: 10px;
  }
  .r4-cmn-header__sp-btn img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-header__sp-btn img:nth-child(2) {
    display: none;
    margin-top: 1px;
  }
}
@media (max-width: 740px) {
  .r4-cmn-header {
    height: 16vw;
  }
  .r4-cmn-header__inner {
    padding: 3vw;
  }
  .r4-cmn-header__logo {
    width: 49vw;
    margin-top: 1.5vw;
  }
  .r4-cmn-header__sp-btn {
    width: 7.5vw;
    margin-right: 1vw;
  }
  .r4-cmn-header__sp-btn img:nth-child(2) {
    margin-top: 0.5vw;
  }
}
.r4-cmn-header-nav01 {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.r4-cmn-header-nav01__menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 6px 0 0 0;
}
.r4-cmn-header-nav01__menu li {
  list-style: none;
  border-right: 1px solid #141414;
}
.r4-cmn-header-nav01__menu li:last-child {
  border-right: none;
}
.r4-cmn-header-nav01__menu a {
  color: #141414;
  opacity: 1;
  transition: opacity 0.2s linear;
  padding: 0 12px;
}
@media (min-width: 740px) {
  .r4-cmn-header-nav01__menu a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-header-nav01__menu a,
.r4-cmn-header-nav01__menu a:link {
  text-decoration: none;
}
.r4-cmn-header-nav01__menu a:link {
  text-decoration: none;
}
.r4-cmn-header-nav01__search-btn {
  width: 32px;
  padding: 8px;
  margin-top: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-header-nav01__search-btn:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-header-nav01__search-btn img {
  width: 100%;
  height: auto;
}
.r4-cmn-header-nav01__search-btn img:last-child {
  display: none;
}
.r4-cmn-header-search-check:checked ~ .r4-cmn-header-nav01__search-btn img:first-child {
  display: none;
}
.r4-cmn-header-search-check:checked ~ .r4-cmn-header-nav01__search-btn img:last-child {
  display: block;
}
.r4-cmn-header-nav01__sns {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 8px 10px 0 6px;
}
.r4-cmn-header-nav01__sns li {
  width: 30px;
  list-style: none;
  margin-left: 10px;
}
.r4-cmn-header-nav01__sns li img {
  width: 100%;
  height: auto;
}
.r4-cmn-header-nav01__sns a {
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-header-nav01__sns a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-header-nav01__role-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #086936;
  color: #fff;
  width: 175px;
  height: 40px;
  border-radius: 0 0 0 4px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-header-nav01__role-menu-btn:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-header-nav01__role-menu-btn span {
  width: 11px;
  margin-right: 10px;
  margin-top: -4px;
}
.r4-cmn-header-nav01__role-menu-btn span img {
  width: 100%;
  height: auto;
}
.r4-cmn-header-nav01__role-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #086936;
  color: #fff;
  width: 224px;
  padding-bottom: 20px;
  transition: all 0.2s linear;
  border-radius: 0 0 0 4px;
  z-index: 200;
}
.r4-cmn-header-nav01__role-menu-check:checked ~ .r4-cmn-header-nav01__role-menu {
  opacity: 1;
  pointer-events: auto;
}
.r4-cmn-header-nav01__role-menu .r4-cmn-header-nav01__role-menu-btn {
  margin: 0 auto;
}
.r4-cmn-header-nav01__role-menu .r4-cmn-header-nav01__role-menu-btn img {
  transform: rotate(180deg);
}
.r4-cmn-header-nav01__role-menu ul {
  margin-top: 20px;
  list-style: none;
}
.r4-cmn-header-nav01__role-menu ul li {
  list-style: none;
}
.r4-cmn-header-nav01__role-menu a {
  color: #fff;
  display: block;
  padding: 13px 25px;
}
.r4-cmn-header-nav01__role-menu a,
.r4-cmn-header-nav01__role-menu a:link {
  text-decoration: none;
}
.r4-cmn-header-nav01__role-menu a:link {
  text-decoration: none;
}
@media (max-width: 1100px) {
  .r4-cmn-header-nav01 {
    font-size: 13px;
  }
  .r4-cmn-header-nav01__menu a {
    padding: 0 8px;
  }
  .r4-cmn-header-nav01__sns li {
    margin-left: 6px;
  }
}
@media (max-width: 980px) {
  .r4-cmn-header-nav01 {
    display: none;
  }
}
.r4-cmn-header-nav02 {
  margin-top: 8px;
}
.r4-cmn-header-nav02 > ul {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  list-style: none;
}
.r4-cmn-header-nav02 > ul > li {
  list-style: none;
}
.r4-cmn-header-nav02 > ul > li:hover > a {
  color: #086936;
}
.r4-cmn-header-nav02 > ul > li:hover > a::after {
  content: "";
  width: 2px;
  height: 10px;
  background: #086936;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}
.r4-cmn-header-nav02 > ul > li:hover > a + .r4-cmn-header-nav02-submenu {
  opacity: 1;
  pointer-events: auto;
}
.r4-cmn-header-nav02 > ul > li > a {
  color: #141414;
  padding: 4px 20px 14px;
  height: 32px;
  box-sizing: border-box;
  font-weight: bold;
  display: block;
  position: relative;
}
.r4-cmn-header-nav02 > ul > li > a,
.r4-cmn-header-nav02 > ul > li > a:link {
  text-decoration: none;
}
@media (max-width: 1500px) {
  .r4-cmn-header-nav02 {
    margin-top: 30px;
  }
}
@media (max-width: 1300px) {
  .r4-cmn-header-nav02 > ul > li > a {
    font-size: 13px;
    padding: 4px 12px 14px;
  }
}
@media (max-width: 1100px) {
  .r4-cmn-header-nav02 > ul > li > a {
    font-size: 1.3vw;
    padding: 4px 0.8vw 14px;
  }
}
@media (max-width: 980px) {
  .r4-cmn-header-nav02 {
    display: none;
  }
}
.r4-cmn-header-nav02-submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  transition: all 0.2s linear;
  overflow: hidden;
}
.r4-cmn-header-nav02-submenu__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.r4-cmn-header-nav02-submenu__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 100%;
  left: -1000px;
  background: #06aa9a;
}
.r4-cmn-header-nav02-submenu__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 183px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  line-height: 1.4;
}
.r4-cmn-header-nav02-submenu__body {
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.r4-cmn-header-nav02-submenu__body ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.r4-cmn-header-nav02-submenu__body ul li {
  list-style: none;
  border-right: 1px solid #141414;
  margin: 0 0 30px;
}
.r4-cmn-header-nav02-submenu__body ul li:last-child {
  border-right: none;
}
.r4-cmn-header-nav02-submenu__body ul a {
  display: block;
  color: #141414;
  opacity: 1;
  transition: opacity 0.2s linear;
  padding: 1px 25px;
  line-height: 1.1;
  font-weight: bold;
}
.r4-cmn-header-nav02-submenu__body ul a,
.r4-cmn-header-nav02-submenu__body ul a:link {
  text-decoration: none;
}
@media (min-width: 740px) {
  .r4-cmn-header-nav02-submenu__body ul a:hover {
    opacity: 0.8 !important;
  }
}
@media (max-width: 1500px) {
  .r4-cmn-header-nav02-submenu {
    top: 102px;
  }
}
.r4-cmn-header-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  height: 113px;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 101;
}
.r4-cmn-header-search-check:checked ~ .r4-cmn-header-search {
  opacity: 1;
  pointer-events: auto;
}
.r4-cmn-header-search__form {
  position: relative;
  width: 568px;
}
.r4-cmn-header-search__form input[type="text"] {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 100px;
  width: 100%;
  height: 51px;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
}
.r4-cmn-header-search__form button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  padding: 0;
  background: none;
  -webkit-appearace: none;
  border: none;
  box-shadow: none;
}
.r4-cmn-header-search__form button img {
  width: 100%;
  height: auto;
}
.r4-cmn-header-search__btn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 20px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-header-search__btn:hover {
    opacity: 0.8 !important;
  }
}
@media (max-width: 1500px) {
  .r4-cmn-header-search {
    top: 102px;
  }
}
.r4-cmn-sp-menu {
  display: none;
}
@media (max-width: 980px) {
  .r4-cmn-sp-menu {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
  }
  .r4-cmn-header__sp-check:checked ~ .r4-cmn-sp-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 740px) {
  .r4-cmn-sp-menu {
    top: 16vw;
    height: calc(100vh - 16vw);
    height: calc(100dvh - 16vw);
  }
}
@media (max-width: 980px) {
  .r4-cmn-sp-menu-nav01 {
    background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
    padding: 3.5vw;
  }
  .r4-cmn-sp-menu-nav01__search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  .r4-cmn-sp-menu-nav01__search input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    height: 60px;
    font-size: 18px;
    border-radius: 10vw;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
  }
  .r4-cmn-sp-menu-nav01__search button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
  }
  .r4-cmn-sp-menu-nav01__search button img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-sp-menu-nav01__menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
  }
  .r4-cmn-sp-menu-nav01__menu li {
    position: relative;
    width: 49%;
    text-align: center;
    border: 1px solid #bebebe;
    list-style: none;
    border-radius: 4px;
    margin-top: 2vw;
    background: #fff;
  }
  .r4-cmn-sp-menu-nav01__menu a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #141414;
    justify-content: center;
  }
  .r4-cmn-sp-menu-nav01__menu a,
  .r4-cmn-sp-menu-nav01__menu a:link {
    text-decoration: none;
  }
  .r4-cmn-sp-menu-nav01__menu-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    left: 20px;
  }
  .r4-cmn-sp-menu-nav01__menu-icon img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-sp-menu-nav01__menu-text {
    position: relative;
    padding: 20px 0 20px 40px;
    font-size: 18px;
  }
  .r4-cmn-sp-menu-nav01__menu-external {
    position: absolute;
    top: 50%;
    right: -28px;
    width: 20px;
    transform: translate(0, -50%);
  }
  .r4-cmn-sp-menu-nav01__menu-external img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 740px) {
  .r4-cmn-sp-menu-nav01__search,
  .r4-cmn-sp-menu-nav01__menu {
    max-width: 100%;
  }
  .r4-cmn-sp-menu-nav01__search input[type="text"] {
    padding: 2vw;
    height: 9.5vw;
    font-size: 3.5vw;
  }
  .r4-cmn-sp-menu-nav01__search button {
    width: 4vw;
    height: 4vw;
    right: 4vw;
  }
  .r4-cmn-sp-menu-nav01__menu-icon {
    left: 4vw;
    width: 5vw;
  }
  .r4-cmn-sp-menu-nav01__menu-text {
    padding: 4vw 0 4vw 3.5vw;
    font-size: 3vw;
  }
  .r4-cmn-sp-menu-nav01__menu-external {
    right: -7vw;
    width: 3.5vw;
  }
}
@media (max-width: 980px) {
  .r4-cmn-sp-menu-nav02 {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
  }
  .r4-cmn-sp-menu-nav02 input[type="checkbox"] {
    display: none;
  }
  .r4-cmn-sp-menu-nav02 li {
    list-style: none;
    border-bottom: 1px solid #c3c3c3;
  }
  .r4-cmn-sp-menu-nav02 li label {
    font-weight: bold;
    display: block;
    position: relative;
    padding: 4vw 3vw;
    font-size: 18px;
  }
  .r4-cmn-sp-menu-nav02 li label::after {
    content: "";
    display: block;
    width: 24px;
    height: 20px;
    background: url("../img/common/arrow_green_down.svg") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(0, -50%);
  }
  .r4-cmn-sp-menu-nav02 li ul {
    list-style: none;
    padding: 0 8vw;
    display: none;
  }
  .r4-cmn-sp-menu-nav02 li ul li {
    border-top: 1px dashed #c3c3c3;
    border-bottom: none;
  }
  .r4-cmn-sp-menu-nav02 li ul li.child a::before {
    content: "∟";
    display: inline-block;
    margin-right: 1vw;
    color: #086936;
    position: relative;
    top: -0.5vw;
  }
  .r4-cmn-sp-menu-nav02 li ul a {
    color: #141414;
    padding: 3.5vw 6vw 3.5vw 0;
    display: block;
    position: relative;
    font-size: 18px;
  }
  .r4-cmn-sp-menu-nav02 li ul a,
  .r4-cmn-sp-menu-nav02 li ul a:link {
    text-decoration: none;
  }
  .r4-cmn-sp-menu-nav02 li ul a::after {
    content: "";
    display: block;
    width: 4vw;
    height: 2.4vw;
    background: url("../img/common/menu_arrow_green_right.svg") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translate(0, -50%);
  }
  .r4-cmn-sp-menu-nav02 li input[type="checkbox"]:checked ~ label::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .r4-cmn-sp-menu-nav02 li input[type="checkbox"]:checked ~ ul {
    display: block;
  }
}
@media (max-width: 740px) {
  .r4-cmn-sp-menu-nav02 {
    max-width: 100%;
  }
  .r4-cmn-sp-menu-nav02 li label {
    font-size: 3.5vw;
  }
  .r4-cmn-sp-menu-nav02 li label::after {
    width: 3.6vw;
    height: 3.2vw;
  }
  .r4-cmn-sp-menu-nav02 li ul li a {
    font-size: 3.5vw;
  }
}
@media (max-width: 980px) {
  .r4-cmn-sp-menu-nav03 {
    list-style: none;
    padding: 2vw 3vw;
    max-width: 600px;
    margin: 0 auto;
  }
  .r4-cmn-sp-menu-nav03 .d-none_980 {
    display: none;
  }
  .r4-cmn-sp-menu-nav03.-second {
    list-style: none;
    padding: 2vw 3vw;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .r4-cmn-sp-menu-nav03 li {
    list-style: none;
    margin-bottom: 2vw;
  }
  .r4-cmn-sp-menu-nav03.-second li {
    width: 49%;
  }
  .r4-cmn-sp-menu-nav03 a {
    border: 1px solid #086936;
    display: block;
    padding: 4vw 0;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #086936;
    font-size: 18px;
  }
  .r4-cmn-sp-menu-nav03.-second a {
    font-size: 16px;
  }
  .r4-cmn-sp-menu-nav03 a,
  .r4-cmn-sp-menu-nav03 a:link {
    text-decoration: none;
  }
  .r4-cmn-sp-menu-nav03 a::after {
    content: "";
    display: block;
    width: 4vw;
    height: 2.4vw;
    background: url("../img/common/menu_arrow_green_right.svg") center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translate(0, -50%);
  }
  .r4-cmn-sp-menu-nav03.-second a::after {
    right: 2vw;
  }
}
@media (max-width: 740px) {
  .r4-cmn-sp-menu-nav03 {
    max-width: 100%;
  }
  .r4-cmn-sp-menu-nav03.-second {
    max-width: 100%;
  }
  .r4-cmn-sp-menu-nav03 a {
    font-size: 3.5vw;
  }
  .r4-cmn-sp-menu-nav03.-second a {
    font-size: 3vw;
  }
}
@media (max-width: 980px) {
  .r4-cmn-sp-menu-nav04 {
    display: flex;
    justify-content: center;
    margin-top: 3vw;
    list-style: none;
  }
  .r4-cmn-sp-menu-nav04 li {
    list-style: none;
    border-right: 1px solid #141414;
  }
  .r4-cmn-sp-menu-nav04 li:last-child {
    border-right: none;
  }
  .r4-cmn-sp-menu-nav04 a {
    color: #141414;
    padding: 0 3vw;
    font-size: 16px;
  }
  .r4-cmn-sp-menu-nav04 a,
  .r4-cmn-sp-menu-nav04 a:link {
    text-decoration: none;
  }
}
@media (max-width: 740px) {
  .r4-cmn-sp-menu-nav04 a {
    font-size: 3vw;
  }
}
.r4-cmn-sp-menu-sns {
  margin-top: 7vw;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-bottom: 8vw;
}
.r4-cmn-sp-menu-sns li {
  list-style: none;
  width: 11vw;
  margin: 0 1.5vw;
}
.r4-cmn-sp-menu-sns li img {
  width: 100%;
  height: auto;
}
.r4-cmn-breadcrumb {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 5px;
}
.r4-cmn-breadcrumb ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.r4-cmn-breadcrumb li {
  list-style: none;
  display: flex;
  flex-shrink: 0;
}
.r4-cmn-breadcrumb li:last-child::after {
  display: none;
}
.r4-cmn-breadcrumb li::after {
  content: "/";
  display: block;
  padding: 0 8px;
}
.r4-cmn-breadcrumb a {
  color: #141414;
}
@media (max-width: 740px) {
  .r4-cmn-breadcrumb {
    margin-top: 3vw;
    padding: 0 3vw;
    font-size: 3vw;
  }
}
.r4-cmn-footer-pc__copy {
  background: #086936;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 740px) {
  .r4-cmn-footer-pc {
    display: none;
  }
}
.r4-cmn-footer-pc01 {
  background: #eeebea;
  padding-bottom: 30px;
}
.r4-cmn-footer-pc01__row-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 42px 0 10px;
}
.r4-cmn-footer-pc01__row {
  display: flex;
  flex-wrap: wrap;
}
.r4-cmn-footer-pc01__col {
  width: 25%;
  padding-right: 5%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.r4-cmn-footer-pc01__col ul {
  list-style: none;
  margin-top: 15px;
  font-size: 12px;
}
.r4-cmn-footer-pc01__col ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 10px;
}
.r4-cmn-footer-pc01__col ul li.child {
  margin-top: -4px;
}
.r4-cmn-footer-pc01__col ul li.child::before {
  content: "∟";
  display: inline-block;
  color: #086936;
  margin-right: 4px;
  padding-left: 4px;
}
.r4-cmn-footer-pc01__col ul a {
  color: #141414;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.r4-cmn-footer-pc01__col ul a,
.r4-cmn-footer-pc01__col ul a:link {
  text-decoration: none;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc01__col ul a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc01__col ul .pb {
  width: 14px;
  height: 14px;
  background: url("../img/common/pb_icon.svg") center no-repeat;
  background-size: contain;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.r4-cmn-footer-pc01__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
}
.r4-cmn-footer-pc01__title a {
  color: #086936;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.r4-cmn-footer-pc01__title a,
.r4-cmn-footer-pc01__title a:link {
  text-decoration: none;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc01__title a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc01__title a:link {
  text-decoration: none;
}
.r4-cmn-footer-pc01__bottom {
  background: #fff;
  border-radius: 8px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  margin: 0 auto;
  font-size: 13px;
}
.r4-cmn-footer-pc01__bottom li {
  list-style: none;
  border-right: 1px solid #141414;
}
.r4-cmn-footer-pc01__bottom li:last-child {
  border-right: none;
}
.r4-cmn-footer-pc01__bottom a {
  color: #141414;
  opacity: 1;
  transition: opacity 0.2s linear;
  display: block;
  padding: 0 18px;
}
.r4-cmn-footer-pc01__bottom a,
.r4-cmn-footer-pc01__bottom a:link {
  text-decoration: none;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc01__bottom a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc01__bottom a:link {
  text-decoration: none;
}
@media (max-width: 1100px) {
  .r4-cmn-footer-pc01 {
    padding: 0 20px 30px;
  }
  .r4-cmn-footer-pc01__col {
    width: 33%;
  }
}
.r4-cmn-footer-pc02 {
  padding: 20px 0;
  border-top: 2px solid #086936;
  background-color: #fff;
}
.r4-cmn-footer-pc02__inner {
  max-width: 1000px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
.r4-cmn-footer-pc02__left {
  width: 400px;
  flex-shrink: 0;
}
.r4-cmn-footer-pc02__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.r4-cmn-footer-pc02__logo {
  display: block;
  width: 330px;
  margin-top: 3px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc02__logo:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc02__logo img {
  width: 100%;
  height: auto;
}
.r4-cmn-footer-pc02__address {
  font-size: 12px;
  margin-top: 5px;
}
.r4-cmn-footer-pc02__right-top {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.r4-cmn-footer-pc02__tel {
  width: 274px;
  text-align: center;
  color: #086936;
  margin-right: 28px;
}
.r4-cmn-footer-pc02__tel p {
  font-size: 11px;
  margin-top: 1px;
  margin-left: 55px;
}
.r4-cmn-footer-pc02__tel img {
  width: 100%;
  height: auto;
}
.r4-cmn-footer-pc02__fax {
  width: 272px;
}
.r4-cmn-footer-pc02__fax img {
  width: 100%;
  height: auto;
}
.r4-cmn-footer-pc02__right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.r4-cmn-footer-pc02__menu {
  display: flex;
  list-style: none;
  margin-top: 6px;
  margin-right: 36px;
  font-size: 12px;
}
.r4-cmn-footer-pc02__menu li {
  border-right: 1px solid #141414;
}
.r4-cmn-footer-pc02__menu li:last-child {
  border-right: none;
}
.r4-cmn-footer-pc02__menu a {
  color: #141414;
  padding: 0 12px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.r4-cmn-footer-pc02__menu a,
.r4-cmn-footer-pc02__menu a:link {
  text-decoration: none;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc02__menu a:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc02__menu a:link {
  text-decoration: none;
}
.r4-cmn-footer-pc02__sns {
  display: flex;
  list-style: none;
  margin-top: 8px;
}
.r4-cmn-footer-pc02__sns li {
  list-style: none;
  width: 29px;
  margin-left: 11px;
}
.r4-cmn-footer-pc02__sns li img {
  width: 100%;
  height: auto;
}
.r4-cmn-footer-pc02__sns a {
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc02__sns a:hover {
    opacity: 0.8 !important;
  }
}
@media (max-width: 1100px) {
  .r4-cmn-footer-pc02 {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .r4-cmn-footer-pc02__logo {
    width: 280px;
  }
  .r4-cmn-footer-pc02__tel {
    width: 204px;
    margin-right: 16px;
  }
  .r4-cmn-footer-pc02__tel p {
    margin-left: 20px;
  }
  .r4-cmn-footer-pc02__fax {
    width: 202px;
  }
  .r4-cmn-footer-pc02__menu {
    margin-right: 0;
    margin-top: 12px;
  }
  .r4-cmn-footer-pc02__left {
    width: 280px;
  }
  .r4-cmn-footer-pc02__right-bottom {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.r4-cmn-footer-sp {
  display: none;
}
@media (max-width: 740px) {
  .r4-cmn-footer-sp {
    display: block;
  }
  .r4-cmn-footer-sp__menu01 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 3vw;
    margin-top: 4vw;
  }
  .r4-cmn-footer-sp__menu01 li {
    position: relative;
    width: 48.5%;
    text-align: center;
    border: 1px solid #bebebe;
    list-style: none;
    border-radius: 4px;
  }
  .r4-cmn-footer-sp__menu01 a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #141414;
    justify-content: center;
  }
  .r4-cmn-footer-sp__menu01 a,
  .r4-cmn-footer-sp__menu01 a:link {
    text-decoration: none;
  }
  .r4-cmn-footer-sp__menu01-icon {
    width: 5vw;
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translate(0, -50%);
  }
  .r4-cmn-footer-sp__menu01-icon img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-footer-sp__menu01-text {
    position: relative;
    padding: 4vw 0 4vw 3.5vw;
    font-size: 3vw;
    font-weight: bold;
  }
  .r4-cmn-footer-sp__menu01-external {
    position: absolute;
    top: 50%;
    right: -7vw;
    width: 3.5vw;
    transform: translate(0, -50%);
  }
  .r4-cmn-footer-sp__menu01-external img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-footer-sp__menu02 {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 7vw;
    font-size: 3vw;
  }
  .r4-cmn-footer-sp__menu02 li {
    border-right: 1px solid #141414;
    list-style: none;
    font-size: 2.6vw;
  }
  .r4-cmn-footer-sp__menu02 li:last-child {
    border-right: none;
  }
  .r4-cmn-footer-sp__menu02 a {
    color: #141414;
    padding: 0 1.5vw;
  }
  .r4-cmn-footer-sp__menu02 a,
  .r4-cmn-footer-sp__menu02 a:link {
    text-decoration: none;
  }
  .r4-cmn-footer-sp__logo {
    width: 71vw;
    margin: 5vw auto 0;
    display: block;
  }
  .r4-cmn-footer-sp__logo img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-footer-sp__address {
    text-align: center;
    font-size: 2.5vw;
    margin-top: 3vw;
  }
  .r4-cmn-footer-sp__telwrap {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 2vw;
  }
  .r4-cmn-footer-sp__telwrap li {
    list-style: none;
    margin: 0 1vw;
  }
  .r4-cmn-footer-sp__telwrap li:first-child {
    width: 43vw;
  }
  .r4-cmn-footer-sp__telwrap li:last-child {
    width: 43vw;
    position: relative;
    left: 1.5vw;
  }
  .r4-cmn-footer-sp__telwrap li a {
    display: block;
  }
  .r4-cmn-footer-sp__telwrap li img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-footer-sp__sns {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 3vw;
  }
  .r4-cmn-footer-sp__sns li {
    width: 10vw;
    margin: 0 2vw;
    list-style: none;
  }
  .r4-cmn-footer-sp__sns li img {
    width: 100%;
    height: auto;
  }
  .r4-cmn-footer-sp__copy {
    text-align: center;
    background: #086936;
    color: #fff;
    margin-top: 4vw;
    padding: 2vw 0;
    font-size: 2.5vw;
  }
}
.r4-cmn-footer-pc-fixed {
  position: fixed;
  width: 34px;
  top: 130px;
  right: 0;
  z-index: 10;
}
.r4-cmn-footer-pc-fixed__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fbcf21;
  font-weight: bold;
  writing-mode: vertical-rl;
  border-radius: 4px;
  color: #141414;
  width: 38px;
  min-height: 152px;
  margin-bottom: 10px;
  box-shadow: 0 0 6px rgba(20, 20, 20, 0.2);
  opacity: 1;
  transition: opacity 0.2s linear;
}
.r4-cmn-footer-pc-fixed__item._line {
  background: #06c755;
  color: white;
  text-orientation: upright;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc-fixed__item:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc-fixed__item,
.r4-cmn-footer-pc-fixed__item:link {
  text-decoration: none;
}
.r4-cmn-footer-pc-fixed__item02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #fbcf21;
  font-weight: bold;
  writing-mode: vertical-rl;
  border-radius: 4px;
  color: #141414;
  width: 34px;
  min-height: 152px;
  margin-bottom: 10px;
  box-shadow: 0 0 6px rgba(20, 20, 20, 0.2);
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-footer-pc-fixed__item02:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-footer-pc-fixed__item02,
.r4-cmn-footer-pc-fixed__item02:link {
  text-decoration: none;
}
@media (max-width: 740px) {
  .r4-cmn-footer-sp-fixed {
    position: fixed;
    width: 46px;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 18vw;
  }
  .r4-cmn-footer-sp-fixed__item02 {
    position: relative;
    display: block;
    background: #fff;
    border: 2px solid #fbcf21;
    font-weight: bold;
    border-radius: 4px;
    color: #141414;
    width: 45px;
    min-height: 35px;
    font-size: 10px;
    text-align: center;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 0 6px rgba(20, 20, 20, 0.2);
    opacity: 1;
    transition: opacity 0.2s linear;
  }
}
@media (max-width: 740px) and (min-width: 740px) {
  .r4-cmn-footer-sp-fixed__item02:hover {
    opacity: 0.8 !important;
  }
}
@media (max-width: 740px) {
  .r4-cmn-footer-sp-fixed__item02,
  .r4-cmn-footer-sp-fixed__item02:link {
    text-decoration: none;
  }
  .r4-cmn-footer-sp-fixed__item02:before {
    background-color: #141414;
    content: "";
    position: absolute;
    margin: auto;
    height: 1px;
    transform: translateY(calc(-50% - 1px)) rotate(38deg);
    width: 8px;
    height: 1px;
    bottom: 6px;
    left: 14px;
    right: 0;
  }
  .r4-cmn-footer-sp-fixed__item02:after {
    background-color: #141414;
    content: "";
    position: absolute;
    margin: auto;
    height: 1px;
    width: 20px;
    height: 1px;
    bottom: 5px;
    left: 0;
    right: 0;
  }
}
.r4-cmn-calendar-head {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
}
.r4-cmn-calendar-head__month {
  color: #086936;
  font-size: 20px;
  font-weight: bold;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.r4-cmn-calendar-head__month .year {
  font-size: 32px;
  font-weight: normal;
  padding-right: 3px;
}
.r4-cmn-calendar-head__month .month {
  font-size: 48px;
}
.r4-cmn-calendar-head__prev,
.r4-cmn-calendar-head__next {
  width: 36px;
  position: absolute;
  top: 28px;
}
.r4-cmn-calendar-head__prev img,
.r4-cmn-calendar-head__next img {
  width: 100%;
  height: auto;
}
.r4-cmn-calendar-head__prev {
  left: 5px;
}
.r4-cmn-calendar-head__next {
  right: 5px;
}
@media (max-width: 740px) {
  .r4-cmn-calendar-head {
    margin-bottom: 17px;
  }
  .r4-cmn-calendar-head__prev {
    left: 0;
    top: 4vw;
    width: 13vw;
  }
  .r4-cmn-calendar-head__next {
    right: 0;
    top: 4vw;
    width: 13vw;
  }
  .r4-cmn-calendar-head__month {
    font-size: 4vw;
  }
  .r4-cmn-calendar-head__month .year {
    font-size: 7vw;
  }
  .r4-cmn-calendar-head__month .month {
    font-size: 10vw;
  }
}
.r4-cmn-calendar {
  border: 1px solid #808081;
}
.r4-cmn-calendar__week {
  display: flex;
  flex-wrap: nowrap;
  background: linear-gradient(to right, #1e484b 0%, #086936 100%);
}
.r4-cmn-calendar__weekday {
  width: calc(100% / 7);
  text-align: center;
  color: #fff;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  padding: 8px 0;
}
.r4-cmn-calendar__body {
  display: flex;
  flex-wrap: wrap;
}
.r4-cmn-calendar__day {
  width: calc(100% / 7);
  height: 72px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px;
  font-weight: bold;
  border-right: 1px solid #dfdfdf;
}
.r4-cmn-calendar__day:nth-child(n + 8) {
  border-top: 1px solid #dfdfdf;
}
.r4-cmn-calendar__day:nth-child(7n) {
  border-right: none;
}
.r4-cmn-calendar__daytext {
  font-size: 16px;
}
.r4-cmn-calendar__icons-wrap {
  width: 44px;
  margin: 0 auto;
}
.r4-cmn-calendar__icons {
  display: flex;
  flex-wrap: wrap;
}
.r4-cmn-calendar__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 2px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s linear;
}
@media (min-width: 740px) {
  .r4-cmn-calendar__icon:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-calendar__icon.m--red {
  background: #d13234;
}
.r4-cmn-calendar__icon.m--purple {
/*   background: #9d6bb5; */
  background: #3fb874;
}
.r4-cmn-calendar__icon.m--blue {
/*   background: #47bec8; */
  background: #a3d713;
}
.r4-cmn-calendar__icon.m--green {
  background: #3fb874;
}
.r4-cmn-calendar__icon.m--orange {
/*   background: #ea893b; */
  background: #ef43a3d1;
}
.r4-cmn-calendar__icon.m--yellow {
  background: #fcd347;
}
.r4-cmn-calendar__icon.violet_cal {
/*   background: #9d6bb5; */
  background: #6a69ad !important;
}
@media (max-width: 740px) {
  .r4-cmn-calendar__weekday {
    padding: 1.5vw 0;
    font-size: 3.2vw;
  }
  .r4-cmn-calendar__day {
    padding: 1vw 2vw;
    height: 18vw;
  }
  .r4-cmn-calendar__daytext {
    font-size: 3.5vw;
    margin-bottom: 0.3vw;
  }
  .r4-cmn-calendar__icons-wrap {
    width: 12vw;
  }
  .r4-cmn-calendar__icon {
    width: 3.4vw;
    height: 3.5vw;
    margin: 0.5vw;
  }
}
.r4-cmn-calendar-note {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.r4-cmn-calendar-note__item {
  width: 33%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.r4-cmn-calendar-note__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}
.r4-cmn-calendar-note__icon.m--red {
  background: #d13234;
}
.r4-cmn-calendar-note__icon.m--purple {
/*   background: #9d6bb5; */
  background: #6a69ad !important;
}
.r4-cmn-calendar-note__icon.m--blue {
  background: #47bec8;
}
.r4-cmn-calendar-note__icon.m--green {
  background: #3fb874;
}
.r4-cmn-calendar-note__icon.m--orange {
/*   background: #ea893b; */
  background: #ef43a3d1;
}
.r4-cmn-calendar-note__icon.m--yellow {
  background: #fcd347;
}
.r4-cmn-calendar__icon.violet_cal {
  background: #6a69ad;
}
.r4-cmn-calendar-note__dot {
  width: 2px;
  height: 2px;
  background: #141414;
  position: relative;
  margin: 0 10px;
}
.r4-cmn-calendar-note__dot::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -4px;
  background: #141414;
}
.r4-cmn-calendar-note__dot::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -4px;
  background: #141414;
}
.r4-cmn-calendar-note__text {
  font-size: 12px;
}
@media (max-width: 740px) {
  .r4-cmn-calendar-note {
    margin-top: 1.5vw;
  }
  .r4-cmn-calendar-note__item {
    margin-bottom: 2vw;
  }
  .r4-cmn-calendar-note__item:first-child,
  .r4-cmn-calendar-note__item:nth-child(4) {
    width: 35%;
  }
  .r4-cmn-calendar-note__item:nth-child(3),
  .r4-cmn-calendar-note__item:nth-child(6) {
    width: 32%;
  }
  .r4-cmn-calendar-note__icon {
    width: 3.5vw;
    height: 3.5vw;
  }
  .r4-cmn-calendar-note__dot {
    margin: 0 8px;
  }
  .r4-cmn-calendar-note__text {
    font-size: 2.5vw;
  }
}
.r4-cmn-calendar-overlay {
  background: #141414;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.r4-cmn-calendar-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  z-index: 1100;
  background: #fff;
  border-radius: 8px;
  display: none;
  padding: 25px 30px 40px;
  box-sizing: border-box;
}
.r4-cmn-calendar-modal__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}
.r4-cmn-calendar-modal__btn {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 100%;
  height: 63px;
  margin: 0 auto;
  will-change: contents;
  width: 356px;
  height: 63px;
}
.r4-cmn-calendar-modal__btn,
.r4-cmn-calendar-modal__btn:link {
  text-decoration: none;
}
.r4-cmn-calendar-modal__btn div {
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}
.r4-cmn-calendar-modal__btn::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  border-radius: 2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}
.r4-cmn-calendar-modal__btn__arr {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-calendar-modal__btn__arr img {
  width: 100%;
  height: auto;
}
.r4-cmn-calendar-modal__btn__arr-g {
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-calendar-modal__btn__arr-g img {
  width: 100%;
  height: auto;
}
@media (min-width: 740px) {
  .r4-cmn-calendar-modal__btn:hover {
    opacity: 1 !important;
  }
  .r4-cmn-calendar-modal__btn:hover div {
    background: #fff;
    color: #086936;
  }
  .r4-cmn-calendar-modal__btn:hover .r4-cmn-calendar-modal__btn__arr {
    opacity: 0;
  }
  .r4-cmn-calendar-modal__btn:hover .r4-cmn-calendar-modal__btn__arr-g {
    opacity: 1;
  }
}
@media (max-width: 740px) {
  .r4-cmn-calendar-modal__btn {
    max-width: 100%;
    width: 69vw;
    height: 13vw;
  }
  .r4-cmn-calendar-modal__btn div {
    font-size: 4vw;
  }
  .r4-cmn-calendar-modal__btn__arr,
  .r4-cmn-calendar-modal__btn__arr-w {
    width: 5vw;
    right: 4vw;
  }
  .r4-cmn-calendar-modal__btn__arr img,
  .r4-cmn-calendar-modal__btn__arr-w img {
    vertical-align: top;
  }
}
.r4-cmn-calendar-modal__btn.is-hide {
  display: none !important;
}
.r4-cmn-calendar-modal__detail {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 100%;
  margin: 0 auto;
  height: 63px;
  will-change: contents;
  width: 356px;
  height: 63px;
  margin-bottom: 25px;
}
.r4-cmn-calendar-modal__detail,
.r4-cmn-calendar-modal__detail:link {
  text-decoration: none;
}
.r4-cmn-calendar-modal__detail div {
  background: #fff;
  color: #086936;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}
.r4-cmn-calendar-modal__detail::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
  border-radius: 2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}
.r4-cmn-calendar-modal__detail__arr {
  display: none;
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-calendar-modal__detail__arr img {
  width: 100%;
  height: auto;
}
.r4-cmn-calendar-modal__detail__arr-g {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r4-cmn-calendar-modal__detail__arr-g img {
  width: 100%;
  height: auto;
}
@media (min-width: 740px) {
  .r4-cmn-calendar-modal__detail:hover {
    opacity: 1 !important;
  }
  .r4-cmn-calendar-modal__detail:hover div {
    background: linear-gradient(to right, #06aa9a 0%, #086936 100%);
    color: #fff;
  }
  .r4-cmn-calendar-modal__detail:hover .r4-cmn-calendar-modal__detail__arr-g {
    opacity: 0;
  }
  .r4-cmn-calendar-modal__detail:hover .r4-cmn-calendar-modal__detail__arr {
    opacity: 1;
  }
}
@media (max-width: 740px) {
  .r4-cmn-calendar-modal__detail {
    max-width: 100%;
    width: 69vw;
    height: 13vw;
  }
  .r4-cmn-calendar-modal__detail div {
    font-size: 4vw;
  }
  .r4-cmn-calendar-modal__detail__arr,
  .r4-cmn-calendar-modal__detail__arr-w {
    width: 5vw;
    right: 4vw;
  }
  .r4-cmn-calendar-modal__detail__arr img,
  .r4-cmn-calendar-modal__detail__arr-w img {
    vertical-align: top;
  }
}
.r4-cmn-calendar-modal__sorry {
  width: 356px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #ee873c;
  border: 2px solid #ee873c;
  border-radius: 3px;
  margin: 25px auto 0;
  text-align: center;
  line-height: 1.2;
}
.r4-cmn-calendar-modal__sorry.is-hide {
  display: none !important;
}
.r4-cmn-calendar-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  cursor: pointer;
}
.r4-cmn-calendar-modal__close img {
  width: 100%;
  height: auto;
}
@media (max-width: 740px) {
  .r4-cmn-calendar-modal {
    width: 87%;
    padding: 6vw 8vw 8vw;
  }
  .r4-cmn-calendar-modal__title {
    font-size: 4.5vw;
    margin-bottom: 10vw;
  }
  .r4-cmn-calendar-modal__close {
    width: 6vw;
    top: 4vw;
    right: 4vw;
  }
  .r4-cmn-calendar-modal__detail {
    margin-bottom: 6vw;
  }
  .r4-cmn-calendar-modal__sorry {
    width: 69vw;
    font-size: 4vw;
    height: 11vw;
  }
}
.r4-cmn-pickup {
  background: url("../img/top/bg_pickup.jpg") center no-repeat;
  background-size: cover;
  padding: 40px 0 30px;
}
body:not(.is-mobile-device) .r4-cmn-pickup {
  background-attachment: fixed;
}
.r4-cmn-pickup__title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  font-weight: normal;
  color: #086936;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 740px) {
  .r4-cmn-pickup {
    padding: 6vw 0 7vw;
  }
  .r4-cmn-pickup__title {
    font-size: 6.5vw;
  }
}
.r4-cmn-pickup-list {
  max-width: 1040px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  list-style: none;
}
.r4-cmn-pickup-list__item {
  list-style: none;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.r4-cmn-pickup-list__item._col2 {
  grid-column: span 2;
}
@media (min-width: 740px) {
  .r4-cmn-pickup-list__item:hover {
    opacity: 0.8 !important;
  }
}
.r4-cmn-pickup-list__item img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .r4-cmn-pickup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .r4-cmn-pickup-list {
    max-width: 800px;
  }
}
@media (max-width: 740px) {
  .r4-cmn-pickup-list {
    justify-content: space-between;
    margin-top: 5vw;
    padding: 0 2vw;
  }
}
.r4-cmn-page-header {
  position: relative;
  padding-left: 23%;
  height: 415px;
}
.r4-cmn-page-header__heading {
  position: absolute;
  top: 20%;
  left: 0;
  width: 41%;
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.r4-cmn-page-header__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.r4-cmn-page-header__heading.m--common::after {
  background: #31b06c;
}
.r4-cmn-page-header__heading.m--shinkyu::after {
  background: #8eb73b;
}
.r4-cmn-page-header__heading.m--judo::after {
  background: #25a8be;
}
.r4-cmn-page-header__icon {
  width: 64px;
  position: relative;
  z-index: 2;
  margin-top: -10px;
}
.r4-cmn-page-header__icon img {
  width: 100%;
  height: auto;
}
.r4-cmn-page-header__title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  z-index: 2;
  /* margin-top: 30px; */
  margin-top: 18px;
}
.r4-cmn-page-header__img {
  height: 414px;
}
.r4-cmn-page-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 740px) {
  .r4-cmn-page-header {
    padding-left: 0;
    height: auto;
  }
  .r4-cmn-page-header__heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .r4-cmn-page-header__icon {
    width: 11vw;
    /* margin-right: 5vw; */
    margin-right: 3vw;
    margin-top: 0.5vw;
  }
  .r4-cmn-page-header__title {
    font-size: 7vw;
    margin-top: 0;
  }
  .r4-cmn-page-header__img {
    height: auto;
  }
  .r4-cmn-page-header__img img {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
    object-fit: initial;
  }
}
.r4-cmn-breadcrumb {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.r4-cmn-page-section-title {
  text-align: center;
  color: #086936;
  font-size: 34px;
  font-weight: normal;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media (max-width: 740px) {
  .r4-cmn-page-section-title {
    font-size: 7vw;
    line-height: 1.3;
  }
}
.sp-fix_cta {
  display: none;
}

@media screen and (max-width: 740px) {
  .sp-fix_cta {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .sp-fix_cta .r4-cmn-sp-menu-nav01__menu li {
    margin-top: 0;
    width: 32%;
  }
  .sp-fix_cta .r4-cmn-sp-menu-nav01__menu-text {
    align-content: center;
    padding: 3vw 0 3vw 5.5vw;
  }
  .sp-fix_cta .r4-cmn-sp-menu-nav01__menu-external {
    right: -3vw;
    width: 2vw;
  }
  .sp-fix_cta .r4-cmn-sp-menu-nav01 {
    padding: 1.5vw;
  }
}
